+ . /ovnkube-lib/ovnkube-lib.sh ++ set -x ++ K8S_NODE=ip-10-0-2-180.ec2.internal ++ [[ -n ip-10-0-2-180.ec2.internal ]] ++ [[ -f /env/ip-10-0-2-180.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 'I0705 14:12:06.756406199 - disable conntrack on geneve port' I0705 14:12:06.756406199 - 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 'I0705 14:12:06.774781570 - starting ovnkube-node' I0705 14:12:06.774781570 - starting ovnkube-node + '[' shared == shared ']' + gateway_mode_flags='--gateway-mode shared --gateway-interface br-ex' + export_network_flows_flags= + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + gw_interface_flag= + '[' -d /sys/class/net/br-ex1 ']' + node_mgmt_port_netdev_flags= + [[ -n '' ]] + [[ -n '' ]] + multi_network_enabled_flag= + [[ true == \t\r\u\e ]] + multi_network_enabled_flag=--enable-multi-network + network_segmentation_enabled_flag= + [[ true == \t\r\u\e ]] + multi_network_enabled_flag=--enable-multi-network + network_segmentation_enabled_flag=--enable-network-segmentation + route_advertisements_enable_flag= + [[ false == \t\r\u\e ]] + network_observability_enabled_flag= + [[ false == \t\r\u\e ]] + multi_network_policy_enabled_flag= + [[ false == \t\r\u\e ]] + admin_network_policy_enabled_flag= + [[ true == \t\r\u\e ]] + admin_network_policy_enabled_flag=--enable-admin-network-policy + dns_name_resolver_enabled_flag= + [[ false == \t\r\u\e ]] + ip_forwarding_flag= + '[' '' == Global ']' + ip_forwarding_flag=--disable-forwarding + sysctl -w net.ipv4.ip_forward=0 net.ipv4.ip_forward = 0 + sysctl -w net.ipv6.conf.all.forwarding=0 net.ipv6.conf.all.forwarding = 0 + NETWORK_NODE_IDENTITY_ENABLE= + [[ true == \t\r\u\e ]] + NETWORK_NODE_IDENTITY_ENABLE=' --bootstrap-kubeconfig=/var/lib/kubelet/kubeconfig --cert-dir=/etc/ovn/ovnkube-node-certs --cert-duration=24h ' + ovn_v4_join_subnet_opt= + [[ '' != '' ]] + ovn_v6_join_subnet_opt= + [[ '' != '' ]] + ovn_v4_masquerade_subnet_opt= + [[ 169.254.0.0/17 != '' ]] + ovn_v4_masquerade_subnet_opt='--gateway-v4-masquerade-subnet 169.254.0.0/17' + ovn_v6_masquerade_subnet_opt= + [[ fd69::/112 != '' ]] + ovn_v6_masquerade_subnet_opt='--gateway-v6-masquerade-subnet fd69::/112' + ovn_v4_transit_switch_subnet_opt= + [[ '' != '' ]] + ovn_v6_transit_switch_subnet_opt= + [[ '' != '' ]] + exec /usr/bin/ovnkube --init-ovnkube-controller ip-10-0-2-180.ec2.internal --init-node ip-10-0-2-180.ec2.internal --config-file=/run/ovnkube-config/ovnkube.conf --ovn-empty-lb-events --loglevel 4 --inactivity-probe=180000 --gateway-mode shared --gateway-interface br-ex --metrics-bind-address 127.0.0.1:29103 --ovn-metrics-bind-address 127.0.0.1:29105 --metrics-enable-pprof --metrics-enable-config-duration --export-ovs-metrics --disable-snat-multiple-gws --enable-multi-network --enable-network-segmentation --enable-admin-network-policy --enable-multicast --zone ip-10-0-2-180.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 I0705 14:12:06.808745 3306 config.go:2284] Parsed config file /run/ovnkube-config/ovnkube.conf I0705 14:12:06.808789 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-7c0aa8ed5d.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}} I0705 14:12:06.811123 3306 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate rotation is enabled I0705 14:12:06.811170 3306 kube.go:409] Waiting for certificate I0705 14:12:06.811194 3306 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Rotating certificates I0705 14:12:06.812963 3306 cert_rotation.go:140] Starting client certificate rotation controller I0705 14:12:06.837130 3306 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0705 14:12:06.837150 3306 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0705 14:12:06.846481 3306 reflector.go:305] Starting reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0705 14:12:06.846496 3306 reflector.go:341] Listing and watching *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0705 14:12:06.849455 3306 reflector.go:368] Caches populated for *v1.CertificateSigningRequest from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0705 14:12:06.849538 3306 csr.go:261] certificate signing request csr-5kfrp is approved, waiting to be issued I0705 14:12:06.853693 3306 csr.go:257] certificate signing request csr-5kfrp is issued I0705 14:12:06.853748 3306 reflector.go:311] Stopping reflector *v1.CertificateSigningRequest (0s) from k8s.io/client-go/tools/watch/informerwatcher.go:146 I0705 14:12:07.812295 3306 kube.go:416] Certificate found I0705 14:12:07.813174 3306 cert_rotation.go:140] Starting client certificate rotation controller I0705 14:12:07.814390 3306 metrics.go:533] Starting metrics server at address "127.0.0.1:29103" I0705 14:12:07.854261 3306 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Certificate expiration is 2026-07-06 14:07:06 +0000 UTC, rotation deadline is 2026-07-06 08:20:04.161237959 +0000 UTC I0705 14:12:07.854314 3306 certificate_manager.go:356] kubernetes.io/kube-apiserver-client: Waiting 18h7m56.306926208s for next certificate rotation I0705 14:12:07.874935 3306 node_controller_manager.go:145] Starting the node network controller manager, Mode: full I0705 14:12:07.875029 3306 factory.go:522] Starting watch factory I0705 14:12:07.875115 3306 reflector.go:305] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875149 3306 reflector.go:305] Starting reflector *v1.EndpointSlice (0s) from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875209 3306 reflector.go:341] Listing and watching *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875299 3306 reflector.go:305] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875376 3306 reflector.go:341] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875174 3306 reflector.go:341] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875113 3306 reflector.go:305] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875652 3306 reflector.go:341] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875113 3306 reflector.go:305] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875697 3306 reflector.go:341] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875889 3306 reflector.go:305] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.875901 3306 reflector.go:341] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.886066 3306 metrics.go:533] Starting metrics server at address "127.0.0.1:29105" I0705 14:12:07.888656 3306 controller_manager.go:332] Starting the ovnkube controller I0705 14:12:07.888667 3306 controller_manager.go:337] Waiting up to 5m0s for NBDB zone to match: ip-10-0-2-180.ec2.internal I0705 14:12:07.888708 3306 controller_manager.go:357] NBDB zone sync took: 35.559µs I0705 14:12:07.888714 3306 factory.go:522] Starting watch factory I0705 14:12:07.902960 3306 reflector.go:368] Caches populated for *v1.Node from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.904943 3306 ovn_db.go:374] Found OVN DB Pod running on this node. Registering OVN DB Metrics I0705 14:12:07.904989 3306 reflector.go:368] Caches populated for *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.905022 3306 reflector.go:368] Caches populated for *v1.Service from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.907070 3306 reflector.go:368] Caches populated for *v1.EndpointSlice from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.907077 3306 ovn_northd.go:123] Found OVNKube Master Pod running on this node. Registering OVN North Metrics I0705 14:12:07.907921 3306 reflector.go:368] Caches populated for *v1.Namespace from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.908683 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 I0705 14:12:07.908743 3306 ovn_db.go:326] ovnnb_db.sock found at /var/run/ovn/ I0705 14:12:07.909946 3306 reflector.go:368] Caches populated for *v1.Pod from k8s.io/client-go/informers/factory.go:160 I0705 14:12:07.924900 3306 ovn_db.go:421] Found db is standalone, don't register db_cluster metrics I0705 14:12:07.981126 3306 reflector.go:305] Starting reflector *v1alpha1.BaselineAdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0705 14:12:07.981144 3306 reflector.go:341] Listing and watching *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0705 14:12:07.981140 3306 reflector.go:305] Starting reflector *v1alpha1.AdminNetworkPolicy (0s) from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0705 14:12:07.981174 3306 reflector.go:341] Listing and watching *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0705 14:12:07.984431 3306 reflector.go:368] Caches populated for *v1alpha1.BaselineAdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0705 14:12:07.984444 3306 reflector.go:368] Caches populated for *v1alpha1.AdminNetworkPolicy from sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141 I0705 14:12:07.986359 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 I0705 14:12:07.986371 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 I0705 14:12:07.989207 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 I0705 14:12:07.992226 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 I0705 14:12:07.992239 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 I0705 14:12:08.002565 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 I0705 14:12:08.010364 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 I0705 14:12:08.010374 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 I0705 14:12:08.016581 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 I0705 14:12:08.103776 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 I0705 14:12:08.103792 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 I0705 14:12:08.106435 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 I0705 14:12:08.109433 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 I0705 14:12:08.109446 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 I0705 14:12:08.121176 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 I0705 14:12:08.127299 3306 reflector.go:305] Starting reflector *v1.NetworkAttachmentDefinition (0s) from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0705 14:12:08.127316 3306 reflector.go:341] Listing and watching *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0705 14:12:08.151530 3306 reflector.go:368] Caches populated for *v1.NetworkAttachmentDefinition from github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117 I0705 14:12:08.221753 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 I0705 14:12:08.221772 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 I0705 14:12:08.221800 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 I0705 14:12:08.221808 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 I0705 14:12:08.225553 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 I0705 14:12:08.225619 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 I0705 14:12:08.227689 3306 default_node_network_controller.go:163] Enable node proxy healthz server on 0.0.0.0:10256 I0705 14:12:08.228286 3306 default_node_network_controller.go:806] PreStarting the default node network controller I0705 14:12:08.233358 3306 ovs.go:162] Exec(8): stdout: "" I0705 14:12:08.233371 3306 ovs.go:163] Exec(8): stderr: "" I0705 14:12:08.233378 3306 node_controller_manager.go:335] CheckForStaleOVSInternalPorts took 5.688025ms I0705 14:12:08.233390 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!="" I0705 14:12:08.238393 3306 ovs.go:162] Exec(9): stdout: "" I0705 14:12:08.238404 3306 ovs.go:163] Exec(9): stderr: "" I0705 14:12:08.238404 3306 controller_manager.go:368] Waiting up to 5m0s for a node to have "ip-10-0-2-180.ec2.internal" zone I0705 14:12:08.244321 3306 ovs.go:159] Exec(10): /usr/bin/ovs-vsctl --timeout=15 --no-heading --data=bare --format=csv --columns name list interface I0705 14:12:08.249212 3306 ovs.go:162] Exec(10): stdout: "ens5\nbr-ex\nbr-int\n" I0705 14:12:08.249226 3306 ovs.go:163] Exec(10): stderr: "" I0705 14:12:08.255644 3306 ovs.go:159] Exec(11): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only get SB_Global . options:name I0705 14:12:08.259888 3306 ovs.go:162] Exec(11): stdout: "ip-10-0-2-180.ec2.internal\n" I0705 14:12:08.259901 3306 ovs.go:163] Exec(11): stderr: "" I0705 14:12:08.259932 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.2.180 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-2-180.ec2.internal" I0705 14:12:08.265486 3306 ovs.go:162] Exec(12): stdout: "" I0705 14:12:08.265501 3306 ovs.go:163] Exec(12): stderr: "" I0705 14:12:08.265510 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 I0705 14:12:08.270112 3306 ovs.go:162] Exec(13): stdout: "" I0705 14:12:08.270124 3306 ovs.go:163] Exec(13): stderr: "" I0705 14:12:08.270137 3306 udn_isolation.go:101] Starting UDN host isolation manager I0705 14:12:08.276350 3306 udn_isolation.go:112] Found kubelet cgroup path: system.slice/kubelet.service I0705 14:12:08.488256 3306 controller.go:132] Adding controller udn-host-isolation-manager event handlers I0705 14:12:08.488327 3306 shared_informer.go:313] Waiting for caches to sync for udn-host-isolation-manager I0705 14:12:08.488342 3306 shared_informer.go:320] Caches are synced for udn-host-isolation-manager I0705 14:12:08.525012 3306 controller.go:156] Starting controller udn-host-isolation-manager with 1 workers I0705 14:12:08.529785 3306 default_node_network_controller.go:914] Node ip-10-0-2-180.ec2.internal ready for ovn initialization with subnet 10.128.0.0/23 I0705 14:12:08.529875 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 I0705 14:12:08.535760 3306 ovs.go:162] Exec(14): stdout: "" I0705 14:12:08.535778 3306 ovs.go:163] Exec(14): stderr: "" I0705 14:12:08.535893 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 I0705 14:12:08.541226 3306 ovs.go:162] Exec(15): stdout: "" I0705 14:12:08.541243 3306 ovs.go:163] Exec(15): stderr: "" I0705 14:12:08.541326 3306 ovs.go:159] Exec(16): /usr/bin/ovs-vsctl --timeout=15 -- --if-exists del-port br-int k8s-ip-10-0-2-1 -- --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-2-180.ec2.internal I0705 14:12:08.553419 3306 ovs.go:162] Exec(16): stdout: "" I0705 14:12:08.553435 3306 ovs.go:163] Exec(16): stderr: "" I0705 14:12:08.553716 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:12:08.553782 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 7 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:12:08.553842 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}" I0705 14:12:08.553859 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}" I0705 14:12:08.553872 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}" I0705 14:12:08.553887 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} I0705 14:12:08.554086 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} I0705 14:12:08.554218 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}" I0705 14:12:08.554243 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} I0705 14:12:08.554408 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} I0705 14:12:08.554504 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}" I0705 14:12:08.554539 3306 ovs.go:159] Exec(17): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.forwarding=1 I0705 14:12:08.555731 3306 ovs.go:162] Exec(17): stdout: "net.ipv4.conf.ovn-k8s-mp0.forwarding = 1\n" I0705 14:12:08.555751 3306 ovs.go:163] Exec(17): stderr: "" I0705 14:12:08.561547 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} I0705 14:12:08.561587 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} I0705 14:12:08.641293 3306 kube.go:130] Setting annotations map[k8s.ovn.org/zone-name:ip-10-0-2-180.ec2.internal] on node ip-10-0-2-180.ec2.internal I0705 14:12:08.655267 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" I0705 14:12:08.661795 3306 gateway_init.go:324] Initializing Gateway Functionality for Gateway PreStart I0705 14:12:08.661822 3306 ovs.go:159] Exec(18): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0705 14:12:08.669244 3306 ovs.go:162] Exec(18): stdout: "" I0705 14:12:08.669257 3306 ovs.go:163] Exec(18): stderr: "ovs-vsctl: no port named br-ex\n" I0705 14:12:08.669263 3306 ovs.go:165] Exec(18): err: exit status 1 I0705 14:12:08.669478 3306 helper_linux.go:91] Provided gateway interface "br-ex", found as index: 5 I0705 14:12:08.669559 3306 helper_linux.go:116] Found default gateway interface br-ex 10.0.2.1 I0705 14:12:08.669670 3306 gateway_init.go:361] Preparing Gateway I0705 14:12:08.669683 3306 gateway_shared_intf.go:2223] Creating new gateway I0705 14:12:08.669694 3306 ovs.go:159] Exec(19): /usr/bin/ovs-vsctl --timeout=15 port-to-br br-ex I0705 14:12:08.674862 3306 ovs.go:162] Exec(19): stdout: "" I0705 14:12:08.674878 3306 ovs.go:163] Exec(19): stderr: "ovs-vsctl: no port named br-ex\n" I0705 14:12:08.674886 3306 ovs.go:165] Exec(19): err: exit status 1 I0705 14:12:08.674898 3306 ovs.go:159] Exec(20): /usr/bin/ovs-vsctl --timeout=15 br-exists br-ex I0705 14:12:08.679600 3306 ovs.go:162] Exec(20): stdout: "" I0705 14:12:08.679615 3306 ovs.go:163] Exec(20): stderr: "" I0705 14:12:08.679624 3306 ovs.go:159] Exec(21): /usr/bin/ovs-vsctl --timeout=15 list-ports br-ex I0705 14:12:08.684384 3306 ovs.go:162] Exec(21): stdout: "ens5\n" I0705 14:12:08.684397 3306 ovs.go:163] Exec(21): stderr: "" I0705 14:12:08.684407 3306 ovs.go:159] Exec(22): /usr/bin/ovs-vsctl --timeout=15 get Port ens5 Interfaces I0705 14:12:08.688792 3306 ovs.go:162] Exec(22): stdout: "[8e408252-5dcc-48a8-96cc-f7313a2d34ae]\n" I0705 14:12:08.688805 3306 ovs.go:163] Exec(22): stderr: "" I0705 14:12:08.688815 3306 ovs.go:159] Exec(23): /usr/bin/ovs-vsctl --timeout=15 get Interface 8e408252-5dcc-48a8-96cc-f7313a2d34ae Type I0705 14:12:08.693374 3306 ovs.go:162] Exec(23): stdout: "system\n" I0705 14:12:08.693386 3306 ovs.go:163] Exec(23): stderr: "" I0705 14:12:08.693394 3306 ovs.go:159] Exec(24): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0705 14:12:08.697737 3306 ovs.go:162] Exec(24): stdout: "1\n" I0705 14:12:08.697750 3306 ovs.go:163] Exec(24): stderr: "" I0705 14:12:08.697759 3306 ovs.go:159] Exec(25): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface br-ex mac_in_use I0705 14:12:08.702372 3306 ovs.go:162] Exec(25): stdout: "\"0e:1d:17:4a:d1:51\"\n" I0705 14:12:08.702383 3306 ovs.go:163] Exec(25): stderr: "" I0705 14:12:08.702393 3306 ovs.go:159] Exec(26): /usr/sbin/sysctl -w net.ipv4.conf.br-ex.forwarding=1 I0705 14:12:08.703229 3306 ovs.go:162] Exec(26): stdout: "net.ipv4.conf.br-ex.forwarding = 1\n" I0705 14:12:08.703239 3306 ovs.go:163] Exec(26): stderr: "" I0705 14:12:08.703247 3306 ovs.go:159] Exec(27): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings I0705 14:12:08.707528 3306 ovs.go:162] Exec(27): stdout: "\n" I0705 14:12:08.707538 3306 ovs.go:163] Exec(27): stderr: "" I0705 14:12:08.707545 3306 ovs.go:159] Exec(28): /usr/bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:br-ex I0705 14:12:08.712780 3306 ovs.go:162] Exec(28): stdout: "" I0705 14:12:08.712793 3306 ovs.go:163] Exec(28): stderr: "" I0705 14:12:08.712806 3306 ovs.go:159] Exec(29): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id I0705 14:12:08.717122 3306 ovs.go:162] Exec(29): stdout: "\"c9ef9b7f-4a9a-4a37-b888-315e7532a55e\"\n" I0705 14:12:08.717133 3306 ovs.go:163] Exec(29): stderr: "" I0705 14:12:08.717140 3306 ovs.go:159] Exec(30): /usr/bin/ovs-appctl --timeout=15 dpif/show-dp-features br-ex I0705 14:12:08.720247 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" I0705 14:12:08.720263 3306 ovs.go:163] Exec(30): stderr: "" I0705 14:12:08.720291 3306 ovs.go:159] Exec(31): /usr/bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . other_config:hw-offload I0705 14:12:08.724662 3306 ovs.go:162] Exec(31): stdout: "\n" I0705 14:12:08.724672 3306 ovs.go:163] Exec(31): stderr: "" I0705 14:12:08.725360 3306 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0705 14:12:08.738704 3306 controller_manager.go:391] Waiting for node in zone sync took: 500.282525ms I0705 14:12:08.738906 3306 ovs.go:159] Exec(32): /usr/bin/ovsdb-client list-columns unix:/var/run/ovn/ovnnb_db.sock --data=bare --no-heading --format=json OVN_Northbound Load_Balancer I0705 14:12:08.743203 3306 iptables.go:143] Deleting rule in table: filter, chain: FORWARD with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0705 14:12:08.744312 3306 ovs.go:162] Exec(32): 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" I0705 14:12:08.744335 3306 ovs.go:163] Exec(32): stderr: "" I0705 14:12:08.744416 3306 controller_manager.go:252] SCTP support detected in OVN I0705 14:12:08.744453 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:u2368742235}] I0705 14:12:08.744488 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742235}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742236}] I0705 14:12:08.744510 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:u2368742235} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742235}]} fair:{GoSet:[true]} name:acl-logging unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742236}] I0705 14:12:08.744618 3306 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22623 -j REJECT" for protocol: 0 I0705 14:12:08.745961 3306 iptables.go:143] Deleting rule in table: filter, chain: OUTPUT with args: "-p tcp -m tcp --dport 22624 -j REJECT" for protocol: 0 I0705 14:12:08.747348 3306 iptables.go:107] Creating table: filter chain: FORWARD I0705 14:12:08.747890 3306 ovnkube_controller.go:1230] Config duration recorder: updated measurement rate to approx 1 in every 20 requests I0705 14:12:08.747996 3306 services_controller.go:70] Creating services controller for network=default I0705 14:12:08.748087 3306 udn_enabled_svc.go:79] Waiting for service informer to sync I0705 14:12:08.748176 3306 controller.go:132] Adding controller [zone-nad-controller NAD controller] event handlers I0705 14:12:08.748194 3306 shared_informer.go:313] Waiting for caches to sync for [zone-nad-controller NAD controller] I0705 14:12:08.748199 3306 shared_informer.go:320] Caches are synced for [zone-nad-controller NAD controller] I0705 14:12:08.748207 3306 controller.go:156] Starting controller [zone-nad-controller NAD controller] with 1 workers I0705 14:12:08.748225 3306 network_controller.go:244] [zone-nad-controller network controller]: syncing all networks I0705 14:12:08.748231 3306 network_controller.go:255] [zone-nad-controller network controller]: finished syncing all networks. Time taken: 7.196µs I0705 14:12:08.748238 3306 controller.go:156] Starting controller [zone-nad-controller network controller] with 1 workers I0705 14:12:08.748243 3306 nad_controller.go:161] [zone-nad-controller NAD controller]: started I0705 14:12:08.748251 3306 default_network_controller.go:349] Starting the default network controller I0705 14:12:08.748261 3306 address_set_sync.go:395] SyncAddressSets found 0 stale address sets, 0 of them were ignored I0705 14:12:08.748321 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:u2368742237}] I0705 14:12:08.748374 3306 address_set.go:302] New(u2368742237/udn-enabled-svc:UDNEnabledService:udn-enabled-svc-cluster-ips:v4/a3613486944346402462) with [] I0705 14:12:08.748381 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:u2368742237}] I0705 14:12:08.748684 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. I0705 14:12:08.748730 3306 udn_enabled_svc.go:94] Performing full resync I0705 14:12:08.748782 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 == {e7a9ba94-4b61-4c21-a7ed-a3a5eab05b1b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.748806 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 == {e7a9ba94-4b61-4c21-a7ed-a3a5eab05b1b}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.749257 3306 udn_enabled_svc.go:98] Waiting for handler to sync I0705 14:12:08.749272 3306 udn_enabled_svc.go:103] Starting worker I0705 14:12:08.749983 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 I0705 14:12:08.751140 3306 acl_sync.go:167] Updating Tier of existing ACLs... I0705 14:12:08.751175 3306 acl_sync.go:192] Updating tier's of all ACLs in cluster took 4.057µs I0705 14:12:08.751190 3306 port_group_sync.go:309] SyncPortGroups found 0 stale port groups I0705 14:12:08.752705 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 I0705 14:12:08.754068 3306 iptables.go:107] Creating table: filter chain: OUTPUT I0705 14:12:08.754088 3306 default_network_controller.go:394] Existing number of nodes: 2 I0705 14:12:08.754103 3306 ovs.go:159] Exec(33): /usr/bin/ovn-nbctl --timeout=15 --columns=_uuid list Load_Balancer_Group I0705 14:12:08.755245 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. I0705 14:12:08.756781 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 I0705 14:12:08.758695 3306 ovs.go:162] Exec(33): stdout: "" I0705 14:12:08.758707 3306 ovs.go:163] Exec(33): stderr: "" I0705 14:12:08.758743 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:u2368742238}] I0705 14:12:08.758771 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:u2368742239}] I0705 14:12:08.758791 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:u2368742240}] I0705 14:12:08.758804 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:u2368742238} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterSwitchLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742239} {Op:insert Table:Load_Balancer_Group Row:map[name:clusterRouterLBGroup] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742240}] I0705 14:12:08.759137 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:u2368742241}] I0705 14:12:08.759190 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742242}] I0705 14:12:08.759220 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742243}] I0705 14:12:08.759243 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742244}] I0705 14:12:08.759264 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742245}] I0705 14:12:08.759293 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742246}] I0705 14:12:08.759323 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742247}] I0705 14:12:08.759345 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742248}] I0705 14:12:08.759366 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742249}] I0705 14:12:08.759392 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742250}] I0705 14:12:08.759438 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:u2368742251}] I0705 14:12:08.759485 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 I0705 14:12:08.759464 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:u2368742241} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:arp-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742242} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:arp-resolve-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742243} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:bfd-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742244} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:event-elb-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742245} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:icmp4-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742246} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:icmp6-error-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742247} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:reject-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742248} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:tcp-reset-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742249} {Op:insert Table:Meter Row:map[bands:{GoSet:[{GoUUID:u2368742241}]} fair:{GoSet:[true]} name:svc-monitor-rate-limiter unit:pktps] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742250} {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:u2368742251}] I0705 14:12:08.760378 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:b5d2ce28-3285-4124-80fc-087e9109a63d}]} 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:u2368742252}] I0705 14:12:08.760408 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:ovn_cluster_router]] Columns:[name] Mutations:[] Timeout:0xc008f30bb0 Where:[where column name == ovn_cluster_router] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:b5d2ce28-3285-4124-80fc-087e9109a63d}]} 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:u2368742252}] I0705 14:12:08.760836 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:u2368742253}] I0705 14:12:08.760861 3306 gateway_shared_intf.go:2374] Gateway Creation Complete I0705 14:12:08.760876 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-2-180.ec2.internal","mac-address":"0e:1d:17:4a:d1:51","ip-addresses":["10.0.2.180/24"],"ip-address":"10.0.2.180/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:c9ef9b7f-4a9a-4a37-b888-315e7532a55e k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.2.180/24"} k8s.ovn.org/zone-name:ip-10-0-2-180.ec2.internal] on node ip-10-0-2-180.ec2.internal I0705 14:12:08.760870 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:u2368742253}] I0705 14:12:08.761264 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:u2368742254}] I0705 14:12:08.761299 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:u2368742254}] I0705 14:12:08.761715 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:u2368742255}] I0705 14:12:08.761766 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:u2368742256}] I0705 14:12:08.761811 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:u2368742255} {GoUUID:u2368742256}]}}] Timeout: Where:[where column _uuid == {37961e3e-2e68-409d-9434-c694f9e112a9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.761842 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:u2368742255} {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:u2368742256} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2368742255} {GoUUID:u2368742256}]}}] Timeout: Where:[where column _uuid == {37961e3e-2e68-409d-9434-c694f9e112a9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.762472 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:u2368742257}] I0705 14:12:08.762540 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:u2368742258}] I0705 14:12:08.762584 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:u2368742257} {GoUUID:u2368742258}]}}] Timeout: Where:[where column _uuid == {1963c9a2-9cb6-4f99-8650-e4b7a3495f71}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.762603 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:u2368742257} {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:u2368742258} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2368742257} {GoUUID:u2368742258}]}}] Timeout: Where:[where column _uuid == {1963c9a2-9cb6-4f99-8650-e4b7a3495f71}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.763235 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:u2368742259}] I0705 14:12:08.763255 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:join]] Columns:[name] Mutations:[] Timeout:0xc008b57780 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:u2368742259}] I0705 14:12:08.763535 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:u2368742260}] I0705 14:12:08.763584 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:u2368742260}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.763606 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:u2368742260} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742260}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.763915 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:u2368742261}] I0705 14:12:08.763950 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:u2368742261}]}}] Timeout: Where:[where column _uuid == {fa2f714b-6faf-4102-bf74-cd9416157c3d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.763967 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:u2368742261} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742261}]}}] Timeout: Where:[where column _uuid == {fa2f714b-6faf-4102-bf74-cd9416157c3d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.764290 3306 default_network_controller.go:427] Cleaning External Gateway ECMP routes I0705 14:12:08.764367 3306 repair.go:33] Syncing exgw routes took 58.923µs I0705 14:12:08.764389 3306 default_network_controller.go:446] Starting all the Watchers... I0705 14:12:08.764548 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns I0705 14:12:08.764550 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators I0705 14:12:08.764569 3306 namespace.go:92] [openshift-dns] adding namespace I0705 14:12:08.764572 3306 namespace.go:92] [openshift-operators] adding namespace I0705 14:12:08.764572 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver I0705 14:12:08.764556 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-tam I0705 14:12:08.764583 3306 namespace.go:92] [openshift-apiserver] adding namespace I0705 14:12:08.764586 3306 namespace.go:92] [openshift-backplane-tam] adding namespace I0705 14:12:08.764586 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-customer-monitoring I0705 14:12:08.764549 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-user-workload-monitoring I0705 14:12:08.764591 3306 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-agent-addon I0705 14:12:08.764597 3306 namespace.go:92] [openshift-customer-monitoring] adding namespace I0705 14:12:08.764599 3306 namespace.go:92] [openshift-user-workload-monitoring] adding namespace I0705 14:12:08.764574 3306 obj_retry.go:512] Add event received for *v1.Namespace kube-public I0705 14:12:08.764600 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-samples-operator I0705 14:12:08.764603 3306 namespace.go:92] [open-cluster-management-agent-addon] adding namespace I0705 14:12:08.764608 3306 namespace.go:92] [kube-public] adding namespace I0705 14:12:08.764577 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-config-operator I0705 14:12:08.764613 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-storage-version-migrator-operator I0705 14:12:08.764616 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-multus I0705 14:12:08.764621 3306 namespace.go:92] [openshift-machine-config-operator] adding namespace I0705 14:12:08.764622 3306 namespace.go:92] [openshift-kube-storage-version-migrator-operator] adding namespace I0705 14:12:08.764626 3306 namespace.go:92] [openshift-multus] adding namespace I0705 14:12:08.764587 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-console I0705 14:12:08.764629 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-package-operator I0705 14:12:08.764634 3306 namespace.go:92] [openshift-console] adding namespace I0705 14:12:08.764641 3306 namespace.go:92] [openshift-package-operator] adding namespace I0705 14:12:08.764602 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-console I0705 14:12:08.764649 3306 namespace.go:92] [openshift-network-console] adding namespace I0705 14:12:08.764683 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:u2368742262}] I0705 14:12:08.764711 3306 address_set.go:302] New(u2368742262/default-network-controller:Namespace:openshift-dns:v4/a11732331429224425771) with [] I0705 14:12:08.764719 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:u2368742262}] I0705 14:12:08.765041 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:u2368742263}] I0705 14:12:08.765067 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:u2368742263}] I0705 14:12:08.765085 3306 namespace.go:92] [openshift-cluster-samples-operator] adding namespace I0705 14:12:08.765335 3306 namespace.go:96] [openshift-dns] adding namespace took 761µs I0705 14:12:08.765347 3306 obj_retry.go:551] Creating *v1.Namespace openshift-dns took: 780.705µs I0705 14:12:08.765354 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cee I0705 14:12:08.765359 3306 namespace.go:92] [openshift-backplane-cee] adding namespace I0705 14:12:08.765399 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:u2368742264}] I0705 14:12:08.765423 3306 address_set.go:302] New(u2368742264/default-network-controller:Namespace:openshift-backplane-cee:v4/a16683797294909587257) with [] I0705 14:12:08.765429 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:u2368742264}] I0705 14:12:08.765670 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:u2368742265}] I0705 14:12:08.765692 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:u2368742265}] I0705 14:12:08.765903 3306 namespace.go:96] [openshift-backplane-cee] adding namespace took 539.587µs I0705 14:12:08.765918 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cee took: 556.146µs I0705 14:12:08.765926 3306 obj_retry.go:512] Add event received for *v1.Namespace open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 I0705 14:12:08.765932 3306 namespace.go:92] [open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3] adding namespace I0705 14:12:08.765960 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-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3:v4 k8s.ovn.org/name:open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5990589978600808644] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742266}] I0705 14:12:08.765982 3306 address_set.go:302] New(u2368742266/default-network-controller:Namespace:open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3:v4/a5990589978600808644) with [] I0705 14:12:08.765998 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-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3:v4 k8s.ovn.org/name:open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5990589978600808644] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742266}] I0705 14:12:08.766273 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-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 k8s.ovn.org/name:open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5163734213704696624] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742267}] I0705 14:12:08.766293 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-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 k8s.ovn.org/name:open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a5163734213704696624] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742267}] I0705 14:12:08.766578 3306 namespace.go:96] [open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3] adding namespace took 640.63µs I0705 14:12:08.766590 3306 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 took: 657.397µs I0705 14:12:08.766585 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:u2368742268}] I0705 14:12:08.766598 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver I0705 14:12:08.766605 3306 address_set.go:302] New(u2368742268/default-network-controller:Namespace:openshift-operators:v4/a17780485792851514981) with [] I0705 14:12:08.766607 3306 namespace.go:92] [openshift-kube-apiserver] adding namespace I0705 14:12:08.766610 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:u2368742268}] I0705 14:12:08.766837 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:u2368742269}] I0705 14:12:08.766857 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:u2368742269}] I0705 14:12:08.767124 3306 namespace.go:96] [openshift-operators] adding namespace took 2.545567ms I0705 14:12:08.767118 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:u2368742270}] I0705 14:12:08.767134 3306 obj_retry.go:551] Creating *v1.Namespace openshift-operators took: 2.564136ms I0705 14:12:08.767138 3306 address_set.go:302] New(u2368742270/default-network-controller:Namespace:openshift-backplane-tam:v4/a16625094502828200430) with [] I0705 14:12:08.767143 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-csm I0705 14:12:08.767148 3306 namespace.go:92] [openshift-backplane-csm] adding namespace I0705 14:12:08.767144 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:u2368742270}] I0705 14:12:08.767389 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:u2368742271}] I0705 14:12:08.767409 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:u2368742271}] I0705 14:12:08.767679 3306 namespace.go:96] [openshift-backplane-tam] adding namespace took 3.087227ms I0705 14:12:08.767691 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-tam took: 3.105051ms I0705 14:12:08.767679 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:u2368742272}] I0705 14:12:08.767698 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager I0705 14:12:08.767700 3306 address_set.go:302] New(u2368742272/default-network-controller:Namespace:openshift-apiserver:v4/a12374569603079029239) with [] I0705 14:12:08.767703 3306 namespace.go:92] [openshift-controller-manager] adding namespace I0705 14:12:08.767706 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:u2368742272}] I0705 14:12:08.767925 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:u2368742273}] I0705 14:12:08.767943 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:u2368742273}] I0705 14:12:08.768184 3306 namespace.go:96] [openshift-apiserver] adding namespace took 3.596674ms I0705 14:12:08.768193 3306 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver took: 3.6101ms I0705 14:12:08.768198 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-lpsre I0705 14:12:08.768203 3306 namespace.go:92] [openshift-backplane-lpsre] adding namespace I0705 14:12:08.768213 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:u2368742274}] I0705 14:12:08.768237 3306 address_set.go:302] New(u2368742274/default-network-controller:Namespace:openshift-user-workload-monitoring:v4/a17884403498503024866) with [] I0705 14:12:08.768244 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:u2368742274}] I0705 14:12:08.768487 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:u2368742275}] I0705 14:12:08.768506 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:u2368742275}] I0705 14:12:08.768781 3306 namespace.go:96] [openshift-user-workload-monitoring] adding namespace took 4.175978ms I0705 14:12:08.768790 3306 obj_retry.go:551] Creating *v1.Namespace openshift-user-workload-monitoring took: 4.191845ms I0705 14:12:08.768777 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:u2368742276}] I0705 14:12:08.768796 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-insights I0705 14:12:08.768800 3306 namespace.go:92] [openshift-insights] adding namespace I0705 14:12:08.768800 3306 address_set.go:302] New(u2368742276/default-network-controller:Namespace:openshift-customer-monitoring:v4/a14127557557717756897) with [] I0705 14:12:08.768807 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:u2368742276}] I0705 14:12:08.769045 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:u2368742277}] I0705 14:12:08.769067 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:u2368742277}] I0705 14:12:08.769373 3306 namespace.go:96] [openshift-customer-monitoring] adding namespace took 4.77029ms I0705 14:12:08.769360 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:u2368742278}] I0705 14:12:08.769384 3306 obj_retry.go:551] Creating *v1.Namespace openshift-customer-monitoring took: 4.788125ms I0705 14:12:08.769387 3306 address_set.go:302] New(u2368742278/default-network-controller:Namespace:kube-public:v4/a8590749387396730558) with [] I0705 14:12:08.769393 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-ovn-kubernetes I0705 14:12:08.769398 3306 namespace.go:92] [openshift-ovn-kubernetes] adding namespace I0705 14:12:08.769393 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:u2368742278}] I0705 14:12:08.769607 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:u2368742279}] I0705 14:12:08.769626 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:u2368742279}] I0705 14:12:08.769883 3306 namespace.go:96] [kube-public] adding namespace took 5.26555ms I0705 14:12:08.769879 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:u2368742280}] I0705 14:12:08.769894 3306 obj_retry.go:551] Creating *v1.Namespace kube-public took: 5.285374ms I0705 14:12:08.769898 3306 address_set.go:302] New(u2368742280/default-network-controller:Namespace:open-cluster-management-agent-addon:v4/a14768925457034213591) with [] I0705 14:12:08.769901 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-host-network I0705 14:12:08.769906 3306 namespace.go:92] [openshift-host-network] adding namespace I0705 14:12:08.769904 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:u2368742280}] I0705 14:12:08.770128 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:u2368742281}] I0705 14:12:08.770146 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:u2368742281}] W0705 14:12:08.770406 3306 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-jx74n: no pod IPs found W0705 14:12:08.770418 3306 base_network_controller_namespace.go:410] pod openshift-multus/network-metrics-daemon-w88xh: no pod IPs found I0705 14:12:08.770443 3306 namespace.go:96] [open-cluster-management-agent-addon] adding namespace took 5.828959ms I0705 14:12:08.770457 3306 obj_retry.go:551] Creating *v1.Namespace open-cluster-management-agent-addon took: 5.853493ms I0705 14:12:08.770463 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-diagnostics I0705 14:12:08.770468 3306 namespace.go:92] [openshift-network-diagnostics] adding namespace I0705 14:12:08.770465 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:u2368742282}] I0705 14:12:08.770483 3306 address_set.go:302] New(u2368742282/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) with [] I0705 14:12:08.770489 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:u2368742282}] I0705 14:12:08.770720 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:u2368742283}] I0705 14:12:08.770741 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:u2368742283}] I0705 14:12:08.771006 3306 namespace.go:96] [openshift-multus] adding namespace took 6.375073ms I0705 14:12:08.770997 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:u2368742284}] I0705 14:12:08.771014 3306 obj_retry.go:551] Creating *v1.Namespace openshift-multus took: 6.388716ms I0705 14:12:08.771023 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-marketplace I0705 14:12:08.771021 3306 address_set.go:302] New(u2368742284/default-network-controller:Namespace:openshift-machine-config-operator:v4/a1512537150246498877) with [] I0705 14:12:08.771027 3306 namespace.go:92] [openshift-marketplace] adding namespace I0705 14:12:08.771030 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:u2368742284}] I0705 14:12:08.771298 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:u2368742285}] I0705 14:12:08.771322 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:u2368742285}] I0705 14:12:08.771626 3306 namespace.go:96] [openshift-machine-config-operator] adding namespace took 7.000474ms I0705 14:12:08.771635 3306 obj_retry.go:551] Creating *v1.Namespace openshift-machine-config-operator took: 7.014298ms I0705 14:12:08.771619 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:u2368742286}] I0705 14:12:08.771640 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler-operator I0705 14:12:08.771645 3306 namespace.go:92] [openshift-kube-scheduler-operator] adding namespace I0705 14:12:08.771645 3306 address_set.go:302] New(u2368742286/default-network-controller:Namespace:openshift-kube-storage-version-migrator-operator:v4/a11291866915865594395) with [] I0705 14:12:08.771652 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:u2368742286}] I0705 14:12:08.771882 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:u2368742287}] I0705 14:12:08.771903 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:u2368742287}] I0705 14:12:08.772187 3306 namespace.go:96] [openshift-kube-storage-version-migrator-operator] adding namespace took 7.556276ms I0705 14:12:08.772199 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-storage-version-migrator-operator took: 7.576603ms I0705 14:12:08.772207 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep-ro I0705 14:12:08.772212 3306 namespace.go:92] [openshift-backplane-srep-ro] adding namespace I0705 14:12:08.772214 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:u2368742288}] I0705 14:12:08.772237 3306 address_set.go:302] New(u2368742288/default-network-controller:Namespace:openshift-package-operator:v4/a5835920249265963763) with [] I0705 14:12:08.772243 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:u2368742288}] I0705 14:12:08.772477 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:u2368742289}] I0705 14:12:08.772497 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:u2368742289}] I0705 14:12:08.772768 3306 namespace.go:96] [openshift-package-operator] adding namespace took 8.121721ms I0705 14:12:08.772759 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:u2368742290}] I0705 14:12:08.772778 3306 obj_retry.go:551] Creating *v1.Namespace openshift-package-operator took: 8.136237ms I0705 14:12:08.772782 3306 address_set.go:302] New(u2368742290/default-network-controller:Namespace:openshift-console:v4/a11622011068173273797) with [] I0705 14:12:08.772786 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mcs-tier-two I0705 14:12:08.772791 3306 namespace.go:92] [openshift-backplane-mcs-tier-two] adding namespace I0705 14:12:08.772787 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:u2368742290}] I0705 14:12:08.773011 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:u2368742291}] I0705 14:12:08.773030 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:u2368742291}] I0705 14:12:08.773310 3306 namespace.go:96] [openshift-console] adding namespace took 8.668647ms I0705 14:12:08.773301 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:u2368742292}] I0705 14:12:08.773324 3306 obj_retry.go:551] Creating *v1.Namespace openshift-console took: 8.686387ms I0705 14:12:08.773326 3306 address_set.go:302] New(u2368742292/default-network-controller:Namespace:openshift-network-console:v4/a652560172428313020) with [] I0705 14:12:08.773331 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-cse I0705 14:12:08.773336 3306 namespace.go:92] [openshift-backplane-cse] adding namespace I0705 14:12:08.773332 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:u2368742292}] I0705 14:12:08.773561 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:u2368742293}] I0705 14:12:08.773581 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:u2368742293}] I0705 14:12:08.773844 3306 namespace.go:96] [openshift-network-console] adding namespace took 9.188534ms I0705 14:12:08.773837 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:u2368742294}] I0705 14:12:08.773855 3306 obj_retry.go:551] Creating *v1.Namespace openshift-network-console took: 9.204806ms I0705 14:12:08.773859 3306 address_set.go:302] New(u2368742294/default-network-controller:Namespace:openshift-cluster-samples-operator:v4/a3083655245828550199) with [] I0705 14:12:08.773861 3306 obj_retry.go:512] Add event received for *v1.Namespace kube-system I0705 14:12:08.773868 3306 namespace.go:92] [kube-system] adding namespace I0705 14:12:08.773865 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:u2368742294}] I0705 14:12:08.774088 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:u2368742295}] I0705 14:12:08.774107 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:u2368742295}] I0705 14:12:08.774411 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:u2368742296}] I0705 14:12:08.774435 3306 address_set.go:302] New(u2368742296/default-network-controller:Namespace:openshift-kube-apiserver:v4/a4531626005796422843) with [] I0705 14:12:08.774443 3306 namespace.go:96] [openshift-cluster-samples-operator] adding namespace took 9.350201ms I0705 14:12:08.774441 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:u2368742296}] I0705 14:12:08.774451 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-samples-operator took: 9.367587ms I0705 14:12:08.774459 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-controller-manager-operator I0705 14:12:08.774464 3306 namespace.go:92] [openshift-controller-manager-operator] adding namespace I0705 14:12:08.774661 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:u2368742297}] I0705 14:12:08.774682 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:u2368742297}] I0705 14:12:08.774946 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:u2368742298}] I0705 14:12:08.774968 3306 address_set.go:302] New(u2368742298/default-network-controller:Namespace:openshift-backplane-csm:v4/a11079310369539273179) with [] I0705 14:12:08.774976 3306 namespace.go:96] [openshift-kube-apiserver] adding namespace took 8.362404ms I0705 14:12:08.774973 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:u2368742298}] I0705 14:12:08.774985 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver took: 8.377385ms I0705 14:12:08.774993 3306 obj_retry.go:512] Add event received for *v1.Namespace default I0705 14:12:08.774998 3306 namespace.go:92] [default] adding namespace I0705 14:12:08.775208 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:u2368742299}] I0705 14:12:08.775227 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:u2368742299}] I0705 14:12:08.775455 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:u2368742300}] I0705 14:12:08.775482 3306 address_set.go:302] New(u2368742300/default-network-controller:Namespace:openshift-controller-manager:v4/a10467312518402121836) with [] I0705 14:12:08.775497 3306 namespace.go:96] [openshift-backplane-csm] adding namespace took 8.342527ms I0705 14:12:08.775490 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:u2368742300}] I0705 14:12:08.775507 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-csm took: 8.357503ms I0705 14:12:08.775515 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager-operator I0705 14:12:08.775520 3306 namespace.go:92] [openshift-kube-controller-manager-operator] adding namespace I0705 14:12:08.775709 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:u2368742301}] I0705 14:12:08.775728 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:u2368742301}] I0705 14:12:08.775995 3306 namespace.go:96] [openshift-controller-manager] adding namespace took 8.286263ms I0705 14:12:08.776060 3306 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager took: 8.352872ms I0705 14:12:08.776073 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-network-config-controller I0705 14:12:08.776079 3306 namespace.go:92] [openshift-cloud-network-config-controller] adding namespace I0705 14:12:08.776006 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:u2368742302}] I0705 14:12:08.776086 3306 address_set.go:302] New(u2368742302/default-network-controller:Namespace:openshift-backplane-lpsre:v4/a14720488555408461788) with [] I0705 14:12:08.776092 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:u2368742302}] I0705 14:12:08.776176 3306 ovs.go:159] Exec(34): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2907.ctl connection-status I0705 14:12:08.776472 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:u2368742303}] I0705 14:12:08.776496 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:u2368742303}] I0705 14:12:08.776775 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:u2368742304}] I0705 14:12:08.776798 3306 address_set.go:302] New(u2368742304/default-network-controller:Namespace:openshift-insights:v4/a17978228596290493481) with [] I0705 14:12:08.776813 3306 namespace.go:96] [openshift-backplane-lpsre] adding namespace took 8.604848ms I0705 14:12:08.776804 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:u2368742304}] I0705 14:12:08.776827 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-lpsre took: 8.621543ms I0705 14:12:08.776836 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-controller-manager I0705 14:12:08.776841 3306 namespace.go:92] [openshift-kube-controller-manager] adding namespace I0705 14:12:08.777071 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:u2368742305}] I0705 14:12:08.777093 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:u2368742305}] I0705 14:12:08.777426 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:u2368742306}] I0705 14:12:08.777452 3306 address_set.go:302] New(u2368742306/default-network-controller:Namespace:openshift-ovn-kubernetes:v4/a1398255725986493602) with [] I0705 14:12:08.777465 3306 namespace.go:96] [openshift-insights] adding namespace took 8.657154ms I0705 14:12:08.777473 3306 obj_retry.go:551] Creating *v1.Namespace openshift-insights took: 8.670898ms I0705 14:12:08.777468 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:u2368742306}] I0705 14:12:08.777481 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-apiserver-operator I0705 14:12:08.777487 3306 namespace.go:92] [openshift-apiserver-operator] adding namespace I0705 14:12:08.777731 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:u2368742307}] I0705 14:12:08.777751 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:u2368742307}] I0705 14:12:08.778047 3306 namespace.go:96] [openshift-ovn-kubernetes] adding namespace took 8.642313ms I0705 14:12:08.778034 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742308}] I0705 14:12:08.778060 3306 obj_retry.go:551] Creating *v1.Namespace openshift-ovn-kubernetes took: 8.65991ms I0705 14:12:08.778065 3306 address_set.go:302] New(u2368742308/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) with [10.129.0.2 100.64.0.3 10.128.0.2 100.64.0.2] I0705 14:12:08.778069 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-operator I0705 14:12:08.778075 3306 namespace.go:92] [openshift-config-operator] adding namespace I0705 14:12:08.778072 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[10.128.0.2 100.64.0.2 10.129.0.2 100.64.0.3]} external_ids:{GoMap:map[ip-family:v4 k8s.ovn.org/id:default-network-controller:Namespace:openshift-host-network:v4 k8s.ovn.org/name:openshift-host-network k8s.ovn.org/owner-controller:default-network-controller k8s.ovn.org/owner-type:Namespace]} name:a6910206611978007605] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742308}] I0705 14:12:08.778355 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:u2368742309}] I0705 14:12:08.778375 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:u2368742309}] W0705 14:12:08.778656 3306 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-dlmqf: no pod IPs found W0705 14:12:08.778670 3306 base_network_controller_namespace.go:410] pod openshift-network-diagnostics/network-check-target-hp8hl: no pod IPs found I0705 14:12:08.778694 3306 namespace.go:96] [openshift-host-network] adding namespace took 8.781762ms I0705 14:12:08.778704 3306 obj_retry.go:551] Creating *v1.Namespace openshift-host-network took: 8.796366ms I0705 14:12:08.778712 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-scheduler I0705 14:12:08.778697 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:u2368742310}] I0705 14:12:08.778717 3306 namespace.go:92] [openshift-kube-scheduler] adding namespace I0705 14:12:08.778720 3306 address_set.go:302] New(u2368742310/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) with [] I0705 14:12:08.778725 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:u2368742310}] I0705 14:12:08.778964 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:u2368742311}] I0705 14:12:08.778984 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:u2368742311}] I0705 14:12:08.779245 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:u2368742312}] I0705 14:12:08.779272 3306 address_set.go:302] New(u2368742312/default-network-controller:Namespace:openshift-marketplace:v4/a13245376580307887587) with [] I0705 14:12:08.779281 3306 namespace.go:96] [openshift-network-diagnostics] adding namespace took 8.807888ms I0705 14:12:08.779291 3306 obj_retry.go:551] Creating *v1.Namespace openshift-network-diagnostics took: 8.819595ms I0705 14:12:08.779282 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:u2368742312}] I0705 14:12:08.779301 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-operator I0705 14:12:08.779309 3306 namespace.go:92] [openshift-ingress-operator] adding namespace I0705 14:12:08.779568 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:u2368742313}] I0705 14:12:08.779589 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:u2368742313}] I0705 14:12:08.779851 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:u2368742314}] I0705 14:12:08.779874 3306 address_set.go:302] New(u2368742314/default-network-controller:Namespace:openshift-kube-scheduler-operator:v4/a8446891589965341694) with [] I0705 14:12:08.779879 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:u2368742314}] I0705 14:12:08.779892 3306 namespace.go:96] [openshift-marketplace] adding namespace took 8.857566ms I0705 14:12:08.779905 3306 obj_retry.go:551] Creating *v1.Namespace openshift-marketplace took: 8.874331ms I0705 14:12:08.779918 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-machine-api I0705 14:12:08.779931 3306 namespace.go:92] [openshift-machine-api] adding namespace I0705 14:12:08.780211 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:u2368742315}] I0705 14:12:08.780236 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:u2368742315}] I0705 14:12:08.780273 3306 ovs.go:162] Exec(34): stdout: "connected\n" I0705 14:12:08.780286 3306 ovs.go:163] Exec(34): stderr: "" I0705 14:12:08.780295 3306 default_node_network_controller.go:510] Node connection status = connected I0705 14:12:08.780306 3306 ovs.go:159] Exec(35): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0705 14:12:08.780572 3306 namespace.go:96] [openshift-kube-scheduler-operator] adding namespace took 8.920061ms I0705 14:12:08.780588 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler-operator took: 8.939469ms I0705 14:12:08.780600 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-version I0705 14:12:08.780608 3306 namespace.go:92] [openshift-cluster-version] adding namespace I0705 14:12:08.780595 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:u2368742316}] I0705 14:12:08.780628 3306 address_set.go:302] New(u2368742316/default-network-controller:Namespace:openshift-backplane-srep-ro:v4/a11093797821988339384) with [] I0705 14:12:08.780634 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:u2368742316}] I0705 14:12:08.780979 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:u2368742317}] I0705 14:12:08.781015 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:u2368742317}] I0705 14:12:08.781349 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:u2368742318}] I0705 14:12:08.781373 3306 address_set.go:302] New(u2368742318/default-network-controller:Namespace:openshift-backplane-mcs-tier-two:v4/a3729672510619867801) with [] I0705 14:12:08.781379 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:u2368742318}] I0705 14:12:08.781394 3306 namespace.go:96] [openshift-backplane-srep-ro] adding namespace took 9.173753ms I0705 14:12:08.781409 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep-ro took: 9.194832ms I0705 14:12:08.781419 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-managed-scripts I0705 14:12:08.781427 3306 namespace.go:92] [openshift-backplane-managed-scripts] adding namespace I0705 14:12:08.781701 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:u2368742319}] I0705 14:12:08.781735 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:u2368742319}] I0705 14:12:08.782039 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:u2368742320}] I0705 14:12:08.782064 3306 address_set.go:302] New(u2368742320/default-network-controller:Namespace:openshift-backplane-cse:v4/a5782637696158473523) with [] I0705 14:12:08.782080 3306 namespace.go:96] [openshift-backplane-mcs-tier-two] adding namespace took 9.28328ms I0705 14:12:08.782070 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:u2368742320}] I0705 14:12:08.782093 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mcs-tier-two took: 9.299588ms I0705 14:12:08.782101 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-route-controller-manager I0705 14:12:08.782107 3306 namespace.go:92] [openshift-route-controller-manager] adding namespace I0705 14:12:08.782428 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:u2368742321}] I0705 14:12:08.782459 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:u2368742321}] I0705 14:12:08.782767 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:u2368742322}] I0705 14:12:08.782792 3306 address_set.go:302] New(u2368742322/default-network-controller:Namespace:kube-system:v4/a8746611765617041202) with [] I0705 14:12:08.782798 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:u2368742322}] I0705 14:12:08.782810 3306 namespace.go:96] [openshift-backplane-cse] adding namespace took 9.469502ms I0705 14:12:08.782823 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-cse took: 9.485201ms I0705 14:12:08.782829 3306 obj_retry.go:512] Add event received for *v1.Namespace kube-node-lease I0705 14:12:08.782834 3306 namespace.go:92] [kube-node-lease] adding namespace I0705 14:12:08.783116 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:u2368742323}] I0705 14:12:08.783212 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:u2368742323}] I0705 14:12:08.783512 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:u2368742324}] I0705 14:12:08.783537 3306 address_set.go:302] New(u2368742324/default-network-controller:Namespace:openshift-controller-manager-operator:v4/a14938231737766799037) with [] I0705 14:12:08.783550 3306 namespace.go:96] [kube-system] adding namespace took 9.676021ms I0705 14:12:08.783542 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:u2368742324}] I0705 14:12:08.783565 3306 obj_retry.go:551] Creating *v1.Namespace kube-system took: 9.693001ms I0705 14:12:08.783576 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-node-tuning-operator I0705 14:12:08.783588 3306 namespace.go:92] [openshift-cluster-node-tuning-operator] adding namespace I0705 14:12:08.783827 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:u2368742325}] I0705 14:12:08.783850 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:u2368742325}] I0705 14:12:08.784185 3306 namespace.go:96] [openshift-controller-manager-operator] adding namespace took 9.715418ms I0705 14:12:08.784152 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:u2368742326}] I0705 14:12:08.784198 3306 obj_retry.go:551] Creating *v1.Namespace openshift-controller-manager-operator took: 9.732576ms I0705 14:12:08.784201 3306 address_set.go:302] New(u2368742326/default-network-controller:Namespace:default:v4/a4322231855293774466) with [] I0705 14:12:08.784207 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-service-ca-operator I0705 14:12:08.784212 3306 namespace.go:92] [openshift-service-ca-operator] adding namespace I0705 14:12:08.784208 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:u2368742326}] I0705 14:12:08.784519 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:u2368742327}] I0705 14:12:08.784554 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:u2368742327}] I0705 14:12:08.784856 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:u2368742328}] I0705 14:12:08.784881 3306 address_set.go:302] New(u2368742328/default-network-controller:Namespace:openshift-kube-controller-manager-operator:v4/a13990978431870169537) with [] I0705 14:12:08.784894 3306 namespace.go:96] [default] adding namespace took 9.890467ms I0705 14:12:08.784888 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:u2368742328}] I0705 14:12:08.784908 3306 obj_retry.go:551] Creating *v1.Namespace default took: 9.906845ms I0705 14:12:08.785195 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:u2368742329}] I0705 14:12:08.785218 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:u2368742329}] I0705 14:12:08.785511 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:u2368742330}] I0705 14:12:08.785546 3306 address_set.go:302] New(u2368742330/default-network-controller:Namespace:openshift-cloud-network-config-controller:v4/a6429873968864053860) with [] I0705 14:12:08.785547 3306 namespace.go:96] [openshift-kube-controller-manager-operator] adding namespace took 10.020293ms I0705 14:12:08.785556 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager-operator took: 10.034605ms I0705 14:12:08.785552 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:u2368742330}] I0705 14:12:08.785567 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-deployment-validation-operator I0705 14:12:08.785575 3306 namespace.go:92] [openshift-deployment-validation-operator] adding namespace I0705 14:12:08.785824 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:u2368742331}] I0705 14:12:08.785845 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:u2368742331}] I0705 14:12:08.786078 3306 namespace.go:96] [openshift-cloud-network-config-controller] adding namespace took 9.992177ms I0705 14:12:08.786090 3306 ovs.go:162] Exec(35): stdout: "" I0705 14:12:08.786092 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-network-config-controller took: 10.011831ms I0705 14:12:08.786100 3306 ovs.go:163] Exec(35): stderr: "" I0705 14:12:08.786104 3306 obj_retry.go:512] Add event received for *v1.Namespace dedicated-admin I0705 14:12:08.786089 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:u2368742332}] I0705 14:12:08.786109 3306 ovs.go:159] Exec(36): /usr/bin/ovs-ofctl dump-aggregate br-int I0705 14:12:08.786110 3306 namespace.go:92] [dedicated-admin] adding namespace I0705 14:12:08.786117 3306 address_set.go:302] New(u2368742332/default-network-controller:Namespace:openshift-kube-controller-manager:v4/a4663622633901538608) with [] I0705 14:12:08.786126 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:u2368742332}] I0705 14:12:08.786473 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:u2368742333}] I0705 14:12:08.786494 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:u2368742333}] I0705 14:12:08.786778 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:u2368742334}] I0705 14:12:08.786801 3306 namespace.go:96] [openshift-kube-controller-manager] adding namespace took 9.953382ms I0705 14:12:08.786807 3306 address_set.go:302] New(u2368742334/default-network-controller:Namespace:openshift-apiserver-operator:v4/a17733727332347776420) with [] I0705 14:12:08.786812 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-controller-manager took: 9.969363ms I0705 14:12:08.786820 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane I0705 14:12:08.786825 3306 namespace.go:92] [openshift-backplane] adding namespace I0705 14:12:08.786816 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:u2368742334}] I0705 14:12:08.787198 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:u2368742335}] I0705 14:12:08.787236 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:u2368742335}] I0705 14:12:08.787545 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:u2368742336}] I0705 14:12:08.787570 3306 address_set.go:302] New(u2368742336/default-network-controller:Namespace:openshift-config-operator:v4/a15513656991472936797) with [] I0705 14:12:08.787575 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:u2368742336}] I0705 14:12:08.787625 3306 namespace.go:96] [openshift-apiserver-operator] adding namespace took 10.133921ms I0705 14:12:08.787638 3306 obj_retry.go:551] Creating *v1.Namespace openshift-apiserver-operator took: 10.148454ms I0705 14:12:08.787648 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-dns-operator I0705 14:12:08.787656 3306 namespace.go:92] [openshift-dns-operator] adding namespace I0705 14:12:08.787911 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:u2368742337}] I0705 14:12:08.787944 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:u2368742337}] I0705 14:12:08.788365 3306 namespace.go:96] [openshift-config-operator] adding namespace took 10.282411ms I0705 14:12:08.788381 3306 obj_retry.go:551] Creating *v1.Namespace openshift-config-operator took: 10.304001ms I0705 14:12:08.788392 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-machine-approver I0705 14:12:08.788400 3306 namespace.go:92] [openshift-cluster-machine-approver] adding namespace I0705 14:12:08.788813 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:u2368742338}] I0705 14:12:08.788844 3306 address_set.go:302] New(u2368742338/default-network-controller:Namespace:openshift-kube-scheduler:v4/a15634036902741400949) with [] I0705 14:12:08.788850 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:u2368742338}] I0705 14:12:08.789261 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:u2368742339}] I0705 14:12:08.789285 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:u2368742339}] I0705 14:12:08.789668 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:u2368742340}] I0705 14:12:08.789743 3306 address_set.go:302] New(u2368742340/default-network-controller:Namespace:openshift-ingress-operator:v4/a12824364980436020060) with [] I0705 14:12:08.789754 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:u2368742340}] I0705 14:12:08.789695 3306 namespace.go:96] [openshift-kube-scheduler] adding namespace took 10.971223ms I0705 14:12:08.789866 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-scheduler took: 11.144913ms I0705 14:12:08.789881 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-controller-manager I0705 14:12:08.789887 3306 namespace.go:92] [openshift-cloud-controller-manager] adding namespace I0705 14:12:08.790140 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:u2368742341}] I0705 14:12:08.790188 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:u2368742341}] I0705 14:12:08.790568 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:u2368742342}] I0705 14:12:08.790602 3306 address_set.go:302] New(u2368742342/default-network-controller:Namespace:openshift-machine-api:v4/a8146979490545162082) with [] I0705 14:12:08.790602 3306 namespace.go:96] [openshift-ingress-operator] adding namespace took 11.285128ms I0705 14:12:08.790617 3306 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-operator took: 11.305623ms I0705 14:12:08.790610 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:u2368742342}] I0705 14:12:08.790628 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-node-identity I0705 14:12:08.790639 3306 namespace.go:92] [openshift-network-node-identity] adding namespace I0705 14:12:08.790980 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:u2368742343}] I0705 14:12:08.791507 3306 ovs.go:162] Exec(36): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=0 byte_count=0 flow_count=15\n" I0705 14:12:08.791521 3306 ovs.go:163] Exec(36): stderr: "" I0705 14:12:08.791535 3306 ovs.go:159] Exec(37): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-180.ec2.internal-to-br-int ofport I0705 14:12:08.791015 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:u2368742343}] I0705 14:12:08.792011 3306 namespace.go:96] [openshift-machine-api] adding namespace took 12.072097ms I0705 14:12:08.792058 3306 obj_retry.go:551] Creating *v1.Namespace openshift-machine-api took: 12.124047ms I0705 14:12:08.792076 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-operators-redhat I0705 14:12:08.792084 3306 namespace.go:92] [openshift-operators-redhat] adding namespace I0705 14:12:08.792011 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:u2368742344}] I0705 14:12:08.792208 3306 address_set.go:302] New(u2368742344/default-network-controller:Namespace:openshift-cluster-version:v4/a8029920972938375443) with [] I0705 14:12:08.792221 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:u2368742344}] I0705 14:12:08.792634 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:u2368742345}] I0705 14:12:08.792702 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:u2368742345}] I0705 14:12:08.793115 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:u2368742346}] I0705 14:12:08.793238 3306 address_set.go:302] New(u2368742346/default-network-controller:Namespace:openshift-backplane-managed-scripts:v4/a11237327277355820504) with [] I0705 14:12:08.793274 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:u2368742346}] I0705 14:12:08.793143 3306 namespace.go:96] [openshift-cluster-version] adding namespace took 12.52597ms I0705 14:12:08.793321 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-version took: 12.709908ms I0705 14:12:08.793334 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-image-registry I0705 14:12:08.793343 3306 namespace.go:92] [openshift-image-registry] adding namespace I0705 14:12:08.793693 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:u2368742347}] I0705 14:12:08.793774 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:u2368742347}] I0705 14:12:08.794173 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:u2368742348}] I0705 14:12:08.794210 3306 address_set.go:302] New(u2368742348/default-network-controller:Namespace:openshift-route-controller-manager:v4/a5513313330862551964) with [] I0705 14:12:08.794215 3306 namespace.go:96] [openshift-backplane-managed-scripts] adding namespace took 12.779218ms I0705 14:12:08.794229 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-managed-scripts took: 12.799587ms I0705 14:12:08.794218 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:u2368742348}] I0705 14:12:08.794240 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication I0705 14:12:08.794248 3306 namespace.go:92] [openshift-authentication] adding namespace I0705 14:12:08.794652 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:u2368742349}] I0705 14:12:08.794715 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:u2368742349}] I0705 14:12:08.795040 3306 namespace.go:96] [openshift-route-controller-manager] adding namespace took 12.926079ms I0705 14:12:08.795059 3306 obj_retry.go:551] Creating *v1.Namespace openshift-route-controller-manager took: 12.948603ms I0705 14:12:08.795070 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift I0705 14:12:08.795078 3306 namespace.go:92] [openshift] adding namespace I0705 14:12:08.795061 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:u2368742350}] I0705 14:12:08.795089 3306 address_set.go:302] New(u2368742350/default-network-controller:Namespace:kube-node-lease:v4/a8945957557890443212) with [] I0705 14:12:08.795097 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:u2368742350}] I0705 14:12:08.795413 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:u2368742351}] I0705 14:12:08.795437 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:u2368742351}] I0705 14:12:08.795795 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:u2368742352}] I0705 14:12:08.795826 3306 namespace.go:96] [kube-node-lease] adding namespace took 12.983312ms I0705 14:12:08.795827 3306 address_set.go:302] New(u2368742352/default-network-controller:Namespace:openshift-cluster-node-tuning-operator:v4/a10032735054068291610) with [] I0705 14:12:08.795836 3306 obj_retry.go:551] Creating *v1.Namespace kube-node-lease took: 13.000198ms I0705 14:12:08.795845 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-must-gather-operator I0705 14:12:08.795850 3306 namespace.go:92] [openshift-must-gather-operator] adding namespace I0705 14:12:08.795838 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:u2368742352}] I0705 14:12:08.796251 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:u2368742353}] I0705 14:12:08.796282 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:u2368742353}] I0705 14:12:08.796630 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:u2368742354}] I0705 14:12:08.796704 3306 address_set.go:302] New(u2368742354/default-network-controller:Namespace:openshift-service-ca-operator:v4/a9531058592630863333) with [] I0705 14:12:08.796671 3306 namespace.go:96] [openshift-cluster-node-tuning-operator] adding namespace took 13.074034ms I0705 14:12:08.796714 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:u2368742354}] I0705 14:12:08.796728 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-node-tuning-operator took: 13.134173ms I0705 14:12:08.796744 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-logging I0705 14:12:08.796753 3306 namespace.go:92] [openshift-logging] adding namespace I0705 14:12:08.797086 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:u2368742355}] I0705 14:12:08.797118 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:u2368742355}] I0705 14:12:08.797503 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:u2368742356}] I0705 14:12:08.797529 3306 namespace.go:96] [openshift-service-ca-operator] adding namespace took 13.309496ms I0705 14:12:08.797541 3306 address_set.go:302] New(u2368742356/default-network-controller:Namespace:openshift-deployment-validation-operator:v4/a16124762520686702362) with [] I0705 14:12:08.797546 3306 obj_retry.go:551] Creating *v1.Namespace openshift-service-ca-operator took: 13.329871ms I0705 14:12:08.797557 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-config-managed I0705 14:12:08.797565 3306 namespace.go:92] [openshift-config-managed] adding namespace I0705 14:12:08.797551 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:u2368742356}] I0705 14:12:08.797898 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:u2368742357}] I0705 14:12:08.797961 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:u2368742357}] I0705 14:12:08.798388 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:u2368742358}] I0705 14:12:08.798413 3306 namespace.go:96] [openshift-deployment-validation-operator] adding namespace took 12.829535ms I0705 14:12:08.798425 3306 address_set.go:302] New(u2368742358/default-network-controller:Namespace:dedicated-admin:v4/a12448594290086707900) with [] I0705 14:12:08.798435 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:u2368742358}] I0705 14:12:08.798474 3306 obj_retry.go:551] Creating *v1.Namespace openshift-deployment-validation-operator took: 12.85256ms I0705 14:12:08.798492 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-mobb I0705 14:12:08.798502 3306 namespace.go:92] [openshift-backplane-mobb] adding namespace I0705 14:12:08.798826 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:u2368742359}] I0705 14:12:08.798857 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:u2368742359}] I0705 14:12:08.798912 3306 ovs.go:162] Exec(37): stdout: "" I0705 14:12:08.798926 3306 ovs.go:163] Exec(37): stderr: "" I0705 14:12:08.799196 3306 namespace.go:96] [dedicated-admin] adding namespace took 13.076643ms I0705 14:12:08.799212 3306 obj_retry.go:551] Creating *v1.Namespace dedicated-admin took: 13.099381ms I0705 14:12:08.799225 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-ai-agent I0705 14:12:08.799216 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:u2368742360}] I0705 14:12:08.799233 3306 namespace.go:92] [openshift-backplane-ai-agent] adding namespace I0705 14:12:08.799239 3306 address_set.go:302] New(u2368742360/default-network-controller:Namespace:openshift-backplane:v4/a9244104604428861879) with [] I0705 14:12:08.799245 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:u2368742360}] I0705 14:12:08.799621 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:u2368742361}] I0705 14:12:08.799646 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:u2368742361}] I0705 14:12:08.799960 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:u2368742362}] I0705 14:12:08.799992 3306 address_set.go:302] New(u2368742362/default-network-controller:Namespace:openshift-dns-operator:v4/a12081638711291249560) with [] I0705 14:12:08.799996 3306 namespace.go:96] [openshift-backplane] adding namespace took 13.163651ms I0705 14:12:08.800008 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane took: 13.179183ms I0705 14:12:08.799999 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:u2368742362}] I0705 14:12:08.800017 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-network-operator I0705 14:12:08.800024 3306 namespace.go:92] [openshift-network-operator] adding namespace I0705 14:12:08.800374 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:u2368742363}] I0705 14:12:08.800404 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:u2368742363}] I0705 14:12:08.800730 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:u2368742364}] I0705 14:12:08.800757 3306 address_set.go:302] New(u2368742364/default-network-controller:Namespace:openshift-cluster-machine-approver:v4/a8065968527448962190) with [] I0705 14:12:08.800762 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:u2368742364}] I0705 14:12:08.800772 3306 namespace.go:96] [openshift-dns-operator] adding namespace took 13.108503ms I0705 14:12:08.800785 3306 obj_retry.go:551] Creating *v1.Namespace openshift-dns-operator took: 13.126737ms I0705 14:12:08.800793 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-etcd I0705 14:12:08.800801 3306 namespace.go:92] [openshift-etcd] adding namespace I0705 14:12:08.801126 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:u2368742365}] I0705 14:12:08.801190 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:u2368742365}] I0705 14:12:08.801563 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:u2368742366}] I0705 14:12:08.801591 3306 namespace.go:96] [openshift-cluster-machine-approver] adding namespace took 13.184884ms I0705 14:12:08.801602 3306 address_set.go:302] New(u2368742366/default-network-controller:Namespace:openshift-cloud-controller-manager:v4/a545707041332338296) with [] I0705 14:12:08.801603 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-machine-approver took: 13.203032ms I0705 14:12:08.801614 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-kube-apiserver-operator I0705 14:12:08.801619 3306 namespace.go:92] [openshift-kube-apiserver-operator] adding namespace I0705 14:12:08.801610 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:u2368742366}] I0705 14:12:08.802004 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:u2368742367}] I0705 14:12:08.802036 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:u2368742367}] I0705 14:12:08.802427 3306 namespace.go:96] [openshift-cloud-controller-manager] adding namespace took 12.534455ms I0705 14:12:08.802415 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:u2368742368}] I0705 14:12:08.802442 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-controller-manager took: 12.552231ms I0705 14:12:08.802448 3306 address_set.go:302] New(u2368742368/default-network-controller:Namespace:openshift-network-node-identity:v4/a6647208685787594228) with [] I0705 14:12:08.802454 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-config I0705 14:12:08.802462 3306 namespace.go:92] [openshift-config] adding namespace I0705 14:12:08.802455 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:u2368742368}] I0705 14:12:08.802928 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:u2368742369}] I0705 14:12:08.802992 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:u2368742369}] I0705 14:12:08.803414 3306 namespace.go:96] [openshift-network-node-identity] adding namespace took 12.768863ms I0705 14:12:08.803398 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:u2368742370}] I0705 14:12:08.803426 3306 obj_retry.go:551] Creating *v1.Namespace openshift-network-node-identity took: 12.787058ms I0705 14:12:08.803432 3306 address_set.go:302] New(u2368742370/default-network-controller:Namespace:openshift-operators-redhat:v4/a12821998257320927754) with [] I0705 14:12:08.803435 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cloud-credential-operator I0705 14:12:08.803442 3306 namespace.go:92] [openshift-cloud-credential-operator] adding namespace I0705 14:12:08.803440 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:u2368742370}] I0705 14:12:08.803808 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:u2368742371}] I0705 14:12:08.803840 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:u2368742371}] I0705 14:12:08.804277 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:u2368742372}] I0705 14:12:08.804363 3306 address_set.go:302] New(u2368742372/default-network-controller:Namespace:openshift-image-registry:v4/a65811733811199347) with [] I0705 14:12:08.804376 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:u2368742372}] I0705 14:12:08.804304 3306 namespace.go:96] [openshift-operators-redhat] adding namespace took 12.211253ms I0705 14:12:08.804442 3306 obj_retry.go:551] Creating *v1.Namespace openshift-operators-redhat took: 12.354579ms I0705 14:12:08.804453 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-user-settings I0705 14:12:08.804459 3306 namespace.go:92] [openshift-console-user-settings] adding namespace I0705 14:12:08.804772 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:u2368742373}] I0705 14:12:08.804836 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:u2368742373}] I0705 14:12:08.805211 3306 namespace.go:96] [openshift-image-registry] adding namespace took 11.852135ms I0705 14:12:08.805227 3306 obj_retry.go:551] Creating *v1.Namespace openshift-image-registry took: 11.884163ms I0705 14:12:08.805236 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-console-operator I0705 14:12:08.805241 3306 namespace.go:92] [openshift-console-operator] adding namespace I0705 14:12:08.805227 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:u2368742374}] I0705 14:12:08.805260 3306 address_set.go:302] New(u2368742374/default-network-controller:Namespace:openshift-authentication:v4/a5821095395710037482) with [] I0705 14:12:08.805268 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:u2368742374}] I0705 14:12:08.805685 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:u2368742375}] I0705 14:12:08.805715 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:u2368742375}] I0705 14:12:08.806196 3306 namespace.go:96] [openshift-authentication] adding namespace took 11.939838ms I0705 14:12:08.806152 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:u2368742376}] I0705 14:12:08.806211 3306 obj_retry.go:551] Creating *v1.Namespace openshift-authentication took: 11.960223ms I0705 14:12:08.806219 3306 address_set.go:302] New(u2368742376/default-network-controller:Namespace:openshift:v4/a8611152139381270309) with [] I0705 14:12:08.806222 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-infra I0705 14:12:08.806232 3306 namespace.go:92] [openshift-infra] adding namespace I0705 14:12:08.806228 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:u2368742376}] I0705 14:12:08.806569 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:u2368742377}] I0705 14:12:08.806594 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:u2368742377}] I0705 14:12:08.806940 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:u2368742378}] I0705 14:12:08.806968 3306 namespace.go:96] [openshift] adding namespace took 11.882765ms I0705 14:12:08.806970 3306 address_set.go:302] New(u2368742378/default-network-controller:Namespace:openshift-must-gather-operator:v4/a9165124402651669496) with [] I0705 14:12:08.806980 3306 obj_retry.go:551] Creating *v1.Namespace openshift took: 11.900885ms I0705 14:12:08.806989 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress I0705 14:12:08.806994 3306 namespace.go:92] [openshift-ingress] adding namespace I0705 14:12:08.806982 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:u2368742378}] I0705 14:12:08.807352 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:u2368742379}] I0705 14:12:08.807376 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:u2368742379}] I0705 14:12:08.807688 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:u2368742380}] I0705 14:12:08.807761 3306 address_set.go:302] New(u2368742380/default-network-controller:Namespace:openshift-logging:v4/a279876230725367541) with [] I0705 14:12:08.807771 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:u2368742380}] I0705 14:12:08.807723 3306 namespace.go:96] [openshift-must-gather-operator] adding namespace took 11.865772ms I0705 14:12:08.807848 3306 obj_retry.go:551] Creating *v1.Namespace openshift-must-gather-operator took: 11.991528ms I0705 14:12:08.807863 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-authentication-operator I0705 14:12:08.807872 3306 namespace.go:92] [openshift-authentication-operator] adding namespace I0705 14:12:08.808102 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:u2368742381}] I0705 14:12:08.808124 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:u2368742381}] I0705 14:12:08.808508 3306 namespace.go:96] [openshift-logging] adding namespace took 11.746218ms I0705 14:12:08.808525 3306 obj_retry.go:551] Creating *v1.Namespace openshift-logging took: 11.769823ms I0705 14:12:08.808520 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:u2368742382}] I0705 14:12:08.808535 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-storage-operator I0705 14:12:08.808543 3306 address_set.go:302] New(u2368742382/default-network-controller:Namespace:openshift-config-managed:v4/a6117206921658593480) with [] I0705 14:12:08.808545 3306 namespace.go:92] [openshift-cluster-storage-operator] adding namespace I0705 14:12:08.808550 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:u2368742382}] I0705 14:12:08.808870 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:u2368742383}] I0705 14:12:08.808901 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:u2368742383}] I0705 14:12:08.809263 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:u2368742384}] I0705 14:12:08.809301 3306 address_set.go:302] New(u2368742384/default-network-controller:Namespace:openshift-backplane-mobb:v4/a17945876981827356512) with [] I0705 14:12:08.809295 3306 namespace.go:96] [openshift-config-managed] adding namespace took 11.722575ms I0705 14:12:08.809319 3306 obj_retry.go:551] Creating *v1.Namespace openshift-config-managed took: 11.752459ms I0705 14:12:08.809310 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:u2368742384}] I0705 14:12:08.809332 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-node I0705 14:12:08.809343 3306 namespace.go:92] [openshift-node] adding namespace I0705 14:12:08.809671 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:u2368742385}] I0705 14:12:08.809696 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:u2368742385}] I0705 14:12:08.810043 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:u2368742386}] I0705 14:12:08.810071 3306 address_set.go:302] New(u2368742386/default-network-controller:Namespace:openshift-backplane-ai-agent:v4/a2605025628078430682) with [] I0705 14:12:08.810070 3306 namespace.go:96] [openshift-backplane-mobb] adding namespace took 11.56031ms I0705 14:12:08.810086 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-mobb took: 11.582384ms I0705 14:12:08.810079 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:u2368742386}] I0705 14:12:08.810464 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:u2368742387}] I0705 14:12:08.810495 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:u2368742387}] I0705 14:12:08.810948 3306 namespace.go:96] [openshift-backplane-ai-agent] adding namespace took 11.707435ms I0705 14:12:08.810964 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-ai-agent took: 11.728054ms I0705 14:12:08.810965 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:u2368742388}] I0705 14:12:08.811005 3306 address_set.go:302] New(u2368742388/default-network-controller:Namespace:openshift-network-operator:v4/a17843891307737330665) with [] I0705 14:12:08.811013 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:u2368742388}] I0705 14:12:08.811390 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:u2368742389}] I0705 14:12:08.811423 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:u2368742389}] I0705 14:12:08.811753 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:u2368742390}] I0705 14:12:08.811788 3306 address_set.go:302] New(u2368742390/default-network-controller:Namespace:openshift-etcd:v4/a1263951348256964356) with [] I0705 14:12:08.811794 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:u2368742390}] I0705 14:12:08.811775 3306 namespace.go:96] [openshift-network-operator] adding namespace took 11.744308ms I0705 14:12:08.811850 3306 obj_retry.go:551] Creating *v1.Namespace openshift-network-operator took: 11.822238ms I0705 14:12:08.812128 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:u2368742391}] I0705 14:12:08.812173 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:u2368742391}] I0705 14:12:08.812481 3306 namespace.go:96] [openshift-etcd] adding namespace took 11.674314ms I0705 14:12:08.812497 3306 obj_retry.go:551] Creating *v1.Namespace openshift-etcd took: 11.6952ms I0705 14:12:08.812491 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:u2368742392}] I0705 14:12:08.812521 3306 address_set.go:302] New(u2368742392/default-network-controller:Namespace:openshift-kube-apiserver-operator:v4/a11465645704438275080) with [] I0705 14:12:08.812528 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:u2368742392}] I0705 14:12:08.812871 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:u2368742393}] I0705 14:12:08.812899 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:u2368742393}] I0705 14:12:08.813252 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:u2368742394}] I0705 14:12:08.813278 3306 address_set.go:302] New(u2368742394/default-network-controller:Namespace:openshift-config:v4/a14322580666718461836) with [] I0705 14:12:08.813298 3306 namespace.go:96] [openshift-kube-apiserver-operator] adding namespace took 11.673514ms I0705 14:12:08.813287 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:u2368742394}] I0705 14:12:08.813309 3306 obj_retry.go:551] Creating *v1.Namespace openshift-kube-apiserver-operator took: 11.687426ms I0705 14:12:08.813644 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:u2368742395}] I0705 14:12:08.813677 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:u2368742395}] I0705 14:12:08.813977 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:u2368742396}] I0705 14:12:08.814011 3306 namespace.go:96] [openshift-config] adding namespace took 11.542486ms I0705 14:12:08.814013 3306 address_set.go:302] New(u2368742396/default-network-controller:Namespace:openshift-cloud-credential-operator:v4/a7815234012393910246) with [] I0705 14:12:08.814022 3306 obj_retry.go:551] Creating *v1.Namespace openshift-config took: 11.558131ms I0705 14:12:08.814022 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:u2368742396}] I0705 14:12:08.814033 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-operator-lifecycle-manager I0705 14:12:08.814043 3306 namespace.go:92] [openshift-operator-lifecycle-manager] adding namespace I0705 14:12:08.814336 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:u2368742397}] I0705 14:12:08.814366 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:u2368742397}] I0705 14:12:08.814727 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:u2368742398}] I0705 14:12:08.814751 3306 namespace.go:96] [openshift-cloud-credential-operator] adding namespace took 11.298818ms I0705 14:12:08.814765 3306 address_set.go:302] New(u2368742398/default-network-controller:Namespace:openshift-console-user-settings:v4/a17174782576849527835) with [] I0705 14:12:08.814770 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cloud-credential-operator took: 11.323605ms I0705 14:12:08.814782 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-backplane-srep I0705 14:12:08.814790 3306 namespace.go:92] [openshift-backplane-srep] adding namespace I0705 14:12:08.814774 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:u2368742398}] I0705 14:12:08.815098 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:u2368742399}] I0705 14:12:08.815127 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:u2368742399}] I0705 14:12:08.815493 3306 namespace.go:96] [openshift-console-user-settings] adding namespace took 11.027612ms I0705 14:12:08.815477 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:u2368742400}] I0705 14:12:08.815508 3306 obj_retry.go:551] Creating *v1.Namespace openshift-console-user-settings took: 11.045977ms I0705 14:12:08.815513 3306 address_set.go:302] New(u2368742400/default-network-controller:Namespace:openshift-console-operator:v4/a16211398687523592942) with [] I0705 14:12:08.815521 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:u2368742400}] I0705 14:12:08.815861 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:u2368742401}] I0705 14:12:08.815886 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:u2368742401}] I0705 14:12:08.816239 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:u2368742402}] I0705 14:12:08.816266 3306 address_set.go:302] New(u2368742402/default-network-controller:Namespace:openshift-infra:v4/a4190772658089390776) with [] I0705 14:12:08.816272 3306 namespace.go:96] [openshift-console-operator] adding namespace took 11.024672ms I0705 14:12:08.816283 3306 obj_retry.go:551] Creating *v1.Namespace openshift-console-operator took: 11.039737ms I0705 14:12:08.816274 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:u2368742402}] I0705 14:12:08.816597 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:u2368742403}] I0705 14:12:08.816619 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:u2368742403}] I0705 14:12:08.816962 3306 namespace.go:96] [openshift-infra] adding namespace took 10.721884ms I0705 14:12:08.816948 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:u2368742404}] I0705 14:12:08.816988 3306 obj_retry.go:551] Creating *v1.Namespace openshift-infra took: 10.753872ms I0705 14:12:08.816991 3306 address_set.go:302] New(u2368742404/default-network-controller:Namespace:openshift-ingress:v4/a9185810757115582127) with [] I0705 14:12:08.817001 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-monitoring I0705 14:12:08.817011 3306 namespace.go:92] [openshift-monitoring] adding namespace I0705 14:12:08.816999 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:u2368742404}] I0705 14:12:08.817355 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:u2368742405}] I0705 14:12:08.817383 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:u2368742405}] I0705 14:12:08.817727 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:u2368742406}] I0705 14:12:08.817753 3306 address_set.go:302] New(u2368742406/default-network-controller:Namespace:openshift-authentication-operator:v4/a11592754075545683359) with [] I0705 14:12:08.817761 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:u2368742406}] I0705 14:12:08.817772 3306 namespace.go:96] [openshift-ingress] adding namespace took 10.772469ms I0705 14:12:08.817787 3306 obj_retry.go:551] Creating *v1.Namespace openshift-ingress took: 10.792074ms I0705 14:12:08.817796 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-ingress-canary I0705 14:12:08.817802 3306 namespace.go:92] [openshift-ingress-canary] adding namespace I0705 14:12:08.818094 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:u2368742407}] I0705 14:12:08.818121 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:u2368742407}] I0705 14:12:08.818497 3306 namespace.go:96] [openshift-authentication-operator] adding namespace took 10.618463ms I0705 14:12:08.818509 3306 obj_retry.go:551] Creating *v1.Namespace openshift-authentication-operator took: 10.63724ms I0705 14:12:08.818495 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:u2368742408}] I0705 14:12:08.818518 3306 obj_retry.go:512] Add event received for *v1.Namespace openshift-cluster-csi-drivers I0705 14:12:08.818520 3306 address_set.go:302] New(u2368742408/default-network-controller:Namespace:openshift-cluster-storage-operator:v4/a13337366700695359377) with [] I0705 14:12:08.818523 3306 namespace.go:92] [openshift-cluster-csi-drivers] adding namespace I0705 14:12:08.818526 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:u2368742408}] I0705 14:12:08.818887 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:u2368742409}] I0705 14:12:08.818912 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:u2368742409}] I0705 14:12:08.819266 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:u2368742410}] I0705 14:12:08.819297 3306 address_set.go:302] New(u2368742410/default-network-controller:Namespace:openshift-node:v4/a10320713570038180226) with [] I0705 14:12:08.819305 3306 namespace.go:96] [openshift-cluster-storage-operator] adding namespace took 10.751236ms I0705 14:12:08.819302 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:u2368742410}] I0705 14:12:08.819318 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-storage-operator took: 10.769939ms I0705 14:12:08.819592 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:u2368742411}] I0705 14:12:08.819627 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:u2368742411}] I0705 14:12:08.819975 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:u2368742412}] I0705 14:12:08.819996 3306 namespace.go:96] [openshift-node] adding namespace took 10.641018ms I0705 14:12:08.820011 3306 obj_retry.go:551] Creating *v1.Namespace openshift-node took: 10.670431ms I0705 14:12:08.820012 3306 address_set.go:302] New(u2368742412/default-network-controller:Namespace:openshift-operator-lifecycle-manager:v4/a1482332553631220387) with [] I0705 14:12:08.820020 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:u2368742412}] I0705 14:12:08.820456 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:u2368742413}] I0705 14:12:08.820486 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:u2368742413}] I0705 14:12:08.820780 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:u2368742414}] I0705 14:12:08.820805 3306 address_set.go:302] New(u2368742414/default-network-controller:Namespace:openshift-backplane-srep:v4/a472588050935484448) with [] I0705 14:12:08.820817 3306 namespace.go:96] [openshift-operator-lifecycle-manager] adding namespace took 6.766052ms I0705 14:12:08.820810 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:u2368742414}] I0705 14:12:08.820830 3306 obj_retry.go:551] Creating *v1.Namespace openshift-operator-lifecycle-manager took: 6.786177ms I0705 14:12:08.821145 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:u2368742415}] I0705 14:12:08.821188 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:u2368742415}] I0705 14:12:08.821556 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:u2368742416}] I0705 14:12:08.821627 3306 address_set.go:302] New(u2368742416/default-network-controller:Namespace:openshift-monitoring:v4/a5151710470485437164) with [] I0705 14:12:08.821638 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:u2368742416}] I0705 14:12:08.821586 3306 namespace.go:96] [openshift-backplane-srep] adding namespace took 6.789223ms I0705 14:12:08.821702 3306 obj_retry.go:551] Creating *v1.Namespace openshift-backplane-srep took: 6.909752ms I0705 14:12:08.821965 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:u2368742417}] I0705 14:12:08.821991 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:u2368742417}] I0705 14:12:08.822281 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:u2368742418}] I0705 14:12:08.822303 3306 address_set.go:302] New(u2368742418/default-network-controller:Namespace:openshift-ingress-canary:v4/a17074529903361539284) with [] I0705 14:12:08.822308 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:u2368742418}] I0705 14:12:08.822332 3306 namespace.go:96] [openshift-monitoring] adding namespace took 5.314587ms I0705 14:12:08.822345 3306 obj_retry.go:551] Creating *v1.Namespace openshift-monitoring took: 5.334071ms I0705 14:12:08.822638 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:u2368742419}] I0705 14:12:08.822661 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:u2368742419}] I0705 14:12:08.823009 3306 namespace.go:96] [openshift-ingress-canary] adding namespace took 5.201738ms I0705 14:12:08.823028 3306 obj_retry.go:551] Creating *v1.Namespace openshift-ingress-canary took: 5.223049ms I0705 14:12:08.822989 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:u2368742420}] I0705 14:12:08.823041 3306 address_set.go:302] New(u2368742420/default-network-controller:Namespace:openshift-cluster-csi-drivers:v4/a12187954455470212926) with [] I0705 14:12:08.823046 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:u2368742420}] I0705 14:12:08.823438 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:u2368742421}] I0705 14:12:08.823461 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:u2368742421}] I0705 14:12:08.823769 3306 namespace.go:96] [openshift-cluster-csi-drivers] adding namespace took 5.239256ms I0705 14:12:08.823784 3306 obj_retry.go:551] Creating *v1.Namespace openshift-cluster-csi-drivers took: 5.258753ms I0705 14:12:08.823798 3306 factory.go:1336] Added *v1.Namespace event handler 1 I0705 14:12:08.823948 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:u2368742422}] I0705 14:12:08.823969 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:transit_switch]] Columns:[name] Mutations:[] Timeout:0xc009253cf0 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:u2368742422}] I0705 14:12:08.824331 3306 zone_ic_handler.go:214] Time taken to create transit switch: 446.18µs I0705 14:12:08.824384 3306 obj_retry.go:512] Add event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:08.824403 3306 obj_retry.go:512] Add event received for *v1.Node ip-10-0-2-180.ec2.internal I0705 14:12:08.824437 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:08.824482 3306 obj_retry.go:546] Failed to create *v1.Node ip-10-0-1-77.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-77.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-77.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-77.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-77.ec2.internal I0705 14:12:08.824559 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:cc215bef-e954-49c8-80fd-3d05fed76b7d} {GoUUID:e4d937b5-4c3a-4ef0-8f76-a8d594b6f4be}]} name:ip-10-0-2-180.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:u2368742423}] I0705 14:12:08.824587 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ip-10-0-2-180.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009179e08 Where:[where column name == ip-10-0-2-180.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:cc215bef-e954-49c8-80fd-3d05fed76b7d} {GoUUID:e4d937b5-4c3a-4ef0-8f76-a8d594b6f4be}]} name:ip-10-0-2-180.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:u2368742423}] I0705 14:12:08.825028 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-2-180.ec2.internal options:{GoMap:map[arp_proxy:0a:58:a9:fe:01:01 169.254.1.1 fe80::1 10.128.0.0/14 router-port:rtos-ip-10-0-2-180.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742424}] I0705 14:12:08.825080 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:u2368742424}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.825104 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-ip-10-0-2-180.ec2.internal options:{GoMap:map[arp_proxy:0a:58:a9:fe:01:01 169.254.1.1 fe80::1 10.128.0.0/14 router-port:rtos-ip-10-0-2-180.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742424} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742424}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.825566 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:b1a7611a-8236-4a20-bf2b-23919a31761b}]}}] Timeout: Where:[where column _uuid == {1963c9a2-9cb6-4f99-8650-e4b7a3495f71}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.825596 3306 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:b1a7611a-8236-4a20-bf2b-23919a31761b}]}}] Timeout: Where:[where column _uuid == {1963c9a2-9cb6-4f99-8650-e4b7a3495f71}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.825915 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:c9ef9b7f-4a9a-4a37-b888-315e7532a55e name:rtos-ip-10-0-2-180.ec2.internal-c9ef9b7f-4a9a-4a37-b888-315e7532a55e priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742425}] I0705 14:12:08.825970 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u2368742425}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-2-180.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742426}] I0705 14:12:08.826022 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:u2368742426}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.826045 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:c9ef9b7f-4a9a-4a37-b888-315e7532a55e name:rtos-ip-10-0-2-180.ec2.internal-c9ef9b7f-4a9a-4a37-b888-315e7532a55e priority:1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742425} {Op:insert Table:Logical_Router_Port Row:map[gateway_chassis:{GoSet:[{GoUUID:u2368742425}]} mac:0a:58:0a:80:00:01 name:rtos-ip-10-0-2-180.ec2.internal networks:{GoSet:[10.128.0.1/23]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742426} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742426}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.826608 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-2-180.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-2-180.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:u2368742427}] I0705 14:12:08.826669 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:u2368742427}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.826693 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-2-180.ec2.internal:10.128.0.2 k8s.ovn.org/name:ip-10-0-2-180.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:u2368742427} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2368742427}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.827180 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-2-180.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742428}] I0705 14:12:08.827224 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:u2368742428}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.827244 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-2-180.ec2.internal] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742428} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742428}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.827659 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:0822a357-0203-4275-8aa2-44be5fb6c320}]}}] Timeout: Where:[where column _uuid == {37961e3e-2e68-409d-9434-c694f9e112a9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.827689 3306 transact.go:42] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:0822a357-0203-4275-8aa2-44be5fb6c320}]}}] Timeout: Where:[where column _uuid == {37961e3e-2e68-409d-9434-c694f9e112a9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.827968 3306 switch.go:50] Hybridoverlay port does not exist for node ip-10-0-2-180.ec2.internal I0705 14:12:08.827986 3306 switch.go:59] haveMP true haveHO false ManagementPortAddress 10.128.0.2/23 HybridOverlayAddressOA 10.128.0.3/23 I0705 14:12:08.828059 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 == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.828089 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 == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.828458 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:u2368742429}] I0705 14:12:08.828506 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:u2368742429}] I0705 14:12:08.829315 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:u2368742430}] I0705 14:12:08.829374 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:u2368742431}] I0705 14:12:08.829417 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:u2368742432}] I0705 14:12:08.829452 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:u2368742433}] I0705 14:12:08.829498 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:u2368742434}] I0705 14:12:08.829544 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:u2368742430} {GoUUID:u2368742431} {GoUUID:u2368742432} {GoUUID:u2368742433} {GoUUID:u2368742434}]}}] Timeout: Where:[where column _uuid == {e7303417-8908-468f-99a5-37c1fdab55ae}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.829562 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:u2368742430} {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:u2368742431} {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:u2368742432} {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:u2368742433} {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:u2368742434} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2368742430} {GoUUID:u2368742431} {GoUUID:u2368742432} {GoUUID:u2368742433} {GoUUID:u2368742434}]}}] Timeout: Where:[where column _uuid == {e7303417-8908-468f-99a5-37c1fdab55ae}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.830631 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:12:08.830817 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:b5d2ce28-3285-4124-80fc-087e9109a63d}]} external_ids:{GoMap:map[physical_ip:10.0.2.180 physical_ips:10.0.2.180]} load_balancer_group:{GoSet:[{GoUUID:cc215bef-e954-49c8-80fd-3d05fed76b7d} {GoUUID:11ac957d-5354-4bff-8ea2-cc0f1612eaf2}]} name:GR_ip-10-0-2-180.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:c9ef9b7f-4a9a-4a37-b888-315e7532a55e 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:u2368742435}] I0705 14:12:08.830852 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router Row:map[] Rows:[map[name:GR_ip-10-0-2-180.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc0092e23b0 Where:[where column name == GR_ip-10-0-2-180.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:b5d2ce28-3285-4124-80fc-087e9109a63d}]} external_ids:{GoMap:map[physical_ip:10.0.2.180 physical_ips:10.0.2.180]} load_balancer_group:{GoSet:[{GoUUID:cc215bef-e954-49c8-80fd-3d05fed76b7d} {GoUUID:11ac957d-5354-4bff-8ea2-cc0f1612eaf2}]} name:GR_ip-10-0-2-180.ec2.internal options:{GoMap:map[always_learn_from_arp_request:false chassis:c9ef9b7f-4a9a-4a37-b888-315e7532a55e 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:u2368742435}] I0705 14:12:08.831471 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-2-180.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-2-180.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742436}] I0705 14:12:08.831525 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:u2368742436}]}}] Timeout: Where:[where column _uuid == {fa2f714b-6faf-4102-bf74-cd9416157c3d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.831544 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_ip-10-0-2-180.ec2.internal options:{GoMap:map[router-port:rtoj-GR_ip-10-0-2-180.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742436} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742436}]}}] Timeout: Where:[where column _uuid == {fa2f714b-6faf-4102-bf74-cd9416157c3d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.831952 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-2-180.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:u2368742437}] I0705 14:12:08.832000 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:u2368742437}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.832021 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-2-180.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:u2368742437} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742437}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.832450 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:u2368742438}] I0705 14:12:08.832494 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:u2368742438}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.832520 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:u2368742438} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742438}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.832875 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:0e:1d:17:4a:d1:51 name:rtoe-GR_ip-10-0-2-180.ec2.internal networks:{GoSet:[10.0.2.180/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742439}] I0705 14:12:08.832921 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:u2368742439}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.832938 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0e:1d:17:4a:d1:51 name:rtoe-GR_ip-10-0-2-180.ec2.internal networks:{GoSet:[10.0.2.180/24]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742439} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742439}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.833490 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-2-180.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742440}] I0705 14:12:08.833577 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:1d:17:4a:d1:51]} name:etor-GR_ip-10-0-2-180.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-180.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742441}] I0705 14:12:08.833631 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-2-180.ec2.internal ports:{GoSet:[{GoUUID:u2368742440} {GoUUID:u2368742441}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742442}] I0705 14:12:08.833645 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Switch Row:map[] Rows:[map[name:ext_ip-10-0-2-180.ec2.internal]] Columns:[name] Mutations:[] Timeout:0xc009494520 Where:[where column name == ext_ip-10-0-2-180.ec2.internal] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-ex_ip-10-0-2-180.ec2.internal options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742440} {Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:1d:17:4a:d1:51]} name:etor-GR_ip-10-0-2-180.ec2.internal options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-180.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742441} {Op:insert Table:Logical_Switch Row:map[name:ext_ip-10-0-2-180.ec2.internal ports:{GoSet:[{GoUUID:u2368742440} {GoUUID:u2368742441}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742442}] I0705 14:12:08.834145 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-2-180.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742443}] I0705 14:12:08.834219 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-2-180.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742443}] I0705 14:12:08.834533 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-2-180.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742444}] I0705 14:12:08.834589 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:u2368742444}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.834613 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-2-180.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742444} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742444}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.835020 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.2.1 output_port:{GoSet:[rtoe-GR_ip-10-0-2-180.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742445}] I0705 14:12:08.835066 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:u2368742445}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.835088 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.2.1 output_port:{GoSet:[rtoe-GR_ip-10-0-2-180.ec2.internal]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742445} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742445}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.835519 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:u2368742446}] I0705 14:12:08.835559 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:u2368742446}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.835581 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:u2368742446} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742446}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.836011 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:u2368742447}] I0705 14:12:08.836058 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:u2368742447}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.836083 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:u2368742447} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742447}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.836520 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742448}] I0705 14:12:08.836571 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:u2368742448}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.836594 3306 transact.go:42] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742448} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2368742448}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] W0705 14:12:08.842194 3306 gateway.go:191] Unable to fetch podIPs for pod openshift-multus/network-metrics-daemon-jx74n: pod openshift-multus/network-metrics-daemon-jx74n: no pod IPs found W0705 14:12:08.842215 3306 gateway.go:191] Unable to fetch podIPs for pod openshift-network-diagnostics/network-check-target-dlmqf: pod openshift-network-diagnostics/network-check-target-dlmqf: no pod IPs found I0705 14:12:08.842782 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-2-180.ec2.internal" && ip4.dst == 10.0.2.180 /* ip-10-0-2-180.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742449}] I0705 14:12:08.842837 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:u2368742449}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.842864 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-2-180.ec2.internal" && ip4.dst == 10.0.2.180 /* ip-10-0-2-180.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc0095f2be8 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-2-180.ec2.internal" && ip4.dst == 10.0.2.180 /* ip-10-0-2-180.ec2.internal */ where column external_ids includes {map[]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-2-180.ec2.internal" && ip4.dst == 10.0.2.180 /* ip-10-0-2-180.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742449} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2368742449}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.847769 3306 base_network_controller.go:532] When adding node ip-10-0-2-180.ec2.internal for network default, found 12 pods to add to retryPods I0705 14:12:08.847784 3306 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-9x2fj to retryPods for network default I0705 14:12:08.847796 3306 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal to retryPods for network default I0705 14:12:08.847804 3306 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f to retryPods for network default I0705 14:12:08.847809 3306 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-zxb2v to retryPods for network default I0705 14:12:08.847813 3306 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-7fpls to retryPods for network default I0705 14:12:08.847818 3306 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-429ql to retryPods for network default I0705 14:12:08.847823 3306 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal to retryPods for network default I0705 14:12:08.847827 3306 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-pmm7x to retryPods for network default I0705 14:12:08.847831 3306 base_network_controller.go:538] Adding pod openshift-multus/multus-dfl9z to retryPods for network default I0705 14:12:08.847838 3306 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-jx74n to retryPods for network default I0705 14:12:08.847844 3306 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-dlmqf to retryPods for network default I0705 14:12:08.847852 3306 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-m95w2 to retryPods for network default I0705 14:12:08.847858 3306 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0705 14:12:08.847906 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Encap Row:map[chassis_name:c9ef9b7f-4a9a-4a37-b888-315e7532a55e ip:10.0.2.180 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {85a3fb15-b5b9-4b8f-83d5-a594ecb63c27}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.847954 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:85a3fb15-b5b9-4b8f-83d5-a594ecb63c27}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b4327d1a-5540-4650-9cec-4dfd6bce8b1c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.847991 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 == {b4327d1a-5540-4650-9cec-4dfd6bce8b1c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.848008 3306 transact.go:42] Configuring OVN: [{Op:update Table:Encap Row:map[chassis_name:c9ef9b7f-4a9a-4a37-b888-315e7532a55e ip:10.0.2.180 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {85a3fb15-b5b9-4b8f-83d5-a594ecb63c27}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:85a3fb15-b5b9-4b8f-83d5-a594ecb63c27}]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b4327d1a-5540-4650-9cec-4dfd6bce8b1c}] 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 == {b4327d1a-5540-4650-9cec-4dfd6bce8b1c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.848483 3306 zone_ic_handler.go:222] Creating interconnect resources for local zone node ip-10-0-2-180.ec2.internal for the network default I0705 14:12:08.848541 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-2-180.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:u2368742450}] I0705 14:12:08.848583 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:u2368742450}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.848602 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-2-180.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:u2368742450} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742450}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.849122 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-2-180.ec2.internal]} name:tstor-ip-10-0-2-180.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-2-180.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742451}] I0705 14:12:08.849201 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:u2368742451}]}}] Timeout: Where:[where column _uuid == {2c833f82-f0a3-44e2-af44-e50fc79aa735}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.849228 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-2-180.ec2.internal]} name:tstor-ip-10-0-2-180.ec2.internal options:{GoMap:map[requested-tnl-key:2 router-port:rtots-ip-10-0-2-180.ec2.internal]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742451} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742451}]}}] Timeout: Where:[where column _uuid == {2c833f82-f0a3-44e2-af44-e50fc79aa735}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:08.849782 3306 obj_retry.go:551] Creating *v1.Node ip-10-0-2-180.ec2.internal took: 25.359556ms I0705 14:12:08.849811 3306 factory.go:1336] Added *v1.Node event handler 2 I0705 14:12:08.849830 3306 services_controller.go:189] Starting controller ovn-lb-controller for network=default I0705 14:12:08.849852 3306 services_controller.go:196] Waiting for node tracker handler to sync for network=default I0705 14:12:08.849862 3306 shared_informer.go:313] Waiting for caches to sync for node-tracker-controller I0705 14:12:08.849887 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-77.ec2.internal I0705 14:12:08.849923 3306 node_tracker.go:238] Node ip-10-0-1-77.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-77.ec2.internal" I0705 14:12:08.849941 3306 node_tracker.go:172] Node ip-10-0-1-77.ec2.internal switch + router changed, syncing services I0705 14:12:08.849957 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:08.849970 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-180.ec2.internal I0705 14:12:08.850024 3306 node_tracker.go:172] Node ip-10-0-2-180.ec2.internal switch + router changed, syncing services I0705 14:12:08.850033 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:08.950188 3306 shared_informer.go:320] Caches are synced for node-tracker-controller I0705 14:12:08.950205 3306 services_controller.go:204] Setting up event handlers for services for network=default I0705 14:12:08.950278 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:08.950315 3306 services_controller.go:214] Setting up event handlers for endpoint slices for network=default I0705 14:12:08.950327 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:08.950339 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:08.950348 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:08.950353 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:08.950358 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:08.950363 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:08.950366 3306 services_controller.go:229] Waiting for service and endpoint handlers to sync for network=default I0705 14:12:08.950368 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:08.950374 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:08.950376 3306 shared_informer.go:313] Waiting for caches to sync for ovn-lb-controller I0705 14:12:08.950381 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:08.950386 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:08.950429 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:08.950442 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:08.950452 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:08.950463 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:08.950472 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:08.950476 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:08.950481 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:08.950484 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:08.950488 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:08.950492 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:08.950496 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:08.950502 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:08.950509 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:08.950516 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:08.950521 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:08.950525 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:08.950530 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:08.950534 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:08.950546 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:08.950558 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:08.950563 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:08.950572 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:08.950577 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:08.950581 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:08.950586 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:08.950589 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:08.950593 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:08.950597 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:08.950602 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:08.950607 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:09.050634 3306 shared_informer.go:320] Caches are synced for ovn-lb-controller I0705 14:12:09.050670 3306 repair.go:60] Starting repairing loop for services I0705 14:12:09.050794 3306 repair.go:131] Deleted 0 stale service LBs I0705 14:12:09.050814 3306 repair.go:137] Deleted 0 stale Chassis Template Vars I0705 14:12:09.050830 3306 repair.go:62] Finished repairing loop for services: 162.492µs I0705 14:12:09.050868 3306 services_controller.go:338] Controller cache of 0 load balancers initialized for 0 services for network=default I0705 14:12:09.050877 3306 services_controller.go:250] Starting workers for network=default I0705 14:12:09.050929 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:09.050946 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:09.050946 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:09.050968 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 25.304µs I0705 14:12:09.051039 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:09.051059 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:09.050967 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.051072 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.051196 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:09.051234 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:09.051244 3306 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-9x2fj I0705 14:12:09.051245 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-2bj9t I0705 14:12:09.051248 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:09.051257 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:09.051260 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-9x2fj I0705 14:12:09.051260 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-2bj9t I0705 14:12:09.051251 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.051266 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:09.051273 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-2bj9t in node ip-10-0-1-77.ec2.internal I0705 14:12:09.051273 3306 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-9x2fj in node ip-10-0-2-180.ec2.internal I0705 14:12:09.051277 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) I0705 14:12:09.050955 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.051283 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-2bj9t took: 10.06µs I0705 14:12:09.051286 3306 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-9x2fj took: 13.946µs I0705 14:12:09.051290 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) I0705 14:12:09.051292 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-2bj9t I0705 14:12:09.051273 3306 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-zxb2v in node ip-10-0-2-180.ec2.internal I0705 14:12:09.051302 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:09.051213 3306 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:09.051310 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:09.051312 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:09.051318 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-77cg9 in node ip-10-0-1-77.ec2.internal I0705 14:12:09.051325 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-77cg9 took: 7.557µs I0705 14:12:09.051341 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:09.051285 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-bk9jn in node ip-10-0-1-77.ec2.internal I0705 14:12:09.051350 3306 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 in node ip-10-0-2-180.ec2.internal I0705 14:12:09.051356 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-bk9jn took: 73.453µs I0705 14:12:09.051363 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:09.051357 3306 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 took: 37.371µs I0705 14:12:09.051302 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-zxb2v took: 33.91µs I0705 14:12:09.051371 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:09.051376 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:09.051321 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:09.051386 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-429ql I0705 14:12:09.051200 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:09.051201 3306 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-45zbw I0705 14:12:09.051397 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:09.051234 3306 default_network_controller.go:732] Recording add event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r I0705 14:12:09.051406 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-45zbw I0705 14:12:09.051408 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r I0705 14:12:09.051413 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-45zbw in node ip-10-0-1-77.ec2.internal I0705 14:12:09.051431 3306 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-45zbw took: 17.71µs I0705 14:12:09.051436 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-45zbw I0705 14:12:09.051442 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:09.051449 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:09.051455 3306 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f in node ip-10-0-2-180.ec2.internal I0705 14:12:09.051463 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f took: 7.364µs I0705 14:12:09.051470 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:09.051398 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:09.051484 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l in node ip-10-0-1-77.ec2.internal I0705 14:12:09.051491 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l took: 7.964µs I0705 14:12:09.051496 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:09.051501 3306 default_network_controller.go:732] Recording add event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb I0705 14:12:09.051506 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb I0705 14:12:09.051511 3306 obj_retry.go:551] Creating *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb took: 173ns I0705 14:12:09.051515 3306 default_network_controller.go:776] Recording success event on pod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb I0705 14:12:09.051223 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:09.051525 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:09.051531 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in node ip-10-0-2-180.ec2.internal I0705 14:12:09.051535 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x took: 5.09µs I0705 14:12:09.051538 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:09.051543 3306 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:09.051547 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:09.051552 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-hp8hl in node ip-10-0-1-77.ec2.internal I0705 14:12:09.051584 3306 obj_retry.go:546] Failed to create *v1.Pod openshift-network-diagnostics/network-check-target-hp8hl, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-hp8hl: suppressed error logged: pod openshift-network-diagnostics/network-check-target-hp8hl: no pod IPs found I0705 14:12:09.051408 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.051614 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.051633 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:09.051640 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.051664 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:09.051673 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 I0705 14:12:09.051682 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.051745 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-2-180.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.174.111:443:172.30.129.249:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742452}] I0705 14:12:09.051809 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:u2368742452}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.051857 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:u2368742452}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.051235 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:12:09.051898 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:12:09.051909 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-77f459f94-sd86w took: 416ns I0705 14:12:09.051917 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:12:09.051924 3306 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-7fpls I0705 14:12:09.051882 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-2-180.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.174.111:443:172.30.129.249:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742452} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742452}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742452}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.051932 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-7fpls I0705 14:12:09.051942 3306 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-7fpls in node ip-10-0-2-180.ec2.internal I0705 14:12:09.051949 3306 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-7fpls took: 9.804µs I0705 14:12:09.051955 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-7fpls I0705 14:12:09.051235 3306 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal I0705 14:12:09.051978 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal I0705 14:12:09.051997 3306 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal in node ip-10-0-2-180.ec2.internal I0705 14:12:09.052009 3306 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal took: 9.935µs I0705 14:12:09.052017 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal I0705 14:12:09.052025 3306 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-h2rcr I0705 14:12:09.052033 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-h2rcr I0705 14:12:09.052042 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-h2rcr in node ip-10-0-1-77.ec2.internal I0705 14:12:09.052047 3306 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-h2rcr took: 8.199µs I0705 14:12:09.052051 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-h2rcr I0705 14:12:09.051234 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.050970 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:09.051294 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-9x2fj I0705 14:12:09.052190 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:09.052110 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.052198 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:09.052207 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-w88xh in node ip-10-0-1-77.ec2.internal I0705 14:12:09.052222 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:09.051118 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.052241 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.25.101"}, 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}} I0705 14:12:09.052261 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.052268 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:09.052272 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.052283 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.052298 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) I0705 14:12:09.052305 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.052291 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.051312 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.052328 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.052317 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.052336 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:09.052340 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.052343 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:09.052349 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:09.052351 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:09.052357 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 I0705 14:12:09.052358 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 I0705 14:12:09.052362 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 I0705 14:12:09.052366 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.052373 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.051196 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:09.052375 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.052420 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.118.62"}, 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}} I0705 14:12:09.052438 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.052446 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.052434 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.5.156:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742453}] I0705 14:12:09.052458 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.052485 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:09.051211 3306 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:09.052494 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:09.052482 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:u2368742453}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.052471 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.25.101:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742454}] I0705 14:12:09.052503 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 I0705 14:12:09.052508 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:09.051212 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.100704284 seconds. No OVN measurement. I0705 14:12:09.052485 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.226.182:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742455}] I0705 14:12:09.052520 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-j246j in node ip-10-0-1-77.ec2.internal I0705 14:12:09.052528 3306 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-j246j took: 10.192µs I0705 14:12:09.052518 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.052536 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:09.052508 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.5.156:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742453} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742453}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.052544 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-dfl9z I0705 14:12:09.052551 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-dfl9z I0705 14:12:09.052560 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-dfl9z in node ip-10-0-2-180.ec2.internal I0705 14:12:09.052567 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-dfl9z took: 7.815µs I0705 14:12:09.051222 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-xxqh2 I0705 14:12:09.052553 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:u2368742455}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.052560 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:u2368742454}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.052583 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-xxqh2 I0705 14:12:09.052594 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-xxqh2 in node ip-10-0-1-77.ec2.internal I0705 14:12:09.051395 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-429ql I0705 14:12:09.052585 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.118.62:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742456}] I0705 14:12:09.052612 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-xxqh2 took: 18.722µs I0705 14:12:09.052587 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.25.101:8443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742454} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742454}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.052584 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.226.182:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742455} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742455}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.052619 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-xxqh2 I0705 14:12:09.052620 3306 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-429ql in node ip-10-0-2-180.ec2.internal I0705 14:12:09.052633 3306 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.051224 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-7895c99b97-njql4 I0705 14:12:09.052635 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-429ql took: 18.117µs I0705 14:12:09.052641 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.052643 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-429ql I0705 14:12:09.052094 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.052650 3306 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-dlmqf in node ip-10-0-2-180.ec2.internal I0705 14:12:09.052644 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-7895c99b97-njql4 I0705 14:12:09.052656 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-jx74n in node ip-10-0-2-180.ec2.internal I0705 14:12:09.052644 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:u2368742456}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.051417 3306 obj_retry.go:551] Creating *v1.Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r took: 241ns I0705 14:12:09.052667 3306 default_network_controller.go:776] Recording success event on pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r I0705 14:12:09.052673 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/image-registry-7895c99b97-5pxnt I0705 14:12:09.052683 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/image-registry-7895c99b97-5pxnt I0705 14:12:09.052686 3306 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-jx74n] creating logical port openshift-multus_network-metrics-daemon-jx74n for pod on switch ip-10-0-2-180.ec2.internal I0705 14:12:09.052573 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-dfl9z I0705 14:12:09.052682 3306 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-dlmqf] creating logical port openshift-network-diagnostics_network-check-target-dlmqf for pod on switch ip-10-0-2-180.ec2.internal I0705 14:12:09.052670 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.118.62:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742456} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742456}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.052659 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-7895c99b97-njql4 took: 235ns I0705 14:12:09.052742 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-7895c99b97-njql4 I0705 14:12:09.052761 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] I0705 14:12:09.052760 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] I0705 14:12:09.052961 3306 kube.go:317] Updating pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.052237 3306 obj_retry.go:546] Failed to create *v1.Pod openshift-multus/network-metrics-daemon-w88xh, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-w88xh: suppressed error logged: pod openshift-multus/network-metrics-daemon-w88xh: no pod IPs found I0705 14:12:09.052690 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/image-registry-7895c99b97-5pxnt took: 139ns I0705 14:12:09.053012 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/image-registry-7895c99b97-5pxnt I0705 14:12:09.053025 3306 kube.go:317] Updating pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.053128 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"} I0705 14:12:09.053151 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 2.222578ms I0705 14:12:09.053188 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:09.053199 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.053266 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"} I0705 14:12:09.053286 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 2.227203ms I0705 14:12:09.053295 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:09.053303 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:09.053310 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.053325 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) I0705 14:12:09.053337 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.053354 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.053312 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.053389 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:09.053401 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:09.053408 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:09.053412 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 I0705 14:12:09.053427 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:09.053426 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.053458 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.053469 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.053492 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.053529 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:09.053506 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.3.73:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742457}] I0705 14:12:09.053540 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:09.053552 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 I0705 14:12:09.053567 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.053575 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:u2368742457}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.053626 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.167.109:1936: 172.30.167.109:443: 172.30.167.109:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742458}] I0705 14:12:09.053615 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.3.73:50051:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742457} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742457}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.053669 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:u2368742458}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.053688 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.167.109:1936: 172.30.167.109:443: 172.30.167.109:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742458} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742458}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054039 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"} I0705 14:12:09.054066 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 3.025532ms I0705 14:12:09.054083 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:09.054093 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.054228 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"} I0705 14:12:09.054283 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 3.3155ms I0705 14:12:09.054304 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:09.054315 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:09.054259 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:09.054453 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:09.054452 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.106.10"}, 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}} I0705 14:12:09.054472 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054472 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054487 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054483 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}} I0705 14:12:09.054506 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054522 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.054542 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:09.054542 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"} I0705 14:12:09.054553 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:09.054557 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.254231ms I0705 14:12:09.054561 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:09.054568 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 I0705 14:12:09.054571 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:09.054577 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.054557 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.054209 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"} I0705 14:12:09.054609 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:09.054611 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 3.667692ms I0705 14:12:09.054620 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 I0705 14:12:09.054627 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:09.054580 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.054662 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:09.054633 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.054644 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.106.10:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742459}] I0705 14:12:09.054637 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.054682 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.55.86"}, 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}} I0705 14:12:09.054701 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054711 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054710 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:09.054706 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:u2368742459}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054725 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.251.53"}, 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}} I0705 14:12:09.054725 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"} I0705 14:12:09.054741 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054729 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.054748 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 1.558185ms I0705 14:12:09.054752 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054756 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:09.054734 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-2-180.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:u2368742460}] I0705 14:12:09.054729 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.106.10:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742459} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742459}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054766 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:09.054768 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:09.054780 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 I0705 14:12:09.054769 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.054796 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:09.054793 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.054790 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-2-180.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:u2368742461}] I0705 14:12:09.054810 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:09.054828 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 I0705 14:12:09.054778 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.054839 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.054847 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:u2368742460} {GoUUID:u2368742461}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054851 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.55.86:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742462}] I0705 14:12:09.054877 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:09.054892 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.37.239"}, 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}} I0705 14:12:09.054906 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054897 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:u2368742460} {GoUUID:u2368742461}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054916 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.054904 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:u2368742462}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054899 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.251.53:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742463}] I0705 14:12:09.054933 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.054927 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.55.86:9443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742462} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742462}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054967 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:09.054960 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:u2368742463}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054918 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-2-180.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:u2368742460} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-dns/dns-default]} name:Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.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:u2368742461} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742460} {GoUUID:u2368742461}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742460} {GoUUID:u2368742461}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.054980 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:09.054996 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 I0705 14:12:09.054978 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.251.53:5000:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742463} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742463}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.055011 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.055084 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.37.239:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742464}] I0705 14:12:09.055196 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:u2368742464}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.055227 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.37.239:17698:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742464} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742464}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.055381 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"} I0705 14:12:09.055457 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.373092ms I0705 14:12:09.055496 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:09.055514 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"} I0705 14:12:09.055530 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 959.372µs I0705 14:12:09.055542 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:09.055551 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.055628 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:09.055644 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.055664 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.055674 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.055511 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.055697 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:09.055691 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.055714 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.055719 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.055729 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.055733 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.055739 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.055745 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 I0705 14:12:09.055759 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.055758 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.055790 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.055801 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.055812 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 I0705 14:12:09.055825 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.055830 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.77.30:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742465}] I0705 14:12:09.055890 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:u2368742465}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.055894 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.1.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742466}] I0705 14:12:09.055917 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.77.30:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742465} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742465}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.055949 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:u2368742466}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.055968 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.1.144:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742466} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742466}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.056766 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"} I0705 14:12:09.056787 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 2.482587ms I0705 14:12:09.056803 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:09.056814 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.056895 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:09.056909 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.056920 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.056926 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.056938 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.056964 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.056982 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.056993 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 I0705 14:12:09.057000 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"} I0705 14:12:09.057022 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 2.394821ms I0705 14:12:09.057009 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057078 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.75.224:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742467}] I0705 14:12:09.057185 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"} I0705 14:12:09.057204 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 2.439116ms I0705 14:12:09.057216 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:09.057223 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.057315 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:09.057331 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.057347 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.057357 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.057415 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"} I0705 14:12:09.057402 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057434 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 1.891266ms I0705 14:12:09.057439 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.057449 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:09.057450 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.057462 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 I0705 14:12:09.057471 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"} I0705 14:12:09.057488 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 1.993335ms I0705 14:12:09.057475 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057499 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:09.057459 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.057533 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:09.057506 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.057550 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.057564 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.057565 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:09.057573 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:09.057575 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.057576 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.057592 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.057599 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.057597 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057612 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057631 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.057631 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.057617 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:u2368742467}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.057639 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.057643 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:09.057647 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 I0705 14:12:09.057655 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 I0705 14:12:09.057589 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.057646 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.75.224:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742467} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742467}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.057656 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057674 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057693 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:09.057704 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.202.85:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742469}] I0705 14:12:09.057749 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:u2368742469}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.057751 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.108.119:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742470}] I0705 14:12:09.057769 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.202.85:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742469} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742469}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.057714 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.057810 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) I0705 14:12:09.057825 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) I0705 14:12:09.057820 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:u2368742470}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.057857 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057848 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.108.119:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742470} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742470}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.057883 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.057898 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:09.057910 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 I0705 14:12:09.057927 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.057997 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.89.127:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742471}] I0705 14:12:09.057546 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.44.9:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742468}] I0705 14:12:09.058058 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:u2368742471}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.058084 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.89.127:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742471} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742471}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.058207 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:u2368742468}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.058268 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"} I0705 14:12:09.058247 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.44.9:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742468} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742468}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.058292 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 1.487358ms I0705 14:12:09.058308 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:09.058318 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:09.058388 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:09.058392 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"} I0705 14:12:09.058408 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 907.252µs I0705 14:12:09.058408 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:09.058420 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:09.058419 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}} I0705 14:12:09.058434 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.058457 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:09.058429 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.058542 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:09.058577 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.058609 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.058623 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.058616 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-insights/metrics"} I0705 14:12:09.058647 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 1.198128ms I0705 14:12:09.058642 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.058662 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:09.058671 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.058684 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.058696 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 I0705 14:12:09.058471 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.058714 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.058737 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"} I0705 14:12:09.058742 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:09.058747 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 1.710248ms I0705 14:12:09.058759 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:09.058759 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 I0705 14:12:09.058774 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.058765 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.058781 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.248.147:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742472}] I0705 14:12:09.058830 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:09.058844 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.126.91"}, 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}} I0705 14:12:09.058861 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.058847 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:u2368742472}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.058871 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.058864 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-2-180.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:u2368742473}] I0705 14:12:09.058672 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.058888 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.058876 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.248.147:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742472} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742472}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.058918 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:09.058925 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:09.058930 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:09.058943 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 I0705 14:12:09.058942 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.66.160"}, 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}} I0705 14:12:09.058957 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.058968 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.058956 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.058994 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"} I0705 14:12:09.059017 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.799666ms I0705 14:12:09.059031 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:09.059038 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.634µs I0705 14:12:09.059027 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:u2368742473}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059020 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.126.91:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742474}] I0705 14:12:09.059047 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:09.058985 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.059056 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.059121 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.059138 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.059141 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:09.059153 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 I0705 14:12:09.059175 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:09.059195 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.059206 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.059186 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.059224 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.059263 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.66.160:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742475}] I0705 14:12:09.059352 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:u2368742475}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059381 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.66.160:9393:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742475} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742475}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059072 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:u2368742474}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059478 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"} I0705 14:12:09.059503 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.082051ms I0705 14:12:09.059521 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:09.059489 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.126.91:9099:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742474} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742474}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059304 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:09.059576 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:09.059586 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 I0705 14:12:09.059531 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.059611 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:09.059610 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.059633 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.059650 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.059660 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.059081 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:u2368742473}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059687 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.168.242:8798: 172.30.168.242:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742476}] I0705 14:12:09.059743 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:u2368742476}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059717 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-2-180.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:u2368742473} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742473}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742473}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059770 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.168.242:8798: 172.30.168.242:9001:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742476} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742476}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.059677 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.059882 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.059902 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.059916 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 I0705 14:12:09.059933 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.059991 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"} I0705 14:12:09.060010 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 1.348341ms I0705 14:12:09.060028 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:09.060040 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.060115 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:09.060132 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.120.179"}, 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}} I0705 14:12:09.060118 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.22.58:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742477}] I0705 14:12:09.060147 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) I0705 14:12:09.060084 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"} I0705 14:12:09.060177 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.060187 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 1.425745ms I0705 14:12:09.060204 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:09.060211 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.036µs I0705 14:12:09.060195 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.060203 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:u2368742477}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.060221 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:09.060225 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.060237 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:09.060254 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 I0705 14:12:09.060227 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.22.58:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742477} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742477}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.060267 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.060230 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:09.060354 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:09.060334 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.120.179:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742478}] I0705 14:12:09.060368 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:09.060383 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.060407 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:09.060427 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.060455 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.060477 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:u2368742478}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.060489 3306 services_controller.go:452] Built service openshift-ingress/router-default per-node LB for network=default: []services.LB{} I0705 14:12:09.060502 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:09.060492 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.120.179:8383:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742478} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742478}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.060516 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 I0705 14:12:09.060530 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.060548 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"} I0705 14:12:09.060564 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 2.254482ms I0705 14:12:09.060583 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:09.060596 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.060661 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:09.060680 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:09.060690 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.060704 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.060690 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.230.74:443: 172.30.230.74:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742479}] I0705 14:12:09.060727 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:09.060731 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"} I0705 14:12:09.060737 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.060761 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 1.711852ms I0705 14:12:09.060768 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:09.060775 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:09.060780 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 I0705 14:12:09.060793 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.060805 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:u2368742479}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.060822 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"} I0705 14:12:09.060784 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.060839 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 1.31895ms I0705 14:12:09.060830 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.230.74:443: 172.30.230.74:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742479} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742479}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.060854 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:09.060859 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:09.060862 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.133µs I0705 14:12:09.060872 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:09.060874 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:09.060867 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-2-180.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.9.110:443:172.30.107.53:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742480}] I0705 14:12:09.060894 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.060904 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.060882 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.060925 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:u2368742480}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.060921 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.060953 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:09.060963 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:09.060977 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:09.060984 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 I0705 14:12:09.060996 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:09.061010 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.060999 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.061025 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.061047 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:09.061061 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"} I0705 14:12:09.061077 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 1.051928ms I0705 14:12:09.061062 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.061092 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:09.061069 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.58.207:8443: 172.30.58.207:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742481}] I0705 14:12:09.061094 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:09.061110 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 I0705 14:12:09.061110 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:u2368742480}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061126 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:u2368742481}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061124 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:09.061100 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.061193 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:09.061150 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.58.207:8443: 172.30.58.207:8888:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742481} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742481}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061206 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:09.061147 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-2-180.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.9.110:443:172.30.107.53:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742480} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742480}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742480}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061221 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.061231 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.061215 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-2-180.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.112.218:443:172.30.179.113:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742482}] I0705 14:12:09.061247 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.061278 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:09.061289 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:09.061300 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 I0705 14:12:09.061291 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:u2368742482}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061313 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.061340 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:u2368742482}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061375 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.110.185:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742483}] I0705 14:12:09.061367 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-2-180.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.112.218:443:172.30.179.113:443]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742482} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742482}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742482}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061429 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:u2368742483}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061452 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.110.185:443:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742483} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742483}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.061786 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"} I0705 14:12:09.061812 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 1.589599ms I0705 14:12:09.061828 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:09.061839 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:09.061916 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:09.061934 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.211.254"}, 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}} I0705 14:12:09.061952 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:09.061962 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:09.061978 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.062013 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:09.062024 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:09.062036 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 I0705 14:12:09.062053 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:09.062121 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.211.254:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742484}] I0705 14:12:09.062213 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:u2368742484}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.062241 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.211.254:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742484} {Op:mutate Table:Load_Balancer_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742484}]}}] Timeout: Where:[where column _uuid == {cc215bef-e954-49c8-80fd-3d05fed76b7d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.062378 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"} I0705 14:12:09.062396 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 1.306139ms I0705 14:12:09.062407 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:09.062413 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 5.969µs I0705 14:12:09.062419 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:09.062423 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 4.471µs I0705 14:12:09.062432 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:09.062439 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 6.505µs I0705 14:12:09.062447 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:09.062452 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 5.693µs I0705 14:12:09.062460 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:09.062465 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 5.449µs I0705 14:12:09.062462 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/openshift-apiserver"} I0705 14:12:09.062475 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 1.602484ms I0705 14:12:09.062488 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"} I0705 14:12:09.062493 3306 loadbalancer.go:304] Deleted 0 stale LBs for map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/packageserver"} I0705 14:12:09.062499 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 1.725761ms I0705 14:12:09.062502 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 1.92061ms I0705 14:12:09.062840 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"} I0705 14:12:09.062858 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 1.030286ms I0705 14:12:09.069281 3306 pod.go:62] [openshift-multus/network-metrics-daemon-jx74n] pod update took 16.347372ms I0705 14:12:09.069308 3306 base_network_controller_pods.go:921] [default/openshift-multus/network-metrics-daemon-jx74n] addLogicalPort annotation time took 16.373046ms I0705 14:12:09.069371 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-multus pod:true]} name:openshift-multus_network-metrics-daemon-jx74n options:{GoMap:map[iface-id-ver:e9d2fbc3-f5ba-4ee7-9d42-e6979ae0a187 requested-chassis:ip-10-0-2-180.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:u2368742485}] I0705 14:12:09.069436 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:u2368742485}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.069492 3306 address_set.go:575] (u2368742282/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.128.0.3]) to address set I0705 14:12:09.069526 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 == {4f310d32-29f9-4a34-8084-5c6f65c6ed39}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.069572 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:u2368742485}]}}] Timeout: Where:[where column _uuid == {7e4aaeb5-4aa7-44da-93a4-dd987e688821}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.069662 3306 pod.go:62] [openshift-network-diagnostics/network-check-target-dlmqf] pod update took 16.842101ms I0705 14:12:09.069685 3306 base_network_controller_pods.go:921] [default/openshift-network-diagnostics/network-check-target-dlmqf] addLogicalPort annotation time took 16.868438ms I0705 14:12:09.069677 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742486}] I0705 14:12:09.069711 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:u2368742486}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.069735 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-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-dlmqf options:{GoMap:map[iface-id-ver:78340811-7840-42a5-8519-fc5a1a8998ce requested-chassis:ip-10-0-2-180.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:u2368742487}] I0705 14:12:09.069730 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-multus pod:true]} name:openshift-multus_network-metrics-daemon-jx74n options:{GoMap:map[iface-id-ver:e9d2fbc3-f5ba-4ee7-9d42-e6979ae0a187 requested-chassis:ip-10-0-2-180.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:u2368742485} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742485}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] 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 == {4f310d32-29f9-4a34-8084-5c6f65c6ed39}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742485}]}}] Timeout: Where:[where column _uuid == {7e4aaeb5-4aa7-44da-93a4-dd987e688821}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742486} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2368742486}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.069786 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:u2368742487}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.069837 3306 address_set.go:575] (u2368742310/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.128.0.4]) to address set I0705 14:12:09.069868 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 == {f404ee66-40f8-4f65-8e2e-e517835f39b8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.069910 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:u2368742487}]}}] Timeout: Where:[where column _uuid == {f421883e-082f-4e74-b98f-648f9ccdc9fb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.070007 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742488}] I0705 14:12:09.070048 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:u2368742488}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.070071 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-network-diagnostics pod:true]} name:openshift-network-diagnostics_network-check-target-dlmqf options:{GoMap:map[iface-id-ver:78340811-7840-42a5-8519-fc5a1a8998ce requested-chassis:ip-10-0-2-180.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:u2368742487} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742487}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] 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 == {f404ee66-40f8-4f65-8e2e-e517835f39b8}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742487}]}}] Timeout: Where:[where column _uuid == {f421883e-082f-4e74-b98f-648f9ccdc9fb}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742488} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2368742488}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.070631 3306 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-jx74n): added port &{name:openshift-multus_network-metrics-daemon-jx74n uuid:268a4c41-0a0c-498a-94ad-cf416606427d logicalSwitch:ip-10-0-2-180.ec2.internal ips:[0xc008860c60] 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 I0705 14:12:09.070697 3306 pods.go:252] [openshift-multus/network-metrics-daemon-jx74n] addLogicalPort took 18.020155ms, libovsdb time 891.279µs I0705 14:12:09.070730 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-jx74n took: 18.073831ms I0705 14:12:09.070758 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.070787 3306 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:09.070821 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:09.070852 3306 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal in node ip-10-0-2-180.ec2.internal I0705 14:12:09.070883 3306 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal took: 34.214µs I0705 14:12:09.070893 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:09.071086 3306 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-dlmqf): added port &{name:openshift-network-diagnostics_network-check-target-dlmqf uuid:fd3ab8e3-080c-4bf6-8e9c-f49fe59ca17f logicalSwitch:ip-10-0-2-180.ec2.internal ips:[0xc0091d0870] 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 I0705 14:12:09.071114 3306 pods.go:252] [openshift-network-diagnostics/network-check-target-dlmqf] addLogicalPort took 18.441532ms, libovsdb time 1.004531ms I0705 14:12:09.071125 3306 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-dlmqf took: 18.474409ms I0705 14:12:09.071132 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.071147 3306 factory.go:1336] Added *v1.Pod event handler 3 I0705 14:12:09.071180 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:09.071191 3306 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.071193 3306 admin_network_policy_controller.go:133] Setting up event handlers for Admin Network Policy I0705 14:12:09.071208 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.071244 3306 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-dlmqf in node ip-10-0-2-180.ec2.internal I0705 14:12:09.071255 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.071263 3306 admin_network_policy_controller.go:151] Setting up event handlers for Baseline Admin Network Policy I0705 14:12:09.071277 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:09.071286 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.071298 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.071300 3306 admin_network_policy_controller.go:168] Setting up event handlers for Namespaces in Admin Network Policy controller I0705 14:12:09.071322 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-jx74n in node ip-10-0-2-180.ec2.internal I0705 14:12:09.071330 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.071348 3306 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0705 14:12:09.071360 3306 obj_retry.go:409] Going to retry *v1.Pod resource setup for 2 objects: [openshift-multus/network-metrics-daemon-w88xh openshift-network-diagnostics/network-check-target-hp8hl] I0705 14:12:09.071370 3306 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0705 14:12:09.071390 3306 obj_retry.go:285] Attempting retry of *v1.Pod openshift-network-diagnostics/network-check-target-hp8hl before timer (time: 2026-07-05 14:12:10.053549665 +0000 UTC m=+3.271615775): skip I0705 14:12:09.071406 3306 admin_network_policy_controller.go:184] Setting up event handlers for Pods in Admin Network Policy controller I0705 14:12:09.071413 3306 obj_retry.go:285] Attempting retry of *v1.Pod openshift-multus/network-metrics-daemon-w88xh before timer (time: 2026-07-05 14:12:10.130202971 +0000 UTC m=+3.348269081): skip I0705 14:12:09.071425 3306 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 64.523µs) I0705 14:12:09.071465 3306 admin_network_policy_controller.go:200] Setting up event handlers for Nodes in Admin Network Policy controller I0705 14:12:09.071479 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-operator I0705 14:12:09.071493 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-etcd I0705 14:12:09.071502 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller default I0705 14:12:09.071508 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-ai-agent I0705 14:12:09.071535 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mobb I0705 14:12:09.071541 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep I0705 14:12:09.071548 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-csi-drivers I0705 14:12:09.071554 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-storage-operator I0705 14:12:09.071561 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-canary I0705 14:12:09.071570 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-monitoring I0705 14:12:09.071577 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operator-lifecycle-manager I0705 14:12:09.071583 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators I0705 14:12:09.071590 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-user-workload-monitoring I0705 14:12:09.071595 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-agent-addon I0705 14:12:09.071606 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-config-operator I0705 14:12:09.071612 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver I0705 14:12:09.071619 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-lpsre I0705 14:12:09.071625 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-tam I0705 14:12:09.071632 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-samples-operator I0705 14:12:09.071638 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager I0705 14:12:09.071645 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns I0705 14:12:09.071651 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console I0705 14:12:09.071657 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-customer-monitoring I0705 14:12:09.071663 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-public I0705 14:12:09.071670 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cse I0705 14:12:09.071675 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-controller-manager-operator I0705 14:12:09.071683 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-storage-version-migrator-operator I0705 14:12:09.071692 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-console I0705 14:12:09.071701 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ovn-kubernetes I0705 14:12:09.071707 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-host-network I0705 14:12:09.071714 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-insights I0705 14:12:09.071720 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-diagnostics I0705 14:12:09.071726 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-package-operator I0705 14:12:09.071733 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-system I0705 14:12:09.071740 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-cee I0705 14:12:09.071745 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-srep-ro I0705 14:12:09.071752 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler-operator I0705 14:12:09.071760 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-marketplace I0705 14:12:09.071766 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-multus I0705 14:12:09.071772 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-csm I0705 14:12:09.071779 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-mcs-tier-two I0705 14:12:09.071784 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress-operator I0705 14:12:09.071772 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:u2368742489}] I0705 14:12:09.071791 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller kube-node-lease I0705 14:12:09.071800 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane-managed-scripts I0705 14:12:09.071808 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager-operator I0705 14:12:09.071813 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-machine-api I0705 14:12:09.071819 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-route-controller-manager I0705 14:12:09.071825 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-scheduler I0705 14:12:09.071832 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-service-ca-operator I0705 14:12:09.071838 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-apiserver-operator I0705 14:12:09.071845 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-network-config-controller I0705 14:12:09.071826 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:u2368742490}] I0705 14:12:09.071851 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-node-tuning-operator I0705 14:12:09.071858 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-version I0705 14:12:09.071881 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-operator I0705 14:12:09.071895 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-controller-manager I0705 14:12:09.071884 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:u2368742489} {GoUUID:u2368742490}]}}] Timeout: Where:[where column _uuid == {37961e3e-2e68-409d-9434-c694f9e112a9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.071903 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 I0705 14:12:09.071912 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift I0705 14:12:09.071919 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-controller-manager I0705 14:12:09.071926 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-image-registry I0705 14:12:09.071932 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-must-gather-operator I0705 14:12:09.071939 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config-managed I0705 14:12:09.071945 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-logging I0705 14:12:09.071951 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-node-identity I0705 14:12:09.071956 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-operators-redhat I0705 14:12:09.071904 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:u2368742489} {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:u2368742490} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2368742489} {GoUUID:u2368742490}]}}] Timeout: Where:[where column _uuid == {37961e3e-2e68-409d-9434-c694f9e112a9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.071970 3306 admin_network_policy_controller.go:226] Starting controller default-network-controller I0705 14:12:09.071977 3306 admin_network_policy_controller.go:229] Waiting for informer caches to sync I0705 14:12:09.071987 3306 shared_informer.go:313] Waiting for caches to sync for default-network-controller I0705 14:12:09.072035 3306 shared_informer.go:320] Caches are synced for default-network-controller I0705 14:12:09.072059 3306 admin_network_policy_controller.go:236] Repairing Admin Network Policies I0705 14:12:09.072087 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-backplane I0705 14:12:09.072100 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cluster-machine-approver I0705 14:12:09.072107 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-deployment-validation-operator I0705 14:12:09.072113 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-dns-operator I0705 14:12:09.072119 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver I0705 14:12:09.072125 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller dedicated-admin I0705 14:12:09.072131 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication I0705 14:12:09.072136 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-cloud-credential-operator I0705 14:12:09.072144 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-infra I0705 14:12:09.072149 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-node I0705 14:12:09.072174 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-authentication-operator I0705 14:12:09.072180 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-config I0705 14:12:09.072187 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-console-user-settings I0705 14:12:09.072192 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-ingress I0705 14:12:09.072191 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-9x2fj I0705 14:12:09.072203 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-kube-apiserver-operator I0705 14:12:09.072215 3306 admin_network_policy_controller.go:451] Adding Namespace in Admin Network Policy controller openshift-network-operator I0705 14:12:09.072204 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r I0705 14:12:09.072227 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:09.072234 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:09.072240 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-7895c99b97-njql4 I0705 14:12:09.072240 3306 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-1-77.ec2.internal I0705 14:12:09.072247 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-2bj9t I0705 14:12:09.072249 3306 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-2-180.ec2.internal I0705 14:12:09.072253 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:09.072259 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.072265 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-45zbw I0705 14:12:09.072274 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-xxqh2 I0705 14:12:09.072288 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:09.072295 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:09.072301 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:09.072307 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:12:09.072317 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-180.ec2.internal I0705 14:12:09.072324 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-dfl9z I0705 14:12:09.072329 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-w88xh I0705 14:12:09.072336 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-429ql I0705 14:12:09.072341 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:09.072347 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:09.072355 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:09.072361 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-7fpls I0705 14:12:09.072366 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.072372 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-h2rcr I0705 14:12:09.072378 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb I0705 14:12:09.072384 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/image-registry-7895c99b97-5pxnt I0705 14:12:09.072390 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:09.072534 3306 repair.go:27] Repairing admin network policies took 443.675µs I0705 14:12:09.072733 3306 repair.go:90] Repairing baseline admin network policies took 162.013µs I0705 14:12:09.072771 3306 admin_network_policy_controller.go:249] Starting Admin Network Policy workers I0705 14:12:09.072803 3306 admin_network_policy_controller.go:260] Starting Baseline Admin Network Policy workers I0705 14:12:09.072814 3306 admin_network_policy_controller.go:271] Starting Namespace Admin Network Policy workers I0705 14:12:09.072824 3306 admin_network_policy_controller.go:282] Starting Pod Admin Network Policy workers I0705 14:12:09.072834 3306 admin_network_policy_controller.go:293] Starting Node Admin Network Policy workers I0705 14:12:09.072880 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-operator in Admin Network Policy controller I0705 14:12:09.072897 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-operator Admin Network Policy controller: took 19.183µs I0705 14:12:09.072910 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-etcd in Admin Network Policy controller I0705 14:12:09.072915 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-etcd Admin Network Policy controller: took 5.728µs I0705 14:12:09.072919 3306 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0705 14:12:09.072935 3306 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights I0705 14:12:09.072924 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace default in Admin Network Policy controller I0705 14:12:09.072952 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace default Admin Network Policy controller: took 27.222µs I0705 14:12:09.072962 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-ai-agent in Admin Network Policy controller I0705 14:12:09.072975 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-ai-agent Admin Network Policy controller: took 5.883µs I0705 14:12:09.072978 3306 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-insights for network default I0705 14:12:09.072983 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mobb in Admin Network Policy controller I0705 14:12:09.072998 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mobb Admin Network Policy controller: took 6.067µs I0705 14:12:09.073007 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep in Admin Network Policy controller I0705 14:12:09.073012 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep Admin Network Policy controller: took 5.751µs I0705 14:12:09.073022 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-csi-drivers in Admin Network Policy controller I0705 14:12:09.073027 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-csi-drivers Admin Network Policy controller: took 8.086µs I0705 14:12:09.073034 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-storage-operator in Admin Network Policy controller I0705 14:12:09.072991 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}]} I0705 14:12:09.073040 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-storage-operator Admin Network Policy controller: took 5.663µs I0705 14:12:09.073049 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-canary in Admin Network Policy controller I0705 14:12:09.073047 3306 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-insights added to peer address sets [] I0705 14:12:09.073055 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-canary Admin Network Policy controller: took 6.277µs I0705 14:12:09.073062 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-monitoring in Admin Network Policy controller I0705 14:12:09.073066 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-monitoring Admin Network Policy controller: took 4.529µs I0705 14:12:09.073074 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operator-lifecycle-manager in Admin Network Policy controller I0705 14:12:09.073078 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operator-lifecycle-manager Admin Network Policy controller: took 5.586µs I0705 14:12:09.073084 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators in Admin Network Policy controller I0705 14:12:09.073088 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators Admin Network Policy controller: took 4.188µs I0705 14:12:09.073098 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-77.ec2.internal in Admin Network Policy controller I0705 14:12:09.073113 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-77.ec2.internal Admin Network Policy controller: took 17.688µs I0705 14:12:09.073133 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-180.ec2.internal in Admin Network Policy controller I0705 14:12:09.073138 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-180.ec2.internal Admin Network Policy controller: took 5.978µs I0705 14:12:09.073147 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-9x2fj in Admin Network Policy controller I0705 14:12:09.073153 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-9x2fj Admin Network Policy controller: took 6.696µs I0705 14:12:09.073182 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r in Admin Network Policy controller I0705 14:12:09.073188 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r Admin Network Policy controller: took 8.203µs I0705 14:12:09.073138 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:u2368742491}] I0705 14:12:09.073196 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 in Admin Network Policy controller I0705 14:12:09.073200 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 Admin Network Policy controller: took 6.454µs I0705 14:12:09.073205 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-zxb2v in Admin Network Policy controller I0705 14:12:09.073208 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-zxb2v Admin Network Policy controller: took 4.117µs I0705 14:12:09.073213 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-7895c99b97-njql4 in Admin Network Policy controller I0705 14:12:09.073217 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-7895c99b97-njql4 Admin Network Policy controller: took 3.906µs I0705 14:12:09.073221 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-2bj9t in Admin Network Policy controller I0705 14:12:09.073224 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-2bj9t Admin Network Policy controller: took 3.758µs I0705 14:12:09.073229 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in Admin Network Policy controller I0705 14:12:09.073235 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-pmm7x Admin Network Policy controller: took 4.088µs I0705 14:12:09.073239 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-jx74n in Admin Network Policy controller I0705 14:12:09.073244 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-jx74n Admin Network Policy controller: took 4.507µs I0705 14:12:09.073253 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-user-workload-monitoring in Admin Network Policy controller I0705 14:12:09.073233 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:u2368742492}] I0705 14:12:09.073266 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-user-workload-monitoring Admin Network Policy controller: took 16.079µs I0705 14:12:09.073287 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-agent-addon in Admin Network Policy controller I0705 14:12:09.073295 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-agent-addon Admin Network Policy controller: took 8.093µs I0705 14:12:09.073302 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-config-operator in Admin Network Policy controller I0705 14:12:09.073308 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-config-operator Admin Network Policy controller: took 5.58µs I0705 14:12:09.073315 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver in Admin Network Policy controller I0705 14:12:09.073321 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver Admin Network Policy controller: took 4.896µs I0705 14:12:09.073299 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:u2368742493}] I0705 14:12:09.073363 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:u2368742494}] I0705 14:12:09.073327 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-lpsre in Admin Network Policy controller I0705 14:12:09.073412 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-lpsre Admin Network Policy controller: took 82.329µs I0705 14:12:09.073434 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-tam in Admin Network Policy controller I0705 14:12:09.073441 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-tam Admin Network Policy controller: took 7.15µs I0705 14:12:09.073428 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2368742491} {GoUUID:u2368742492}]} 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:u2368742495}] I0705 14:12:09.073449 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-samples-operator in Admin Network Policy controller I0705 14:12:09.073455 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-samples-operator Admin Network Policy controller: took 6.271µs I0705 14:12:09.073465 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager in Admin Network Policy controller I0705 14:12:09.073470 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager Admin Network Policy controller: took 7.925µs I0705 14:12:09.073477 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns in Admin Network Policy controller I0705 14:12:09.073465 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2368742493} {GoUUID:u2368742494}]} 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:u2368742496}] I0705 14:12:09.073483 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns Admin Network Policy controller: took 4.814µs I0705 14:12:09.073490 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console in Admin Network Policy controller I0705 14:12:09.073496 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console Admin Network Policy controller: took 5.657µs I0705 14:12:09.073503 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-customer-monitoring in Admin Network Policy controller I0705 14:12:09.073508 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-customer-monitoring Admin Network Policy controller: took 5.327µs I0705 14:12:09.073515 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-45zbw in Admin Network Policy controller I0705 14:12:09.073523 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-45zbw Admin Network Policy controller: took 9.445µs I0705 14:12:09.073538 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-xxqh2 in Admin Network Policy controller I0705 14:12:09.073547 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-xxqh2 Admin Network Policy controller: took 9.534µs I0705 14:12:09.073556 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-j246j in Admin Network Policy controller I0705 14:12:09.073561 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-j246j Admin Network Policy controller: took 6.468µs I0705 14:12:09.073569 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l in Admin Network Policy controller I0705 14:12:09.073575 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l Admin Network Policy controller: took 6.133µs I0705 14:12:09.073581 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-bk9jn in Admin Network Policy controller I0705 14:12:09.073587 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-bk9jn Admin Network Policy controller: took 5.299µs I0705 14:12:09.073593 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-77f459f94-sd86w in Admin Network Policy controller I0705 14:12:09.073598 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-77f459f94-sd86w Admin Network Policy controller: took 5.271µs I0705 14:12:09.073488 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:u2368742491} {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:u2368742492} {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:u2368742493} {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:u2368742494} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2368742491} {GoUUID:u2368742492}]} 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:u2368742495} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2368742493} {GoUUID:u2368742494}]} 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:u2368742496}] I0705 14:12:09.073605 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal in Admin Network Policy controller I0705 14:12:09.073611 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal Admin Network Policy controller: took 7.547µs I0705 14:12:09.073619 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-dfl9z in Admin Network Policy controller I0705 14:12:09.073624 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-dfl9z Admin Network Policy controller: took 6.117µs I0705 14:12:09.073631 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-w88xh in Admin Network Policy controller I0705 14:12:09.073636 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-w88xh Admin Network Policy controller: took 5.336µs I0705 14:12:09.073643 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-429ql in Admin Network Policy controller I0705 14:12:09.073648 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-429ql Admin Network Policy controller: took 5.723µs I0705 14:12:09.073655 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-77cg9 in Admin Network Policy controller I0705 14:12:09.073662 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-77cg9 Admin Network Policy controller: took 7.917µs I0705 14:12:09.073669 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal in Admin Network Policy controller I0705 14:12:09.073674 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal Admin Network Policy controller: took 5.387µs I0705 14:12:09.073680 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f in Admin Network Policy controller I0705 14:12:09.073685 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f Admin Network Policy controller: took 5.344µs I0705 14:12:09.073694 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-public in Admin Network Policy controller I0705 14:12:09.073714 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-public Admin Network Policy controller: took 22.857µs I0705 14:12:09.073731 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cse in Admin Network Policy controller I0705 14:12:09.073737 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cse Admin Network Policy controller: took 5.309µs I0705 14:12:09.073745 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-controller-manager-operator in Admin Network Policy controller I0705 14:12:09.073749 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-controller-manager-operator Admin Network Policy controller: took 5.105µs I0705 14:12:09.073756 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-storage-version-migrator-operator in Admin Network Policy controller I0705 14:12:09.073761 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-storage-version-migrator-operator Admin Network Policy controller: took 5.023µs I0705 14:12:09.073768 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-console in Admin Network Policy controller I0705 14:12:09.073772 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-console Admin Network Policy controller: took 4.662µs I0705 14:12:09.073779 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ovn-kubernetes in Admin Network Policy controller I0705 14:12:09.073783 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ovn-kubernetes Admin Network Policy controller: took 4.554µs I0705 14:12:09.073790 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-host-network in Admin Network Policy controller I0705 14:12:09.073795 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-host-network Admin Network Policy controller: took 4.875µs I0705 14:12:09.073801 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-insights in Admin Network Policy controller I0705 14:12:09.073805 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-insights Admin Network Policy controller: took 4.204µs I0705 14:12:09.073812 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-diagnostics in Admin Network Policy controller I0705 14:12:09.073816 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-diagnostics Admin Network Policy controller: took 4.379µs I0705 14:12:09.073823 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-7fpls in Admin Network Policy controller I0705 14:12:09.073834 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-7fpls Admin Network Policy controller: took 11.095µs I0705 14:12:09.073849 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-dlmqf in Admin Network Policy controller I0705 14:12:09.073859 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-dlmqf Admin Network Policy controller: took 10.71µs I0705 14:12:09.073865 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-h2rcr in Admin Network Policy controller I0705 14:12:09.073869 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-h2rcr Admin Network Policy controller: took 3.85µs I0705 14:12:09.073875 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb in Admin Network Policy controller I0705 14:12:09.073881 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb Admin Network Policy controller: took 5.416µs I0705 14:12:09.073887 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/image-registry-7895c99b97-5pxnt in Admin Network Policy controller I0705 14:12:09.073891 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/image-registry-7895c99b97-5pxnt Admin Network Policy controller: took 5.442µs I0705 14:12:09.073896 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-hp8hl in Admin Network Policy controller I0705 14:12:09.073901 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-hp8hl Admin Network Policy controller: took 4.526µs I0705 14:12:09.073909 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-package-operator in Admin Network Policy controller I0705 14:12:09.073914 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-package-operator Admin Network Policy controller: took 6.071µs I0705 14:12:09.073922 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-system in Admin Network Policy controller I0705 14:12:09.073926 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-system Admin Network Policy controller: took 5.279µs I0705 14:12:09.073931 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-cee in Admin Network Policy controller I0705 14:12:09.073934 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-cee Admin Network Policy controller: took 3.046µs I0705 14:12:09.073938 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-srep-ro in Admin Network Policy controller I0705 14:12:09.073941 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-srep-ro Admin Network Policy controller: took 2.828µs I0705 14:12:09.073946 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler-operator in Admin Network Policy controller I0705 14:12:09.073950 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler-operator Admin Network Policy controller: took 4.023µs I0705 14:12:09.073956 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-marketplace in Admin Network Policy controller I0705 14:12:09.073961 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-marketplace Admin Network Policy controller: took 4.935µs I0705 14:12:09.073967 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-multus in Admin Network Policy controller I0705 14:12:09.073970 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-multus Admin Network Policy controller: took 4.403µs I0705 14:12:09.073975 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-csm in Admin Network Policy controller I0705 14:12:09.073978 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-csm Admin Network Policy controller: took 3.018µs I0705 14:12:09.073982 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-mcs-tier-two in Admin Network Policy controller I0705 14:12:09.073985 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-mcs-tier-two Admin Network Policy controller: took 3.081µs I0705 14:12:09.073989 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress-operator in Admin Network Policy controller I0705 14:12:09.073991 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress-operator Admin Network Policy controller: took 2.802µs I0705 14:12:09.073995 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace kube-node-lease in Admin Network Policy controller I0705 14:12:09.073999 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace kube-node-lease Admin Network Policy controller: took 3.71µs I0705 14:12:09.074006 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane-managed-scripts in Admin Network Policy controller I0705 14:12:09.074010 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane-managed-scripts Admin Network Policy controller: took 4.233µs I0705 14:12:09.074015 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager-operator in Admin Network Policy controller I0705 14:12:09.074019 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager-operator Admin Network Policy controller: took 4.11µs I0705 14:12:09.074025 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-machine-api in Admin Network Policy controller I0705 14:12:09.074029 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-machine-api Admin Network Policy controller: took 4.282µs I0705 14:12:09.074035 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-route-controller-manager in Admin Network Policy controller I0705 14:12:09.074039 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-route-controller-manager Admin Network Policy controller: took 4.261µs I0705 14:12:09.074045 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-scheduler in Admin Network Policy controller I0705 14:12:09.074049 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-scheduler Admin Network Policy controller: took 4.297µs I0705 14:12:09.074055 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-service-ca-operator in Admin Network Policy controller I0705 14:12:09.074060 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-service-ca-operator Admin Network Policy controller: took 5.076µs I0705 14:12:09.074065 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-apiserver-operator in Admin Network Policy controller I0705 14:12:09.074070 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-apiserver-operator Admin Network Policy controller: took 4.45µs I0705 14:12:09.074076 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-network-config-controller in Admin Network Policy controller I0705 14:12:09.074080 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-network-config-controller Admin Network Policy controller: took 4.187µs I0705 14:12:09.074085 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-node-tuning-operator in Admin Network Policy controller I0705 14:12:09.074089 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-node-tuning-operator Admin Network Policy controller: took 4.286µs I0705 14:12:09.074096 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-version in Admin Network Policy controller I0705 14:12:09.074101 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-version Admin Network Policy controller: took 4.373µs I0705 14:12:09.074107 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-operator in Admin Network Policy controller I0705 14:12:09.074111 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-operator Admin Network Policy controller: took 4.533µs I0705 14:12:09.074117 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-controller-manager in Admin Network Policy controller I0705 14:12:09.074121 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-controller-manager Admin Network Policy controller: took 4.272µs I0705 14:12:09.074127 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 in Admin Network Policy controller I0705 14:12:09.074132 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 Admin Network Policy controller: took 4.344µs I0705 14:12:09.074138 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift in Admin Network Policy controller I0705 14:12:09.074142 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift Admin Network Policy controller: took 4.425µs I0705 14:12:09.074148 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-controller-manager in Admin Network Policy controller I0705 14:12:09.074153 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-controller-manager Admin Network Policy controller: took 4.628µs I0705 14:12:09.074177 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-image-registry in Admin Network Policy controller I0705 14:12:09.074182 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-image-registry Admin Network Policy controller: took 5.188µs I0705 14:12:09.074188 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-must-gather-operator in Admin Network Policy controller I0705 14:12:09.074192 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-must-gather-operator Admin Network Policy controller: took 4.03µs I0705 14:12:09.074198 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config-managed in Admin Network Policy controller I0705 14:12:09.074202 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config-managed Admin Network Policy controller: took 4.757µs I0705 14:12:09.074208 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-logging in Admin Network Policy controller I0705 14:12:09.074213 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-logging Admin Network Policy controller: took 4.836µs I0705 14:12:09.074219 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-node-identity in Admin Network Policy controller I0705 14:12:09.074224 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-node-identity Admin Network Policy controller: took 4.875µs I0705 14:12:09.074230 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-operators-redhat in Admin Network Policy controller I0705 14:12:09.074234 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-operators-redhat Admin Network Policy controller: took 4.419µs I0705 14:12:09.074240 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-backplane in Admin Network Policy controller I0705 14:12:09.074245 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-backplane Admin Network Policy controller: took 4.626µs I0705 14:12:09.074250 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cluster-machine-approver in Admin Network Policy controller I0705 14:12:09.074255 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cluster-machine-approver Admin Network Policy controller: took 4.432µs I0705 14:12:09.074262 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-deployment-validation-operator in Admin Network Policy controller I0705 14:12:09.074266 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-deployment-validation-operator Admin Network Policy controller: took 5.23µs I0705 14:12:09.074273 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-dns-operator in Admin Network Policy controller I0705 14:12:09.074277 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-dns-operator Admin Network Policy controller: took 4.713µs I0705 14:12:09.074283 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver in Admin Network Policy controller I0705 14:12:09.074288 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver Admin Network Policy controller: took 4.736µs I0705 14:12:09.074293 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace dedicated-admin in Admin Network Policy controller I0705 14:12:09.074298 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace dedicated-admin Admin Network Policy controller: took 4.474µs I0705 14:12:09.074304 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication in Admin Network Policy controller I0705 14:12:09.074308 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication Admin Network Policy controller: took 4.606µs I0705 14:12:09.074314 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-cloud-credential-operator in Admin Network Policy controller I0705 14:12:09.074318 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-cloud-credential-operator Admin Network Policy controller: took 4.445µs I0705 14:12:09.074325 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-infra in Admin Network Policy controller I0705 14:12:09.074329 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-infra Admin Network Policy controller: took 5µs I0705 14:12:09.074336 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-node in Admin Network Policy controller I0705 14:12:09.074341 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-node Admin Network Policy controller: took 5.162µs I0705 14:12:09.074348 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-authentication-operator in Admin Network Policy controller I0705 14:12:09.074352 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-authentication-operator Admin Network Policy controller: took 4.593µs I0705 14:12:09.074359 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-config in Admin Network Policy controller I0705 14:12:09.074363 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-config Admin Network Policy controller: took 5.04µs I0705 14:12:09.074370 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-console-user-settings in Admin Network Policy controller I0705 14:12:09.074374 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-console-user-settings Admin Network Policy controller: took 4.885µs I0705 14:12:09.074380 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-ingress in Admin Network Policy controller I0705 14:12:09.074385 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-ingress Admin Network Policy controller: took 4.664µs I0705 14:12:09.074391 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-kube-apiserver-operator in Admin Network Policy controller I0705 14:12:09.074396 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-kube-apiserver-operator Admin Network Policy controller: took 4.608µs I0705 14:12:09.074402 3306 admin_network_policy_namespace.go:53] Processing sync for Namespace openshift-network-operator in Admin Network Policy controller I0705 14:12:09.074407 3306 admin_network_policy_namespace.go:56] Finished syncing Namespace openshift-network-operator Admin Network Policy controller: took 4.545µs I0705 14:12:09.074935 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:u2368742497}] I0705 14:12:09.074969 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:u2368742497}] I0705 14:12:09.075518 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:u2368742498}] I0705 14:12:09.075592 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:u2368742498}]}}] Timeout: Where:[where column _uuid == {34da486b-26cd-4e5c-af4f-f56617b6f9a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.075616 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:u2368742498} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2368742498}]}}] Timeout: Where:[where column _uuid == {34da486b-26cd-4e5c-af4f-f56617b6f9a3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.076244 3306 obj_retry.go:512] Add event received for *factory.peerNamespaceSelector openshift-insights I0705 14:12:09.076360 3306 obj_retry.go:551] Creating *factory.peerNamespaceSelector openshift-insights took: 99.154µs I0705 14:12:09.076381 3306 factory.go:1336] Added *v1.Namespace event handler 5 I0705 14:12:09.076438 3306 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r I0705 14:12:09.076452 3306 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r took: 532ns I0705 14:12:09.076471 3306 factory.go:1336] Added *v1.Pod event handler 6 I0705 14:12:09.076490 3306 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-insights resources completed, update namespace loglevel I0705 14:12:09.076498 3306 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights took: 3.546046ms I0705 14:12:09.076504 3306 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-insights I0705 14:12:09.076511 3306 default_network_controller.go:737] Recording add event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0705 14:12:09.076517 3306 obj_retry.go:512] Add event received for *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm I0705 14:12:09.076525 3306 base_network_controller_policy.go:1172] Adding network policy openshift-deployment-validation-operator/allow-from-openshift-olm for network default I0705 14:12:09.076535 3306 base_network_controller_policy.go:999] Network policy ingress is {Ports:[] From:[]} I0705 14:12:09.076546 3306 base_network_controller_policy.go:1047] Policy openshift-deployment-validation-operator/allow-from-openshift-olm added to peer address sets [] I0705 14:12:09.076605 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:u2368742499}] I0705 14:12:09.076653 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2368742499}]} 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:u2368742500}] I0705 14:12:09.076676 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:u2368742499} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2368742499}]} 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:u2368742500}] I0705 14:12:09.077427 3306 obj_retry.go:512] Add event received for *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r I0705 14:12:09.077448 3306 obj_retry.go:551] Creating *factory.localPodSelector openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r took: 780ns I0705 14:12:09.077464 3306 factory.go:1336] Added *v1.Pod event handler 7 I0705 14:12:09.077477 3306 base_network_controller_policy.go:1225] Create network policy openshift-deployment-validation-operator/allow-from-openshift-olm resources completed, update namespace loglevel I0705 14:12:09.077489 3306 obj_retry.go:551] Creating *v1.NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-olm took: 964.693µs I0705 14:12:09.077497 3306 default_network_controller.go:780] Recording success event on network policy openshift-deployment-validation-operator/allow-from-openshift-olm I0705 14:12:09.077508 3306 factory.go:1336] Added *v1.NetworkPolicy event handler 4 I0705 14:12:09.077707 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-node-tuning-operator I0705 14:12:09.077749 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-service-ca-operator I0705 14:12:09.077781 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver-operator I0705 14:12:09.077791 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-logging I0705 14:12:09.077811 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-service-ca-operator took: 15.03µs I0705 14:12:09.077815 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-logging took: 9.958µs I0705 14:12:09.077816 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver-operator took: 12.489µs I0705 14:12:09.077821 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver I0705 14:12:09.077828 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver took: 1.468µs I0705 14:12:09.077830 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-deployment-validation-operator I0705 14:12:09.077833 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-etcd I0705 14:12:09.077840 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-etcd took: 1.727µs I0705 14:12:09.077841 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-deployment-validation-operator took: 2.788µs I0705 14:12:09.077819 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace dedicated-admin I0705 14:12:09.077851 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-user-settings I0705 14:12:09.077749 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-network-config-controller I0705 14:12:09.077715 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-controller-manager I0705 14:12:09.077875 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-user-settings took: 16.339µs I0705 14:12:09.077879 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-controller-manager took: 13.857µs I0705 14:12:09.077883 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ovn-kubernetes I0705 14:12:09.077886 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cloud-credential-operator I0705 14:12:09.077895 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-credential-operator took: 2.351µs I0705 14:12:09.077844 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-config-operator I0705 14:12:09.077901 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-operator I0705 14:12:09.077911 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-operator took: 3.539µs I0705 14:12:09.077917 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-lpsre I0705 14:12:09.077925 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-lpsre took: 1.959µs I0705 14:12:09.077925 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-config-operator took: 5.475µs I0705 14:12:09.077931 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-csm I0705 14:12:09.077935 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-system I0705 14:12:09.077939 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-csm took: 1.478µs I0705 14:12:09.077946 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager-operator I0705 14:12:09.077948 3306 obj_retry.go:551] Creating *factory.egressIPNamespace kube-system took: 4.02µs I0705 14:12:09.077875 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cloud-network-config-controller took: 11.766µs I0705 14:12:09.077955 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager-operator took: 2.77µs I0705 14:12:09.077895 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ovn-kubernetes took: 4.401µs I0705 14:12:09.077734 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-managed I0705 14:12:09.077965 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-package-operator I0705 14:12:09.077975 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-package-operator took: 3.659µs I0705 14:12:09.077750 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators-redhat I0705 14:12:09.077981 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-managed took: 11.09µs I0705 14:12:09.077988 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-apiserver-operator I0705 14:12:09.077996 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators-redhat took: 10.49µs I0705 14:12:09.078000 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-apiserver-operator took: 3.464µs I0705 14:12:09.078004 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication-operator I0705 14:12:09.078007 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-canary I0705 14:12:09.078015 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-canary took: 1.849µs I0705 14:12:09.078021 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-console I0705 14:12:09.078028 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-console took: 2.134µs I0705 14:12:09.078032 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-multus I0705 14:12:09.078038 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-multus took: 2.171µs I0705 14:12:09.078015 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication-operator took: 3.107µs I0705 14:12:09.078043 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-ai-agent I0705 14:12:09.078048 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-ai-agent took: 1.155µs I0705 14:12:09.078051 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-apiserver I0705 14:12:09.078056 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-apiserver took: 1.126µs I0705 14:12:09.078059 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-public I0705 14:12:09.078064 3306 obj_retry.go:551] Creating *factory.egressIPNamespace kube-public took: 1.345µs I0705 14:12:09.077763 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-must-gather-operator I0705 14:12:09.078088 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-must-gather-operator took: 12.214µs I0705 14:12:09.078101 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-csi-drivers I0705 14:12:09.078112 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-csi-drivers took: 2.954µs I0705 14:12:09.078120 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager I0705 14:12:09.078128 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager took: 1.891µs I0705 14:12:09.078134 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator I0705 14:12:09.077707 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config-operator I0705 14:12:09.078143 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-storage-version-migrator-operator took: 2.323µs I0705 14:12:09.078149 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cse I0705 14:12:09.077782 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-node-identity I0705 14:12:09.078173 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cse took: 17.626µs I0705 14:12:09.078175 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config-operator took: 22.627µs I0705 14:12:09.078187 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-image-registry I0705 14:12:09.078197 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-image-registry took: 3.712µs I0705 14:12:09.078201 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-authentication I0705 14:12:09.078202 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-node-identity took: 18.897µs I0705 14:12:09.078207 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-authentication took: 1.287µs I0705 14:12:09.078211 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-user-workload-monitoring I0705 14:12:09.078213 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane I0705 14:12:09.078217 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-user-workload-monitoring took: 1.659µs I0705 14:12:09.078221 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress-operator I0705 14:12:09.078222 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane took: 1.741µs I0705 14:12:09.078230 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-monitoring I0705 14:12:09.078238 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-monitoring took: 2.79µs I0705 14:12:09.078243 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-agent-addon I0705 14:12:09.078252 3306 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-agent-addon took: 2.658µs I0705 14:12:09.078258 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-host-network I0705 14:12:09.078264 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-host-network took: 1.315µs I0705 14:12:09.078267 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-route-controller-manager I0705 14:12:09.078272 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-route-controller-manager took: 1.27µs I0705 14:12:09.078229 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress-operator took: 2.041µs I0705 14:12:09.077723 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler I0705 14:12:09.078290 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler took: 7.718µs I0705 14:12:09.078294 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns-operator I0705 14:12:09.078300 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns-operator took: 1.348µs I0705 14:12:09.078306 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mobb I0705 14:12:09.078315 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mobb took: 2.026µs I0705 14:12:09.078324 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operators I0705 14:12:09.078331 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operators took: 1.926µs I0705 14:12:09.078335 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-insights I0705 14:12:09.078340 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-insights took: 1.382µs I0705 14:12:09.078344 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace kube-node-lease I0705 14:12:09.078353 3306 obj_retry.go:551] Creating *factory.egressIPNamespace kube-node-lease took: 3.031µs I0705 14:12:09.077735 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-version I0705 14:12:09.078374 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-version took: 10.571µs I0705 14:12:09.078384 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-ingress I0705 14:12:09.078392 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-ingress took: 4.415µs I0705 14:12:09.078396 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-storage-operator I0705 14:12:09.078402 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-storage-operator took: 1.652µs I0705 14:12:09.078406 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console I0705 14:12:09.078411 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console took: 1.348µs I0705 14:12:09.078415 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-network-diagnostics I0705 14:12:09.078420 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-network-diagnostics took: 1.274µs I0705 14:12:09.077729 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 I0705 14:12:09.078444 3306 obj_retry.go:551] Creating *factory.egressIPNamespace open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 took: 12.304µs I0705 14:12:09.078454 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-infra I0705 14:12:09.078460 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-infra took: 1.841µs I0705 14:12:09.078464 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-node I0705 14:12:09.078470 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-node took: 1.228µs I0705 14:12:09.078473 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-dns I0705 14:12:09.078482 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-dns took: 3.401µs I0705 14:12:09.078489 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-mcs-tier-two I0705 14:12:09.078497 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-mcs-tier-two took: 1.436µs I0705 14:12:09.077960 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep I0705 14:12:09.078511 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep took: 2.907µs I0705 14:12:09.078517 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-console-operator I0705 14:12:09.078522 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-console-operator took: 1.533µs I0705 14:12:09.078527 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-controller-manager-operator I0705 14:12:09.078534 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-controller-manager-operator took: 2.359µs I0705 14:12:09.078538 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-marketplace I0705 14:12:09.078545 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-marketplace took: 2.777µs I0705 14:12:09.077769 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift I0705 14:12:09.078559 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift took: 6.711µs I0705 14:12:09.078563 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-machine-approver I0705 14:12:09.078569 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-machine-approver took: 2.307µs I0705 14:12:09.078572 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace default I0705 14:12:09.078579 3306 obj_retry.go:551] Creating *factory.egressIPNamespace default took: 1.267µs I0705 14:12:09.078582 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-tam I0705 14:12:09.078587 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-tam took: 1.07µs I0705 14:12:09.078590 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-cee I0705 14:12:09.078594 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-cee took: 896ns I0705 14:12:09.077775 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-node-tuning-operator took: 18.789µs I0705 14:12:09.078601 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-controller-manager I0705 14:12:09.078606 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-controller-manager took: 1.173µs I0705 14:12:09.078609 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-config I0705 14:12:09.078614 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-config took: 1.61µs I0705 14:12:09.078618 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-customer-monitoring I0705 14:12:09.078623 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-customer-monitoring took: 1.789µs I0705 14:12:09.078626 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-srep-ro I0705 14:12:09.078631 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-srep-ro took: 977ns I0705 14:12:09.078634 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-backplane-managed-scripts I0705 14:12:09.078639 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-backplane-managed-scripts took: 1.118µs I0705 14:12:09.077855 3306 obj_retry.go:551] Creating *factory.egressIPNamespace dedicated-admin took: 3.357µs I0705 14:12:09.078645 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-operator-lifecycle-manager I0705 14:12:09.078651 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-operator-lifecycle-manager took: 2.98µs I0705 14:12:09.078655 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-cluster-samples-operator I0705 14:12:09.078660 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-cluster-samples-operator took: 1.384µs I0705 14:12:09.078663 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-kube-scheduler-operator I0705 14:12:09.078668 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-kube-scheduler-operator took: 2.022µs I0705 14:12:09.078672 3306 obj_retry.go:512] Add event received for *factory.egressIPNamespace openshift-machine-api I0705 14:12:09.078677 3306 obj_retry.go:551] Creating *factory.egressIPNamespace openshift-machine-api took: 2.375µs I0705 14:12:09.078684 3306 factory.go:1336] Added *v1.Namespace event handler 8 I0705 14:12:09.078751 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:09.078773 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-w88xh took: 11.728µs I0705 14:12:09.078785 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:09.078786 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-2bj9t I0705 14:12:09.078789 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:09.078793 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:09.078806 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-45zbw I0705 14:12:09.078807 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:09.078814 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l took: 14.687µs I0705 14:12:09.078820 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r I0705 14:12:09.078822 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:09.078827 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-45zbw took: 12.86µs I0705 14:12:09.078829 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:09.078832 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-jx74n took: 13.155µs I0705 14:12:09.078834 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-7895c99b97-5pxnt I0705 14:12:09.078841 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:09.078842 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-9x2fj I0705 14:12:09.078845 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-7895c99b97-5pxnt took: 2.008µs I0705 14:12:09.078846 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-j246j took: 11.953µs I0705 14:12:09.078844 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-deployment-validation-operator/deployment-validation-operator-catalog-lj78r took: 12.754µs I0705 14:12:09.078851 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-dlmqf took: 2.585µs I0705 14:12:09.078855 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal I0705 14:12:09.078808 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-2bj9t took: 12.423µs I0705 14:12:09.078859 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:09.078862 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:12:09.078865 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal took: 3.239µs I0705 14:12:09.078867 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-9x2fj took: 11.656µs I0705 14:12:09.078865 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:09.078875 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb I0705 14:12:09.078880 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-bk9jn took: 9.982µs I0705 14:12:09.078882 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-77f459f94-sd86w took: 8.833µs I0705 14:12:09.078882 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f took: 3.228µs I0705 14:12:09.078881 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb took: 1.278µs I0705 14:12:09.078886 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-429ql I0705 14:12:09.078889 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-7fpls I0705 14:12:09.078893 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-429ql took: 1.43µs I0705 14:12:09.078901 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-7fpls took: 3.823µs I0705 14:12:09.078831 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:09.078907 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-xxqh2 I0705 14:12:09.078794 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-hp8hl took: 2.469µs I0705 14:12:09.078924 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-pmm7x took: 11.255µs I0705 14:12:09.078776 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/image-registry-7895c99b97-njql4 I0705 14:12:09.078928 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-xxqh2 took: 11.879µs I0705 14:12:09.078932 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-dfl9z I0705 14:12:09.078939 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:09.078948 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/image-registry-7895c99b97-njql4 took: 12.257µs I0705 14:12:09.078965 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal took: 2.791µs I0705 14:12:09.078852 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m95w2 took: 12.609µs I0705 14:12:09.078980 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:09.078985 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-zxb2v took: 180.721µs I0705 14:12:09.078941 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-dfl9z took: 2.498µs I0705 14:12:09.078991 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-77cg9 took: 2.703µs I0705 14:12:09.078993 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-h2rcr I0705 14:12:09.079002 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-h2rcr took: 1.94µs I0705 14:12:09.079014 3306 factory.go:1336] Added *v1.Pod event handler 9 I0705 14:12:09.079130 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:u2368742501}] I0705 14:12:09.079217 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:u2368742501}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.079245 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:0xc0099e6580 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:u2368742501} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2368742501}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.080421 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:u2368742502}] I0705 14:12:09.080471 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:u2368742502}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.080491 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:0xc0099e7220 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:u2368742502} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2368742502}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.081014 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:u2368742503}] I0705 14:12:09.081065 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:u2368742503}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.081084 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:0xc0099e7ea0 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:u2368742503} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2368742503}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.081618 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:u2368742504}] I0705 14:12:09.081652 3306 address_set.go:302] New(u2368742504/default-network-controller:EgressIP:node-ips:v4:default/a712973235162149816) with [] I0705 14:12:09.081659 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:u2368742504}] I0705 14:12:09.082001 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:u2368742505}] I0705 14:12:09.082031 3306 address_set.go:302] New(u2368742505/default-network-controller:EgressIP:egressip-served-pods:v4:default/a8519615025667110816) with [] I0705 14:12:09.082039 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:u2368742505}] I0705 14:12:09.082407 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:u2368742506}] I0705 14:12:09.082433 3306 address_set.go:302] New(u2368742506/default-network-controller:EgressService:egresssvc-served-pods:v4/a13607449821398607916) with [] I0705 14:12:09.082441 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:u2368742506}] I0705 14:12:09.082759 3306 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:09.082778 3306 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-2-180.ec2.internal I0705 14:12:09.082918 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 == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.082937 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.083242 3306 obj_retry.go:551] Creating *factory.egressNode ip-10-0-1-77.ec2.internal took: 466.442µs I0705 14:12:09.083385 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:u2368742507}] I0705 14:12:09.083451 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:u2368742507}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.083479 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:u2368742507} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:qos_rules Mutator:insert Value:{GoSet:[{GoUUID:u2368742507}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.084057 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 == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.084080 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.084380 3306 egressip.go:1976] Egress node: ip-10-0-2-180.ec2.internal about to be initialized I0705 14:12:09.084435 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:u2368742508}] I0705 14:12:09.084469 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:u2368742508}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.084488 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:u2368742508} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742508}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.084802 3306 obj_retry.go:551] Creating *factory.egressNode ip-10-0-2-180.ec2.internal took: 2.014136ms I0705 14:12:09.084822 3306 factory.go:1336] Added *v1.Node event handler 10 I0705 14:12:09.084850 3306 factory.go:1336] Added *v1.EgressIP event handler 11 I0705 14:12:09.085097 3306 factory.go:1336] Added *v1.EgressFirewall event handler 12 I0705 14:12:09.085179 3306 controller.go:132] Adding controller ef_node_controller event handlers I0705 14:12:09.085212 3306 shared_informer.go:313] Waiting for caches to sync for ef_node_controller I0705 14:12:09.085222 3306 shared_informer.go:320] Caches are synced for ef_node_controller I0705 14:12:09.085231 3306 controller.go:156] Starting controller ef_node_controller with 1 workers I0705 14:12:09.085245 3306 egressqos.go:192] Setting up event handlers for EgressQoS I0705 14:12:09.085349 3306 egressqos.go:244] Starting EgressQoS Controller I0705 14:12:09.085360 3306 shared_informer.go:313] Waiting for caches to sync for egressqosnodes I0705 14:12:09.085366 3306 shared_informer.go:320] Caches are synced for egressqosnodes I0705 14:12:09.085373 3306 shared_informer.go:313] Waiting for caches to sync for egressqospods I0705 14:12:09.085377 3306 shared_informer.go:320] Caches are synced for egressqospods I0705 14:12:09.085384 3306 shared_informer.go:313] Waiting for caches to sync for egressqos I0705 14:12:09.085389 3306 shared_informer.go:320] Caches are synced for egressqos I0705 14:12:09.085395 3306 egressqos.go:258] Repairing EgressQoSes I0705 14:12:09.085400 3306 egressqos.go:398] Starting repairing loop for egressqos I0705 14:12:09.085489 3306 egressqos.go:400] Finished repairing loop for egressqos: 88.979µs I0705 14:12:09.085517 3306 egressservice_zone.go:130] Setting up event handlers for Egress Services I0705 14:12:09.085541 3306 egressqos.go:1006] Processing sync for EgressQoS node ip-10-0-2-180.ec2.internal I0705 14:12:09.085655 3306 egressservice_zone.go:208] Starting Egress Services Controller I0705 14:12:09.085666 3306 shared_informer.go:313] Waiting for caches to sync for egressservices I0705 14:12:09.085672 3306 shared_informer.go:320] Caches are synced for egressservices I0705 14:12:09.085679 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0705 14:12:09.085685 3306 shared_informer.go:320] Caches are synced for egressservices_services I0705 14:12:09.085682 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cluster-version/cluster-version-operator for endpointslice openshift-cluster-version/cluster-version-operator-fqkxq as it is not a known egress service I0705 14:12:09.085691 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0705 14:12:09.085695 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-daemon for endpointslice openshift-machine-config-operator/machine-config-daemon-2pv47 as it is not a known egress service I0705 14:12:09.085697 3306 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0705 14:12:09.085707 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_nodes I0705 14:12:09.085712 3306 shared_informer.go:320] Caches are synced for egressservices_nodes I0705 14:12:09.085710 3306 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-oauth-apiserver for endpointslice default/openshift-oauth-apiserver-nqx2k as it is not a known egress service I0705 14:12:09.085717 3306 egressservice_zone.go:226] Repairing Egress Services I0705 14:12:09.085721 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-authentication-operator/metrics for endpointslice openshift-authentication-operator/metrics-h44jw as it is not a known egress service I0705 14:12:09.085555 3306 egressqos.go:1021] EgressQoS ip-10-0-2-180.ec2.internal node retrieved from lister: &Node{ObjectMeta:{ip-10-0-2-180.ec2.internal 955e8f1e-767d-4332-80c0-39053f8d12ef 9177 0 2026-07-05 14:11:42 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m5.2xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/region:us-east-1 failure-domain.beta.kubernetes.io/zone:us-east-1a hypershift.openshift.io/managed:true hypershift.openshift.io/nodePool:kx-7c0aa8ed5d-workers-2 hypershift.openshift.io/nodepool-globalps-enabled:true kubernetes.io/arch:amd64 kubernetes.io/hostname:ip-10-0-2-180.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] map[cloud.network.openshift.io/egress-ipconfig:[{"interface":"eni-06375f9425c32ac78","ifaddr":{"ipv4":"10.0.2.0/24"},"capacity":{"ipv4":14,"ipv6":15}}] cluster.x-k8s.io/cluster-name:2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 cluster.x-k8s.io/cluster-namespace:ocm-production-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3-kx-7c0aa8ed5d cluster.x-k8s.io/labels-from-machine: cluster.x-k8s.io/machine:kx-7c0aa8ed5d-workers-2-76bpm-c54rl cluster.x-k8s.io/owner-kind:MachineSet cluster.x-k8s.io/owner-name:kx-7c0aa8ed5d-workers-2-76bpm csi.volume.kubernetes.io/nodeid:{"ebs.csi.aws.com":"i-09d93dbcf1e649017"} hypershift.openshift.io/labelsSynced:true k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-2-180.ec2.internal","mac-address":"0e:1d:17:4a:d1:51","ip-addresses":["10.0.2.180/24"],"ip-address":"10.0.2.180/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/network-ids:{"default":"0"} k8s.ovn.org/node-chassis-id:c9ef9b7f-4a9a-4a37-b888-315e7532a55e 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.2.180/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-2-180.ec2.internal volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:aws:///us-east-1a/i-09d93dbcf1e649017,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: {{32816390144 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: {{31637790720 0} {} BinarySI},pods: {{250 0} {} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2026-07-05 14:11:52 +0000 UTC,LastTransitionTime:2026-07-05 14:11:42 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2026-07-05 14:11:52 +0000 UTC,LastTransitionTime:2026-07-05 14:11:42 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2026-07-05 14:11:52 +0000 UTC,LastTransitionTime:2026-07-05 14:11:42 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:False,LastHeartbeatTime:2026-07-05 14:11:52 +0000 UTC,LastTransitionTime:2026-07-05 14:11:42 +0000 UTC,Reason:KubeletNotReady,Message:container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: no CNI configuration file in /etc/kubernetes/cni/net.d/. Has your network provider started?,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.0.2.180,},NodeAddress{Type:InternalDNS,Address:ip-10-0-2-180.ec2.internal,},NodeAddress{Type:Hostname,Address:ip-10-0-2-180.ec2.internal,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:ec2c99280e7efdbeedf15d9c79b7059e,SystemUUID:ec2c9928-0e7e-fdbe-edf1-5d9c79b7059e,BootID:33f1839c-b9b6-4a12-b4ec-b1c477a2532f,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:crun,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*true,},},NodeRuntimeHandler{Name:runc,Features:&NodeRuntimeHandlerFeatures{RecursiveReadOnlyMounts:*true,UserNamespaces:*false,},},},Features:nil,},} I0705 14:12:09.085788 3306 egressqos.go:1009] Finished syncing EgressQoS node ip-10-0-2-180.ec2.internal : 248.405µs I0705 14:12:09.085869 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 == {2bd42482-325e-4afc-a497-75951b6ed5f6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.085889 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {2bd42482-325e-4afc-a497-75951b6ed5f6}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:09.086037 3306 master_controller.go:87] Starting Admin Policy Based Route Controller I0705 14:12:09.086046 3306 external_controller.go:276] Starting Admin Policy Based Route Controller I0705 14:12:09.086049 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-gb8lh as it is not a known egress service I0705 14:12:09.086058 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-default for endpointslice openshift-ingress/router-default-zgpdv as it is not a known egress service I0705 14:12:09.086065 3306 egressservice_zone_endpointslice.go:80] Ignoring updating default/packageserver for endpointslice default/packageserver-gf27h as it is not a known egress service I0705 14:12:09.086069 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-z2dw8 as it is not a known egress service I0705 14:12:09.086073 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-canary/ingress-canary for endpointslice openshift-ingress-canary/ingress-canary-cz5mj as it is not a known egress service I0705 14:12:09.086077 3306 egressservice_zone_endpointslice.go:80] Ignoring updating default/openshift-apiserver for endpointslice default/openshift-apiserver-54ltc as it is not a known egress service I0705 14:12:09.086081 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver-operator/metrics for endpointslice openshift-apiserver-operator/metrics-zcrf8 as it is not a known egress service I0705 14:12:09.086084 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns/dns-default for endpointslice openshift-dns/dns-default-ht78s as it is not a known egress service I0705 14:12:09.086088 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-diagnostics/network-check-target for endpointslice openshift-network-diagnostics/network-check-target-bb7ks as it is not a known egress service I0705 14:12:09.086092 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-apiserver/check-endpoints for endpointslice openshift-apiserver/check-endpoints-4tvfm as it is not a known egress service I0705 14:12:09.086101 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-77.ec2.internal I0705 14:12:09.086111 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-77.ec2.internal: 13.366µs I0705 14:12:09.086120 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-180.ec2.internal I0705 14:12:09.086124 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-180.ec2.internal: 4.314µs I0705 14:12:09.086130 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-console-operator/metrics for endpointslice openshift-console-operator/metrics-smz52 as it is not a known egress service I0705 14:12:09.086136 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-t6fj6 as it is not a known egress service I0705 14:12:09.086141 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress-operator/metrics for endpointslice openshift-ingress-operator/metrics-v769l as it is not a known egress service I0705 14:12:09.086147 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-network-console/networking-console-plugin for endpointslice openshift-network-console/networking-console-plugin-xdjnv as it is not a known egress service I0705 14:12:09.086150 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-kj556 as it is not a known egress service I0705 14:12:09.086154 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-ingress/router-internal-default for endpointslice openshift-ingress/router-internal-default-hzf52 as it is not a known egress service I0705 14:12:09.086179 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-controller for endpointslice openshift-machine-config-operator/machine-config-controller-q2z5k as it is not a known egress service I0705 14:12:09.086184 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-cloud-credential-operator/cco-metrics for endpointslice openshift-cloud-credential-operator/cco-metrics-q6gf9 as it is not a known egress service I0705 14:12:09.086153 3306 default_network_controller.go:588] Completing all the Watchers took 321.755517ms I0705 14:12:09.086193 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-k7vj7 as it is not a known egress service I0705 14:12:09.086201 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-controller-manager-operator/metrics for endpointslice openshift-kube-controller-manager-operator/metrics-2bdj2 as it is not a known egress service I0705 14:12:09.086206 3306 default_network_controller.go:592] Starting unidling controllers I0705 14:12:09.086208 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-machine-config-operator/machine-config-operator for endpointslice openshift-machine-config-operator/machine-config-operator-h4t69 as it is not a known egress service I0705 14:12:09.086215 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-service-ca-operator/metrics for endpointslice openshift-service-ca-operator/metrics-vw2cl as it is not a known egress service I0705 14:12:09.086222 3306 egressservice_zone_endpointslice.go:80] Ignoring updating default/kubernetes for endpointslice default/kubernetes as it is not a known egress service I0705 14:12:09.086226 3306 unidle.go:45] Registering OVN SB ControllerEvent handler I0705 14:12:09.086225 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal I0705 14:12:09.086235 3306 unidle.go:62] Populating Initial ContollerEvent events I0705 14:12:09.086227 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-config-operator/metrics for endpointslice openshift-config-operator/metrics-h8br5 as it is not a known egress service I0705 14:12:09.086245 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-dns-operator/metrics for endpointslice openshift-dns-operator/metrics-xfg2n as it is not a known egress service I0705 14:12:09.086247 3306 unidle.go:78] Setting up event handlers for services I0705 14:12:09.086251 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-image-registry/image-registry for endpointslice openshift-image-registry/image-registry-rk6hr as it is not a known egress service I0705 14:12:09.086240 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-dfl9z I0705 14:12:09.086257 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-insights/metrics for endpointslice openshift-insights/metrics-4ghxg as it is not a known egress service I0705 14:12:09.086223 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler I0705 14:12:09.086264 3306 egressservice_zone_endpointslice.go:80] Ignoring updating openshift-kube-storage-version-migrator-operator/metrics for endpointslice openshift-kube-storage-version-migrator-operator/metrics-f7dht as it is not a known egress service I0705 14:12:09.086288 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-service-ca-operator I0705 14:12:09.086301 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver-operator I0705 14:12:09.086308 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-network-config-controller I0705 14:12:09.086315 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-node-tuning-operator I0705 14:12:09.086322 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-version I0705 14:12:09.086262 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:09.086332 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-operator I0705 14:12:09.086343 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager I0705 14:12:09.086348 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:09.086350 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3 I0705 14:12:09.086356 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-429ql I0705 14:12:09.086359 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift I0705 14:12:09.086361 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:09.086365 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-controller-manager I0705 14:12:09.086366 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:09.086373 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:09.086372 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-image-registry I0705 14:12:09.086377 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-7fpls I0705 14:12:09.086381 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-h2rcr I0705 14:12:09.086381 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-must-gather-operator I0705 14:12:09.086385 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-9x2fj I0705 14:12:09.086390 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:09.086390 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config-managed I0705 14:12:09.086393 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:09.086399 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-logging I0705 14:12:09.086400 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:09.086405 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-node-identity I0705 14:12:09.086409 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-2bj9t I0705 14:12:09.086412 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators-redhat I0705 14:12:09.086416 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-45zbw I0705 14:12:09.086420 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane I0705 14:12:09.086424 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-xxqh2 I0705 14:12:09.086426 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-machine-approver I0705 14:12:09.086430 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:09.086433 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-deployment-validation-operator I0705 14:12:09.086440 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns-operator I0705 14:12:09.086445 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver I0705 14:12:09.086451 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: dedicated-admin I0705 14:12:09.086458 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication I0705 14:12:09.086463 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cloud-credential-operator I0705 14:12:09.086470 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-infra I0705 14:12:09.086476 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-node I0705 14:12:09.086482 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-authentication-operator I0705 14:12:09.086488 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-config I0705 14:12:09.086494 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-user-settings I0705 14:12:09.086500 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress I0705 14:12:09.086506 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-apiserver-operator I0705 14:12:09.086512 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-operator I0705 14:12:09.086518 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console-operator I0705 14:12:09.086524 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-etcd I0705 14:12:09.086531 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: default I0705 14:12:09.086538 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-ai-agent I0705 14:12:09.086545 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mobb I0705 14:12:09.086551 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep I0705 14:12:09.086557 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-csi-drivers I0705 14:12:09.086563 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-storage-operator I0705 14:12:09.086569 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-canary I0705 14:12:09.086576 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-monitoring I0705 14:12:09.086582 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operator-lifecycle-manager I0705 14:12:09.086588 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-operators I0705 14:12:09.086595 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-user-workload-monitoring I0705 14:12:09.086601 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: open-cluster-management-agent-addon I0705 14:12:09.086607 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-config-operator I0705 14:12:09.086613 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-apiserver I0705 14:12:09.086619 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-lpsre I0705 14:12:09.086625 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-tam I0705 14:12:09.086631 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-cluster-samples-operator I0705 14:12:09.086637 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager I0705 14:12:09.086643 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-dns I0705 14:12:09.086650 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-console I0705 14:12:09.086655 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-customer-monitoring I0705 14:12:09.086662 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-public I0705 14:12:09.086668 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cse I0705 14:12:09.086674 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-controller-manager-operator I0705 14:12:09.086680 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-storage-version-migrator-operator I0705 14:12:09.086686 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-console I0705 14:12:09.086692 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ovn-kubernetes I0705 14:12:09.086699 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-host-network I0705 14:12:09.086705 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-insights I0705 14:12:09.086711 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-network-diagnostics I0705 14:12:09.086717 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-package-operator I0705 14:12:09.086723 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-system I0705 14:12:09.086729 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-cee I0705 14:12:09.086735 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-srep-ro I0705 14:12:09.086741 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-scheduler-operator I0705 14:12:09.086747 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-marketplace I0705 14:12:09.086753 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-multus I0705 14:12:09.086760 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-csm I0705 14:12:09.086766 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-mcs-tier-two I0705 14:12:09.086772 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-ingress-operator I0705 14:12:09.086778 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: kube-node-lease I0705 14:12:09.086784 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-backplane-managed-scripts I0705 14:12:09.086791 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-kube-controller-manager-operator I0705 14:12:09.086798 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-machine-api I0705 14:12:09.086804 3306 external_controller_namespace.go:16] APB queuing policies: map[] for namespace: openshift-route-controller-manager I0705 14:12:09.107893 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:09.107942 3306 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:09.107965 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:09.107989 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal in node ip-10-0-1-77.ec2.internal I0705 14:12:09.107998 3306 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal took: 21.437µs I0705 14:12:09.108004 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:09.108012 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:09.107943 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal in Admin Network Policy controller I0705 14:12:09.108026 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal took: 6.53µs I0705 14:12:09.108045 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal Admin Network Policy controller: took 90.767µs I0705 14:12:09.108050 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal. OVN-Kubernetes controller took 4.6839e-05 seconds. No OVN measurement. I0705 14:12:09.205385 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:09.205473 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-9x2fj I0705 14:12:09.205498 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-9x2fj I0705 14:12:09.205532 3306 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-9x2fj in node ip-10-0-2-180.ec2.internal I0705 14:12:09.205543 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-9x2fj I0705 14:12:09.205553 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:09.205563 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-9x2fj I0705 14:12:09.276849 3306 ovs.go:159] Exec(38): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2907.ctl connection-status I0705 14:12:09.281518 3306 ovs.go:162] Exec(38): stdout: "connected\n" I0705 14:12:09.281533 3306 ovs.go:163] Exec(38): stderr: "" I0705 14:12:09.281541 3306 default_node_network_controller.go:510] Node connection status = connected I0705 14:12:09.281552 3306 ovs.go:159] Exec(39): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0705 14:12:09.287263 3306 ovs.go:162] Exec(39): stdout: "" I0705 14:12:09.287278 3306 ovs.go:163] Exec(39): stderr: "" I0705 14:12:09.287288 3306 ovs.go:159] Exec(40): /usr/bin/ovs-ofctl dump-aggregate br-int I0705 14:12:09.291962 3306 ovs.go:162] Exec(40): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0705 14:12:09.291978 3306 ovs.go:163] Exec(40): stderr: "" I0705 14:12:09.291991 3306 ovs.go:159] Exec(41): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-180.ec2.internal-to-br-int ofport I0705 14:12:09.297397 3306 ovs.go:162] Exec(41): stdout: "" I0705 14:12:09.297415 3306 ovs.go:163] Exec(41): stderr: "" I0705 14:12:09.776204 3306 ovs.go:159] Exec(42): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2907.ctl connection-status I0705 14:12:09.780744 3306 ovs.go:162] Exec(42): stdout: "connected\n" I0705 14:12:09.780762 3306 ovs.go:163] Exec(42): stderr: "" I0705 14:12:09.780770 3306 default_node_network_controller.go:510] Node connection status = connected I0705 14:12:09.780779 3306 ovs.go:159] Exec(43): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0705 14:12:09.786805 3306 ovs.go:162] Exec(43): stdout: "" I0705 14:12:09.786823 3306 ovs.go:163] Exec(43): stderr: "" I0705 14:12:09.786835 3306 ovs.go:159] Exec(44): /usr/bin/ovs-ofctl dump-aggregate br-int I0705 14:12:09.791511 3306 ovs.go:162] Exec(44): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=2 byte_count=176 flow_count=15\n" I0705 14:12:09.791531 3306 ovs.go:163] Exec(44): stderr: "" I0705 14:12:09.791543 3306 ovs.go:159] Exec(45): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-180.ec2.internal-to-br-int ofport I0705 14:12:09.797108 3306 ovs.go:162] Exec(45): stdout: "" I0705 14:12:09.797125 3306 ovs.go:163] Exec(45): stderr: "" I0705 14:12:09.892423 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}" I0705 14:12:10.131544 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:10.131565 3306 default_network_controller.go:747] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:10.131584 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:10.131598 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal in node ip-10-0-1-77.ec2.internal I0705 14:12:10.131607 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:10.131615 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:10.131624 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:10.131652 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal I0705 14:12:10.131656 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name pod/kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal. OVN-Kubernetes controller took 3.9256e-05 seconds. No OVN measurement. I0705 14:12:10.131638 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:10.131749 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal in Admin Network Policy controller I0705 14:12:10.131761 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-1-77.ec2.internal Admin Network Policy controller: took 13.723µs I0705 14:12:10.132868 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-77.ec2.internal I0705 14:12:10.132906 3306 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:10.132928 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal in Admin Network Policy controller I0705 14:12:10.132935 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:10.132939 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal Admin Network Policy controller: took 14.468µs I0705 14:12:10.132975 3306 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal in node ip-10-0-1-77.ec2.internal I0705 14:12:10.132987 3306 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal took: 38.996µs I0705 14:12:10.132995 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:10.133001 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:10.133017 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal took: 7.937µs I0705 14:12:10.276193 3306 ovs.go:159] Exec(46): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2907.ctl connection-status I0705 14:12:10.280630 3306 ovs.go:162] Exec(46): stdout: "connected\n" I0705 14:12:10.280649 3306 ovs.go:163] Exec(46): stderr: "" I0705 14:12:10.280664 3306 default_node_network_controller.go:510] Node connection status = connected I0705 14:12:10.280675 3306 ovs.go:159] Exec(47): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0705 14:12:10.286497 3306 ovs.go:162] Exec(47): stdout: "" I0705 14:12:10.286516 3306 ovs.go:163] Exec(47): stderr: "" I0705 14:12:10.286530 3306 ovs.go:159] Exec(48): /usr/bin/ovs-ofctl dump-aggregate br-int I0705 14:12:10.291754 3306 ovs.go:162] Exec(48): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=4 byte_count=336 flow_count=15\n" I0705 14:12:10.291770 3306 ovs.go:163] Exec(48): stderr: "" I0705 14:12:10.291785 3306 ovs.go:159] Exec(49): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-180.ec2.internal-to-br-int ofport I0705 14:12:10.297031 3306 ovs.go:162] Exec(49): stdout: "" I0705 14:12:10.297044 3306 ovs.go:163] Exec(49): stderr: "" I0705 14:12:10.776711 3306 ovs.go:159] Exec(50): /usr/bin/ovs-appctl --timeout=15 -t /var/run/ovn/ovn-controller.2907.ctl connection-status I0705 14:12:10.780875 3306 ovs.go:162] Exec(50): stdout: "connected\n" I0705 14:12:10.780894 3306 ovs.go:163] Exec(50): stderr: "" I0705 14:12:10.780902 3306 default_node_network_controller.go:510] Node connection status = connected I0705 14:12:10.780911 3306 ovs.go:159] Exec(51): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-int I0705 14:12:10.786114 3306 ovs.go:162] Exec(51): stdout: "" I0705 14:12:10.786129 3306 ovs.go:163] Exec(51): stderr: "" I0705 14:12:10.786137 3306 ovs.go:159] Exec(52): /usr/bin/ovs-ofctl dump-aggregate br-int I0705 14:12:10.791070 3306 ovs.go:162] Exec(52): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=123 byte_count=11002 flow_count=1379\n" I0705 14:12:10.791085 3306 ovs.go:163] Exec(52): stderr: "" I0705 14:12:10.791096 3306 ovs.go:159] Exec(53): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface patch-br-ex_ip-10-0-2-180.ec2.internal-to-br-int ofport I0705 14:12:10.795782 3306 ovs.go:162] Exec(53): stdout: "2\n" I0705 14:12:10.795794 3306 ovs.go:163] Exec(53): stderr: "" I0705 14:12:10.795801 3306 gateway.go:452] Gateway is ready I0705 14:12:10.795811 3306 gateway_shared_intf.go:2284] Creating Gateway Openflow Manager I0705 14:12:10.795819 3306 ovs.go:159] Exec(54): /usr/bin/ovs-vsctl --timeout=15 get Interface patch-br-ex_ip-10-0-2-180.ec2.internal-to-br-int ofport I0705 14:12:10.800572 3306 ovs.go:162] Exec(54): stdout: "2\n" I0705 14:12:10.800583 3306 ovs.go:163] Exec(54): stderr: "" I0705 14:12:10.800591 3306 ovs.go:159] Exec(55): /usr/bin/ovs-vsctl --timeout=15 get interface ens5 ofport I0705 14:12:10.805256 3306 ovs.go:162] Exec(55): stdout: "1\n" I0705 14:12:10.805267 3306 ovs.go:163] Exec(55): stderr: "" I0705 14:12:10.805989 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0705 14:12:10.806062 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0705 14:12:10.806073 3306 node_ip_handler_linux.go:259] Node primary address changed to 10.0.2.180. Updating OVN encap IP. I0705 14:12:10.806081 3306 ovs.go:159] Exec(56): /usr/bin/ovs-vsctl --timeout=15 get Open_vSwitch . external_ids:ovn-encap-ip I0705 14:12:10.810451 3306 ovs.go:162] Exec(56): stdout: "\"10.0.2.180\"\n" I0705 14:12:10.810464 3306 ovs.go:163] Exec(56): stderr: "" I0705 14:12:10.810471 3306 node_ip_handler_linux.go:561] Will not update encap IP 10.0.2.180 - it is already configured I0705 14:12:10.810478 3306 node_ip_handler_linux.go:504] Node address changed to map[10.0.2.180/24:{} 172.20.0.1/32:{}]. Updating annotations. I0705 14:12:10.810827 3306 kube.go:130] Setting annotations map[k8s.ovn.org/host-cidrs:["10.0.2.180/24","172.20.0.1/32"] k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","bridge-id":"br-ex","interface-id":"br-ex_ip-10-0-2-180.ec2.internal","mac-address":"0e:1d:17:4a:d1:51","ip-addresses":["10.0.2.180/24"],"ip-address":"10.0.2.180/24","next-hops":["10.0.2.1"],"next-hop":"10.0.2.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:c9ef9b7f-4a9a-4a37-b888-315e7532a55e k8s.ovn.org/node-primary-ifaddr:{"ipv4":"10.0.2.180/24"}] on node ip-10-0-2-180.ec2.internal I0705 14:12:10.825172 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-2-180.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-7c0aa8ed5d-workers-2,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-2-180.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 I0705 14:12:10.825216 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-2-180.ec2.internal in Admin Network Policy controller I0705 14:12:10.825234 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-2-180.ec2.internal Admin Network Policy controller: took 19.617µs I0705 14:12:10.825241 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:10.825258 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-180.ec2.internal I0705 14:12:10.825276 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}" I0705 14:12:10.825308 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}" I0705 14:12:10.825318 3306 gateway_shared_intf.go:2573] Setting OVN Masquerade route with source: 10.0.2.180 I0705 14:12:10.825321 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}" I0705 14:12:10.825279 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-180.ec2.internal I0705 14:12:10.825345 3306 node_tracker.go:172] Node ip-10-0-2-180.ec2.internal switch + router changed, syncing services I0705 14:12:10.825357 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-180.ec2.internal: 76.98µs I0705 14:12:10.825365 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:10.825388 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:10.825264 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-180.ec2.internal I0705 14:12:10.825400 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:10.825409 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:10.825418 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:10.825425 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:10.825433 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default E0705 14:12:10.825434 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:12:10.825442 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:10.825443 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:10.825449 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:10.825454 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:10.825457 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:12:10.825467 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:10.825476 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:10.825483 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:10.825499 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:10.825509 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:10.825515 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:10.825521 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:10.825527 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:10.825533 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:10.825456 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.825538 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:10.825545 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:10.825466 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.825551 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:10.825558 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:10.825564 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:10.825570 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:10.825571 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:10.825576 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:10.825583 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:10.825583 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:10.825589 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:10.825596 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:10.825587 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.825605 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:10.825608 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) I0705 14:12:10.825619 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.825702 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.825339 3306 route_manager.go:94] Route Manager: attempting to add route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.2.180 Gw: Flags: [] Table: 0 Realm: 0} I0705 14:12:10.825756 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.825770 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:10.825454 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:10.825781 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 I0705 14:12:10.825812 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:10.825783 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:b5d2ce28-3285-4124-80fc-087e9109a63d}]} external_ids:{GoMap:map[physical_ip:10.0.2.180 physical_ips:10.0.2.180]} load_balancer_group:{GoSet:[{GoUUID:cc215bef-e954-49c8-80fd-3d05fed76b7d} {GoUUID:11ac957d-5354-4bff-8ea2-cc0f1612eaf2}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:c9ef9b7f-4a9a-4a37-b888-315e7532a55e 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 == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.825824 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 382.294µs I0705 14:12:10.825840 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:10.825827 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router Row:map[copp:{GoSet:[{GoUUID:b5d2ce28-3285-4124-80fc-087e9109a63d}]} external_ids:{GoMap:map[physical_ip:10.0.2.180 physical_ips:10.0.2.180]} load_balancer_group:{GoSet:[{GoUUID:cc215bef-e954-49c8-80fd-3d05fed76b7d} {GoUUID:11ac957d-5354-4bff-8ea2-cc0f1612eaf2}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:c9ef9b7f-4a9a-4a37-b888-315e7532a55e 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 == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.825787 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.825884 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:10.825854 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.825905 3306 route_manager.go:111] Route Manager: completed adding route: {Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.2.180 Gw: Flags: [] Table: 254 Realm: 0} I0705 14:12:10.825924 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-2-180.ec2.internal I0705 14:12:10.825925 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 5 Dst: 169.254.0.1/32 Src: 10.0.2.180 Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:12:10.825607 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:10.826058 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826068 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826093 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.825669 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:10.826135 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:10.826140 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:10.826148 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:10.826172 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:10.825899 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.826149 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:10.826180 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:10.826188 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:10.826186 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) I0705 14:12:10.826195 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:10.826196 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 I0705 14:12:10.826201 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:10.826199 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826208 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:10.826213 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:10.826219 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:10.826226 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:10.826231 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:10.826232 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:10.826241 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:10.825634 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:10.826224 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.826249 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:10.825615 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.826258 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:10.826269 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:10.826280 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 I0705 14:12:10.826291 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:10.826306 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:10.826304 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.106.10"}, 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}} I0705 14:12:10.826315 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 865.189µs I0705 14:12:10.826319 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826255 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:10.826329 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.825927 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:10.826331 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:10.826350 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:10.826240 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 785.757µs I0705 14:12:10.826347 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.826367 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826375 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:10.826384 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:10.826351 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.251.53"}, 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}} I0705 14:12:10.826376 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}} I0705 14:12:10.826397 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826397 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 15.978µs I0705 14:12:10.826346 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.826402 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826405 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826404 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-2-180.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b7273a01-fd96-425b-bac1-5e357763d684}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.826422 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:10.826425 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.826443 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:10.826443 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.37.239"}, 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}} I0705 14:12:10.826450 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:10.826458 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826462 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:10.826468 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826460 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:b7273a01-fd96-425b-bac1-5e357763d684}]}}] Timeout: Where:[where column _uuid == {fa2f714b-6faf-4102-bf74-cd9416157c3d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.826473 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 I0705 14:12:10.826494 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:10.826524 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 684.582µs I0705 14:12:10.826540 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:10.826550 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.826613 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:10.826387 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:10.826628 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.826635 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 I0705 14:12:10.826644 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) I0705 14:12:10.826656 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) I0705 14:12:10.826675 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.826700 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.826713 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:10.826411 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:10.826725 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 I0705 14:12:10.826749 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:10.826759 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 220.689µs I0705 14:12:10.826772 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:10.826782 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.826837 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:10.826655 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:10.826854 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.826873 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 1.265931ms I0705 14:12:10.826882 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826887 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:10.826894 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826913 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.826937 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.826725 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 316.092µs I0705 14:12:10.826894 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.826952 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.826957 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:10.826964 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 8.632µs I0705 14:12:10.826965 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 I0705 14:12:10.826967 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:10.826971 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:10.826978 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.826989 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.826993 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:10.826996 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.827000 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 227.714µs I0705 14:12:10.827014 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:10.826977 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:10.827007 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.826486 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.827023 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 9.948µs I0705 14:12:10.827027 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.827030 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:10.827037 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:10.827040 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.827042 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:10.827048 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 I0705 14:12:10.827049 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:10.827054 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 I0705 14:12:10.827064 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:10.827065 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:10.827069 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 182.503µs I0705 14:12:10.827078 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:10.827080 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:10.827075 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}} I0705 14:12:10.827048 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.827088 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 757.142µs I0705 14:12:10.827091 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.827102 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:10.826455 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:10.827115 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:10.827117 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:10.827116 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:10.827084 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:10.827136 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:10.827144 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 I0705 14:12:10.827126 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:10.827146 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.827151 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:10.826477 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-2-180.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {b7273a01-fd96-425b-bac1-5e357763d684}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:b7273a01-fd96-425b-bac1-5e357763d684}]}}] Timeout: Where:[where column _uuid == {fa2f714b-6faf-4102-bf74-cd9416157c3d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.827182 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.827184 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:10.827196 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.827206 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:10.827210 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:10.827220 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.827218 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:10.827244 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.827256 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:10.827270 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 I0705 14:12:10.827292 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:10.827301 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 264.603µs I0705 14:12:10.827314 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:10.827110 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.828141 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:10.828174 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.55.86"}, 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}} I0705 14:12:10.828236 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.828244 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.828259 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.828189 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:10.828303 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:10.828314 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:10.827263 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:10.828324 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 I0705 14:12:10.828325 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 1.009125ms I0705 14:12:10.828329 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:10.828344 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:10.828344 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 I0705 14:12:10.828348 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:10.828379 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 1.254718ms I0705 14:12:10.828398 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:10.828354 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.828459 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:10.828409 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.828487 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:10.828502 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:10.828497 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.828520 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.828361 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:"8c2a859e-9547-4ab4-9ada-b43f5fae0aa3", 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:10.828521 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.120.179"}, 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}} I0705 14:12:10.828543 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:10.828312 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 2.676171ms I0705 14:12:10.828559 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:10.828554 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:10.828600 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:10.828611 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 I0705 14:12:10.828633 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:10.828569 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.828642 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 298.482µs I0705 14:12:10.828661 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:10.828670 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.213µs I0705 14:12:10.828679 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:10.828686 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.357µs I0705 14:12:10.828720 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:10.828702 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.230.74:443: 172.30.230.74:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8c2a859e-9547-4ab4-9ada-b43f5fae0aa3}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.828543 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) I0705 14:12:10.828787 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.828730 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.828816 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:10.828814 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-2-180.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.2.180:30870: 10.0.2.180:32342: 172.20.0.1:30870: 172.20.0.1:32342:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742509}] I0705 14:12:10.827179 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:10.828869 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.828890 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.828893 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 I0705 14:12:10.828900 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.828923 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:10.828915 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-2-180.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.2.180:30870: 10.0.2.180:32342: 169.254.0.3:30870: 169.254.0.3:32342: 172.20.0.1:30870: 172.20.0.1:32342:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742510}] I0705 14:12:10.829069 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:u2368742510}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.829188 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:u2368742509}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.829252 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.230.74:443: 172.30.230.74:80:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {8c2a859e-9547-4ab4-9ada-b43f5fae0aa3}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-180.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.2.180:30870: 10.0.2.180:32342: 172.20.0.1:30870: 172.20.0.1:32342:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742509} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:openshift-ingress/router-default]} name:Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.ec2.internal options:{GoMap:map[event:false hairpin_snat_ip:169.254.0.5 fd69::5 neighbor_responder:none reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.2.180:30870: 10.0.2.180:32342: 169.254.0.3:30870: 169.254.0.3:32342: 172.20.0.1:30870: 172.20.0.1:32342:]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742510} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742510}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2368742509}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.828663 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:10.830215 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.66.160"}, 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}} I0705 14:12:10.830273 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.830304 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.830350 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.830405 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.830434 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.830462 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 I0705 14:12:10.830536 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:10.830562 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 2.002329ms I0705 14:12:10.830596 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:10.830669 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"} I0705 14:12:10.830743 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 3.662757ms I0705 14:12:10.830790 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:10.830839 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.830985 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:10.831028 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.831069 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.831105 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.831149 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.831272 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.831310 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.831355 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 I0705 14:12:10.831398 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:10.831424 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 634.02µs I0705 14:12:10.831481 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:10.831509 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.831634 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:10.831674 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.126.91"}, 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}} I0705 14:12:10.831716 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.831744 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.831786 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.831852 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:10.831883 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:10.831911 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 I0705 14:12:10.831958 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:10.831984 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 511.059µs I0705 14:12:10.832016 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:10.832043 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.832173 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:10.832225 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.832272 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.832301 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.832343 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.832398 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.832427 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.832455 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 I0705 14:12:10.832503 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:10.832528 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 511.512µs I0705 14:12:10.832558 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:10.832586 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.832701 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:10.832734 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:10.832811 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.832840 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.832884 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.832941 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:10.833000 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:10.833031 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 I0705 14:12:10.833080 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:10.833104 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 545.346µs I0705 14:12:10.833144 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:10.833193 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.833313 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:10.833346 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.833385 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.833415 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.833450 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.833512 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.833542 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:10.833570 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 I0705 14:12:10.833611 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:10.833642 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 504.834µs I0705 14:12:10.833673 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:10.833701 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.833805 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:10.833837 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.833875 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.833902 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.833942 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.833997 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.834026 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.834054 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 I0705 14:12:10.834101 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:10.834127 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 454.016µs I0705 14:12:10.834179 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:10.834214 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.834332 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:10.834369 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.834411 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.834439 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.834474 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.834531 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.834559 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.834588 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 I0705 14:12:10.834628 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:10.834660 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 481.133µs I0705 14:12:10.834691 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:10.834718 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.834833 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:10.834872 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:10.834909 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.834937 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.834980 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.835042 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:10.835071 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:10.835100 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 I0705 14:12:10.835143 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:10.835200 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 506.774µs I0705 14:12:10.835241 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:10.835297 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 56.92µs I0705 14:12:10.835329 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:10.835356 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.835463 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:10.835495 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.211.254"}, 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}} I0705 14:12:10.835529 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.835563 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.835598 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.835656 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:10.835686 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:10.835719 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 I0705 14:12:10.835762 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:10.835788 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 458.847µs I0705 14:12:10.835819 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:10.835846 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.835951 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:10.835986 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:10.836021 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.836054 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.836093 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:10.836129 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:10.836222 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:10.836253 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 I0705 14:12:10.836300 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:10.836326 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 507.437µs I0705 14:12:10.836357 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:10.836383 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 26.098µs I0705 14:12:10.836420 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:10.836447 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.836558 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:10.836591 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.118.62"}, 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}} I0705 14:12:10.836628 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.836656 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.836726 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.836785 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:10.836814 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:10.836848 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 I0705 14:12:10.836888 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:10.836915 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 499.536µs I0705 14:12:10.836947 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:10.836998 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.837650 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:10.837693 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.25.101"}, 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}} I0705 14:12:10.837728 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.837756 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.837800 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.837855 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.837914 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:10.837945 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 I0705 14:12:10.837994 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:10.838020 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.073517ms I0705 14:12:10.838055 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:10.838083 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.838226 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:10.838266 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.838299 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) I0705 14:12:10.838328 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) I0705 14:12:10.838370 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.838424 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:10.838453 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:10.838485 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 I0705 14:12:10.838532 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:10.838558 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 503.085µs I0705 14:12:10.838602 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.010181259 seconds. No OVN measurement. I0705 14:12:10.828982 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 2.007583ms I0705 14:12:10.830629 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:10.838701 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:10.838731 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:10.838771 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:10.838799 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:10.838838 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.838896 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.838925 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.838952 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 I0705 14:12:10.838993 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:10.839024 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 8.421542ms I0705 14:12:10.828826 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.839079 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.839107 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:10.839136 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 I0705 14:12:10.839201 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:10.839233 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 10.835221ms I0705 14:12:10.828905 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 == {7c6ec394-58e3-447b-a0ca-bbf04cba7b9d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.839340 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:7c6ec394-58e3-447b-a0ca-bbf04cba7b9d}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.839393 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 == {7c6ec394-58e3-447b-a0ca-bbf04cba7b9d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7c6ec394-58e3-447b-a0ca-bbf04cba7b9d}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.828917 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:10.839747 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:10.839797 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:10.839831 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 I0705 14:12:10.839840 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 == {54d3b489-6e9f-492b-bc9f-78497f21af85}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.839955 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:54d3b489-6e9f-492b-bc9f-78497f21af85}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.840013 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 == {54d3b489-6e9f-492b-bc9f-78497f21af85}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:54d3b489-6e9f-492b-bc9f-78497f21af85}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.839883 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:10.840361 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 11.635187ms I0705 14:12:10.840498 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:0e:1d:17:4a:d1:51 networks:{GoSet:[10.0.2.180/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4fe69afc-38ab-42cf-9ea2-7509046cc805}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.840590 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:4fe69afc-38ab-42cf-9ea2-7509046cc805}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.840623 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:0e:1d:17:4a:d1:51 networks:{GoSet:[10.0.2.180/24]} options:{GoMap:map[]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4fe69afc-38ab-42cf-9ea2-7509046cc805}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:4fe69afc-38ab-42cf-9ea2-7509046cc805}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.840684 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 I0705 14:12:10.841255 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 == {d397ef59-5a19-4681-bca4-2044475436f0}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.841533 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:1d:17:4a:d1:51]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-180.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c9617428-2e4f-4cf4-8378-4ad81fa8e9e1}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.841628 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:d397ef59-5a19-4681-bca4-2044475436f0} {GoUUID:c9617428-2e4f-4cf4-8378-4ad81fa8e9e1}]}}] Timeout: Where:[where column _uuid == {9a40963f-62c7-44e1-a28d-aa3d26fb3b90}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.841663 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 == {d397ef59-5a19-4681-bca4-2044475436f0}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0e:1d:17:4a:d1:51]} options:{GoMap:map[exclude-lb-vips-from-garp:true nat-addresses:router router-port:rtoe-GR_ip-10-0-2-180.ec2.internal]} port_security:{GoSet:[]} tag_request:{GoSet:[]} type:router] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {c9617428-2e4f-4cf4-8378-4ad81fa8e9e1}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d397ef59-5a19-4681-bca4-2044475436f0} {GoUUID:c9617428-2e4f-4cf4-8378-4ad81fa8e9e1}]}}] Timeout: Where:[where column _uuid == {9a40963f-62c7-44e1-a28d-aa3d26fb3b90}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.842233 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-2-180.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d77eb6cc-ee14-4bd0-a9ac-f90370ebddde}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.842270 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-2-180.ec2.internal mac:0a:58:a9:fe:00:04 override_dynamic_mac:true] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {d77eb6cc-ee14-4bd0-a9ac-f90370ebddde}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.842605 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 == {56fb4b47-6077-463c-8945-cb52bcf4bb8d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.842686 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:56fb4b47-6077-463c-8945-cb52bcf4bb8d}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.842727 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 == {56fb4b47-6077-463c-8945-cb52bcf4bb8d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:56fb4b47-6077-463c-8945-cb52bcf4bb8d}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.843083 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.2.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4c93a660-66aa-4f20-82f7-473bcdd4eaab}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.843179 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:4c93a660-66aa-4f20-82f7-473bcdd4eaab}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.843207 3306 transact.go:42] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:10.0.2.1] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {4c93a660-66aa-4f20-82f7-473bcdd4eaab}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:4c93a660-66aa-4f20-82f7-473bcdd4eaab}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.843529 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 == {e3aa2034-baae-405e-9250-08a57cdb9f6e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.843607 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:e3aa2034-baae-405e-9250-08a57cdb9f6e}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.843639 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 == {e3aa2034-baae-405e-9250-08a57cdb9f6e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:e3aa2034-baae-405e-9250-08a57cdb9f6e}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.844005 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 == {b1942074-9883-4bf4-a6b1-a600d68f3462}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.844080 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:b1942074-9883-4bf4-a6b1-a600d68f3462}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.844113 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 == {b1942074-9883-4bf4-a6b1-a600d68f3462}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:b1942074-9883-4bf4-a6b1-a600d68f3462}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.844570 3306 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {500d4add-df92-4c8a-a7fa-31b0d224fa44}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.844693 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:500d4add-df92-4c8a-a7fa-31b0d224fa44}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.844745 3306 transact.go:42] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:100.64.0.2 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {500d4add-df92-4c8a-a7fa-31b0d224fa44}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:500d4add-df92-4c8a-a7fa-31b0d224fa44}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.853653 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-2-180.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-180.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742511}] I0705 14:12:10.853695 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:u2368742511}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.853715 3306 transact.go:42] Configuring OVN: [{Op:wait Table:Logical_Router_Policy Row:map[] Rows:[map[match:inport == "rtos-ip-10-0-2-180.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-180.ec2.internal */ priority:1004]] Columns:[priority match] Mutations:[] Timeout:0xc00a0dc808 Where:[where column priority == 1004 where column match == inport == "rtos-ip-10-0-2-180.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-180.ec2.internal */ where column external_ids includes {map[]}] Until:!= Durable: Comment: Lock: UUID: UUIDName:} {Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-ip-10-0-2-180.ec2.internal" && ip4.dst == 172.20.0.1 /* ip-10-0-2-180.ec2.internal */ nexthops:{GoSet:[10.128.0.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742511} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2368742511}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860012 3306 base_network_controller.go:532] When adding node ip-10-0-2-180.ec2.internal for network default, found 12 pods to add to retryPods I0705 14:12:10.860026 3306 base_network_controller.go:538] Adding pod kube-system/konnectivity-agent-9x2fj to retryPods for network default I0705 14:12:10.860035 3306 base_network_controller.go:538] Adding pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal to retryPods for network default I0705 14:12:10.860040 3306 base_network_controller.go:538] Adding pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f to retryPods for network default I0705 14:12:10.860044 3306 base_network_controller.go:538] Adding pod openshift-cluster-node-tuning-operator/tuned-zxb2v to retryPods for network default I0705 14:12:10.860048 3306 base_network_controller.go:538] Adding pod openshift-dns/node-resolver-7fpls to retryPods for network default I0705 14:12:10.860053 3306 base_network_controller.go:538] Adding pod openshift-image-registry/node-ca-429ql to retryPods for network default I0705 14:12:10.860057 3306 base_network_controller.go:538] Adding pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal to retryPods for network default I0705 14:12:10.860062 3306 base_network_controller.go:538] Adding pod openshift-multus/multus-additional-cni-plugins-pmm7x to retryPods for network default I0705 14:12:10.860067 3306 base_network_controller.go:538] Adding pod openshift-multus/multus-dfl9z to retryPods for network default I0705 14:12:10.860072 3306 base_network_controller.go:538] Adding pod openshift-multus/network-metrics-daemon-jx74n to retryPods for network default I0705 14:12:10.860076 3306 base_network_controller.go:538] Adding pod openshift-network-diagnostics/network-check-target-dlmqf to retryPods for network default I0705 14:12:10.860080 3306 base_network_controller.go:538] Adding pod openshift-ovn-kubernetes/ovnkube-node-m95w2 to retryPods for network default I0705 14:12:10.860089 3306 obj_retry.go:240] Iterate retry objects requested (resource *v1.Pod) I0705 14:12:10.860103 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:10.860115 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-180.ec2.internal I0705 14:12:10.860181 3306 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *v1.Pod I0705 14:12:10.860190 3306 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-2-180.ec2.internal. Updating no re-route policies I0705 14:12:10.860198 3306 obj_retry.go:409] Going to retry *v1.Pod resource setup for 14 objects: [openshift-image-registry/node-ca-429ql openshift-multus/multus-dfl9z openshift-network-diagnostics/network-check-target-hp8hl openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f openshift-cluster-node-tuning-operator/tuned-zxb2v openshift-multus/multus-additional-cni-plugins-pmm7x openshift-multus/network-metrics-daemon-jx74n openshift-dns/node-resolver-7fpls openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal openshift-network-diagnostics/network-check-target-dlmqf openshift-multus/network-metrics-daemon-w88xh kube-system/konnectivity-agent-9x2fj kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal openshift-ovn-kubernetes/ovnkube-node-m95w2] I0705 14:12:10.860220 3306 obj_retry.go:418] Waiting for all the *v1.Pod retry setup to complete in iterateRetryResources I0705 14:12:10.860233 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:10.860237 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-dfl9z I0705 14:12:10.860241 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-dns/node-resolver-7fpls I0705 14:12:10.860252 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal I0705 14:12:10.860255 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-dfl9z I0705 14:12:10.860263 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal I0705 14:12:10.860264 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:10.860271 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-dfl9z in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860272 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:10.860270 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-image-registry/node-ca-429ql I0705 14:12:10.860287 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:10.860287 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:10.860296 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:10.860298 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:10.860301 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:10.860304 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:10.860308 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:10.860314 3306 ovn.go:134] Ensuring zone local for Pod openshift-network-diagnostics/network-check-target-dlmqf in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860314 3306 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:10.860277 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:10.860320 3306 obj_retry.go:303] Retry object setup: *v1.Pod kube-system/konnectivity-agent-9x2fj I0705 14:12:10.860327 3306 obj_retry.go:365] Adding new object: *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:10.860329 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860337 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x after 0 failed attempt(s) I0705 14:12:10.860339 3306 ovn.go:134] Ensuring zone local for Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860345 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:10.860346 3306 base_network_controller_pods.go:477] [default/openshift-network-diagnostics/network-check-target-dlmqf] creating logical port openshift-network-diagnostics_network-check-target-dlmqf for pod on switch ip-10-0-2-180.ec2.internal I0705 14:12:10.860348 3306 obj_retry.go:386] Retry successful for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal after 0 failed attempt(s) I0705 14:12:10.860311 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:10.860356 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-2-180.ec2.internal I0705 14:12:10.860360 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-w88xh in node ip-10-0-1-77.ec2.internal I0705 14:12:10.860319 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:10.860374 3306 ovn.go:134] Ensuring zone local for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860381 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f after 0 failed attempt(s) I0705 14:12:10.860387 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-wns5f I0705 14:12:10.860296 3306 ovn.go:134] Ensuring zone local for Pod openshift-cluster-node-tuning-operator/tuned-zxb2v in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860378 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.180 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860329 3306 obj_retry.go:365] Adding new object: *v1.Pod kube-system/konnectivity-agent-9x2fj I0705 14:12:10.860395 3306 obj_retry.go:377] Retry add failed for *v1.Pod openshift-multus/network-metrics-daemon-w88xh, will try again later: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-w88xh: suppressed error logged: pod openshift-multus/network-metrics-daemon-w88xh: no pod IPs found I0705 14:12:10.860255 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-dns/node-resolver-7fpls I0705 14:12:10.860407 3306 ovn.go:134] Ensuring zone local for Pod kube-system/konnectivity-agent-9x2fj in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860402 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.180 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860415 3306 ovn.go:134] Ensuring zone local for Pod openshift-dns/node-resolver-7fpls in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860425 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-dns/node-resolver-7fpls after 0 failed attempt(s) I0705 14:12:10.860431 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-7fpls I0705 14:12:10.860416 3306 obj_retry.go:386] Retry successful for *v1.Pod kube-system/konnectivity-agent-9x2fj after 0 failed attempt(s) I0705 14:12:10.860451 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-9x2fj I0705 14:12:10.860242 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:10.860470 3306 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860479 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 after 0 failed attempt(s) I0705 14:12:10.860483 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:10.860296 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-image-registry/node-ca-429ql I0705 14:12:10.860490 3306 ovn.go:134] Ensuring zone local for Pod openshift-image-registry/node-ca-429ql in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860494 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-image-registry/node-ca-429ql after 0 failed attempt(s) I0705 14:12:10.860499 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-429ql I0705 14:12:10.860310 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/network-metrics-daemon-jx74n in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860530 3306 base_network_controller_pods.go:477] [default/openshift-multus/network-metrics-daemon-jx74n] creating logical port openshift-multus_network-metrics-daemon-jx74n for pod on switch ip-10-0-2-180.ec2.internal I0705 14:12:10.860363 3306 obj_retry.go:303] Retry object setup: *v1.Pod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:10.860521 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:78340811-7840-42a5-8519-fc5a1a8998ce requested-chassis:ip-10-0-2-180.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {fd3ab8e3-080c-4bf6-8e9c-f49fe59ca17f}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860544 3306 obj_retry.go:365] Adding new object: *v1.Pod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:10.860552 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-hp8hl in node ip-10-0-1-77.ec2.internal I0705 14:12:10.860559 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:fd3ab8e3-080c-4bf6-8e9c-f49fe59ca17f}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860577 3306 obj_retry.go:377] Retry add failed for *v1.Pod openshift-network-diagnostics/network-check-target-hp8hl, will try again later: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-hp8hl: suppressed error logged: pod openshift-network-diagnostics/network-check-target-hp8hl: no pod IPs found I0705 14:12:10.860610 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:fd3ab8e3-080c-4bf6-8e9c-f49fe59ca17f}]}}] Timeout: Where:[where column _uuid == {f421883e-082f-4e74-b98f-648f9ccdc9fb}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860399 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-cluster-node-tuning-operator/tuned-zxb2v after 0 failed attempt(s) I0705 14:12:10.860655 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-zxb2v I0705 14:12:10.860277 3306 ovn.go:134] Ensuring zone local for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal in node ip-10-0-2-180.ec2.internal I0705 14:12:10.860668 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal after 0 failed attempt(s) I0705 14:12:10.860674 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-2-180.ec2.internal I0705 14:12:10.860281 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/multus-dfl9z after 0 failed attempt(s) I0705 14:12:10.860683 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-dfl9z I0705 14:12:10.860714 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:e9d2fbc3-f5ba-4ee7-9d42-e6979ae0a187 requested-chassis:ip-10-0-2-180.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {268a4c41-0a0c-498a-94ad-cf416606427d}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860720 3306 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {38872e25-3a2a-4e9b-bcb6-f4f1a008f327}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860771 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:268a4c41-0a0c-498a-94ad-cf416606427d}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860836 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:268a4c41-0a0c-498a-94ad-cf416606427d}]}}] Timeout: Where:[where column _uuid == {7e4aaeb5-4aa7-44da-93a4-dd987e688821}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860943 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:38872e25-3a2a-4e9b-bcb6-f4f1a008f327}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.861019 3306 model_client.go:382] Update operations generated as: [{Op:update Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {08c57715-3757-4aa8-b23c-251e19ac72e8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.861075 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:08c57715-3757-4aa8-b23c-251e19ac72e8}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.860979 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:78340811-7840-42a5-8519-fc5a1a8998ce requested-chassis:ip-10-0-2-180.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:04 10.128.0.4]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {fd3ab8e3-080c-4bf6-8e9c-f49fe59ca17f}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:fd3ab8e3-080c-4bf6-8e9c-f49fe59ca17f}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:fd3ab8e3-080c-4bf6-8e9c-f49fe59ca17f}]}}] Timeout: Where:[where column _uuid == {f421883e-082f-4e74-b98f-648f9ccdc9fb}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:10.128.0.4 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {38872e25-3a2a-4e9b-bcb6-f4f1a008f327}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:38872e25-3a2a-4e9b-bcb6-f4f1a008f327}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.861102 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:e9d2fbc3-f5ba-4ee7-9d42-e6979ae0a187 requested-chassis:ip-10-0-2-180.ec2.internal]} port_security:{GoSet:[0a:58:0a:80:00:03 10.128.0.3]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {268a4c41-0a0c-498a-94ad-cf416606427d}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:268a4c41-0a0c-498a-94ad-cf416606427d}]}}] Timeout: Where:[where column _uuid == {38ce3a2e-b6bb-4fbe-8ceb-5694855b58de}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:268a4c41-0a0c-498a-94ad-cf416606427d}]}}] Timeout: Where:[where column _uuid == {7e4aaeb5-4aa7-44da-93a4-dd987e688821}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:update Table:NAT Row:map[external_ip:10.0.2.180 logical_ip:10.128.0.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {08c57715-3757-4aa8-b23c-251e19ac72e8}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:08c57715-3757-4aa8-b23c-251e19ac72e8}]}}] Timeout: Where:[where column _uuid == {6b9df66c-b09d-41d3-8382-d7ae28206984}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.861177 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:u2368742512}] I0705 14:12:10.861232 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:u2368742512}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.861251 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:0xc009de3300 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:u2368742512} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2368742512}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.861425 3306 port_cache.go:96] port-cache(openshift-network-diagnostics_network-check-target-dlmqf): added port &{name:openshift-network-diagnostics_network-check-target-dlmqf uuid:fd3ab8e3-080c-4bf6-8e9c-f49fe59ca17f logicalSwitch:ip-10-0-2-180.ec2.internal ips:[0xc009856900] 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 I0705 14:12:10.861449 3306 pods.go:252] [openshift-network-diagnostics/network-check-target-dlmqf] addLogicalPort took 1.113398ms, libovsdb time 432.667µs I0705 14:12:10.861457 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-network-diagnostics/network-check-target-dlmqf after 0 failed attempt(s) I0705 14:12:10.861462 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-dlmqf I0705 14:12:10.861484 3306 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "78340811-7840-42a5-8519-fc5a1a8998ce" I0705 14:12:10.861524 3306 port_cache.go:96] port-cache(openshift-multus_network-metrics-daemon-jx74n): added port &{name:openshift-multus_network-metrics-daemon-jx74n uuid:268a4c41-0a0c-498a-94ad-cf416606427d logicalSwitch:ip-10-0-2-180.ec2.internal ips:[0xc00a029200] 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 I0705 14:12:10.861543 3306 pods.go:252] [openshift-multus/network-metrics-daemon-jx74n] addLogicalPort took 1.021935ms, libovsdb time 415.159µs I0705 14:12:10.861555 3306 obj_retry.go:386] Retry successful for *v1.Pod openshift-multus/network-metrics-daemon-jx74n after 0 failed attempt(s) I0705 14:12:10.861563 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-jx74n I0705 14:12:10.861576 3306 obj_retry.go:420] Function iterateRetryResources for *v1.Pod ended (in 1.375516ms) I0705 14:12:10.861581 3306 ovnkube_controller.go:808] Unexpected last event type (2) in cache for pod with UID "e9d2fbc3-f5ba-4ee7-9d42-e6979ae0a187" I0705 14:12:10.861788 3306 egressip.go:1976] Egress node: ip-10-0-2-180.ec2.internal about to be initialized I0705 14:12:10.861847 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 == {0094b731-a666-4e42-a054-1d9014cf5088}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.861883 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:0094b731-a666-4e42-a054-1d9014cf5088}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.861900 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 == {0094b731-a666-4e42-a054-1d9014cf5088}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:0094b731-a666-4e42-a054-1d9014cf5088}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.862089 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:10.862105 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-180.ec2.internal E0705 14:12:10.862127 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:12:10.862143 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:10.862152 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:12:10.862253 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:10.862268 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-180.ec2.internal I0705 14:12:10.862303 3306 egressip.go:1976] Egress node: ip-10-0-2-180.ec2.internal about to be initialized I0705 14:12:10.862360 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 == {0094b731-a666-4e42-a054-1d9014cf5088}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.862404 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:0094b731-a666-4e42-a054-1d9014cf5088}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.862424 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 == {0094b731-a666-4e42-a054-1d9014cf5088}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:0094b731-a666-4e42-a054-1d9014cf5088}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:10.949074 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}" I0705 14:12:10.957628 3306 ovs.go:162] Exec(57): stdout: "" I0705 14:12:10.957642 3306 ovs.go:163] Exec(57): stderr: "" I0705 14:12:10.957650 3306 gateway_shared_intf.go:2164] Successfully added route into custom routing table: 7 I0705 14:12:10.957658 3306 ovs.go:159] Exec(58): /usr/sbin/ip -4 rule I0705 14:12:10.959069 3306 ovs.go:162] Exec(58): stdout: "0:\tfrom all lookup local\n32766:\tfrom all lookup main\n32767:\tfrom all lookup default\n" I0705 14:12:10.959089 3306 ovs.go:163] Exec(58): stderr: "" I0705 14:12:10.959101 3306 ovs.go:159] Exec(59): /usr/sbin/ip -4 rule add fwmark 0x1745ec lookup 7 prio 30 I0705 14:12:10.960472 3306 ovs.go:162] Exec(59): stdout: "" I0705 14:12:10.960485 3306 ovs.go:163] Exec(59): stderr: "" I0705 14:12:10.960494 3306 ovs.go:159] Exec(60): /usr/sbin/sysctl -w net.ipv4.conf.ovn-k8s-mp0.rp_filter=2 I0705 14:12:10.961339 3306 ovs.go:162] Exec(60): stdout: "net.ipv4.conf.ovn-k8s-mp0.rp_filter = 2\n" I0705 14:12:10.961353 3306 ovs.go:163] Exec(60): stderr: "" I0705 14:12:10.961362 3306 gateway_shared_intf.go:2357] Creating Gateway Node Port Watcher I0705 14:12:10.961373 3306 ovs.go:159] Exec(61): /usr/bin/ovs-vsctl --timeout=15 --if-exists get interface ens5 ofport I0705 14:12:10.967421 3306 ovs.go:162] Exec(61): stdout: "1\n" I0705 14:12:10.967434 3306 ovs.go:163] Exec(61): stderr: "" I0705 14:12:10.973400 3306 iptables.go:107] Creating table: mangle chain: OUTPUT I0705 14:12:10.974510 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. I0705 14:12:10.975624 3306 iptables.go:120] Adding rule in table: mangle, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0705 14:12:10.976765 3306 iptables.go:107] Creating table: nat chain: OUTPUT I0705 14:12:10.977952 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. I0705 14:12:10.979054 3306 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-ITP" for protocol: 0 I0705 14:12:10.980135 3306 iptables.go:107] Creating table: nat chain: PREROUTING I0705 14:12:10.981246 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. I0705 14:12:10.982328 3306 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0705 14:12:10.984772 3306 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 I0705 14:12:10.987588 3306 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0705 14:12:10.988143 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-f119d1eb96149858446b0f07333c6406b1d3bb58d807b0bedc25852497a64241.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2df119d1eb96149858446b0f07333c6406b1d3bb58d807b0bedc25852497a64241_2emount"}, Sequence:0x5} I0705 14:12:10.988313 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-f119d1eb96149858446b0f07333c6406b1d3bb58d807b0bedc25852497a64241.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2df119d1eb96149858446b0f07333c6406b1d3bb58d807b0bedc25852497a64241_2emount"}, Sequence:0x6} I0705 14:12:10.988351 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} I0705 14:12:10.988421 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} I0705 14:12:10.988507 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} I0705 14:12:10.988649 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} I0705 14:12:10.988669 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} I0705 14:12:10.988742 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} I0705 14:12:10.988872 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} I0705 14:12:10.988884 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} I0705 14:12:10.989035 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} I0705 14:12:10.989076 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} I0705 14:12:10.989271 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} I0705 14:12:10.989322 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:0x655ddbb6f21fa}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "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:0x655ddbb6ed8b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a1330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed88e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a130e}, "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:0x655ddbb6f0821}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a42a0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0xc3, 0xd0, 0xe3, 0x42, 0xe1, 0x4b, 0x34, 0x85, 0x4, 0x78, 0x3b, 0xa1, 0x23, 0x4c, 0xc3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6f21fa}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12} I0705 14:12:10.989398 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:0x655ddbb19ed20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x13} I0705 14:12:10.989533 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} I0705 14:12:10.989639 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:0x655ddbb1c30f1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "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:0x655ddbb1c3090}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb1c308f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0e}, "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:0x655ddbb1c30f1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x3a, 0x21, 0x4c, 0x86, 0xed, 0xc, 0x42, 0x1f, 0x82, 0xdc, 0x0, 0x52, 0xcb, 0xf0, 0xa, 0x14}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb605c26}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b96a5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x15} I0705 14:12:10.989696 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-f119d1eb96149858446b0f07333c6406b1d3bb58d807b0bedc25852497a64241-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2df119d1eb96149858446b0f07333c6406b1d3bb58d807b0bedc25852497a64241_2dmerged_2emount"}, Sequence:0x16} I0705 14:12:10.989827 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:0x655ddbb5808d4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x634353}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x17} I0705 14:12:10.989875 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:0x655ddbb6ed29d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "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:0x655ddbb6ed297}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d16}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed296}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d15}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x25, 0x81, 0x53, 0xa5, 0x5b, 0x69, 0x4a, 0xe4, 0x9c, 0x98, 0x36, 0x73, 0xf, 0xe2, 0xcb, 0x83}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x18} I0705 14:12:10.989945 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:0x655ddbb7237c1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "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:0x655ddbb7237bb}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d723a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237b7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7238}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xaa, 0xc4, 0xeb, 0x75, 0x15, 0x43, 0x77, 0x87, 0x31, 0x35, 0xf, 0x81, 0x20, 0xac, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x19} I0705 14:12:10.990186 3306 iptables.go:120] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 I0705 14:12:10.992708 3306 iptables.go:120] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-ETP" for protocol: 0 I0705 14:12:11.030413 3306 iptables.go:107] Creating table: filter chain: FORWARD I0705 14:12:11.031807 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. I0705 14:12:11.033425 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0705 14:12:11.036221 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 10.128.0.0/14 -j ACCEPT" for protocol: 0 I0705 14:12:11.039126 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0705 14:12:11.042251 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 172.30.0.0/16 -j ACCEPT" for protocol: 0 I0705 14:12:11.044903 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-s 169.254.0.1 -j ACCEPT" for protocol: 0 I0705 14:12:11.047473 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-acfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_2escope"}, Sequence:0x1a} I0705 14:12:11.047505 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-acfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715.scope"}, Sequence:0x1b} I0705 14:12:11.047576 3306 iptables.go:120] Adding rule in table: filter, chain: FORWARD with args: "-d 169.254.0.1 -j ACCEPT" for protocol: 0 I0705 14:12:11.047666 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1c} I0705 14:12:11.047720 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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} I0705 14:12:11.047790 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x1e} I0705 14:12:11.048932 3306 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.1 W0705 14:12:11.049014 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 I0705 14:12:11.049047 3306 gateway_shared_intf.go:2674] Ensuring IP Neighbor entry for: 169.254.0.4 W0705 14:12:11.049100 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 I0705 14:12:11.049138 3306 gateway_init.go:423] Gateway and management port readiness took 2.273044711s I0705 14:12:11.049194 3306 controller.go:132] Adding controller [node-nad-controller NAD controller] event handlers I0705 14:12:11.049239 3306 shared_informer.go:313] Waiting for caches to sync for [node-nad-controller NAD controller] I0705 14:12:11.049249 3306 shared_informer.go:320] Caches are synced for [node-nad-controller NAD controller] I0705 14:12:11.049257 3306 controller.go:156] Starting controller [node-nad-controller NAD controller] with 1 workers I0705 14:12:11.049376 3306 network_controller.go:244] [node-nad-controller network controller]: syncing all networks I0705 14:12:11.049385 3306 network_controller.go:255] [node-nad-controller network controller]: finished syncing all networks. Time taken: 8.946µs I0705 14:12:11.049390 3306 controller.go:156] Starting controller [node-nad-controller network controller] with 1 workers I0705 14:12:11.049400 3306 nad_controller.go:161] [node-nad-controller NAD controller]: started I0705 14:12:11.049404 3306 default_node_network_controller.go:988] Starting the default node network controller I0705 14:12:11.054150 3306 gateway_init.go:433] Initializing Gateway Functionality for gateway Start I0705 14:12:11.054323 3306 gateway_localnet.go:68] Node local addresses initialized to: map[10.0.2.180:{10.0.2.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::bbe:a29e:f528:de4:{fe80:: ffffffffffffffff0000000000000000}] I0705 14:12:11.054421 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). I0705 14:12:11.054433 3306 default_node_network_controller.go:1078] Upgrade Hack: Interconnect is enabled I0705 14:12:11.056570 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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} I0705 14:12:11.056601 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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:0x655ddbe6a7e94}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375b914}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6a7e91}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375b911}, "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{0x63, 0x9d, 0xfb, 0xc8, 0xa2, 0x62, 0x42, 0x59, 0xb3, 0x93, 0xdc, 0x2e, 0x42, 0x5, 0x7d, 0x44}}, "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} I0705 14:12:11.056822 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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} I0705 14:12:11.056887 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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:0x655ddbe6aa15c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375dbdb}, "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:0x655ddbe6a7e94}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375b914}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6a7e91}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375b911}, "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:0x655ddbe6aa15c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375dbdb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x63, 0x9d, 0xfb, 0xc8, 0xa2, 0x62, 0x42, 0x59, 0xb3, 0x93, 0xdc, 0x2e, 0x42, 0x5, 0x7d, 0x44}}, "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:0x655ddbe6aa15c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375dbdb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x22} I0705 14:12:11.056958 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-acfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715.scope", "done"}, Sequence:0x23} I0705 14:12:11.057115 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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} I0705 14:12:11.057189 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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:0x655ddbe6aa15c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375dbdb}, "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:0x655ddbe6a7e94}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375b914}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6a7e91}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375b911}, "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:0x655ddbe6aa15c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375dbdb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x63, 0x9d, 0xfb, 0xc8, 0xa2, 0x62, 0x42, 0x59, 0xb3, 0x93, 0xdc, 0x2e, 0x42, 0x5, 0x7d, 0x44}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6aa15c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375dbdb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x25} I0705 14:12:11.057505 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-77.ec2.internal, subnet 10.129.0.0/23 I0705 14:12:11.057526 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.129.0.0/23" I0705 14:12:11.061748 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-acfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715.scope", "/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_2escope"}, Sequence:0x26} I0705 14:12:11.061778 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-acfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715.scope"}, Sequence:0x27} I0705 14:12:11.061903 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:0x655ddbb57ed84}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x632804}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x28} I0705 14:12:11.061980 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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} I0705 14:12:11.062034 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2a} I0705 14:12:11.062102 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2b} I0705 14:12:11.063398 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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} I0705 14:12:11.063601 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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:0x655ddbe6ab6a0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f11f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6ab69d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f11d}, "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{0x67, 0xcd, 0x4f, 0x38, 0xe7, 0xcb, 0x4f, 0x22, 0xb9, 0x4e, 0x5e, 0x32, 0x53, 0x80, 0x4c, 0x9d}}, "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} I0705 14:12:11.063687 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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} I0705 14:12:11.063770 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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:0x655ddbe6abc0c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f68b}, "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:0x655ddbe6ab6a0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f11f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6ab69d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f11d}, "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:0x655ddbe6abc0c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f68b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x67, 0xcd, 0x4f, 0x38, 0xe7, 0xcb, 0x4f, 0x22, 0xb9, 0x4e, 0x5e, 0x32, 0x53, 0x80, 0x4c, 0x9d}}, "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:0x655ddbe6abc0c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f68b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x2f} I0705 14:12:11.063906 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-acfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715.scope", "done"}, Sequence:0x30} I0705 14:12:11.063982 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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} I0705 14:12:11.064081 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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:0x655ddbe6abc0c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f68b}, "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:0x655ddbe6ab6a0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f11f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6ab69d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f11d}, "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:0x655ddbe6abc0c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f68b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x67, 0xcd, 0x4f, 0x38, 0xe7, 0xcb, 0x4f, 0x22, 0xb9, 0x4e, 0x5e, 0x32, 0x53, 0x80, 0x4c, 0x9d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6abc0c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f68b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x32} I0705 14:12:11.067436 3306 ovs.go:162] Exec(62): stdout: "" I0705 14:12:11.067449 3306 ovs.go:163] Exec(62): stderr: "" I0705 14:12:11.067457 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 - : stderr - : err I0705 14:12:11.151076 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:11.151177 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:11.151187 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal: podLabels , podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:11.151198 3306 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:11.151220 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:11.151222 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal in Admin Network Policy controller I0705 14:12:11.151234 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal Admin Network Policy controller: took 14.973µs I0705 14:12:11.151253 3306 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal in node ip-10-0-1-77.ec2.internal I0705 14:12:11.151268 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:11.151278 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:11.151291 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-1-77.ec2.internal I0705 14:12:11.157446 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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} I0705 14:12:11.157487 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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:0x655ddbe6abc0c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f68b}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6c29b9}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3776438}, "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:0x655ddbe6ab6a0}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f11f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6ab69d}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f11d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6c29b9}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3776438}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6abc0c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375f68b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x67, 0xcd, 0x4f, 0x38, 0xe7, 0xcb, 0x4f, 0x22, 0xb9, 0x4e, 0x5e, 0x32, 0x53, 0x80, 0x4c, 0x9d}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6c29b9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3776438}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x34} I0705 14:12:11.157563 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-acfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715.scope", "/org/freedesktop/systemd1/unit/crio_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_2escope"}, Sequence:0x35} I0705 14:12:11.175904 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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} I0705 14:12:11.175937 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_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:0x655ddbe6aa15c}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375dbdb}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6c7216}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x377ac95}, "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:0x655ddbe6a7e94}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375b914}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6a7e91}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375b911}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6c7216}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x377ac95}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6aa15c}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x375dbdb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x63, 0x9d, 0xfb, 0xc8, 0xa2, 0x62, 0x42, 0x59, 0xb3, 0x93, 0xdc, 0x2e, 0x42, 0x5, 0x7d, 0x44}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe6c7216}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x377ac95}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x37} I0705 14:12:11.175989 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-acfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dacfb2eed681522afbfe1dc86e10461707dbdcf127e14e7dd04c077e52f10b715_2escope"}, Sequence:0x38} I0705 14:12:11.558398 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-77.ec2.internal, subnet 10.129.0.0/23 I0705 14:12:11.558670 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.129.0.0/23" I0705 14:12:11.567997 3306 ovs.go:162] Exec(63): stdout: "" I0705 14:12:11.568016 3306 ovs.go:163] Exec(63): stderr: "" I0705 14:12:11.568028 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 - : stderr - : err I0705 14:12:11.881370 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:11.881401 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:11.881419 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:11.881460 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in node ip-10-0-2-180.ec2.internal I0705 14:12:11.881474 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:11.881484 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:11.881497 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:12.058095 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-77.ec2.internal, subnet 10.129.0.0/23 I0705 14:12:12.058120 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.129.0.0/23" I0705 14:12:12.067568 3306 ovs.go:162] Exec(64): stdout: "" I0705 14:12:12.067584 3306 ovs.go:163] Exec(64): stderr: "" I0705 14:12:12.067593 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 - : stderr - : err I0705 14:12:12.558629 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-77.ec2.internal, subnet 10.129.0.0/23 I0705 14:12:12.558654 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.129.0.0/23" I0705 14:12:12.568040 3306 ovs.go:162] Exec(65): stdout: "" I0705 14:12:12.568055 3306 ovs.go:163] Exec(65): stderr: "" I0705 14:12:12.568064 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 - : stderr - : err I0705 14:12:12.893650 3306 ovs.go:159] Exec(66): /usr/bin/ovn-appctl -t /var/run/ovn/ovn-controller.2907.ctl connection-status I0705 14:12:12.897146 3306 ovs.go:162] Exec(66): stdout: "connected\n" I0705 14:12:12.897181 3306 ovs.go:163] Exec(66): stderr: "" I0705 14:12:12.981457 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-11.ec2.internal I0705 14:12:12.981478 3306 node_tracker.go:223] Node ip-10-0-0-11.ec2.internal has invalid / no HostSubnet annotations (probably waiting on initialization), or it's a hybrid overlay node: could not find "k8s.ovn.org/node-subnets" annotation I0705 14:12:12.981510 3306 admin_network_policy_controller.go:557] Adding Node in Admin Network Policy controller ip-10-0-0-11.ec2.internal I0705 14:12:12.981538 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-11.ec2.internal in Admin Network Policy controller I0705 14:12:12.981547 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-11.ec2.internal Admin Network Policy controller: took 10.064µs I0705 14:12:12.981589 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-11.ec2.internal I0705 14:12:12.981609 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-11.ec2.internal: 23.413µs I0705 14:12:12.981617 3306 obj_retry.go:512] Add event received for *v1.Node ip-10-0-0-11.ec2.internal E0705 14:12:12.981682 3306 default_network_controller.go:867] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-0-11.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0705 14:12:12.981698 3306 obj_retry.go:546] Failed to create *v1.Node ip-10-0-0-11.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal, error parsing annotation for node ip-10-0-0-11.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0705 14:12:12.981714 3306 obj_retry.go:512] Add event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:12.981913 3306 model_client.go:382] Update operations generated as: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.180 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:12.981939 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[10.0.2.180 172.20.0.1]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:12.982415 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 == {887a7a97-808a-4200-9180-889e28f71a5e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:12.982469 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:887a7a97-808a-4200-9180-889e28f71a5e}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:12.982491 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 == {887a7a97-808a-4200-9180-889e28f71a5e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:887a7a97-808a-4200-9180-889e28f71a5e}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:12.982705 3306 obj_retry.go:551] Creating *factory.egressNode ip-10-0-0-11.ec2.internal took: 979.741µs I0705 14:12:12.994483 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:12.994516 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal E0705 14:12:12.994530 3306 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-11.ec2.internal annotation: unexpected end of JSON input I0705 14:12:12.994548 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: true E0705 14:12:12.994577 3306 default_network_controller.go:1038] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-0-11.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0705 14:12:12.994601 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal, error parsing annotation for node ip-10-0-0-11.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0705 14:12:12.994618 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:12.994632 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:13.000743 3306 default_network_controller.go:732] Recording add event on pod openshift-dns/node-resolver-tgwjs I0705 14:12:13.000763 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-dns/node-resolver-tgwjs I0705 14:12:13.000775 3306 obj_retry.go:551] Creating *v1.Pod openshift-dns/node-resolver-tgwjs took: 976ns I0705 14:12:13.000782 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-tgwjs I0705 14:12:13.000789 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-dns/node-resolver-tgwjs I0705 14:12:13.000820 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-dns/node-resolver-tgwjs took: 23.101µs I0705 14:12:13.000859 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-dns/node-resolver-tgwjs I0705 14:12:13.000883 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-tgwjs in Admin Network Policy controller I0705 14:12:13.000896 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-tgwjs Admin Network Policy controller: took 15.957µs I0705 14:12:13.005321 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.005358 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.005374 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-wktdn in Admin Network Policy controller I0705 14:12:13.005384 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-wktdn Admin Network Policy controller: took 10.505µs I0705 14:12:13.005374 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.005397 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-node-tuning-operator/tuned-wktdn took: 264ns I0705 14:12:13.005402 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.005411 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.005421 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-wktdn took: 4.899µs I0705 14:12:13.007198 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:13.007214 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal E0705 14:12:13.007225 3306 ovn.go:441] Failed to unmarshal old node ip-10-0-0-11.ec2.internal annotation: unexpected end of JSON input E0705 14:12:13.007231 3306 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-11.ec2.internal annotation: unexpected end of JSON input I0705 14:12:13.007243 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false E0705 14:12:13.007273 3306 default_network_controller.go:1038] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-0-11.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0705 14:12:13.007288 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal, error parsing annotation for node ip-10-0-0-11.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0705 14:12:13.007298 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:13.007305 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:13.023687 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-11.ec2.internal: nodeLabels beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,hypershift.openshift.io/managed=true,hypershift.openshift.io/nodePool=kx-7c0aa8ed5d-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-11.ec2.internal,kubernetes.io/os=linux,node-role.kubernetes.io/worker=,node.openshift.io/os_id=rhcos, isHostCIDRsAltered?: false I0705 14:12:13.023718 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-11.ec2.internal in Admin Network Policy controller I0705 14:12:13.023730 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-11.ec2.internal Admin Network Policy controller: took 12.767µs I0705 14:12:13.023764 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-11.ec2.internal I0705 14:12:13.023778 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-11.ec2.internal: 17.624µs I0705 14:12:13.023779 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:13.023796 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal E0705 14:12:13.023817 3306 ovn.go:441] Failed to unmarshal old node ip-10-0-0-11.ec2.internal annotation: unexpected end of JSON input E0705 14:12:13.023827 3306 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-11.ec2.internal annotation: unexpected end of JSON input I0705 14:12:13.023840 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false E0705 14:12:13.023869 3306 default_network_controller.go:1038] Failed to add node IPs to openshift-host-network address_set: error parsing annotation for node ip-10-0-0-11.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation I0705 14:12:13.023874 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.023882 3306 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-tgwjs I0705 14:12:13.023887 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: [adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal, error parsing annotation for node ip-10-0-0-11.ec2.internal: suppressed error logged: could not find "k8s.ovn.org/node-subnets" annotation] I0705 14:12:13.023895 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-tgwjs I0705 14:12:13.023900 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:13.023906 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-tgwjs in node ip-10-0-0-11.ec2.internal I0705 14:12:13.023911 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:13.023914 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-tgwjs I0705 14:12:13.023922 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.023931 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-tgwjs I0705 14:12:13.024073 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.024086 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.024096 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.024119 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-wktdn in node ip-10-0-0-11.ec2.internal I0705 14:12:13.024129 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.024135 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.024143 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:13.032773 3306 default_network_controller.go:732] Recording add event on pod openshift-image-registry/node-ca-h75ms I0705 14:12:13.032790 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-image-registry/node-ca-h75ms I0705 14:12:13.032801 3306 obj_retry.go:551] Creating *v1.Pod openshift-image-registry/node-ca-h75ms took: 417ns I0705 14:12:13.032807 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-h75ms I0705 14:12:13.032815 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-image-registry/node-ca-h75ms I0705 14:12:13.032820 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-image-registry/node-ca-h75ms I0705 14:12:13.032829 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-image-registry/node-ca-h75ms took: 7.029µs I0705 14:12:13.032834 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-h75ms in Admin Network Policy controller I0705 14:12:13.032843 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-h75ms Admin Network Policy controller: took 9.941µs I0705 14:12:13.042786 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.042795 3306 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-h75ms I0705 14:12:13.042805 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-h75ms I0705 14:12:13.042823 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-h75ms in node ip-10-0-0-11.ec2.internal I0705 14:12:13.042827 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-h75ms I0705 14:12:13.042833 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.042840 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-h75ms I0705 14:12:13.048964 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-jhkcr I0705 14:12:13.048989 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-jhkcr I0705 14:12:13.049000 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-jhkcr took: 366ns I0705 14:12:13.049007 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-jhkcr I0705 14:12:13.049013 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-jhkcr I0705 14:12:13.048974 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-jhkcr I0705 14:12:13.049035 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-jhkcr in Admin Network Policy controller I0705 14:12:13.049050 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-jhkcr Admin Network Policy controller: took 16.011µs I0705 14:12:13.049066 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-jhkcr took: 7.027µs I0705 14:12:13.058271 3306 default_node_network_controller.go:1095] Skipping node "ip-10-0-0-11.ec2.internal". k8s.ovn.org/node-subnets annotation was not found I0705 14:12:13.058341 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-77.ec2.internal, subnet 10.129.0.0/23 I0705 14:12:13.058284 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.058359 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-jhkcr I0705 14:12:13.058364 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.129.0.0/23" I0705 14:12:13.058370 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-jhkcr I0705 14:12:13.058390 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-jhkcr in node ip-10-0-0-11.ec2.internal I0705 14:12:13.058398 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-jhkcr I0705 14:12:13.058404 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.058411 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-jhkcr I0705 14:12:13.062532 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:13.062553 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-q9t6q in Admin Network Policy controller I0705 14:12:13.062561 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-q9t6q Admin Network Policy controller: took 10.146µs I0705 14:12:13.062610 3306 default_network_controller.go:732] Recording add event on pod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:13.062625 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:13.062634 3306 obj_retry.go:551] Creating *v1.Pod openshift-network-diagnostics/network-check-target-q9t6q took: 376ns I0705 14:12:13.062639 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:13.062645 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:13.062664 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-network-diagnostics/network-check-target-q9t6q took: 14.033µs I0705 14:12:13.068139 3306 ovs.go:162] Exec(67): stdout: "" I0705 14:12:13.068151 3306 ovs.go:163] Exec(67): stderr: "" I0705 14:12:13.068178 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 - : stderr - : err I0705 14:12:13.074846 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.074867 3306 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:13.074880 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:13.074905 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-q9t6q in node ip-10-0-0-11.ec2.internal I0705 14:12:13.074925 3306 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-q9t6q, new=openshift-network-diagnostics/network-check-target-q9t6q, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-q9t6q: suppressed error logged: pod openshift-network-diagnostics/network-check-target-q9t6q: no pod IPs found I0705 14:12:13.074932 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.074939 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:13.090506 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.090520 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.090566 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.090581 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-cz46p in Admin Network Policy controller I0705 14:12:13.090585 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/multus-additional-cni-plugins-cz46p took: 628ns I0705 14:12:13.090590 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-cz46p Admin Network Policy controller: took 11.134µs I0705 14:12:13.090593 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.090603 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.090635 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-cz46p took: 25.906µs I0705 14:12:13.096920 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-11.ec2.internal I0705 14:12:13.096987 3306 node_tracker.go:238] Node ip-10-0-0-11.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-11.ec2.internal" I0705 14:12:13.097013 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:13.097025 3306 node_tracker.go:172] Node ip-10-0-0-11.ec2.internal switch + router changed, syncing services I0705 14:12:13.097031 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal I0705 14:12:13.097039 3306 services_controller.go:549] Full service sync requested for network=default E0705 14:12:13.097050 3306 ovn.go:441] Failed to unmarshal old node ip-10-0-0-11.ec2.internal annotation: unexpected end of JSON input E0705 14:12:13.097056 3306 subnet_annotations.go:148] Failed to unmarshal old node ip-10-0-0-11.ec2.internal annotation: unexpected end of JSON input I0705 14:12:13.097071 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:13.097073 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:13.097090 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:13.097104 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:13.097113 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:13.097121 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:13.097129 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:13.097136 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:13.097143 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:13.097149 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:13.097173 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:13.097181 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:13.097184 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:13.097188 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:13.097191 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:13.097198 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:13.097199 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:13.097197 3306 address_set.go:575] (u2368742308/default-network-controller:Namespace:openshift-host-network:v4/a6910206611978007605) adding Addresses ([10.130.0.2 100.64.0.4]) to address set I0705 14:12:13.097209 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:13.097245 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.2 100.64.0.4]}}] Timeout: Where:[where column _uuid == {2a5de015-96ba-45df-ac39-751d3692253c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:13.097324 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.2 100.64.0.4]}}] Timeout: Where:[where column _uuid == {2a5de015-96ba-45df-ac39-751d3692253c}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:13.097281 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:13.097400 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:13.097405 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:13.097412 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:13.097420 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:13.097426 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:13.097431 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:13.097434 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:13.097438 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:13.097444 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:13.097448 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:13.097208 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097452 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:13.097461 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:13.097465 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:13.097469 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:13.097473 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:13.097477 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:13.097480 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:13.097484 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:13.097212 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097484 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:13.097491 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:13.097500 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:13.097505 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:13.097509 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:13.097509 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:13.097505 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:13.097529 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097525 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.097513 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:13.097540 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097542 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097551 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097554 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:13.097564 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:13.097571 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:13.097579 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:13.097568 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.097588 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:13.097563 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.097220 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097596 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.097602 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:13.097608 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:13.097616 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:13.097620 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 I0705 14:12:13.097625 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:13.097198 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097644 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:13.097642 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.097655 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 456.668µs I0705 14:12:13.097661 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097670 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:13.097672 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097671 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:13.097695 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.126.91"}, 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}} I0705 14:12:13.097694 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.097716 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097729 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097731 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.097679 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097744 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.097754 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:13.097757 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 I0705 14:12:13.097745 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.097767 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.097772 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:13.097775 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal I0705 14:12:13.097782 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097785 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:13.097785 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:13.097790 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:13.097793 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097793 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 587.023µs I0705 14:12:13.097799 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 I0705 14:12:13.097803 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:13.097811 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:13.097810 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.097825 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:13.097842 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.097842 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 662.431µs I0705 14:12:13.097851 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.097857 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 I0705 14:12:13.097859 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:13.097821 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097872 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:13.097879 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 209.23µs I0705 14:12:13.097883 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:13.097626 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 I0705 14:12:13.097893 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:13.097896 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.097909 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097911 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:13.097915 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097919 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 723.144µs I0705 14:12:13.097869 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097930 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:13.097927 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.097943 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.097902 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097946 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:13.097953 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.097959 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.097964 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 I0705 14:12:13.097965 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:13.097977 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097988 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.097939 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097990 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:13.098000 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 189.899µs I0705 14:12:13.098012 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:13.098006 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098012 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:13.098028 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 15.975µs I0705 14:12:13.098028 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.098038 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.098037 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:13.098044 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 I0705 14:12:13.098039 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:13.098060 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:13.098064 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 207.234µs I0705 14:12:13.098067 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098074 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:13.098080 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098047 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.097207 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098104 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:13.098114 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.118.62"}, 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}} I0705 14:12:13.098080 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098123 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098100 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098130 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098133 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:13.098137 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:13.098142 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:13.098141 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098153 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:13.098153 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098150 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.097985 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.211.254"}, 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}} I0705 14:12:13.098185 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 I0705 14:12:13.098190 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.098194 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098197 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:13.098198 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098203 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098207 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098211 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:13.098213 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098215 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:13.098222 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 I0705 14:12:13.098224 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 293.853µs I0705 14:12:13.098230 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:13.098239 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:13.098247 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 9.179µs I0705 14:12:13.098229 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098234 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098259 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:13.098240 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:13.098261 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.098264 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:13.098273 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.098273 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:13.098283 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 I0705 14:12:13.098291 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 253.455µs I0705 14:12:13.098305 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:13.098310 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:13.098316 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 1.129854ms I0705 14:12:13.098267 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098327 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:13.098341 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:13.098272 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:13.098360 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.25.101"}, 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}} I0705 14:12:13.098363 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000855592 seconds. No OVN measurement. I0705 14:12:13.098313 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098275 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:13.098377 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098383 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 I0705 14:12:13.098389 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098396 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:13.098406 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:13.098406 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.098416 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 523.371µs I0705 14:12:13.098420 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) I0705 14:12:13.098428 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) I0705 14:12:13.098429 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:13.098409 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098334 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098444 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.098368 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 I0705 14:12:13.098441 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098457 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:13.098461 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:13.098465 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:13.098469 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 I0705 14:12:13.098476 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:13.098477 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:13.098482 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 407.571µs I0705 14:12:13.098438 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098487 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 I0705 14:12:13.098480 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:13.098494 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:13.098496 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:13.098502 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 242.919µs I0705 14:12:13.098502 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098505 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:13.098509 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:13.098514 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098515 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:13.098513 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 209.228µs I0705 14:12:13.098521 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.106.10"}, 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}} I0705 14:12:13.098530 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:13.098534 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098544 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098535 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098507 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098525 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098561 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098576 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:13.098586 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:13.098589 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:13.098592 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:13.098596 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:13.098600 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 I0705 14:12:13.098598 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:13.098605 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.098614 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 I0705 14:12:13.098610 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.098619 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) I0705 14:12:13.098538 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:13.098626 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:13.098629 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098628 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) I0705 14:12:13.098634 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:13.098635 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 306.821µs I0705 14:12:13.098641 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 212.404µs I0705 14:12:13.098643 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:13.098649 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:13.098652 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:13.098657 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098660 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.644µs I0705 14:12:13.098660 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098650 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098669 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:13.098677 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.098671 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}} I0705 14:12:13.098688 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:13.098674 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098695 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098699 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 I0705 14:12:13.098658 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098707 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:13.098718 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:13.098719 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:13.098721 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:13.098722 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:13.098679 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098728 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 232.095µs I0705 14:12:13.098733 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 I0705 14:12:13.098736 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.251.53"}, 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}} I0705 14:12:13.098743 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:13.098725 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:13.098748 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:13.098749 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098757 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:13.098758 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:13.098762 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098762 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.098765 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 249.496µs I0705 14:12:13.098772 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 I0705 14:12:13.098774 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) I0705 14:12:13.098782 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:13.098785 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) I0705 14:12:13.098751 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098792 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:13.098797 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 267.625µs I0705 14:12:13.098781 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098806 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:13.098806 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:13.098811 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 5.24µs I0705 14:12:13.098811 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:13.098816 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:13.098800 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098817 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.098822 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:13.098828 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098829 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.098835 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098835 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 I0705 14:12:13.098792 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098840 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:13.098855 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 I0705 14:12:13.098858 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:13.098846 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098822 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098864 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 214.923µs I0705 14:12:13.098862 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:13.098867 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.098876 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:13.098877 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.098876 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:13.098883 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.549µs I0705 14:12:13.098879 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.098886 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 I0705 14:12:13.098886 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 217.024µs I0705 14:12:13.098892 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:13.098896 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098903 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:13.098876 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:13.098905 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:13.098910 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098912 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 170.292µs I0705 14:12:13.098915 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.37.239"}, 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}} I0705 14:12:13.098923 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:13.098928 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098937 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098904 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098927 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098948 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.098959 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.098929 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.098965 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:13.098964 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:13.098912 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:13.098973 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:13.098973 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.098977 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:13.098980 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098980 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 I0705 14:12:13.098987 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 I0705 14:12:13.098986 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.55.86"}, 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}} I0705 14:12:13.098989 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:13.098989 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.098997 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.098997 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:13.099000 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:13.099003 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099005 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099005 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 187.282µs I0705 14:12:13.099011 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:13.099017 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:13.099018 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 236.404µs I0705 14:12:13.099021 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 5.068µs I0705 14:12:13.099013 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.099014 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.099026 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:13.099030 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:13.099031 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:13.099032 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:13.099038 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:13.099042 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 9.772µs I0705 14:12:13.099035 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:13.099044 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 I0705 14:12:13.099049 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:13.099054 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099038 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:13.099061 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:13.099065 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 143.307µs I0705 14:12:13.099068 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:13.099073 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:13.099078 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 5.184µs I0705 14:12:13.099080 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 I0705 14:12:13.099084 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:13.099088 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 4.601µs I0705 14:12:13.099056 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.099094 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:13.099103 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:13.099106 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:13.099089 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.099109 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 216.796µs I0705 14:12:13.099042 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:13.099117 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.66.160"}, 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}} I0705 14:12:13.099125 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:13.099127 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099100 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.099133 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099141 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:13.099144 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:13.099148 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.099144 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.099181 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099183 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099182 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.099190 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099134 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.099193 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.099190 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}} I0705 14:12:13.099201 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 I0705 14:12:13.099120 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:13.099206 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099201 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.099215 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:13.099215 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:13.099219 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.099219 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 169.757µs I0705 14:12:13.099217 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:13.099228 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:13.099231 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:13.099230 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099233 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:13.099236 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 I0705 14:12:13.099236 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 I0705 14:12:13.099243 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:13.099254 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:13.099258 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 164.259µs I0705 14:12:13.099257 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099237 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:13.099247 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:13.099276 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0705 14:12:13.099280 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:13.099282 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 379.378µs I0705 14:12:13.099284 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:13.099283 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:13.099296 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.120.179"}, 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}} I0705 14:12:13.099298 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 I0705 14:12:13.099304 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) I0705 14:12:13.099290 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:13.099311 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:13.099315 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:13.099322 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 I0705 14:12:13.099325 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:13.099332 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 301.327µs I0705 14:12:13.099336 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:13.099321 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:13.099340 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 218.462µs I0705 14:12:13.099345 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:13.099352 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:13.099359 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 I0705 14:12:13.099372 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:13.099379 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 147.733µs I0705 14:12:13.104225 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.104238 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.104248 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.104257 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-cz46p in node ip-10-0-0-11.ec2.internal I0705 14:12:13.104262 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.104266 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.104273 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:13.121048 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-fblxr I0705 14:12:13.121057 3306 default_network_controller.go:732] Recording add event on pod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:13.121068 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-fblxr in Admin Network Policy controller I0705 14:12:13.121071 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:13.121077 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-fblxr Admin Network Policy controller: took 11.313µs I0705 14:12:13.121082 3306 obj_retry.go:551] Creating *v1.Pod openshift-multus/network-metrics-daemon-fblxr took: 588ns I0705 14:12:13.121090 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:13.121098 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:13.121114 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-multus/network-metrics-daemon-fblxr took: 8.136µs I0705 14:12:13.131466 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.131500 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:13.131516 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:13.131528 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-fblxr in node ip-10-0-0-11.ec2.internal I0705 14:12:13.131549 3306 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-fblxr, new=openshift-multus/network-metrics-daemon-fblxr, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-fblxr: suppressed error logged: pod openshift-multus/network-metrics-daemon-fblxr: no pod IPs found I0705 14:12:13.131562 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.131576 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:13.141016 3306 default_network_controller.go:732] Recording add event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.141034 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.141044 3306 obj_retry.go:551] Creating *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t took: 417ns I0705 14:12:13.141052 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.141056 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.141086 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t in Admin Network Policy controller I0705 14:12:13.141094 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t Admin Network Policy controller: took 8.412µs I0705 14:12:13.141059 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.141110 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t took: 3.851µs I0705 14:12:13.153330 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.153365 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.153382 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.153395 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t in node ip-10-0-0-11.ec2.internal I0705 14:12:13.153403 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.153412 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.153423 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:13.243290 3306 default_network_controller.go:732] Recording add event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.243301 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.243314 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.243326 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-ddkf7 in Admin Network Policy controller I0705 14:12:13.243331 3306 obj_retry.go:551] Creating *v1.Pod kube-system/konnectivity-agent-ddkf7 took: 903ns I0705 14:12:13.243341 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.243339 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-ddkf7 Admin Network Policy controller: took 15.023µs I0705 14:12:13.243348 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.243381 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/konnectivity-agent-ddkf7 took: 23.396µs I0705 14:12:13.250930 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.250953 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj in Admin Network Policy controller I0705 14:12:13.250964 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj Admin Network Policy controller: took 12.973µs I0705 14:12:13.250952 3306 default_network_controller.go:732] Recording add event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.250983 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.250995 3306 obj_retry.go:551] Creating *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj took: 593ns I0705 14:12:13.251002 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.251010 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.251024 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5sfnj took: 7.413µs I0705 14:12:13.252782 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.252828 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.252846 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.252858 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ddkf7 in node ip-10-0-0-11.ec2.internal I0705 14:12:13.252867 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.252873 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.252880 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-ddkf7 I0705 14:12:13.260877 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.260891 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.260901 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.260911 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj in node ip-10-0-0-11.ec2.internal I0705 14:12:13.260918 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.260926 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.260934 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:13.284318 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-11.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-7c0aa8ed5d-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-11.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.k8s.aws/zone-id=use1-az2,topology.kubernetes.io/region=us-east-1,topology.kubernetes.io/zone=us-east-1c, isHostCIDRsAltered?: false I0705 14:12:13.284375 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:13.284393 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-11.ec2.internal I0705 14:12:13.284398 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-11.ec2.internal in Admin Network Policy controller I0705 14:12:13.284410 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-11.ec2.internal: 20.661µs I0705 14:12:13.284413 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-11.ec2.internal Admin Network Policy controller: took 17.373µs I0705 14:12:13.284412 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal I0705 14:12:13.284457 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:13.284482 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal I0705 14:12:13.284493 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:13.284506 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:13.301615 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:13.301633 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal I0705 14:12:13.301664 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:13.301684 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal I0705 14:12:13.301693 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:13.301701 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:13.532861 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:13.532925 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal I0705 14:12:13.532978 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:13.533014 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal I0705 14:12:13.533029 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:13.533046 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:13.557780 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:13.557805 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" I0705 14:12:13.567028 3306 ovs.go:162] Exec(68): stdout: "" I0705 14:12:13.567044 3306 ovs.go:163] Exec(68): stderr: "" I0705 14:12:13.567052 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 I0705 14:12:13.592403 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:13.592430 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-180.ec2.internal E0705 14:12:13.592479 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:12:13.592497 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:13.592505 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:12:13.592650 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:13.592667 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-180.ec2.internal I0705 14:12:13.592703 3306 egressip.go:1976] Egress node: ip-10-0-2-180.ec2.internal about to be initialized I0705 14:12:13.592764 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 == {0094b731-a666-4e42-a054-1d9014cf5088}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:13.592811 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:0094b731-a666-4e42-a054-1d9014cf5088}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:13.592832 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 == {0094b731-a666-4e42-a054-1d9014cf5088}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:0094b731-a666-4e42-a054-1d9014cf5088}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:13.623134 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-fd4111b7a0bfb8ab9b67a520d39cc0b053a5cf194a88496e1390ca050230a714.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dfd4111b7a0bfb8ab9b67a520d39cc0b053a5cf194a88496e1390ca050230a714_2emount"}, Sequence:0x39} I0705 14:12:13.623189 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-fd4111b7a0bfb8ab9b67a520d39cc0b053a5cf194a88496e1390ca050230a714.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dfd4111b7a0bfb8ab9b67a520d39cc0b053a5cf194a88496e1390ca050230a714_2emount"}, Sequence:0x3a} I0705 14:12:13.623333 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} I0705 14:12:13.623369 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} I0705 14:12:13.623386 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} I0705 14:12:13.623499 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} I0705 14:12:13.623528 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} I0705 14:12:13.623672 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} I0705 14:12:13.623690 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} I0705 14:12:13.623810 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} I0705 14:12:13.623826 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} I0705 14:12:13.623930 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} I0705 14:12:13.624055 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} I0705 14:12:13.624104 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:0x655ddbb6f21fa}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "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:0x655ddbb6ed8b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a1330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed88e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a130e}, "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:0x655ddbb6f0821}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a42a0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0xc3, 0xd0, 0xe3, 0x42, 0xe1, 0x4b, 0x34, 0x85, 0x4, 0x78, 0x3b, 0xa1, 0x23, 0x4c, 0xc3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6f21fa}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x46} I0705 14:12:13.624232 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:0x655ddbb19ed20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x47} I0705 14:12:13.624317 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} I0705 14:12:13.624495 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:0x655ddbb1c30f1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "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:0x655ddbb1c3090}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb1c308f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0e}, "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:0x655ddbb1c30f1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x3a, 0x21, 0x4c, 0x86, 0xed, 0xc, 0x42, 0x1f, 0x82, 0xdc, 0x0, 0x52, 0xcb, 0xf0, 0xa, 0x14}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb605c26}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b96a5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x49} I0705 14:12:13.624551 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-fd4111b7a0bfb8ab9b67a520d39cc0b053a5cf194a88496e1390ca050230a714-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2dfd4111b7a0bfb8ab9b67a520d39cc0b053a5cf194a88496e1390ca050230a714_2dmerged_2emount"}, Sequence:0x4a} I0705 14:12:13.624700 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:0x655ddbb5808d4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x634353}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4b} I0705 14:12:13.624767 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:0x655ddbb6ed29d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "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:0x655ddbb6ed297}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d16}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed296}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d15}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x25, 0x81, 0x53, 0xa5, 0x5b, 0x69, 0x4a, 0xe4, 0x9c, 0x98, 0x36, 0x73, 0xf, 0xe2, 0xcb, 0x83}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4c} I0705 14:12:13.624884 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:0x655ddbb7237c1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "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:0x655ddbb7237bb}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d723a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237b7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7238}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xaa, 0xc4, 0xeb, 0x75, 0x15, 0x43, 0x77, 0x87, 0x31, 0x35, 0xf, 0x81, 0x20, 0xac, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x4d} I0705 14:12:13.677502 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-7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_2escope"}, Sequence:0x4e} I0705 14:12:13.677541 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-7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e.scope"}, Sequence:0x4f} I0705 14:12:13.677708 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x50} I0705 14:12:13.677773 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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} I0705 14:12:13.677887 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x52} I0705 14:12:13.698511 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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} I0705 14:12:13.698568 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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:0x655ddbe92a009}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39dda88}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe92a006}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39dda85}, "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{0xe3, 0x1c, 0xf3, 0xee, 0x8a, 0x5e, 0x4f, 0x26, 0xad, 0x85, 0x23, 0xf3, 0xb9, 0xf3, 0xbc, 0x80}}, "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} I0705 14:12:13.698757 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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} I0705 14:12:13.698814 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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:0x655ddbe92f136}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e2bb6}, "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:0x655ddbe92a009}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39dda88}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe92a006}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39dda85}, "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:0x655ddbe92f136}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e2bb6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe3, 0x1c, 0xf3, 0xee, 0x8a, 0x5e, 0x4f, 0x26, 0xad, 0x85, 0x23, 0xf3, 0xb9, 0xf3, 0xbc, 0x80}}, "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:0x655ddbe92f136}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e2bb6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x56} I0705 14:12:13.698921 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-7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e.scope", "done"}, Sequence:0x57} I0705 14:12:13.698991 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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} I0705 14:12:13.699050 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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:0x655ddbe92f136}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e2bb6}, "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:0x655ddbe92a009}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39dda88}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe92a006}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39dda85}, "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:0x655ddbe92f136}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e2bb6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe3, 0x1c, 0xf3, 0xee, 0x8a, 0x5e, 0x4f, 0x26, 0xad, 0x85, 0x23, 0xf3, 0xb9, 0xf3, 0xbc, 0x80}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe92f136}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e2bb6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x59} I0705 14:12:13.703648 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-7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e.scope", "/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_2escope"}, Sequence:0x5a} I0705 14:12:13.703674 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-7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e.scope"}, Sequence:0x5b} I0705 14:12:13.703797 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:0x655ddbb57ed84}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x632804}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5c} I0705 14:12:13.703845 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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} I0705 14:12:13.703920 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5e} I0705 14:12:13.704005 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x5f} I0705 14:12:13.718438 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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} I0705 14:12:13.718476 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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:0x655ddbe93062e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e40ae}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe93062c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e40ac}, "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{0x5c, 0x45, 0x4d, 0x3d, 0x32, 0x13, 0x48, 0xd4, 0x9f, 0x8a, 0x17, 0x1f, 0x2a, 0x7f, 0x3b, 0xef}}, "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} I0705 14:12:13.718594 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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} I0705 14:12:13.718640 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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:0x655ddbe933f28}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e79a7}, "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:0x655ddbe93062e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e40ae}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe93062c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e40ac}, "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:0x655ddbe933f28}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e79a7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5c, 0x45, 0x4d, 0x3d, 0x32, 0x13, 0x48, 0xd4, 0x9f, 0x8a, 0x17, 0x1f, 0x2a, 0x7f, 0x3b, 0xef}}, "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:0x655ddbe933f28}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e79a7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x63} I0705 14:12:13.718706 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-7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e.scope", "done"}, Sequence:0x64} I0705 14:12:13.718762 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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} I0705 14:12:13.718843 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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:0x655ddbe933f28}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e79a7}, "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:0x655ddbe93062e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e40ae}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe93062c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e40ac}, "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:0x655ddbe933f28}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e79a7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5c, 0x45, 0x4d, 0x3d, 0x32, 0x13, 0x48, 0xd4, 0x9f, 0x8a, 0x17, 0x1f, 0x2a, 0x7f, 0x3b, 0xef}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe933f28}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e79a7}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x66} I0705 14:12:13.771188 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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} I0705 14:12:13.771226 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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:0x655ddbe933f28}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e79a7}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe940be2}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39f4661}, "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:0x655ddbe93062e}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e40ae}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe93062c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e40ac}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe940be2}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39f4661}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe933f28}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e79a7}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x5c, 0x45, 0x4d, 0x3d, 0x32, 0x13, 0x48, 0xd4, 0x9f, 0x8a, 0x17, 0x1f, 0x2a, 0x7f, 0x3b, 0xef}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe940be2}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39f4661}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x68} I0705 14:12:13.771273 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-7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e.scope", "/org/freedesktop/systemd1/unit/crio_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_2escope"}, Sequence:0x69} I0705 14:12:13.791545 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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} I0705 14:12:13.791685 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_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:0x655ddbe92f136}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e2bb6}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe945b55}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39f95d4}, "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:0x655ddbe92a009}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39dda88}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe92a006}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39dda85}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe945b55}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39f95d4}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe92f136}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39e2bb6}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xe3, 0x1c, 0xf3, 0xee, 0x8a, 0x5e, 0x4f, 0x26, 0xad, 0x85, 0x23, 0xf3, 0xb9, 0xf3, 0xbc, 0x80}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbe945b55}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x39f95d4}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x6b} I0705 14:12:13.791736 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-7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d7f18c9e6d6316290c64b81bbc786ef0f7df36b9093249165f89156e41b7c387e_2escope"}, Sequence:0x6c} I0705 14:12:13.883399 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:13.883425 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:13.883439 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:13.883451 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in node ip-10-0-2-180.ec2.internal I0705 14:12:13.883457 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:13.883463 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:13.883470 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:14.058750 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:14.058775 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" I0705 14:12:14.067854 3306 ovs.go:162] Exec(69): stdout: "" I0705 14:12:14.067867 3306 ovs.go:163] Exec(69): stderr: "" I0705 14:12:14.067876 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 I0705 14:12:14.558678 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:14.558710 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" I0705 14:12:14.569461 3306 ovs.go:162] Exec(70): stdout: "" I0705 14:12:14.569476 3306 ovs.go:163] Exec(70): stderr: "" I0705 14:12:14.569486 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 I0705 14:12:14.859756 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-dns/node-resolver-tgwjs I0705 14:12:14.859835 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:14.859838 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-tgwjs: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: false, PodCompleted?: false I0705 14:12:14.859850 3306 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-tgwjs I0705 14:12:14.859871 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-tgwjs in Admin Network Policy controller I0705 14:12:14.859875 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-tgwjs I0705 14:12:14.859884 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-tgwjs Admin Network Policy controller: took 16.466µs I0705 14:12:14.859890 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-tgwjs in node ip-10-0-0-11.ec2.internal I0705 14:12:14.859901 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-tgwjs I0705 14:12:14.859908 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:14.859915 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-tgwjs I0705 14:12:14.887707 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:14.887747 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:14.887805 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:14.887835 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:14.887853 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj in node ip-10-0-0-11.ec2.internal I0705 14:12:14.887864 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:14.887876 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:14.887748 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-5sfnj: podLabels app=ovnkube-node,component=network,controller-revision-hash=785975f68b,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.11], PodStatus: false, PodCompleted?: false I0705 14:12:14.887890 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:14.887912 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj in Admin Network Policy controller I0705 14:12:14.887926 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj Admin Network Policy controller: took 15.671µs I0705 14:12:14.905876 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-h75ms: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: false, PodCompleted?: false I0705 14:12:14.905956 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-image-registry/node-ca-h75ms I0705 14:12:14.905968 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-h75ms in Admin Network Policy controller I0705 14:12:14.905886 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:14.905982 3306 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-h75ms I0705 14:12:14.905981 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-h75ms Admin Network Policy controller: took 14.417µs I0705 14:12:14.905998 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-h75ms I0705 14:12:14.906029 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-h75ms in node ip-10-0-0-11.ec2.internal I0705 14:12:14.906039 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-h75ms I0705 14:12:14.906046 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:14.906053 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-h75ms I0705 14:12:14.926188 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:14.926258 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:14.926255 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: false, PodCompleted?: false I0705 14:12:14.926273 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:14.926283 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t in Admin Network Policy controller I0705 14:12:14.926287 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:14.926299 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t Admin Network Policy controller: took 12.256µs I0705 14:12:14.926320 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t in node ip-10-0-0-11.ec2.internal I0705 14:12:14.926329 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:14.926335 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:14.926343 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:14.983482 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-jhkcr I0705 14:12:14.983488 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:14.983490 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-jhkcr: podLabels app=multus,component=network,controller-revision-hash=8444f88ffc,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.11], PodStatus: false, PodCompleted?: false I0705 14:12:14.983507 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-jhkcr I0705 14:12:14.983520 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-jhkcr I0705 14:12:14.983521 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-jhkcr in Admin Network Policy controller I0705 14:12:14.983530 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-jhkcr in node ip-10-0-0-11.ec2.internal I0705 14:12:14.983531 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-jhkcr Admin Network Policy controller: took 10.729µs I0705 14:12:14.983536 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-jhkcr I0705 14:12:14.983542 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:14.983548 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-jhkcr I0705 14:12:14.999805 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:14.999863 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:14.999886 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:14.999920 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-fblxr in node ip-10-0-0-11.ec2.internal I0705 14:12:14.999948 3306 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-multus/network-metrics-daemon-fblxr, new=openshift-multus/network-metrics-daemon-fblxr, error: failed to obtain IPs to add remote pod openshift-multus/network-metrics-daemon-fblxr: suppressed error logged: pod openshift-multus/network-metrics-daemon-fblxr: no pod IPs found I0705 14:12:14.999961 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:14.999978 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-fblxr I0705 14:12:15.017103 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/konnectivity-agent-ddkf7 I0705 14:12:15.017134 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-ddkf7: podLabels app=konnectivity-agent,controller-revision-hash=69669b9dcf,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: false, PodCompleted?: false I0705 14:12:15.017213 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-ddkf7 in Admin Network Policy controller I0705 14:12:15.017222 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-ddkf7 Admin Network Policy controller: took 10.161µs I0705 14:12:15.017172 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:15.017232 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:15.017242 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:15.017251 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ddkf7 in node ip-10-0-0-11.ec2.internal I0705 14:12:15.017267 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:15.017278 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:15.017287 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-ddkf7 I0705 14:12:15.037506 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:15.037567 3306 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:15.037584 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:15.037616 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-q9t6q in node ip-10-0-0-11.ec2.internal I0705 14:12:15.037644 3306 obj_retry.go:688] Failed to update *v1.Pod, old=openshift-network-diagnostics/network-check-target-q9t6q, new=openshift-network-diagnostics/network-check-target-q9t6q, error: failed to obtain IPs to add remote pod openshift-network-diagnostics/network-check-target-q9t6q: suppressed error logged: pod openshift-network-diagnostics/network-check-target-q9t6q: no pod IPs found I0705 14:12:15.037653 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:15.037660 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-q9t6q I0705 14:12:15.059011 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:15.059056 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:15.059079 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" I0705 14:12:15.059006 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:15.059142 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:15.059174 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:15.059009 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-wktdn: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: false, PodCompleted?: false I0705 14:12:15.059195 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-wktdn in Admin Network Policy controller I0705 14:12:15.059208 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-wktdn Admin Network Policy controller: took 15.053µs I0705 14:12:15.059203 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-wktdn in node ip-10-0-0-11.ec2.internal I0705 14:12:15.059237 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:15.059270 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:15.059288 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:15.071296 3306 ovs.go:162] Exec(71): stdout: "" I0705 14:12:15.071314 3306 ovs.go:163] Exec(71): stderr: "" I0705 14:12:15.071325 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 I0705 14:12:15.081268 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:15.081338 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:15.081376 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:15.081407 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:15.081439 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-cz46p in node ip-10-0-0-11.ec2.internal I0705 14:12:15.081435 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-cz46p: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=7d4d7bf95c,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.11], PodStatus: false, PodCompleted?: false I0705 14:12:15.081452 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:15.081461 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:15.081460 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-cz46p in Admin Network Policy controller I0705 14:12:15.081473 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:15.081474 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-cz46p Admin Network Policy controller: took 11.569µs I0705 14:12:15.557945 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:15.557971 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" I0705 14:12:15.568931 3306 ovs.go:162] Exec(72): stdout: "" I0705 14:12:15.569012 3306 ovs.go:163] Exec(72): stderr: "" I0705 14:12:15.569029 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 I0705 14:12:15.953323 3306 admin_network_policy_controller.go:497] Adding Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:15.953345 3306 default_network_controller.go:732] Recording add event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:15.953354 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal in Admin Network Policy controller I0705 14:12:15.953364 3306 obj_retry.go:512] Add event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:15.953366 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal Admin Network Policy controller: took 14.158µs I0705 14:12:15.953378 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal in node ip-10-0-0-11.ec2.internal I0705 14:12:15.953386 3306 obj_retry.go:551] Creating *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal took: 10.168µs I0705 14:12:15.953393 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:15.953400 3306 obj_retry.go:512] Add event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:15.953413 3306 obj_retry.go:551] Creating *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal took: 7.984µs I0705 14:12:16.058857 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:16.058885 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" I0705 14:12:16.069408 3306 ovs.go:162] Exec(73): stdout: "" I0705 14:12:16.069424 3306 ovs.go:163] Exec(73): stderr: "" I0705 14:12:16.069433 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 I0705 14:12:16.387210 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:16.387289 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:16.387313 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:16.387333 3306 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 in node ip-10-0-2-180.ec2.internal I0705 14:12:16.387343 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:16.387354 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:16.387366 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:16.417153 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:16.417250 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:16.417271 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:16.417288 3306 ovn.go:134] Ensuring zone local for Pod openshift-ovn-kubernetes/ovnkube-node-m95w2 in node ip-10-0-2-180.ec2.internal I0705 14:12:16.417297 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:16.417306 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:16.417317 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-m95w2 I0705 14:12:16.480980 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:16.481010 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:16.481057 3306 default_network_controller.go:1028] Node ip-10-0-1-77.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:16.481092 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-1-77.ec2.internal, new=ip-10-0-1-77.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-77.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-77.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-77.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-77.ec2.internal I0705 14:12:16.481102 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:16.481113 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:16.558109 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:16.558143 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" I0705 14:12:16.568783 3306 ovs.go:162] Exec(74): stdout: "" I0705 14:12:16.568802 3306 ovs.go:163] Exec(74): stderr: "" I0705 14:12:16.568814 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 I0705 14:12:16.950487 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:16.950533 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:16.950599 3306 default_network_controller.go:747] Recording update event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:16.950621 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:16.950638 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal in node ip-10-0-0-11.ec2.internal I0705 14:12:16.950646 3306 default_network_controller.go:776] Recording success event on pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:16.950655 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:16.950657 3306 default_network_controller.go:732] Recording add event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:16.950666 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal I0705 14:12:16.950675 3306 obj_retry.go:512] Add event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:16.950525 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal: podLabels k8s-app=kube-apiserver-proxy, podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:16.950687 3306 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal in node ip-10-0-0-11.ec2.internal I0705 14:12:16.950692 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-11.ec2.internal I0705 14:12:16.950694 3306 obj_retry.go:551] Creating *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal took: 8.866µs I0705 14:12:16.950700 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:16.950702 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal in Admin Network Policy controller I0705 14:12:16.950706 3306 obj_retry.go:512] Add event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:16.950711 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/kube-apiserver-proxy-ip-10-0-0-11.ec2.internal Admin Network Policy controller: took 7.868µs I0705 14:12:16.950719 3306 obj_retry.go:551] Creating *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal took: 6.536µs I0705 14:12:16.950722 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal in Admin Network Policy controller I0705 14:12:16.950728 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal Admin Network Policy controller: took 7.534µs I0705 14:12:17.058787 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:17.058826 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" I0705 14:12:17.069219 3306 ovs.go:162] Exec(75): stdout: "" I0705 14:12:17.069236 3306 ovs.go:163] Exec(75): stderr: "" I0705 14:12:17.069246 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 I0705 14:12:17.558197 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:17.558224 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" I0705 14:12:17.567471 3306 ovs.go:162] Exec(76): stdout: "" I0705 14:12:17.567484 3306 ovs.go:163] Exec(76): stderr: "" I0705 14:12:17.567492 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 I0705 14:12:17.709546 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-1e98e070c68ac74556baf874801654d7053df31c694458e793c9d96b710902d5.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d1e98e070c68ac74556baf874801654d7053df31c694458e793c9d96b710902d5_2emount"}, Sequence:0x6d} I0705 14:12:17.709586 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-1e98e070c68ac74556baf874801654d7053df31c694458e793c9d96b710902d5.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d1e98e070c68ac74556baf874801654d7053df31c694458e793c9d96b710902d5_2emount"}, Sequence:0x6e} I0705 14:12:17.709603 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} I0705 14:12:17.709754 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} I0705 14:12:17.709777 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} I0705 14:12:17.709892 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} I0705 14:12:17.709922 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} I0705 14:12:17.709982 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} I0705 14:12:17.710108 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} I0705 14:12:17.710121 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} I0705 14:12:17.710211 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} I0705 14:12:17.710320 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} I0705 14:12:17.710390 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} I0705 14:12:17.710577 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:0x655ddbb6f21fa}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "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:0x655ddbb6ed8b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a1330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed88e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a130e}, "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:0x655ddbb6f0821}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a42a0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0xc3, 0xd0, 0xe3, 0x42, 0xe1, 0x4b, 0x34, 0x85, 0x4, 0x78, 0x3b, 0xa1, 0x23, 0x4c, 0xc3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6f21fa}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7a} I0705 14:12:17.710650 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:0x655ddbb19ed20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7b} I0705 14:12:17.710710 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} I0705 14:12:17.710823 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:0x655ddbb1c30f1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "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:0x655ddbb1c3090}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb1c308f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0e}, "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:0x655ddbb1c30f1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x3a, 0x21, 0x4c, 0x86, 0xed, 0xc, 0x42, 0x1f, 0x82, 0xdc, 0x0, 0x52, 0xcb, 0xf0, 0xa, 0x14}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb605c26}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b96a5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7d} I0705 14:12:17.710885 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-1e98e070c68ac74556baf874801654d7053df31c694458e793c9d96b710902d5-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d1e98e070c68ac74556baf874801654d7053df31c694458e793c9d96b710902d5_2dmerged_2emount"}, Sequence:0x7e} I0705 14:12:17.711030 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:0x655ddbb5808d4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x634353}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x7f} I0705 14:12:17.711093 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:0x655ddbb6ed29d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "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:0x655ddbb6ed297}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d16}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed296}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d15}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x25, 0x81, 0x53, 0xa5, 0x5b, 0x69, 0x4a, 0xe4, 0x9c, 0x98, 0x36, 0x73, 0xf, 0xe2, 0xcb, 0x83}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x80} I0705 14:12:17.711177 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:0x655ddbb7237c1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "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:0x655ddbb7237bb}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d723a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237b7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7238}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xaa, 0xc4, 0xeb, 0x75, 0x15, 0x43, 0x77, 0x87, 0x31, 0x35, 0xf, 0x81, 0x20, 0xac, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x81} I0705 14:12:17.764449 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-9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_2escope"}, Sequence:0x82} I0705 14:12:17.764477 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-9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177.scope"}, Sequence:0x83} I0705 14:12:17.764589 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x84} I0705 14:12:17.764644 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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} I0705 14:12:17.764696 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x86} I0705 14:12:17.778437 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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} I0705 14:12:17.778516 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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:0x655ddbed0fcc5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc3745}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed0fcc3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc3743}, "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{0xb8, 0xcc, 0x64, 0xe2, 0xe6, 0x67, 0x49, 0xff, 0xa0, 0xf7, 0x71, 0x1f, 0x77, 0xac, 0xa8, 0xd6}}, "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} I0705 14:12:17.778608 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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} I0705 14:12:17.778795 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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:0x655ddbed1329b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc6d1a}, "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:0x655ddbed0fcc5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc3745}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed0fcc3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc3743}, "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:0x655ddbed1329b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc6d1a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb8, 0xcc, 0x64, 0xe2, 0xe6, 0x67, 0x49, 0xff, 0xa0, 0xf7, 0x71, 0x1f, 0x77, 0xac, 0xa8, 0xd6}}, "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:0x655ddbed1329b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc6d1a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8a} I0705 14:12:17.778840 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-9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177.scope", "done"}, Sequence:0x8b} I0705 14:12:17.778945 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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} I0705 14:12:17.779017 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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:0x655ddbed1329b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc6d1a}, "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:0x655ddbed0fcc5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc3745}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed0fcc3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc3743}, "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:0x655ddbed1329b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc6d1a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb8, 0xcc, 0x64, 0xe2, 0xe6, 0x67, 0x49, 0xff, 0xa0, 0xf7, 0x71, 0x1f, 0x77, 0xac, 0xa8, 0xd6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed1329b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc6d1a}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x8d} I0705 14:12:17.783117 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-9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177.scope", "/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_2escope"}, Sequence:0x8e} I0705 14:12:17.783142 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-9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177.scope"}, Sequence:0x8f} I0705 14:12:17.783281 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:0x655ddbb57ed84}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x632804}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x90} I0705 14:12:17.783337 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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} I0705 14:12:17.783452 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x92} I0705 14:12:17.783495 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x93} I0705 14:12:17.784601 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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} I0705 14:12:17.784680 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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:0x655ddbed14607}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc8086}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed14604}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc8084}, "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{0x21, 0x3e, 0x6e, 0xd7, 0x1b, 0xec, 0x43, 0x41, 0xa3, 0xa7, 0xd2, 0x35, 0x87, 0xfd, 0x9b, 0xb}}, "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} I0705 14:12:17.784765 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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} I0705 14:12:17.784911 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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:0x655ddbed14a9e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc851d}, "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:0x655ddbed14607}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc8086}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed14604}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc8084}, "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:0x655ddbed14a9e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc851d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x21, 0x3e, 0x6e, 0xd7, 0x1b, 0xec, 0x43, 0x41, 0xa3, 0xa7, 0xd2, 0x35, 0x87, 0xfd, 0x9b, 0xb}}, "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:0x655ddbed14a9e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc851d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x97} I0705 14:12:17.784963 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-9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177.scope", "done"}, Sequence:0x98} I0705 14:12:17.785110 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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} I0705 14:12:17.785213 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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:0x655ddbed14a9e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc851d}, "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:0x655ddbed14607}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc8086}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed14604}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc8084}, "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:0x655ddbed14a9e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc851d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x21, 0x3e, 0x6e, 0xd7, 0x1b, 0xec, 0x43, 0x41, 0xa3, 0xa7, 0xd2, 0x35, 0x87, 0xfd, 0x9b, 0xb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed14a9e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc851d}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9a} I0705 14:12:17.846332 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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} I0705 14:12:17.846368 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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:0x655ddbed14a9e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc851d}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed23a4e}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dd74cd}, "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:0x655ddbed14607}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc8086}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed14604}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc8084}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed23a4e}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dd74cd}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed14a9e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc851d}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x21, 0x3e, 0x6e, 0xd7, 0x1b, 0xec, 0x43, 0x41, 0xa3, 0xa7, 0xd2, 0x35, 0x87, 0xfd, 0x9b, 0xb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed23a4e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dd74cd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9c} I0705 14:12:17.846447 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-9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177.scope", "/org/freedesktop/systemd1/unit/crio_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_2escope"}, Sequence:0x9d} I0705 14:12:17.862993 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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} I0705 14:12:17.863139 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_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:0x655ddbed1329b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc6d1a}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed27b7c}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ddb5fb}, "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:0x655ddbed0fcc5}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc3745}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed0fcc3}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc3743}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed27b7c}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ddb5fb}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed1329b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3dc6d1a}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xb8, 0xcc, 0x64, 0xe2, 0xe6, 0x67, 0x49, 0xff, 0xa0, 0xf7, 0x71, 0x1f, 0x77, 0xac, 0xa8, 0xd6}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbed27b7c}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x3ddb5fb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x9f} I0705 14:12:17.863202 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-9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d9cd447e8b4fa15f109c164f665f3de92772e3495ebe58e0e37da83b0f5643177_2escope"}, Sequence:0xa0} I0705 14:12:17.894801 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:17.894875 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:17.894898 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:17.894915 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in node ip-10-0-2-180.ec2.internal I0705 14:12:17.894924 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:17.894936 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:17.894949 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:17.958240 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:17.958291 3306 external_controller_pod.go:21] APB queuing policies: map[] for pod: openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:17.958306 3306 default_network_controller.go:747] Recording update event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:17.958327 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:17.958345 3306 ovn.go:138] Ensuring zone remote for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal in node ip-10-0-0-11.ec2.internal I0705 14:12:17.958356 3306 default_network_controller.go:776] Recording success event on pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:17.958251 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal: podLabels , podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:17.958368 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:17.958381 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal I0705 14:12:17.958379 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal in Admin Network Policy controller I0705 14:12:17.958394 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-machine-config-operator/kube-rbac-proxy-crio-ip-10-0-0-11.ec2.internal Admin Network Policy controller: took 17.454µs I0705 14:12:18.058595 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:18.058622 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" I0705 14:12:18.068022 3306 ovs.go:162] Exec(77): stdout: "" I0705 14:12:18.068039 3306 ovs.go:163] Exec(77): stderr: "" I0705 14:12:18.068048 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 I0705 14:12:18.558082 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:18.558110 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" I0705 14:12:18.570372 3306 ovs.go:162] Exec(78): stdout: "" I0705 14:12:18.570392 3306 ovs.go:163] Exec(78): stderr: "" I0705 14:12:18.570401 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 I0705 14:12:19.058518 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:19.058544 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" I0705 14:12:19.071587 3306 ovs.go:162] Exec(79): stdout: "" I0705 14:12:19.071605 3306 ovs.go:163] Exec(79): stderr: "" I0705 14:12:19.071615 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 I0705 14:12:19.558494 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:19.558526 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" I0705 14:12:19.569450 3306 ovs.go:162] Exec(80): stdout: "" I0705 14:12:19.569465 3306 ovs.go:163] Exec(80): stderr: "" I0705 14:12:19.569475 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 I0705 14:12:20.058412 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:20.058445 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" I0705 14:12:20.071018 3306 ovs.go:162] Exec(81): stdout: "" I0705 14:12:20.071034 3306 ovs.go:163] Exec(81): stderr: "" I0705 14:12:20.071046 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 I0705 14:12:20.557849 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:20.557875 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" I0705 14:12:20.568287 3306 ovs.go:162] Exec(82): stdout: "" I0705 14:12:20.568317 3306 ovs.go:163] Exec(82): stderr: "" I0705 14:12:20.568330 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 I0705 14:12:21.058837 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:21.058869 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" I0705 14:12:21.068671 3306 ovs.go:162] Exec(83): stdout: "" I0705 14:12:21.068685 3306 ovs.go:163] Exec(83): stderr: "" I0705 14:12:21.068695 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 I0705 14:12:21.558495 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:21.558522 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" I0705 14:12:21.569047 3306 ovs.go:162] Exec(84): stdout: "" I0705 14:12:21.569062 3306 ovs.go:163] Exec(84): stderr: "" I0705 14:12:21.569072 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 I0705 14:12:22.057946 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:22.057978 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" I0705 14:12:22.070326 3306 ovs.go:162] Exec(85): stdout: "" I0705 14:12:22.070342 3306 ovs.go:163] Exec(85): stderr: "" I0705 14:12:22.070353 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 I0705 14:12:22.557961 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:22.557987 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" I0705 14:12:22.567326 3306 ovs.go:162] Exec(86): stdout: "" I0705 14:12:22.567340 3306 ovs.go:163] Exec(86): stderr: "" I0705 14:12:22.567350 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 I0705 14:12:22.838967 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-9e789dc9d45c1270bcc6146bea443dc750566ea98a54593fb449408a7e6d0cc3.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9e789dc9d45c1270bcc6146bea443dc750566ea98a54593fb449408a7e6d0cc3_2emount"}, Sequence:0xa1} I0705 14:12:22.839074 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-9e789dc9d45c1270bcc6146bea443dc750566ea98a54593fb449408a7e6d0cc3.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9e789dc9d45c1270bcc6146bea443dc750566ea98a54593fb449408a7e6d0cc3_2emount"}, Sequence:0xa2} I0705 14:12:22.839099 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:0xa3} I0705 14:12:22.839189 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:0xa4} I0705 14:12:22.839229 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:0xa5} I0705 14:12:22.839371 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:0xa6} I0705 14:12:22.839416 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:0xa7} I0705 14:12:22.839482 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:0xa8} I0705 14:12:22.839568 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:0xa9} I0705 14:12:22.839701 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:0xaa} I0705 14:12:22.839757 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:0xab} I0705 14:12:22.839964 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:0xac} I0705 14:12:22.840056 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:0xad} I0705 14:12:22.840150 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:0x655ddbb6f21fa}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "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:0x655ddbb6ed8b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a1330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed88e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a130e}, "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:0x655ddbb6f0821}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a42a0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0xc3, 0xd0, 0xe3, 0x42, 0xe1, 0x4b, 0x34, 0x85, 0x4, 0x78, 0x3b, 0xa1, 0x23, 0x4c, 0xc3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6f21fa}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xae} I0705 14:12:22.840364 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:0x655ddbb19ed20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xaf} I0705 14:12:22.840427 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:0xb0} I0705 14:12:22.840601 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:0x655ddbb1c30f1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "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:0x655ddbb1c3090}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb1c308f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0e}, "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:0x655ddbb1c30f1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x3a, 0x21, 0x4c, 0x86, 0xed, 0xc, 0x42, 0x1f, 0x82, 0xdc, 0x0, 0x52, 0xcb, 0xf0, 0xa, 0x14}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb605c26}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b96a5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb1} I0705 14:12:22.840646 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-9e789dc9d45c1270bcc6146bea443dc750566ea98a54593fb449408a7e6d0cc3-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d9e789dc9d45c1270bcc6146bea443dc750566ea98a54593fb449408a7e6d0cc3_2dmerged_2emount"}, Sequence:0xb2} I0705 14:12:22.840764 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:0x655ddbb5808d4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x634353}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb3} I0705 14:12:22.840898 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:0x655ddbb6ed29d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "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:0x655ddbb6ed297}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d16}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed296}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d15}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x25, 0x81, 0x53, 0xa5, 0x5b, 0x69, 0x4a, 0xe4, 0x9c, 0x98, 0x36, 0x73, 0xf, 0xe2, 0xcb, 0x83}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb4} I0705 14:12:22.841048 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:0x655ddbb7237c1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "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:0x655ddbb7237bb}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d723a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237b7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7238}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xaa, 0xc4, 0xeb, 0x75, 0x15, 0x43, 0x77, 0x87, 0x31, 0x35, 0xf, 0x81, 0x20, 0xac, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb5} I0705 14:12:22.893828 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-40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_2escope"}, Sequence:0xb6} I0705 14:12:22.893855 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-40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc.scope"}, Sequence:0xb7} I0705 14:12:22.894014 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xb8} I0705 14:12:22.894076 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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:0xb9} I0705 14:12:22.894112 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xba} I0705 14:12:22.904380 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0xbb} I0705 14:12:22.904546 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0x655ddbf1f413b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a7bba}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f4138}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a7bb8}, "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{0x63, 0x62, 0x90, 0x5c, 0x37, 0xb6, 0x47, 0x55, 0xa8, 0xbc, 0xca, 0x65, 0x35, 0xc9, 0xa3, 0xcb}}, "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:0xbc} I0705 14:12:22.904627 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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} I0705 14:12:22.904758 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0x655ddbf1f69f3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42aa472}, "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:0x655ddbf1f413b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a7bba}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f4138}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a7bb8}, "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:0x655ddbf1f69f3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42aa472}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x63, 0x62, 0x90, 0x5c, 0x37, 0xb6, 0x47, 0x55, 0xa8, 0xbc, 0xca, 0x65, 0x35, 0xc9, 0xa3, 0xcb}}, "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:0x655ddbf1f69f3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42aa472}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xbe} I0705 14:12:22.904809 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-40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc.scope", "done"}, Sequence:0xbf} I0705 14:12:22.904899 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0xc0} I0705 14:12:22.904980 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0x655ddbf1f69f3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42aa472}, "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:0x655ddbf1f413b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a7bba}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f4138}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a7bb8}, "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:0x655ddbf1f69f3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42aa472}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x63, 0x62, 0x90, 0x5c, 0x37, 0xb6, 0x47, 0x55, 0xa8, 0xbc, 0xca, 0x65, 0x35, 0xc9, 0xa3, 0xcb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f69f3}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42aa472}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc1} I0705 14:12:22.909184 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-40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc.scope", "/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_2escope"}, Sequence:0xc2} I0705 14:12:22.909297 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-40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc.scope"}, Sequence:0xc3} I0705 14:12:22.909380 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:0x655ddbb57ed84}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x632804}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc4} I0705 14:12:22.909514 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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:0xc5} I0705 14:12:22.909710 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc6} I0705 14:12:22.909793 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xc7} I0705 14:12:22.910873 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0xc8} I0705 14:12:22.910949 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0x655ddbf1f7e00}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42ab87f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f7dfd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42ab87d}, "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{0x26, 0x9, 0xdd, 0x14, 0x68, 0x53, 0x4c, 0x4d, 0xac, 0xd1, 0x99, 0xb5, 0x9b, 0x4b, 0x24, 0x3e}}, "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:0xc9} I0705 14:12:22.911190 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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} I0705 14:12:22.911223 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0x655ddbf1f8316}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42abd95}, "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:0x655ddbf1f7e00}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42ab87f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f7dfd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42ab87d}, "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:0x655ddbf1f8316}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42abd95}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x26, 0x9, 0xdd, 0x14, 0x68, 0x53, 0x4c, 0x4d, 0xac, 0xd1, 0x99, 0xb5, 0x9b, 0x4b, 0x24, 0x3e}}, "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:0x655ddbf1f8316}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42abd95}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xcb} I0705 14:12:22.911291 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-40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc.scope", "done"}, Sequence:0xcc} I0705 14:12:22.911417 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0xcd} I0705 14:12:22.911458 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0x655ddbf1f8316}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42abd95}, "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:0x655ddbf1f7e00}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42ab87f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f7dfd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42ab87d}, "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:0x655ddbf1f8316}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42abd95}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x26, 0x9, 0xdd, 0x14, 0x68, 0x53, 0x4c, 0x4d, 0xac, 0xd1, 0x99, 0xb5, 0x9b, 0x4b, 0x24, 0x3e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f8316}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42abd95}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xce} I0705 14:12:23.011694 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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} I0705 14:12:23.011740 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0x655ddbf1f8316}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42abd95}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf210b36}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42c45b6}, "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:0x655ddbf1f7e00}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42ab87f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f7dfd}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42ab87d}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf210b36}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42c45b6}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f8316}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42abd95}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x26, 0x9, 0xdd, 0x14, 0x68, 0x53, 0x4c, 0x4d, 0xac, 0xd1, 0x99, 0xb5, 0x9b, 0x4b, 0x24, 0x3e}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf210b36}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42c45b6}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd0} I0705 14:12:23.011784 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-40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc.scope", "/org/freedesktop/systemd1/unit/crio_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_2escope"}, Sequence:0xd1} I0705 14:12:23.029499 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0xd2} I0705 14:12:23.029544 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_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:0x655ddbf1f69f3}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42aa472}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2150e4}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42c8b63}, "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:0x655ddbf1f413b}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a7bba}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f4138}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42a7bb8}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2150e4}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42c8b63}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf1f69f3}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42aa472}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x63, 0x62, 0x90, 0x5c, 0x37, 0xb6, 0x47, 0x55, 0xa8, 0xbc, 0xca, 0x65, 0x35, 0xc9, 0xa3, 0xcb}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2150e4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x42c8b63}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xd3} I0705 14:12:23.029588 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-40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2d40fa994b13aa7ca768156d81b03b87e37321e3aed2b3b4f6716142141571dadc_2escope"}, Sequence:0xd4} I0705 14:12:23.057987 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:23.058015 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.130.0.0/23" I0705 14:12:23.067218 3306 ovs.go:162] Exec(87): stdout: "" I0705 14:12:23.067233 3306 ovs.go:163] Exec(87): stderr: "" I0705 14:12:23.067242 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 I0705 14:12:23.104740 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:23.104763 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal I0705 14:12:23.104810 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:23.104874 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal I0705 14:12:23.104891 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:23.104906 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:23.558372 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:23.558422 3306 ovs.go:159] Exec(88): /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" I0705 14:12:23.568200 3306 ovs.go:162] Exec(88): stdout: "" I0705 14:12:23.568218 3306 ovs.go:163] Exec(88): stderr: "" I0705 14:12:23.568232 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 I0705 14:12:23.900113 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-27023283de241b269762d0154c8b985aa9cecdc2bf13497fab84541eb95eddff.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d27023283de241b269762d0154c8b985aa9cecdc2bf13497fab84541eb95eddff_2emount"}, Sequence:0xd5} I0705 14:12:23.900149 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-27023283de241b269762d0154c8b985aa9cecdc2bf13497fab84541eb95eddff.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d27023283de241b269762d0154c8b985aa9cecdc2bf13497fab84541eb95eddff_2emount"}, Sequence:0xd6} I0705 14:12:23.900223 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:0xd7} I0705 14:12:23.900286 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:0xd8} I0705 14:12:23.900367 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:0xd9} I0705 14:12:23.900427 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:0xda} I0705 14:12:23.900460 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:0xdb} I0705 14:12:23.900604 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:0xdc} I0705 14:12:23.900628 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:0xdd} I0705 14:12:23.900636 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:0xde} I0705 14:12:23.900790 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:0xdf} I0705 14:12:23.900849 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:0xe0} I0705 14:12:23.900918 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:0xe1} I0705 14:12:23.901060 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:0x655ddbb6f21fa}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "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:0x655ddbb6ed8b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a1330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed88e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a130e}, "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:0x655ddbb6f0821}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a42a0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0xc3, 0xd0, 0xe3, 0x42, 0xe1, 0x4b, 0x34, 0x85, 0x4, 0x78, 0x3b, 0xa1, 0x23, 0x4c, 0xc3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6f21fa}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe2} I0705 14:12:23.901254 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:0x655ddbb19ed20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe3} I0705 14:12:23.901313 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:0xe4} I0705 14:12:23.901404 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:0x655ddbb1c30f1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "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:0x655ddbb1c3090}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb1c308f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0e}, "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:0x655ddbb1c30f1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x3a, 0x21, 0x4c, 0x86, 0xed, 0xc, 0x42, 0x1f, 0x82, 0xdc, 0x0, 0x52, 0xcb, 0xf0, 0xa, 0x14}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb605c26}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b96a5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe5} I0705 14:12:23.901456 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-27023283de241b269762d0154c8b985aa9cecdc2bf13497fab84541eb95eddff-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d27023283de241b269762d0154c8b985aa9cecdc2bf13497fab84541eb95eddff_2dmerged_2emount"}, Sequence:0xe6} I0705 14:12:23.901507 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:0x655ddbb5808d4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x634353}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe7} I0705 14:12:23.901608 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:0x655ddbb6ed29d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "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:0x655ddbb6ed297}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d16}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed296}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d15}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x25, 0x81, 0x53, 0xa5, 0x5b, 0x69, 0x4a, 0xe4, 0x9c, 0x98, 0x36, 0x73, 0xf, 0xe2, 0xcb, 0x83}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe8} I0705 14:12:23.901686 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:0x655ddbb7237c1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "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:0x655ddbb7237bb}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d723a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237b7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7238}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xaa, 0xc4, 0xeb, 0x75, 0x15, 0x43, 0x77, 0x87, 0x31, 0x35, 0xf, 0x81, 0x20, 0xac, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xe9} I0705 14:12:23.908936 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:23.909002 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:23.909026 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:23.909043 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in node ip-10-0-2-180.ec2.internal I0705 14:12:23.909056 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:23.909067 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:23.909077 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:23.955943 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-d2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_2escope"}, Sequence:0xea} I0705 14:12:23.955968 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-d2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a.scope"}, Sequence:0xeb} I0705 14:12:23.956097 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xec} I0705 14:12:23.956191 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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:0xed} I0705 14:12:23.956260 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xee} I0705 14:12:23.968442 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0xef} I0705 14:12:23.968479 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x655ddbf2f769f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ab11e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2f769c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ab11b}, "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{0x28, 0xb9, 0x5d, 0xef, 0x50, 0xdf, 0x46, 0xa1, 0x89, 0xe5, 0x14, 0xb5, 0x4b, 0xb8, 0xb8, 0x17}}, "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:0xf0} I0705 14:12:23.968669 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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} I0705 14:12:23.968794 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x655ddbf2fa63b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ae0bb}, "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:0x655ddbf2f769f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ab11e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2f769c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ab11b}, "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:0x655ddbf2fa63b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ae0bb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x28, 0xb9, 0x5d, 0xef, 0x50, 0xdf, 0x46, 0xa1, 0x89, 0xe5, 0x14, 0xb5, 0x4b, 0xb8, 0xb8, 0x17}}, "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:0x655ddbf2fa63b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ae0bb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf2} I0705 14:12:23.968870 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-d2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a.scope", "done"}, Sequence:0xf3} I0705 14:12:23.968885 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0xf4} I0705 14:12:23.968905 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x655ddbf2fa63b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ae0bb}, "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:0x655ddbf2f769f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ab11e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2f769c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ab11b}, "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:0x655ddbf2fa63b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ae0bb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x28, 0xb9, 0x5d, 0xef, 0x50, 0xdf, 0x46, 0xa1, 0x89, 0xe5, 0x14, 0xb5, 0x4b, 0xb8, 0xb8, 0x17}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2fa63b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ae0bb}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf5} I0705 14:12:23.973150 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-d2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a.scope", "/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_2escope"}, Sequence:0xf6} I0705 14:12:23.973194 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-d2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a.scope"}, Sequence:0xf7} I0705 14:12:23.973317 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:0x655ddbb57ed84}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x632804}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0xf8} I0705 14:12:23.973373 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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:0xf9} I0705 14:12:23.973513 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfa} I0705 14:12:23.973565 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0xfb} I0705 14:12:23.974514 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0xfc} I0705 14:12:23.974675 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x655ddbf2fb973}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af3f3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2fb972}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af3f1}, "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{0x9a, 0x34, 0x33, 0x5e, 0x6d, 0x1c, 0x47, 0x3a, 0x82, 0xdd, 0x83, 0x34, 0x2c, 0xa8, 0x6b, 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:0xfd} I0705 14:12:23.974758 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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} I0705 14:12:23.974959 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x655ddbf2fbde9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af869}, "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:0x655ddbf2fb973}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af3f3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2fb972}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af3f1}, "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:0x655ddbf2fbde9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af869}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9a, 0x34, 0x33, 0x5e, 0x6d, 0x1c, 0x47, 0x3a, 0x82, 0xdd, 0x83, 0x34, 0x2c, 0xa8, 0x6b, 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:0x655ddbf2fbde9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af869}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0xff} I0705 14:12:23.975014 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-d2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a.scope", "done"}, Sequence:0x100} I0705 14:12:23.975023 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x101} I0705 14:12:23.975034 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x655ddbf2fbde9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af869}, "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:0x655ddbf2fb973}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af3f3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2fb972}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af3f1}, "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:0x655ddbf2fbde9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af869}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9a, 0x34, 0x33, 0x5e, 0x6d, 0x1c, 0x47, 0x3a, 0x82, 0xdd, 0x83, 0x34, 0x2c, 0xa8, 0x6b, 0x66}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2fbde9}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af869}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x102} I0705 14:12:24.037403 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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} I0705 14:12:24.037437 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x655ddbf2fbde9}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af869}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf30b241}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43becc0}, "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:0x655ddbf2fb973}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af3f3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2fb972}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af3f1}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf30b241}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43becc0}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2fbde9}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43af869}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x9a, 0x34, 0x33, 0x5e, 0x6d, 0x1c, 0x47, 0x3a, 0x82, 0xdd, 0x83, 0x34, 0x2c, 0xa8, 0x6b, 0x66}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf30b241}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43becc0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x104} I0705 14:12:24.037500 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-d2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a.scope", "/org/freedesktop/systemd1/unit/crio_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_2escope"}, Sequence:0x105} I0705 14:12:24.056643 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x106} I0705 14:12:24.056678 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_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:0x655ddbf2fa63b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ae0bb}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf30fd87}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43c3807}, "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:0x655ddbf2f769f}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ab11e}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2f769c}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ab11b}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf30fd87}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43c3807}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf2fa63b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43ae0bb}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x28, 0xb9, 0x5d, 0xef, 0x50, 0xdf, 0x46, 0xa1, 0x89, 0xe5, 0x14, 0xb5, 0x4b, 0xb8, 0xb8, 0x17}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf30fd87}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x43c3807}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x107} I0705 14:12:24.056767 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-d2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2dd2cce3f9583ffadd29517bb19fbd7e8267f2a76d159de6a0b96342d7366dd21a_2escope"}, Sequence:0x108} I0705 14:12:24.057565 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:24.057588 3306 ovs.go:159] Exec(89): /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" I0705 14:12:24.066794 3306 ovs.go:162] Exec(89): stdout: "" I0705 14:12:24.066809 3306 ovs.go:163] Exec(89): stderr: "" I0705 14:12:24.066817 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 I0705 14:12:24.558737 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:24.558765 3306 ovs.go:159] Exec(90): /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" I0705 14:12:24.567882 3306 ovs.go:162] Exec(90): stdout: "" I0705 14:12:24.567896 3306 ovs.go:163] Exec(90): stderr: "" I0705 14:12:24.567906 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 I0705 14:12:24.901478 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-26d5ffd150947c3e29d98e587f002fa4d490aa0ac420aefc33ac0a5ec5d2b622.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d26d5ffd150947c3e29d98e587f002fa4d490aa0ac420aefc33ac0a5ec5d2b622_2emount"}, Sequence:0x109} I0705 14:12:24.901599 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-26d5ffd150947c3e29d98e587f002fa4d490aa0ac420aefc33ac0a5ec5d2b622.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d26d5ffd150947c3e29d98e587f002fa4d490aa0ac420aefc33ac0a5ec5d2b622_2emount"}, Sequence:0x10a} I0705 14:12:24.901623 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:0x10b} I0705 14:12:24.901638 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:0x10c} I0705 14:12:24.901695 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:0x10d} I0705 14:12:24.901793 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:0x10e} I0705 14:12:24.901810 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:0x10f} I0705 14:12:24.901893 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:0x110} I0705 14:12:24.901997 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:0x111} I0705 14:12:24.902050 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:0x112} I0705 14:12:24.902181 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:0x113} I0705 14:12:24.902217 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:0x114} I0705 14:12:24.902375 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:0x115} I0705 14:12:24.902432 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:0x655ddbb6f21fa}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "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:0x655ddbb6ed8b1}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a1330}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed88e}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a130e}, "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:0x655ddbb6f0821}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a42a0}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x1b, 0xc3, 0xd0, 0xe3, 0x42, 0xe1, 0x4b, 0x34, 0x85, 0x4, 0x78, 0x3b, 0xa1, 0x23, 0x4c, 0xc3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6f21fa}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a5c79}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"mounted"}}, []string{"Conditions", "Asserts"}}, Sequence:0x116} I0705 14:12:24.902535 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:0x655ddbb19ed20}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "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:0x655ddbb19ed20}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x25279f}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x117} I0705 14:12:24.902582 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:0x118} I0705 14:12:24.902679 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:0x655ddbb1c30f1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "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:0x655ddbb1c3090}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0f}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb1c308f}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b0e}, "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:0x655ddbb1c30f1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x276b70}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x3a, 0x21, 0x4c, 0x86, 0xed, 0xc, 0x42, 0x1f, 0x82, 0xdc, 0x0, 0x52, 0xcb, 0xf0, 0xa, 0x14}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb605c26}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x6b96a5}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x119} I0705 14:12:24.902755 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-26d5ffd150947c3e29d98e587f002fa4d490aa0ac420aefc33ac0a5ec5d2b622-merged.mount", "/org/freedesktop/systemd1/unit/var_2dlib_2dcontainers_2dstorage_2doverlay_2d26d5ffd150947c3e29d98e587f002fa4d490aa0ac420aefc33ac0a5ec5d2b622_2dmerged_2emount"}, Sequence:0x11a} I0705 14:12:24.902932 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:0x655ddbb5808d4}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x634353}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11b} I0705 14:12:24.903067 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:0x655ddbb6ed29d}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "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:0x655ddbb6ed297}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d16}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed296}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d15}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fcdd8}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4b0857}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x25, 0x81, 0x53, 0xa5, 0x5b, 0x69, 0x4a, 0xe4, 0x9c, 0x98, 0x36, 0x73, 0xf, 0xe2, 0xcb, 0x83}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb6ed29d}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7a0d1c}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11c} I0705 14:12:24.903111 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:0x655ddbb7237c1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "ActiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "ActiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "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:0x655ddbb7237bb}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d723a}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237b7}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7238}, "FreezerState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}, "InactiveEnterTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb3fb911}, "InactiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x4af390}, "InactiveExitTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xf3, 0xaa, 0xc4, 0xeb, 0x75, 0x15, 0x43, 0x77, 0x87, 0x31, 0x35, 0xf, 0x81, 0x20, 0xac, 0xa3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbb7237c1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x7d7240}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x11d} I0705 14:12:24.911999 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:24.912058 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:24.912085 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:24.912101 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in node ip-10-0-2-180.ec2.internal I0705 14:12:24.912118 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:24.912128 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:24.912140 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:24.955094 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-e6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99.scope", "/org/freedesktop/systemd1/unit/crio_2dconmon_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_2escope"}, Sequence:0x11e} I0705 14:12:24.955131 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 {}{0x3dd, "/org/freedesktop/systemd1/job/989", "crio-conmon-e6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99.scope"}, Sequence:0x11f} I0705 14:12:24.955245 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x120} I0705 14:12:24.955317 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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:0x121} I0705 14:12:24.955366 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x122} I0705 14:12:24.977367 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x123} I0705 14:12:24.977521 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x655ddbf3eb4fe}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x449ef7d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3eb4fb}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x449ef7a}, "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{0xee, 0xe1, 0x7e, 0xde, 0x63, 0x6d, 0x49, 0x27, 0xa1, 0x39, 0x22, 0x8f, 0x2f, 0x49, 0x98, 0xdd}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x124} I0705 14:12:24.977604 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x125} I0705 14:12:24.977724 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x655ddbf3f0ba1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a4620}, "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:0x655ddbf3eb4fe}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x449ef7d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3eb4fb}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x449ef7a}, "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:0x655ddbf3f0ba1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a4620}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xee, 0xe1, 0x7e, 0xde, 0x63, 0x6d, 0x49, 0x27, 0xa1, 0x39, 0x22, 0x8f, 0x2f, 0x49, 0x98, 0xdd}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3dd, "/org/freedesktop/systemd1/job/989"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3f0ba1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a4620}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x126} I0705 14:12:24.977792 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 {}{0x3dd, "/org/freedesktop/systemd1/job/989", "crio-conmon-e6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99.scope", "done"}, Sequence:0x127} I0705 14:12:24.977806 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x128} I0705 14:12:24.977891 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2dconmon_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x655ddbf3f0ba1}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a4620}, "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:0x655ddbf3eb4fe}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x449ef7d}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3eb4fb}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x449ef7a}, "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:0x655ddbf3f0ba1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a4620}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0xee, 0xe1, 0x7e, 0xde, 0x63, 0x6d, 0x49, 0x27, 0xa1, 0x39, 0x22, 0x8f, 0x2f, 0x49, 0x98, 0xdd}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3f0ba1}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a4620}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x129} I0705 14:12:24.982786 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-e6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99.scope", "/org/freedesktop/systemd1/unit/crio_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_2escope"}, Sequence:0x12a} I0705 14:12:24.982812 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 {}{0x3e3, "/org/freedesktop/systemd1/job/995", "crio-e6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99.scope"}, Sequence:0x12b} I0705 14:12:24.982962 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:0x655ddbb57ed84}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x632804}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12c} I0705 14:12:24.983173 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:0x9c6}, "ExecMainStartTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca467d0}, "ExecMainStartTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa250}, "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:0x9c6}, "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:0x12d} I0705 14:12:24.983318 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:0x655ddbcaf28b6}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "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:0x655ddbca43f05}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7984}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbca43f02}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1af7983}, "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:0x655ddbca468b1}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1afa330}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x74, 0xaa, 0x3c, 0x65, 0x94, 0x3b, 0x49, 0xb9, 0x85, 0xe1, 0x38, 0xb8, 0x0, 0xd7, 0xcf, 0xbf}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcaf28b6}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1ba6336}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12e} I0705 14:12:24.983400 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/kubepods_2dburstable_2dpod89d7d711_5f5c1c_5f4a94_5faf4b_5fe590d2443caf_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:0x655ddbcd7d13e}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "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:0x655ddbcd7ce54}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d3}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7ce51}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e308d0}, "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:0x655ddbcd7d13e}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x86, 0xe, 0xa8, 0xd7, 0xab, 0xbb, 0x49, 0x80, 0xab, 0xb, 0x52, 0x9d, 0x66, 0x5c, 0x64, 0x95}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbcd7d13e}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x1e30bbd}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"active"}}, []string{"Conditions", "Asserts"}}, Sequence:0x12f} I0705 14:12:24.984271 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x130} I0705 14:12:24.984346 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x655ddbf3f21cc}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a5c4b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3f21ca}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a5c49}, "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{0x7e, 0x8f, 0xdb, 0x9b, 0xc8, 0x47, 0x44, 0xec, 0xb9, 0xfb, 0x24, 0xce, 0x27, 0x9, 0xe7, 0x3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x0}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"dead"}}, []string{"Conditions", "Asserts"}}, Sequence:0x131} I0705 14:12:24.984449 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x132} I0705 14:12:24.984541 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x655ddbf3f261b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a609b}, "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:0x655ddbf3f21cc}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a5c4b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3f21ca}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a5c49}, "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:0x655ddbf3f261b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a609b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x8f, 0xdb, 0x9b, 0xc8, 0x47, 0x44, 0xec, 0xb9, 0xfb, 0x24, 0xce, 0x27, 0x9, 0xe7, 0x3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x3e3, "/org/freedesktop/systemd1/job/995"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3f261b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a609b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x133} I0705 14:12:24.984607 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 {}{0x3e3, "/org/freedesktop/systemd1/job/995", "crio-e6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99.scope", "done"}, Sequence:0x134} I0705 14:12:24.984676 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x135} I0705 14:12:24.984766 3306 udn_isolation.go:361] D-Bus event received: &dbus.Signal{Sender:"org.freedesktop.systemd1", Path:"/org/freedesktop/systemd1/unit/crio_2de6efb43ee37427f1157ee0382a53dbf4f98e6bed35f0599cf0dce4a2d3726d99_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:0x655ddbf3f261b}, "ActiveEnterTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a609b}, "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:0x655ddbf3f21cc}, "AssertTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a5c4b}, "ConditionResult":dbus.Variant{sig:dbus.Signature{str:"b"}, value:true}, "ConditionTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3f21ca}, "ConditionTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a5c49}, "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:0x655ddbf3f261b}, "InactiveExitTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a609b}, "InvocationID":dbus.Variant{sig:dbus.Signature{str:"ay"}, value:[]uint8{0x7e, 0x8f, 0xdb, 0x9b, 0xc8, 0x47, 0x44, 0xec, 0xb9, 0xfb, 0x24, 0xce, 0x27, 0x9, 0xe7, 0x3}}, "Job":dbus.Variant{sig:dbus.Signature{str:"(uo)"}, value:[]interface {}{0x0, "/"}}, "StateChangeTimestamp":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x655ddbf3f261b}, "StateChangeTimestampMonotonic":dbus.Variant{sig:dbus.Signature{str:"t"}, value:0x44a609b}, "SubState":dbus.Variant{sig:dbus.Signature{str:"s"}, value:"running"}}, []string{"Conditions", "Asserts"}}, Sequence:0x136} I0705 14:12:25.058557 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:25.058584 3306 ovs.go:159] Exec(91): /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" I0705 14:12:25.067874 3306 ovs.go:162] Exec(91): stdout: "" I0705 14:12:25.067888 3306 ovs.go:163] Exec(91): stderr: "" I0705 14:12:25.067897 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 I0705 14:12:25.160561 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:25.160615 3306 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-45zbw I0705 14:12:25.160620 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-45zbw: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:25.160649 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-45zbw I0705 14:12:25.160654 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-45zbw in Admin Network Policy controller I0705 14:12:25.160667 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-45zbw in node ip-10-0-1-77.ec2.internal I0705 14:12:25.160667 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-45zbw Admin Network Policy controller: took 16.109µs I0705 14:12:25.160677 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-45zbw I0705 14:12:25.160689 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:25.160703 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-45zbw I0705 14:12:25.179709 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-bk9jn: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:25.179735 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-bk9jn in Admin Network Policy controller I0705 14:12:25.179749 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-bk9jn Admin Network Policy controller: took 14.958µs I0705 14:12:25.179757 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:25.179775 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:25.179789 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:25.179805 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-bk9jn in node ip-10-0-1-77.ec2.internal I0705 14:12:25.179811 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:25.179817 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:25.179824 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-bk9jn I0705 14:12:25.199466 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-h2rcr: podLabels app=konnectivity-agent,controller-revision-hash=69669b9dcf,pod-template-generation=1, podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:25.199501 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-h2rcr in Admin Network Policy controller I0705 14:12:25.199512 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-h2rcr Admin Network Policy controller: took 12.543µs I0705 14:12:25.199527 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:25.199539 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-h2rcr I0705 14:12:25.199550 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-h2rcr I0705 14:12:25.199557 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-h2rcr in node ip-10-0-1-77.ec2.internal I0705 14:12:25.199562 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-h2rcr I0705 14:12:25.199568 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:25.199575 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-h2rcr I0705 14:12:25.217687 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-2bj9t: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:25.217726 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:25.217737 3306 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-2bj9t I0705 14:12:25.217736 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-2bj9t in Admin Network Policy controller I0705 14:12:25.217749 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-2bj9t I0705 14:12:25.217750 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-2bj9t Admin Network Policy controller: took 15.566µs I0705 14:12:25.217757 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-2bj9t in node ip-10-0-1-77.ec2.internal I0705 14:12:25.217763 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-2bj9t I0705 14:12:25.217768 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:25.217775 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-2bj9t I0705 14:12:25.241538 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:25.241586 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-xxqh2 I0705 14:12:25.241533 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-xxqh2: podLabels app=multus,component=network,controller-revision-hash=8444f88ffc,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:25.241606 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-xxqh2 I0705 14:12:25.241612 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-xxqh2 in Admin Network Policy controller I0705 14:12:25.241618 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-xxqh2 in node ip-10-0-1-77.ec2.internal I0705 14:12:25.241622 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-xxqh2 Admin Network Policy controller: took 12.91µs I0705 14:12:25.241627 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-xxqh2 I0705 14:12:25.241636 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:25.241648 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-xxqh2 I0705 14:12:25.264526 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:25.264541 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:25.264551 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:25.264559 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-77cg9 in node ip-10-0-1-77.ec2.internal I0705 14:12:25.264564 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:25.264569 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:25.264579 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:25.558480 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:25.558505 3306 ovs.go:159] Exec(92): /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" I0705 14:12:25.567607 3306 ovs.go:162] Exec(92): stdout: "" I0705 14:12:25.567620 3306 ovs.go:163] Exec(92): stderr: "" I0705 14:12:25.567627 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 I0705 14:12:25.918534 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-additional-cni-plugins-pmm7x: podLabels app=multus-additional-cni-plugins,component=network,controller-revision-hash=7d4d7bf95c,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.2.180], PodStatus: true, PodCompleted?: false I0705 14:12:25.918560 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:25.918625 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in Admin Network Policy controller I0705 14:12:25.918633 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:25.918642 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-additional-cni-plugins-pmm7x Admin Network Policy controller: took 18.981µs I0705 14:12:25.918646 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:25.918660 3306 ovn.go:134] Ensuring zone local for Pod openshift-multus/multus-additional-cni-plugins-pmm7x in node ip-10-0-2-180.ec2.internal I0705 14:12:25.918666 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:25.918675 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:25.918686 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-pmm7x I0705 14:12:26.058632 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:26.058657 3306 ovs.go:159] Exec(93): /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" I0705 14:12:26.067774 3306 ovs.go:162] Exec(93): stdout: "" I0705 14:12:26.067791 3306 ovs.go:163] Exec(93): stderr: "" I0705 14:12:26.067799 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 I0705 14:12:26.178688 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:26.178769 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:26.178792 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:26.178808 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-77cg9 in node ip-10-0-1-77.ec2.internal I0705 14:12:26.178818 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:26.178828 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:26.178840 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:26.557874 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:26.557902 3306 ovs.go:159] Exec(94): /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" I0705 14:12:26.567031 3306 ovs.go:162] Exec(94): stdout: "" I0705 14:12:26.567046 3306 ovs.go:163] Exec(94): stderr: "" I0705 14:12:26.567056 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 I0705 14:12:27.057799 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:27.057823 3306 ovs.go:159] Exec(95): /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" I0705 14:12:27.066940 3306 ovs.go:162] Exec(95): stdout: "" I0705 14:12:27.066956 3306 ovs.go:163] Exec(95): stderr: "" I0705 14:12:27.066966 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 I0705 14:12:27.102260 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-1-77.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-7c0aa8ed5d-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-77.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 I0705 14:12:27.102350 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-77.ec2.internal in Admin Network Policy controller I0705 14:12:27.102359 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:27.102366 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-77.ec2.internal Admin Network Policy controller: took 15.644µs I0705 14:12:27.102374 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:27.102325 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-77.ec2.internal I0705 14:12:27.102385 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-77.ec2.internal: 64.37µs I0705 14:12:27.102423 3306 default_network_controller.go:1028] Node ip-10-0-1-77.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:27.102450 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-1-77.ec2.internal, new=ip-10-0-1-77.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-77.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-77.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-77.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-77.ec2.internal I0705 14:12:27.102461 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:27.102469 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:27.558134 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:27.558178 3306 ovs.go:159] Exec(96): /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" I0705 14:12:27.567255 3306 ovs.go:162] Exec(96): stdout: "" I0705 14:12:27.567269 3306 ovs.go:163] Exec(96): stderr: "" I0705 14:12:27.567277 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 I0705 14:12:28.058496 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:28.058522 3306 ovs.go:159] Exec(97): /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" I0705 14:12:28.067964 3306 ovs.go:162] Exec(97): stdout: "" I0705 14:12:28.067975 3306 ovs.go:163] Exec(97): stderr: "" I0705 14:12:28.067984 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 I0705 14:12:28.186932 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:28.186977 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:28.186996 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:28.187011 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l in node ip-10-0-1-77.ec2.internal I0705 14:12:28.187021 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:28.187042 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:28.187056 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l I0705 14:12:28.186923 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:28.187099 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l in Admin Network Policy controller I0705 14:12:28.187113 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-q525l Admin Network Policy controller: took 17.416µs I0705 14:12:28.275423 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:28.275459 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-h2rcr I0705 14:12:28.275477 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-h2rcr I0705 14:12:28.275490 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-h2rcr in node ip-10-0-1-77.ec2.internal I0705 14:12:28.275498 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-h2rcr I0705 14:12:28.275508 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:28.275519 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-h2rcr I0705 14:12:28.558675 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:28.558702 3306 ovs.go:159] Exec(98): /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" I0705 14:12:28.567833 3306 ovs.go:162] Exec(98): stdout: "" I0705 14:12:28.567849 3306 ovs.go:163] Exec(98): stderr: "" I0705 14:12:28.567858 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 I0705 14:12:29.058006 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:29.058034 3306 ovs.go:159] Exec(99): /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" I0705 14:12:29.067141 3306 ovs.go:162] Exec(99): stdout: "" I0705 14:12:29.067174 3306 ovs.go:163] Exec(99): stderr: "" I0705 14:12:29.067183 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 I0705 14:12:29.557963 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:29.557990 3306 ovs.go:159] Exec(100): /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" I0705 14:12:29.567137 3306 ovs.go:162] Exec(100): stdout: "" I0705 14:12:29.567172 3306 ovs.go:163] Exec(100): stderr: "" I0705 14:12:29.567182 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 I0705 14:12:30.058143 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:30.058186 3306 ovs.go:159] Exec(101): /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" I0705 14:12:30.067454 3306 ovs.go:162] Exec(101): stdout: "" I0705 14:12:30.067466 3306 ovs.go:163] Exec(101): stderr: "" I0705 14:12:30.067474 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 I0705 14:12:30.558750 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:30.558780 3306 ovs.go:159] Exec(102): /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" I0705 14:12:30.568109 3306 ovs.go:162] Exec(102): stdout: "" I0705 14:12:30.568123 3306 ovs.go:163] Exec(102): stderr: "" I0705 14:12:30.568135 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 I0705 14:12:31.058687 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:31.058716 3306 ovs.go:159] Exec(103): /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" I0705 14:12:31.067891 3306 ovs.go:162] Exec(103): stdout: "" I0705 14:12:31.067910 3306 ovs.go:163] Exec(103): stderr: "" I0705 14:12:31.067921 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 I0705 14:12:31.199574 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:31.199661 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:31.199682 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:31.199699 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-77cg9 in node ip-10-0-1-77.ec2.internal I0705 14:12:31.199720 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:31.199732 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:31.199745 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:31.228822 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:31.228830 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-j246j: podLabels app=ovnkube-node,component=network,controller-revision-hash=785975f68b,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.1.77], PodStatus: true, PodCompleted?: false I0705 14:12:31.228889 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:31.228906 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-j246j in Admin Network Policy controller I0705 14:12:31.228907 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:31.228923 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-j246j Admin Network Policy controller: took 19.266µs I0705 14:12:31.228929 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-j246j in node ip-10-0-1-77.ec2.internal I0705 14:12:31.228957 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:31.228968 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:31.228981 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:31.557613 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:31.557643 3306 ovs.go:159] Exec(104): /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" I0705 14:12:31.567149 3306 ovs.go:162] Exec(104): stdout: "" I0705 14:12:31.567183 3306 ovs.go:163] Exec(104): stderr: "" I0705 14:12:31.567195 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 I0705 14:12:31.890225 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:31.890265 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-h2rcr I0705 14:12:31.890282 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-h2rcr I0705 14:12:31.890307 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-h2rcr in node ip-10-0-1-77.ec2.internal I0705 14:12:31.890317 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-h2rcr I0705 14:12:31.890328 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:31.890340 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-h2rcr I0705 14:12:31.984796 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller kube-system/konnectivity-agent-ddkf7: podLabels app=konnectivity-agent,controller-revision-hash=69669b9dcf,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:31.984832 3306 admin_network_policy_pod.go:56] Processing sync for Pod kube-system/konnectivity-agent-ddkf7 in Admin Network Policy controller I0705 14:12:31.984841 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:31.984849 3306 admin_network_policy_pod.go:59] Finished syncing Pod kube-system/konnectivity-agent-ddkf7 Admin Network Policy controller: took 17.257µs I0705 14:12:31.984857 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:31.984873 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:31.984886 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ddkf7 in node ip-10-0-0-11.ec2.internal I0705 14:12:31.984894 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:31.984902 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:31.984911 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-ddkf7 I0705 14:12:32.006664 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/multus-jhkcr: podLabels app=multus,component=network,controller-revision-hash=8444f88ffc,openshift.io/component=network,pod-template-generation=1,type=infra, podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:32.006690 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/multus-jhkcr in Admin Network Policy controller I0705 14:12:32.006703 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/multus-jhkcr Admin Network Policy controller: took 13.706µs I0705 14:12:32.006727 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.006741 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-jhkcr I0705 14:12:32.006756 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-jhkcr I0705 14:12:32.006769 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-jhkcr in node ip-10-0-0-11.ec2.internal I0705 14:12:32.006775 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-jhkcr I0705 14:12:32.006780 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.006787 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-jhkcr I0705 14:12:32.025459 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.025476 3306 default_network_controller.go:747] Recording update event on pod openshift-image-registry/node-ca-h75ms I0705 14:12:32.025490 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-image-registry/node-ca-h75ms I0705 14:12:32.025501 3306 ovn.go:138] Ensuring zone remote for Pod openshift-image-registry/node-ca-h75ms in node ip-10-0-0-11.ec2.internal I0705 14:12:32.025508 3306 default_network_controller.go:776] Recording success event on pod openshift-image-registry/node-ca-h75ms I0705 14:12:32.025516 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.025526 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-image-registry/node-ca-h75ms I0705 14:12:32.025545 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-image-registry/node-ca-h75ms: podLabels controller-revision-hash=597b746d65,name=node-ca,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:32.025577 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-image-registry/node-ca-h75ms in Admin Network Policy controller I0705 14:12:32.025590 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-image-registry/node-ca-h75ms Admin Network Policy controller: took 12.591µs I0705 14:12:32.044033 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-node-tuning-operator/tuned-wktdn: podLabels controller-revision-hash=6ddf65cd,openshift-app=tuned,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:32.044046 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.044058 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:32.044065 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-node-tuning-operator/tuned-wktdn in Admin Network Policy controller I0705 14:12:32.044070 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:32.044076 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-node-tuning-operator/tuned-wktdn Admin Network Policy controller: took 12.228µs I0705 14:12:32.044081 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-node-tuning-operator/tuned-wktdn in node ip-10-0-0-11.ec2.internal I0705 14:12:32.044088 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:32.044095 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.044103 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-node-tuning-operator/tuned-wktdn I0705 14:12:32.058607 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:32.058628 3306 ovs.go:159] Exec(105): /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" I0705 14:12:32.067837 3306 ovs.go:162] Exec(105): stdout: "" I0705 14:12:32.067848 3306 ovs.go:163] Exec(105): stderr: "" I0705 14:12:32.067856 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 I0705 14:12:32.071098 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.071111 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:32.071122 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:32.071130 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-cz46p in node ip-10-0-0-11.ec2.internal I0705 14:12:32.071135 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:32.071142 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.071153 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:32.088816 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-dns/node-resolver-tgwjs: podLabels controller-revision-hash=5fb84c8569,dns.operator.openshift.io/daemonset-node-resolver=,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:32.088825 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.088837 3306 default_network_controller.go:747] Recording update event on pod openshift-dns/node-resolver-tgwjs I0705 14:12:32.088839 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-dns/node-resolver-tgwjs in Admin Network Policy controller I0705 14:12:32.088848 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-dns/node-resolver-tgwjs I0705 14:12:32.088848 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-dns/node-resolver-tgwjs Admin Network Policy controller: took 10.199µs I0705 14:12:32.088855 3306 ovn.go:138] Ensuring zone remote for Pod openshift-dns/node-resolver-tgwjs in node ip-10-0-0-11.ec2.internal I0705 14:12:32.088862 3306 default_network_controller.go:776] Recording success event on pod openshift-dns/node-resolver-tgwjs I0705 14:12:32.088867 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.088874 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-dns/node-resolver-tgwjs I0705 14:12:32.214060 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.214083 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:32.214098 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:32.214111 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-77cg9 in node ip-10-0-1-77.ec2.internal I0705 14:12:32.214118 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:32.214124 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.214131 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:32.246396 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.246406 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:32.246414 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:32.246422 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-j246j in node ip-10-0-1-77.ec2.internal I0705 14:12:32.246427 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:32.246435 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.246441 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:32.558070 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:32.558098 3306 ovs.go:159] Exec(106): /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" I0705 14:12:32.567377 3306 ovs.go:162] Exec(106): stdout: "" I0705 14:12:32.567391 3306 ovs.go:163] Exec(106): stderr: "" I0705 14:12:32.567399 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 I0705 14:12:32.606925 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-77.ec2.internal I0705 14:12:32.606930 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:32.606951 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:32.606958 3306 node_tracker.go:238] Node ip-10-0-1-77.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-1-77.ec2.internal" I0705 14:12:32.606970 3306 node_tracker.go:172] Node ip-10-0-1-77.ec2.internal switch + router changed, syncing services I0705 14:12:32.606985 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:32.607000 3306 default_network_controller.go:1028] Node ip-10-0-1-77.ec2.internal in remote zone ip-10-0-1-77.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:32.607003 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:32.607023 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:32.607026 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-1-77.ec2.internal, new=ip-10-0-1-77.ec2.internal, error: adding or updating remote node chassis ip-10-0-1-77.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-1-77.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-1-77.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-1-77.ec2.internal I0705 14:12:32.607031 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:32.607035 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:32.607044 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:32.607046 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:32.607045 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:32.607052 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.027µs I0705 14:12:32.607073 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 3.7224e-05 seconds. No OVN measurement. I0705 14:12:32.607085 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:32.607091 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:32.607095 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:32.607100 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:32.607104 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:32.607109 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:32.607118 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:32.607119 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:32.607061 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607132 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:32.607144 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:32.607151 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:32.607153 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:32.607184 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:32.607191 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:32.607131 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607123 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607214 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607226 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:32.607230 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:32.607225 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607241 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.118.62"}, 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}} I0705 14:12:32.607193 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607242 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.25.101"}, 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}} I0705 14:12:32.607245 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607254 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607189 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607263 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607260 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607268 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:32.607275 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607281 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.607279 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607291 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:32.607294 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) I0705 14:12:32.607288 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607283 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607307 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607177 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:32.607293 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.607312 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.607315 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:32.607309 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607322 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:32.607323 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:32.607327 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:32.607324 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:32.607330 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) I0705 14:12:32.607333 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:32.607332 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 I0705 14:12:32.607339 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 I0705 14:12:32.607342 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:32.607340 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 I0705 14:12:32.607343 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) I0705 14:12:32.607349 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:32.607325 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607355 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:32.607357 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:32.607361 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 243.323µs I0705 14:12:32.607362 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.607363 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:32.607367 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:32.607367 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:32.607372 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:32.607373 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:32.607373 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 256.241µs I0705 14:12:32.607377 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:32.607374 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 334.981µs I0705 14:12:32.607384 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:32.607386 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 I0705 14:12:32.607389 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:32.607391 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:32.607393 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:32.607368 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607400 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:32.607407 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:32.607407 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:32.607410 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:32.607413 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:32.607378 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607420 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:32.607420 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:32.607418 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 232.412µs I0705 14:12:32.607425 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:32.607431 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:32.607433 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 I0705 14:12:32.607433 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:32.607438 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:32.607436 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:32.607444 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:32.607402 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607398 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607444 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607451 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:32.607457 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) I0705 14:12:32.607461 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:32.607461 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:32.607464 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607469 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:32.607468 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:32.607470 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 323.113µs I0705 14:12:32.607468 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:32.607475 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:32.607483 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.106.10"}, 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}} I0705 14:12:32.607476 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607489 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:32.607491 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:32.607497 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607449 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:32.607501 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:32.607490 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:32.607502 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:32.607510 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:32.607507 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607513 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607514 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:32.607517 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 I0705 14:12:32.607523 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607524 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:32.607521 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:32.607531 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:32.607533 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:32.607537 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:32.607538 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 166.178µs I0705 14:12:32.607543 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607544 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:32.607529 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607549 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:32.607504 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607558 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:32.607552 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}} I0705 14:12:32.607543 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607569 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:32.607569 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607575 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:32.607580 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 I0705 14:12:32.607577 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:32.607556 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607593 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:32.607593 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.607590 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.251.53"}, 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}} I0705 14:12:32.607602 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:32.607603 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:32.607604 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 I0705 14:12:32.607608 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 217.929µs I0705 14:12:32.607606 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607613 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607620 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:32.607622 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607623 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607601 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.607627 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 7.288µs I0705 14:12:32.607629 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607630 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:32.607634 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:32.607638 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:32.607641 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 251.023µs I0705 14:12:32.607643 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 I0705 14:12:32.607651 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:32.607643 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607660 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.333µs I0705 14:12:32.607642 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607661 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:32.607666 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.607670 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:32.607670 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 235.128µs I0705 14:12:32.607674 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.607674 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:32.607677 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.61µs I0705 14:12:32.607680 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:32.607681 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 I0705 14:12:32.607688 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:32.607688 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:32.607647 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607696 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:32.607700 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 152.458µs I0705 14:12:32.607700 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 I0705 14:12:32.607708 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:32.607712 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 4.842µs I0705 14:12:32.607711 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:32.607718 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:32.607687 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607726 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:32.607725 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.37.239"}, 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}} I0705 14:12:32.607733 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:32.607733 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 244.495µs I0705 14:12:32.607699 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607741 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607749 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:32.607750 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) I0705 14:12:32.607726 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:32.607755 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607759 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) I0705 14:12:32.607757 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.791µs I0705 14:12:32.607760 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:32.607773 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:32.607773 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:32.607777 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607781 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607786 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607776 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607791 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607792 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}} I0705 14:12:32.607796 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.607801 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607804 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:32.607803 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607812 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 I0705 14:12:32.607800 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607782 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607825 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.607827 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:32.607828 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:32.607832 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 152.211µs I0705 14:12:32.607817 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607841 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:32.607841 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:32.607832 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.607844 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.607853 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:32.607853 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 I0705 14:12:32.607857 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.607849 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:32.607860 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 I0705 14:12:32.607870 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 I0705 14:12:32.607872 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607875 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:32.607876 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:32.607881 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 161.571µs I0705 14:12:32.607884 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 246.129µs I0705 14:12:32.607846 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:32.607890 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:32.607883 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607893 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:32.607896 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:32.607896 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 207.637µs I0705 14:12:32.607900 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:32.607902 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607907 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:32.607909 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:32.607916 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.607927 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.607927 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:32.607902 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607938 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607947 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:32.607918 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607939 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.607956 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.55.86"}, 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}} I0705 14:12:32.607960 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.607971 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:32.607972 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607971 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:32.607986 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607907 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.607987 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 I0705 14:12:32.607994 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.607997 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608005 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:32.608012 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:32.607978 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:32.608017 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:32.608021 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 248.237µs I0705 14:12:32.608025 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:32.608022 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.608026 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:32.608032 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 I0705 14:12:32.608034 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:32.608035 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608039 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 I0705 14:12:32.608043 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608058 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0705 14:12:32.608058 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:32.608062 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 221.421µs I0705 14:12:32.608055 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608065 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 173.485µs I0705 14:12:32.608070 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:32.608075 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:32.608074 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608079 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 4.715µs I0705 14:12:32.608045 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608086 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.608086 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:32.608003 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.608093 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.142µs I0705 14:12:32.608097 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 I0705 14:12:32.608099 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:32.608101 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608105 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:32.608076 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608122 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:32.608123 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.608119 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.120.179"}, 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}} I0705 14:12:32.608128 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 231.909µs I0705 14:12:32.608132 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:32.608136 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) I0705 14:12:32.608140 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:32.608140 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.66.160"}, 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}} I0705 14:12:32.608107 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608148 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608149 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608134 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.608176 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:32.608176 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608187 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:32.608187 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.608196 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608199 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 I0705 14:12:32.608202 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608192 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608187 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608211 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608149 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608218 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.608217 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608221 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:32.608212 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608225 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 I0705 14:12:32.608227 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 318.209µs I0705 14:12:32.608230 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608231 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:32.608232 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:32.608239 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:32.608237 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:32.608243 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 172.993µs I0705 14:12:32.608238 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:32.608244 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 I0705 14:12:32.608251 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:32.608245 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.608251 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 I0705 14:12:32.608261 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608269 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:32.608272 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608273 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 174.055µs I0705 14:12:32.608273 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:32.608281 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:32.608281 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 247.416µs I0705 14:12:32.608257 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608253 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608295 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:32.608299 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:32.608307 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.608312 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:32.608315 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608287 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608290 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608322 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608323 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.608332 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608335 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:32.608336 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608343 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.608344 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.608349 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608353 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608354 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 I0705 14:12:32.608360 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608308 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608333 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608373 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608378 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:32.608372 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608381 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.608368 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608385 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 245.333µs I0705 14:12:32.608384 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:32.608389 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608391 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 I0705 14:12:32.608397 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608399 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:32.608399 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.608407 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:32.608409 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.608411 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 159.898µs I0705 14:12:32.608404 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.126.91"}, 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}} I0705 14:12:32.608413 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 I0705 14:12:32.608419 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:32.608421 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 I0705 14:12:32.608424 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608430 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:32.608434 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 152.617µs I0705 14:12:32.608435 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608441 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:32.608445 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:32.608409 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608452 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 213.696µs I0705 14:12:32.608424 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608464 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:32.608466 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:32.608469 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:32.608471 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.639µs I0705 14:12:32.608454 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608483 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:32.608480 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:32.608478 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.608490 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:32.608490 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608495 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608447 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608501 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608503 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:32.608506 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608513 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:32.608515 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 I0705 14:12:32.608513 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608522 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:32.608491 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.608530 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:32.608533 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608522 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608537 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:32.608540 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608541 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:32.608546 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 I0705 14:12:32.608546 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:32.608548 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.608551 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 255.502µs I0705 14:12:32.608560 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:32.608562 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.608564 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 144.907µs I0705 14:12:32.608559 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.211.254"}, 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}} I0705 14:12:32.608572 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 I0705 14:12:32.608576 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608554 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608586 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.608586 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:32.608594 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:32.608595 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:32.608599 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 201.17µs I0705 14:12:32.608604 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 I0705 14:12:32.608601 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.608617 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:32.608623 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:32.608624 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 181.924µs I0705 14:12:32.608631 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:32.608637 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 I0705 14:12:32.608650 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:32.608655 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 173.36µs I0705 14:12:32.738796 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-77.ec2.internal I0705 14:12:32.738811 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:32.738831 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:32.738873 3306 node_tracker.go:172] Node ip-10-0-1-77.ec2.internal switch + router changed, syncing services I0705 14:12:32.738887 3306 default_network_controller.go:1028] Node ip-10-0-1-77.ec2.internal in remote zone ip-10-0-1-77.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:32.738892 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:32.738910 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:32.738927 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:32.738934 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:32.738941 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:32.738944 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:32.738956 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:32.738970 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 14.14µs I0705 14:12:32.738982 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:32.738997 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:32.738988 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:32.739053 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 58.113µs I0705 14:12:32.739087 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:32.739112 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.738986 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:310df85a-0335-45fb-9376-ab2e498f3df8 ip:10.0.1.77 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742513}] I0705 14:12:32.739122 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}} I0705 14:12:32.739137 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739181 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.739198 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2368742513}]} hostname:ip-10-0-1-77.ec2.internal name:310df85a-0335-45fb-9376-ab2e498f3df8 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742514}] I0705 14:12:32.739194 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.738957 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.739238 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:32.739250 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 I0705 14:12:32.739232 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:310df85a-0335-45fb-9376-ab2e498f3df8 ip:10.0.1.77 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742513} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2368742513}]} hostname:ip-10-0-1-77.ec2.internal name:310df85a-0335-45fb-9376-ab2e498f3df8 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742514}] I0705 14:12:32.739274 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:32.738947 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:32.739281 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 297.719µs I0705 14:12:32.739291 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:32.739297 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:32.739301 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:32.739311 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:32.739319 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:32.739332 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:32.739347 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 15.672µs I0705 14:12:32.739348 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:32.739307 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.739362 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:32.739388 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:32.739441 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:32.739448 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739459 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.739475 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739454 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.739501 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.739522 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:32.739511 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.739541 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739543 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:32.739332 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:32.739553 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.739555 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 I0705 14:12:32.739574 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739600 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:32.739606 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.739608 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 310.719µs I0705 14:12:32.739621 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:32.739618 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.739270 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:32.739563 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:32.739654 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:32.739668 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 I0705 14:12:32.739631 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.739667 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.55.86"}, 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}} I0705 14:12:32.739678 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:32.739686 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739689 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:32.739694 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739699 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:32.739699 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:32.739708 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 263.874µs I0705 14:12:32.739712 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.120.179"}, 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}} I0705 14:12:32.739706 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.739373 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.739722 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) I0705 14:12:32.739733 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739727 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:32.739721 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.739743 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:32.739746 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739751 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:32.739759 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:32.739756 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.739766 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 I0705 14:12:32.739773 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739785 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:32.739789 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.739796 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 852.106µs I0705 14:12:32.739788 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.739808 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.739747 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.739838 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.739844 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.739851 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.739854 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:32.739863 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 I0705 14:12:32.739436 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:32.739865 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 I0705 14:12:32.739819 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:32.739879 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:32.739885 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:32.739888 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:32.739887 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:32.739893 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:32.739897 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 I0705 14:12:32.739898 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 535.111µs I0705 14:12:32.739901 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 280.025µs I0705 14:12:32.739902 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:32.739914 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:32.739895 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:32.739923 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 11.256µs I0705 14:12:32.739929 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:32.739936 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:32.739937 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0705 14:12:32.739945 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:32.739940 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:32.739962 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:32.739970 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:32.739918 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.739979 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:32.739986 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:32.739993 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:32.739999 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:32.739946 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.739999 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:32.740006 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:32.739946 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 618.625µs I0705 14:12:32.740012 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:32.739955 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.740020 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:32.740014 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.66.160"}, 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}} I0705 14:12:32.740022 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:32.740031 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740041 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740037 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.740053 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740028 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.740056 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.740069 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:32.740078 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.740081 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:32.740088 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.740085 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.740091 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:32.740098 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 I0705 14:12:32.740098 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740107 3306 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-1-77.ec2.internal for the network default I0705 14:12:32.740111 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740119 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:32.740125 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 223.507µs I0705 14:12:32.740138 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:32.740198 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-1-77.ec2.internal]} name:tstor-ip-10-0-1-77.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-1-77.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742515}] I0705 14:12:32.740176 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.739915 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:32.740248 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:32.740264 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.740277 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740264 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:u2368742515}]}}] Timeout: Where:[where column _uuid == {2c833f82-f0a3-44e2-af44-e50fc79aa735}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.740286 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740263 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.740289 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-1-77.ec2.internal]} name:tstor-ip-10-0-1-77.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-1-77.ec2.internal requested-tnl-key:3]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742515} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742515}]}}] Timeout: Where:[where column _uuid == {2c833f82-f0a3-44e2-af44-e50fc79aa735}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.740346 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:32.740366 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:32.740388 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740399 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740128 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.740421 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.740435 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.740419 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.740453 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:32.740466 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:32.740478 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 I0705 14:12:32.740501 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:32.740511 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 594.356µs I0705 14:12:32.740527 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:32.740537 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.740302 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.740603 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:32.740603 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.740616 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.740617 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.740631 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740636 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 I0705 14:12:32.740641 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740660 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:32.740674 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 536.456µs I0705 14:12:32.740662 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.740685 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.740690 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:32.740693 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.740703 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 I0705 14:12:32.740725 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:32.740734 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 209.73µs I0705 14:12:32.740748 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:32.740699 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.740772 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:32.740788 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.126.91"}, 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}} I0705 14:12:32.740757 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.740809 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740818 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740824 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:32.740837 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.740832 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.740851 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740856 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:32.740860 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740865 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:32.740874 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 I0705 14:12:32.740877 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.740895 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:32.740902 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 213.498µs I0705 14:12:32.740904 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.740913 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:32.740916 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.740926 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 I0705 14:12:32.740967 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:32.740973 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 225.861µs I0705 14:12:32.740921 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.740987 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:32.740974 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-77.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:u2368742516}] I0705 14:12:32.740994 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 7.94µs I0705 14:12:32.740998 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:32.741003 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:32.741011 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:32.741025 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741033 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741024 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:u2368742516}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.741012 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.741048 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.741075 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:32.741085 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:32.741095 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:32.740102 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:32.741105 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 I0705 14:12:32.741108 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:32.741116 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:32.741123 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:32.741128 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:32.740442 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 I0705 14:12:32.741185 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:32.741201 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 1.254272ms I0705 14:12:32.741218 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:32.741090 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.211.254"}, 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}} I0705 14:12:32.741227 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.741349 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:32.741370 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741380 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.741395 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741418 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.741429 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.741049 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-77.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:u2368742516} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742516}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.741511 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:32.741524 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 I0705 14:12:32.741549 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:32.741556 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 337.963µs I0705 14:12:32.741569 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:32.741577 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.812µs I0705 14:12:32.741587 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:32.741292 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741599 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741618 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.741646 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:32.741596 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.741657 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:32.741667 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 I0705 14:12:32.741678 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:32.741689 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:32.741696 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 692.961µs I0705 14:12:32.741708 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:32.741711 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001504123 seconds. No OVN measurement. I0705 14:12:32.741129 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:32.741730 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:32.741740 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:32.741747 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:32.741754 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:32.741761 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:32.741716 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.741768 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:32.741774 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:32.741780 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:32.741785 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:32.741691 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.118.62"}, 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}} I0705 14:12:32.741798 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.740089 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:32.741812 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741814 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.741827 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741838 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741787 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:32.741855 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.740066 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741887 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.741895 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.741903 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 I0705 14:12:32.741904 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.741944 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.741957 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:32.741968 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 I0705 14:12:32.741991 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:32.741998 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 2.062008ms I0705 14:12:32.742012 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:32.741872 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:32.741798 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.25.101"}, 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}} I0705 14:12:32.742028 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.742090 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742102 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742112 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:32.742126 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.742122 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.742148 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) I0705 14:12:32.742174 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.742177 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) I0705 14:12:32.742187 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:32.742198 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 I0705 14:12:32.741926 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:32.742200 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.742223 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 2.198687ms I0705 14:12:32.742229 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:32.742227 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:32.742240 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 531.652µs I0705 14:12:32.742241 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:32.742246 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:32.742254 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:32.742254 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 I0705 14:12:32.742279 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:32.742290 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 278.513µs I0705 14:12:32.742304 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:32.742300 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-77.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:u2368742517}] I0705 14:12:32.742263 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.742256 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.742343 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:32.742351 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:32.742349 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:u2368742517}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.742357 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.742313 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.742368 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.742377 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) I0705 14:12:32.742386 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) I0705 14:12:32.742388 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742395 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:32.742398 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.741135 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 221.818µs I0705 14:12:32.742405 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.742425 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:32.742373 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-77.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:u2368742517} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742517}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.742433 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:32.742421 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.742446 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:32.742453 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.742468 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:32.742457 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 I0705 14:12:32.742480 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 I0705 14:12:32.742491 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:32.742499 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 244.645µs I0705 14:12:32.742508 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:32.742513 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:32.742522 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 277.07µs I0705 14:12:32.742537 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:32.742514 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:32.742563 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:32.742413 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:32.742584 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742586 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742547 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.742597 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742591 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}} I0705 14:12:32.742607 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742617 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:32.742627 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:32.742636 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.251.53"}, 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}} I0705 14:12:32.742655 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742634 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:32.742668 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742677 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:32.742687 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 I0705 14:12:32.742687 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.742710 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:32.742716 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 207.633µs I0705 14:12:32.742720 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:32.742724 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:32.742735 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:32.742749 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 I0705 14:12:32.742730 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.742789 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:32.742797 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.742811 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742821 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742839 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.742910 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.742929 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.742941 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 I0705 14:12:32.742434 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.742968 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:32.742974 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 249.002µs I0705 14:12:32.742987 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:32.742989 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:32.743005 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.106.10"}, 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}} I0705 14:12:32.743029 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.743038 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.742997 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.743057 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:32.743068 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.743056 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.743081 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.743087 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:32.743091 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.743099 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:32.743109 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 I0705 14:12:32.743108 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.743127 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:32.743132 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.743135 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 711.422µs I0705 14:12:32.743139 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:32.743146 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 I0705 14:12:32.743150 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:32.743176 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 26.235µs I0705 14:12:32.743186 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:32.743189 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:32.743196 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 208.334µs I0705 14:12:32.742772 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:32.743209 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:32.743217 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.129µs I0705 14:12:32.743217 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 678.491µs I0705 14:12:32.743226 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:32.743231 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:32.743233 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 6.873µs I0705 14:12:32.742619 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.743195 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.743250 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:32.743262 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:32.743272 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 I0705 14:12:32.743271 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:32.743286 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.37.239"}, 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}} I0705 14:12:32.743339 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:32.743354 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:32.743371 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.743402 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:32.743413 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:32.743423 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 I0705 14:12:32.743440 3306 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-1-77.ec2.internal took: 3.333897ms I0705 14:12:32.743494 3306 master.go:657] Creating Interconnect resources for node ip-10-0-1-77.ec2.internal took: 4.597197ms I0705 14:12:32.743510 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:32.743524 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:32.743240 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:32.743560 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:32.743578 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:32.743595 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) I0705 14:12:32.743606 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) I0705 14:12:32.743296 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:32.743684 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 1.376378ms I0705 14:12:32.741830 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.743709 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:32.743716 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:32.743722 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 I0705 14:12:32.743743 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:32.743450 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:32.743756 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 2.167823ms I0705 14:12:32.743777 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 576.146µs I0705 14:12:32.743623 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:32.743806 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:32.743816 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:32.743827 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 I0705 14:12:32.743847 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:32.743858 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 627.766µs I0705 14:12:32.798128 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:12:32.798150 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:12:32.809617 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:0x137} I0705 14:12:32.809643 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:0x138} I0705 14:12:32.900570 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-0-11.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-7c0aa8ed5d-workers-0,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-0-11.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?: false I0705 14:12:32.900612 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-0-11.ec2.internal in Admin Network Policy controller I0705 14:12:32.900624 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-0-11.ec2.internal Admin Network Policy controller: took 14.963µs I0705 14:12:32.900729 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-11.ec2.internal I0705 14:12:32.900735 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:32.900743 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-11.ec2.internal: 19.053µs I0705 14:12:32.900748 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal I0705 14:12:32.900779 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone global needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:32.900805 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal I0705 14:12:32.900815 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:32.900823 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:32.946269 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.946296 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:32.946295 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-multus/network-metrics-daemon-w88xh: 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 I0705 14:12:32.946313 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:32.946326 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-multus/network-metrics-daemon-w88xh in Admin Network Policy controller I0705 14:12:32.946327 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/network-metrics-daemon-w88xh in node ip-10-0-1-77.ec2.internal I0705 14:12:32.946337 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-multus/network-metrics-daemon-w88xh Admin Network Policy controller: took 11.61µs I0705 14:12:32.946422 3306 address_set.go:575] (u2368742282/default-network-controller:Namespace:openshift-multus:v4/a13687770890520536676) adding Addresses ([10.129.0.3]) to address set I0705 14:12:32.946455 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 == {4f310d32-29f9-4a34-8084-5c6f65c6ed39}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.946481 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 == {4f310d32-29f9-4a34-8084-5c6f65c6ed39}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.946868 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:32.946880 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.946890 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/network-metrics-daemon-w88xh I0705 14:12:32.947018 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:32.947083 3306 default_network_controller.go:747] Recording update event on pod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:32.947097 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:32.947108 3306 ovn.go:138] Ensuring zone remote for Pod openshift-network-diagnostics/network-check-target-hp8hl in node ip-10-0-1-77.ec2.internal I0705 14:12:32.947024 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-network-diagnostics/network-check-target-hp8hl: 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 I0705 14:12:32.947190 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-network-diagnostics/network-check-target-hp8hl in Admin Network Policy controller I0705 14:12:32.947202 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-network-diagnostics/network-check-target-hp8hl Admin Network Policy controller: took 14.099µs I0705 14:12:32.947211 3306 address_set.go:575] (u2368742310/default-network-controller:Namespace:openshift-network-diagnostics:v4/a1966919964212966539) adding Addresses ([10.129.0.4]) to address set I0705 14:12:32.947246 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 == {f404ee66-40f8-4f65-8e2e-e517835f39b8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.947275 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 == {f404ee66-40f8-4f65-8e2e-e517835f39b8}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:32.947578 3306 default_network_controller.go:776] Recording success event on pod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:32.947596 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:32.947606 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-network-diagnostics/network-check-target-hp8hl I0705 14:12:33.007521 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:33.007578 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:33.007599 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:33.007627 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-cz46p in node ip-10-0-0-11.ec2.internal I0705 14:12:33.007636 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:33.007646 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:33.007658 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:33.058670 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:33.058698 3306 ovs.go:159] Exec(107): /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" I0705 14:12:33.068210 3306 ovs.go:162] Exec(107): stdout: "" I0705 14:12:33.068224 3306 ovs.go:163] Exec(107): stderr: "" I0705 14:12:33.068233 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 I0705 14:12:33.214929 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:33.214945 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:33.214962 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:33.214977 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-77cg9 in node ip-10-0-1-77.ec2.internal I0705 14:12:33.214985 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:33.215007 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:33.215020 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:33.558267 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:33.558293 3306 ovs.go:159] Exec(108): /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" I0705 14:12:33.567737 3306 ovs.go:162] Exec(108): stdout: "" I0705 14:12:33.567750 3306 ovs.go:163] Exec(108): stderr: "" I0705 14:12:33.567759 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 I0705 14:12:33.793504 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:33.793534 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:33.793550 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-77.ec2.internal I0705 14:12:33.793572 3306 admin_network_policy_controller.go:581] Updating Node in Admin Network Policy controller ip-10-0-1-77.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-7c0aa8ed5d-workers-1,hypershift.openshift.io/nodepool-globalps-enabled=true,kubernetes.io/arch=amd64,kubernetes.io/hostname=ip-10-0-1-77.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?: true I0705 14:12:33.793597 3306 master.go:657] Creating Interconnect resources for node ip-10-0-1-77.ec2.internal took: 807ns I0705 14:12:33.793605 3306 admin_network_policy_node.go:55] Processing sync for Node ip-10-0-1-77.ec2.internal in Admin Network Policy controller I0705 14:12:33.793611 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:33.793617 3306 admin_network_policy_node.go:58] Finished syncing Node ip-10-0-1-77.ec2.internal Admin Network Policy controller: took 13.795µs I0705 14:12:33.793619 3306 node_tracker.go:172] Node ip-10-0-1-77.ec2.internal switch + router changed, syncing services I0705 14:12:33.793638 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:33.793659 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:33.793668 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:33.793672 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:33.793677 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:33.793681 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:33.793686 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:33.793621 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:33.793698 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:33.793704 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:33.793711 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:33.793722 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:33.793734 3306 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-1-77.ec2.internal. Updating no re-route policies I0705 14:12:33.793513 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-77.ec2.internal I0705 14:12:33.793794 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-77.ec2.internal: 284.18µs I0705 14:12:33.793698 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:33.793734 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.793718 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.793832 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:33.793807 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.793721 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.793859 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:33.793712 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:33.793882 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:33.793892 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:33.793882 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:33.793897 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:33.793902 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:33.793904 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793859 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:33.793914 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793917 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.793933 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793847 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.793947 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793835 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:33.793951 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793935 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.793962 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793963 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.793969 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:33.793979 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793981 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:33.793966 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.793986 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793992 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 I0705 14:12:33.793980 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.793997 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.794009 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.794008 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.794001 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794016 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:33.793710 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794022 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:33.794022 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.794007 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.180 10.0.1.77]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:33.794033 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.794033 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 I0705 14:12:33.794040 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 I0705 14:12:33.794035 3306 transact.go:42] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[172.20.0.1 10.0.2.180 10.0.1.77]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {375a478c-db33-42a5-9e6a-25257a1a2b43}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:33.794051 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:33.794056 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 336.036µs I0705 14:12:33.794055 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:33.794064 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:33.794067 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:33.794069 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 369.129µs I0705 14:12:33.794079 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:33.794073 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.126.91"}, 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}} I0705 14:12:33.794093 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794073 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794106 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.793907 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:33.794085 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794119 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:33.794122 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:33.794130 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:33.794127 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.794138 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:33.794136 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:33.794141 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794144 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:33.794149 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794152 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:33.794148 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.794128 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794023 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 313.282µs I0705 14:12:33.794178 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:33.794181 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794187 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:33.794186 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:33.794193 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794195 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:33.794193 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:33.794201 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:33.794206 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:33.794213 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:33.794215 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 I0705 14:12:33.794211 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794242 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.794247 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:33.794180 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794256 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 558.534µs I0705 14:12:33.794205 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794265 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.794274 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.794274 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:33.794282 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:33.794282 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 I0705 14:12:33.794285 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 11.78µs I0705 14:12:33.794291 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.794297 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:33.794300 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794304 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:33.794307 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794309 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 241.688µs I0705 14:12:33.794319 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:33.794318 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794334 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.794341 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.794347 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 I0705 14:12:33.794218 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:33.794325 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794364 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:33.794368 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:33.794307 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794374 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 182.737µs I0705 14:12:33.794381 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:33.794385 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:33.794391 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 6.607µs I0705 14:12:33.794398 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:33.794396 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:33.794394 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:33.794411 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794413 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.211.254"}, 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}} I0705 14:12:33.794421 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794430 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794373 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:33.794441 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794445 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:33.794453 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:33.794439 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794256 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.794457 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000487519 seconds. No OVN measurement. I0705 14:12:33.794019 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 I0705 14:12:33.794469 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:33.794472 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 I0705 14:12:33.794480 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:33.794403 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794489 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:33.794492 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 I0705 14:12:33.794495 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:33.794496 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 800.402µs I0705 14:12:33.794501 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 421.004µs I0705 14:12:33.794504 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:33.794508 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:33.794511 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:33.794513 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:33.794520 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 200.371µs I0705 14:12:33.794518 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.118.62"}, 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}} I0705 14:12:33.794535 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:33.794535 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794460 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:33.794548 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794518 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794559 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:33.794521 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794567 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:33.794573 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:33.794579 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:33.794579 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:33.794584 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:33.794568 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794585 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:33.794596 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794597 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.794600 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:33.794606 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.794611 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) I0705 14:12:33.794617 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:33.794620 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794624 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) I0705 14:12:33.794630 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 I0705 14:12:33.794644 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:33.794640 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794657 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:33.794666 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 267.022µs I0705 14:12:33.794669 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:33.794655 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:33.794680 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:33.794681 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:33.794683 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:33.794694 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 I0705 14:12:33.794696 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 I0705 14:12:33.794461 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794732 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:33.794732 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:33.794597 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:33.794739 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 229.554µs I0705 14:12:33.794690 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794747 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:33.794752 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:33.794754 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:33.794758 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 I0705 14:12:33.794762 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:33.794771 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:33.794778 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:33.794783 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:33.794791 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 494.312µs I0705 14:12:33.794758 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794806 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:33.794818 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:33.794832 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:33.794543 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794851 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794862 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794862 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:33.794838 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 == {887a7a97-808a-4200-9180-889e28f71a5e}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:33.794877 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.25.101"}, 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}} I0705 14:12:33.794817 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.794881 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.794896 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794901 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:33.794909 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:33.794917 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:33.794919 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 I0705 14:12:33.794904 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:887a7a97-808a-4200-9180-889e28f71a5e}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:33.794930 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.106.10"}, 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}} I0705 14:12:33.794947 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:33.794950 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794769 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:33.794962 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.794932 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 == {887a7a97-808a-4200-9180-889e28f71a5e}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:887a7a97-808a-4200-9180-889e28f71a5e}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:33.794983 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795018 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:33.795029 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:33.795036 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 I0705 14:12:33.794951 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 199.653µs I0705 14:12:33.795052 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:33.795058 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 251.82µs I0705 14:12:33.794908 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795074 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:33.794961 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.795076 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:33.795088 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) I0705 14:12:33.795104 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795100 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795132 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.795120 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795085 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.795151 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:33.794718 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:33.795179 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 I0705 14:12:33.795152 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:33.795184 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:33.795186 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 675.986µs I0705 14:12:33.795193 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:33.795204 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 I0705 14:12:33.795200 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.795207 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:33.795217 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) I0705 14:12:33.795227 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:33.794784 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:33.795235 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 555.959µs I0705 14:12:33.795244 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:33.795248 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:33.795253 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:33.795255 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.817µs I0705 14:12:33.795265 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:33.795271 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 6.011µs I0705 14:12:33.795279 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:33.795229 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795287 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.795344 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795371 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:33.795376 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.795389 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:33.795387 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.795402 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 I0705 14:12:33.795404 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) I0705 14:12:33.795415 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) I0705 14:12:33.795429 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:33.795435 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795458 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 384.349µs I0705 14:12:33.795466 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.795475 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:33.795478 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:33.795490 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 I0705 14:12:33.795520 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:33.795534 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 253.714µs I0705 14:12:33.795488 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.795550 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:33.795568 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:33.795584 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.795089 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.795605 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795560 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.795617 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795619 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:33.795630 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.251.53"}, 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}} I0705 14:12:33.795635 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:33.795640 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795647 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795202 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:33.795637 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795650 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.795662 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 1.127267ms I0705 14:12:33.795668 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.795659 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795669 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795677 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:33.795680 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:33.795681 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.795684 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795688 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:33.795687 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.698µs I0705 14:12:33.795695 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 I0705 14:12:33.795697 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 I0705 14:12:33.795699 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:33.795714 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:33.795718 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:33.795704 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795724 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 649.226µs I0705 14:12:33.795729 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 253.543µs I0705 14:12:33.795738 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:33.795735 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.795744 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 5.775µs I0705 14:12:33.795744 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:33.795221 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:33.795706 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.795751 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:33.795749 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.795767 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 I0705 14:12:33.795772 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:33.795781 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:33.795789 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:33.795789 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795795 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 245.977µs I0705 14:12:33.795792 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.37.239"}, 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}} I0705 14:12:33.795756 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.795805 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795760 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:33.795807 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:33.795811 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795801 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}} I0705 14:12:33.795822 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:33.795823 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795828 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:33.795824 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795831 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:33.795837 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.795846 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:33.795849 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795848 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:33.795855 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:33.795855 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:33.795859 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795862 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 I0705 14:12:33.795859 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.795876 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795879 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:33.795884 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 185.436µs I0705 14:12:33.795894 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:33.795883 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.795818 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.795900 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 5.943µs I0705 14:12:33.795867 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:33.795909 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:33.795912 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:33.795915 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:33.795921 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:33.795928 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 I0705 14:12:33.795903 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:33.795945 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:33.795924 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:33.795915 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:33.795954 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 I0705 14:12:33.795959 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:33.795934 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.55.86"}, 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}} I0705 14:12:33.795962 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:33.795965 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 758.796µs I0705 14:12:33.795970 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795970 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:33.795976 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 I0705 14:12:33.795978 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:33.795981 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0705 14:12:33.795982 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795980 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.795985 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 234.37µs I0705 14:12:33.795989 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}} I0705 14:12:33.795995 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:33.796000 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:33.796004 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.796006 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 262.815µs I0705 14:12:33.796001 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.796020 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:33.796021 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:33.795988 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.796028 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.588µs I0705 14:12:33.796028 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:33.796003 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.796038 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:33.796030 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:33.796041 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:33.796045 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:33.796046 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.864µs I0705 14:12:33.796048 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:33.796045 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:33.796052 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 I0705 14:12:33.796053 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.66.160"}, 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}} I0705 14:12:33.796057 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:33.796057 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 I0705 14:12:33.796062 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.796062 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.120.179"}, 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}} I0705 14:12:33.796068 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.796075 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:33.796076 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:33.796076 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) I0705 14:12:33.796080 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 170.404µs I0705 14:12:33.796083 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 276.307µs I0705 14:12:33.796088 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.796082 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.796091 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:33.796096 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.796103 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.796109 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 I0705 14:12:33.796103 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.796067 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.796120 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.796097 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:33.796122 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:33.796128 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:33.796129 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 134.445µs I0705 14:12:33.796134 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 I0705 14:12:33.796138 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:33.796137 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:33.796148 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:33.796148 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:33.796177 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 178.443µs I0705 14:12:33.796175 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.796153 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:33.796187 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.796192 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:33.796201 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:33.796204 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:33.796207 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:33.796226 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:33.796234 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 I0705 14:12:33.796222 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:33.796251 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:33.796253 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:33.796259 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 168.003µs I0705 14:12:33.796264 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:33.796277 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 I0705 14:12:33.796305 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:33.796313 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 255.745µs I0705 14:12:33.810970 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:33.810989 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:33.811019 3306 master.go:657] Creating Interconnect resources for node ip-10-0-1-77.ec2.internal took: 695ns I0705 14:12:33.811027 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:33.811033 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:34.009089 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:34.009145 3306 default_network_controller.go:747] Recording update event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:34.009102 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t: podLabels app=aws-ebs-csi-driver-node,controller-revision-hash=85b6f7df8,pod-template-generation=1, podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:34.009183 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:34.009194 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t in Admin Network Policy controller I0705 14:12:34.009198 3306 ovn.go:138] Ensuring zone remote for Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t in node ip-10-0-0-11.ec2.internal I0705 14:12:34.009206 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t Admin Network Policy controller: took 13.723µs I0705 14:12:34.009208 3306 default_network_controller.go:776] Recording success event on pod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:34.009220 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:34.009229 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-cluster-csi-drivers/aws-ebs-csi-driver-node-9hl6t I0705 14:12:34.058293 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:34.058320 3306 ovs.go:159] Exec(109): /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" I0705 14:12:34.067463 3306 ovs.go:162] Exec(109): stdout: "" I0705 14:12:34.067476 3306 ovs.go:163] Exec(109): stderr: "" I0705 14:12:34.067486 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 I0705 14:12:34.468373 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 8 Dst: fe80::fccd:28ff:fed1:a6f0/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:12:34.558703 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:34.558730 3306 ovs.go:159] Exec(110): /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" I0705 14:12:34.567916 3306 ovs.go:162] Exec(110): stdout: "" I0705 14:12:34.567930 3306 ovs.go:163] Exec(110): stderr: "" I0705 14:12:34.567938 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 I0705 14:12:35.059044 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:35.059071 3306 ovs.go:159] Exec(111): /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" I0705 14:12:35.068224 3306 ovs.go:162] Exec(111): stdout: "" I0705 14:12:35.068238 3306 ovs.go:163] Exec(111): stderr: "" I0705 14:12:35.068247 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 I0705 14:12:35.271075 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:35.271100 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:35.271115 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:35.271127 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ddkf7 in node ip-10-0-0-11.ec2.internal I0705 14:12:35.271133 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:35.271139 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:35.271146 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-ddkf7 I0705 14:12:35.557854 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:35.557880 3306 ovs.go:159] Exec(112): /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" I0705 14:12:35.567266 3306 ovs.go:162] Exec(112): stdout: "" I0705 14:12:35.567280 3306 ovs.go:163] Exec(112): stderr: "" I0705 14:12:35.567289 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 I0705 14:12:36.015478 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:36.015502 3306 default_network_controller.go:747] Recording update event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:36.015518 3306 obj_retry.go:620] Update event received for *v1.Pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:36.015532 3306 ovn.go:138] Ensuring zone remote for Pod kube-system/konnectivity-agent-ddkf7 in node ip-10-0-0-11.ec2.internal I0705 14:12:36.015540 3306 default_network_controller.go:776] Recording success event on pod kube-system/konnectivity-agent-ddkf7 I0705 14:12:36.015548 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:36.015557 3306 obj_retry.go:620] Update event received for *factory.egressIPPod kube-system/konnectivity-agent-ddkf7 I0705 14:12:36.058879 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:36.058907 3306 ovs.go:159] Exec(113): /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" I0705 14:12:36.068154 3306 ovs.go:162] Exec(113): stdout: "" I0705 14:12:36.068183 3306 ovs.go:163] Exec(113): stderr: "" I0705 14:12:36.068192 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 I0705 14:12:36.558078 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:36.558104 3306 ovs.go:159] Exec(114): /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" I0705 14:12:36.567509 3306 ovs.go:162] Exec(114): stdout: "" I0705 14:12:36.567521 3306 ovs.go:163] Exec(114): stderr: "" I0705 14:12:36.567529 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 I0705 14:12:37.032264 3306 admin_network_policy_controller.go:532] Updating Pod in Admin Network Policy controller openshift-ovn-kubernetes/ovnkube-node-5sfnj: podLabels app=ovnkube-node,component=network,controller-revision-hash=785975f68b,kubernetes.io/os=linux,openshift.io/component=network,ovn-db-pod=true,pod-template-generation=2,type=infra, podIPs: [10.0.0.11], PodStatus: true, PodCompleted?: false I0705 14:12:37.032314 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:37.032354 3306 admin_network_policy_pod.go:56] Processing sync for Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj in Admin Network Policy controller I0705 14:12:37.032361 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:37.032371 3306 admin_network_policy_pod.go:59] Finished syncing Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj Admin Network Policy controller: took 19.01µs I0705 14:12:37.032374 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:37.032387 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj in node ip-10-0-0-11.ec2.internal I0705 14:12:37.032398 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:37.032404 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:37.032411 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:37.058050 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:37.058075 3306 ovs.go:159] Exec(115): /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" I0705 14:12:37.067700 3306 ovs.go:162] Exec(115): stdout: "" I0705 14:12:37.067712 3306 ovs.go:163] Exec(115): stderr: "" I0705 14:12:37.067720 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 I0705 14:12:37.187185 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:37.187219 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:37.187263 3306 master.go:657] Creating Interconnect resources for node ip-10-0-1-77.ec2.internal took: 816ns I0705 14:12:37.187277 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:37.187287 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:37.226010 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:37.226032 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:37.226048 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:37.226061 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-77cg9 in node ip-10-0-1-77.ec2.internal I0705 14:12:37.226069 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:37.226075 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:37.226082 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-77cg9 I0705 14:12:37.558298 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:37.558324 3306 ovs.go:159] Exec(116): /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" I0705 14:12:37.567471 3306 ovs.go:162] Exec(116): stdout: "" I0705 14:12:37.567487 3306 ovs.go:163] Exec(116): stderr: "" I0705 14:12:37.567496 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 I0705 14:12:37.886908 3306 ovs.go:159] Exec(117): /usr/bin/ovs-appctl --timeout=15 dpctl/dump-dps I0705 14:12:37.887006 3306 ovs.go:159] Exec(118): /usr/bin/ovs-ofctl -t 5 dump-aggregate br-ex I0705 14:12:37.887033 3306 ovs.go:159] Exec(119): /usr/bin/ovs-appctl -t /var/run/openvswitch/ovs-vswitchd.1158.ctl memory/show I0705 14:12:37.891289 3306 ovs.go:162] Exec(117): stdout: "system@ovs-system\n" I0705 14:12:37.891304 3306 ovs.go:163] Exec(117): stderr: "" I0705 14:12:37.891319 3306 ovs.go:159] Exec(120): /usr/bin/ovs-appctl --timeout=15 dpctl/show system@ovs-system I0705 14:12:37.891458 3306 ovs.go:162] Exec(119): stdout: "handlers:8 idl-cells-Open_vSwitch:471 ofconns:5 ports:7 revalidators:3 rules:1441 udpif keys:6\n" I0705 14:12:37.891475 3306 ovs.go:163] Exec(119): stderr: "" I0705 14:12:37.891613 3306 ovs.go:162] Exec(118): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=184692 byte_count=1642819936 flow_count=1\n" I0705 14:12:37.891629 3306 ovs.go:163] Exec(118): stderr: "" I0705 14:12:37.891649 3306 ovs.go:159] Exec(121): /usr/bin/ovs-ofctl -t 5 dump-aggregate br-int I0705 14:12:37.895090 3306 ovs.go:162] Exec(120): stdout: "system@ovs-system:\n lookups: hit:184595 missed:48 lost:0\n flows: 6\n masks: hit:185572 total:3 hit/pkt:1.01\n cache: hit:183364 hit-rate:99.31%\n caches:\n masks-cache: size:256\n port 0: ovs-system (internal)\n port 1: ens5\n port 2: br-ex (internal)\n port 3: br-int (internal)\n port 4: ovn-k8s-mp0 (internal)\n port 5: genev_sys_6081 (geneve: packet_type=ptap)\n" I0705 14:12:37.895115 3306 ovs.go:163] Exec(120): stderr: "" I0705 14:12:37.896097 3306 ovs.go:162] Exec(121): stdout: "NXST_AGGREGATE reply (xid=0x4): packet_count=254716 byte_count=2001523490 flow_count=1432\n" I0705 14:12:37.896113 3306 ovs.go:163] Exec(121): stderr: "" I0705 14:12:37.906540 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:37.906600 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:37.906619 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:37.906631 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-j246j in node ip-10-0-1-77.ec2.internal I0705 14:12:37.906637 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:37.906644 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:37.906651 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:37.925965 3306 ovs.go:159] Exec(122): /usr/bin/ovn-appctl -t /var/run/ovn/ovnnb_db.ctl --timeout=5 memory/show I0705 14:12:37.928617 3306 ovs.go:162] Exec(122): stdout: "atoms:3850 cells:2261 json-caches:2 monitors:3 n-weak-refs:47 sessions:2\n" I0705 14:12:37.928632 3306 ovs.go:163] Exec(122): stderr: "" I0705 14:12:37.928653 3306 ovs.go:159] Exec(123): /usr/bin/ovn-appctl -t /var/run/ovn/ovnsb_db.ctl --timeout=5 memory/show I0705 14:12:37.931526 3306 ovs.go:162] Exec(123): stdout: "atoms:10717 cells:10365 json-caches:2 monitors:5 n-weak-refs:73 sessions:3\n" I0705 14:12:37.931537 3306 ovs.go:163] Exec(123): stderr: "" I0705 14:12:37.937550 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:37.937567 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:37.937578 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:37.937588 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-j246j in node ip-10-0-1-77.ec2.internal I0705 14:12:37.937594 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:37.937600 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:37.937609 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-j246j I0705 14:12:38.037737 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:38.037767 3306 default_network_controller.go:747] Recording update event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:38.037781 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:38.037794 3306 ovn.go:138] Ensuring zone remote for Pod openshift-ovn-kubernetes/ovnkube-node-5sfnj in node ip-10-0-0-11.ec2.internal I0705 14:12:38.037815 3306 default_network_controller.go:776] Recording success event on pod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:38.037825 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:38.037836 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-ovn-kubernetes/ovnkube-node-5sfnj I0705 14:12:38.057503 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:38.057526 3306 ovs.go:159] Exec(124): /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" I0705 14:12:38.060088 3306 obj_retry.go:568] Update event received for resource *v1.Pod, old object is equal to new: false I0705 14:12:38.060147 3306 default_network_controller.go:747] Recording update event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:38.060205 3306 obj_retry.go:620] Update event received for *v1.Pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:38.060222 3306 ovn.go:138] Ensuring zone remote for Pod openshift-multus/multus-additional-cni-plugins-cz46p in node ip-10-0-0-11.ec2.internal I0705 14:12:38.060232 3306 default_network_controller.go:776] Recording success event on pod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:38.060242 3306 obj_retry.go:568] Update event received for resource *factory.egressIPPod, old object is equal to new: false I0705 14:12:38.060254 3306 obj_retry.go:620] Update event received for *factory.egressIPPod openshift-multus/multus-additional-cni-plugins-cz46p I0705 14:12:38.066635 3306 ovs.go:162] Exec(124): stdout: "" I0705 14:12:38.066648 3306 ovs.go:163] Exec(124): stderr: "" I0705 14:12:38.066659 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 I0705 14:12:38.558662 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:38.558691 3306 ovs.go:159] Exec(125): /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" I0705 14:12:38.567882 3306 ovs.go:162] Exec(125): stdout: "" I0705 14:12:38.567902 3306 ovs.go:163] Exec(125): stderr: "" I0705 14:12:38.567913 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 I0705 14:12:38.737904 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-11.ec2.internal I0705 14:12:38.738007 3306 node_tracker.go:238] Node ip-10-0-0-11.ec2.internal has invalid / no gateway config: k8s.ovn.org/l3-gateway-config annotation not found for node "ip-10-0-0-11.ec2.internal" I0705 14:12:38.738027 3306 node_tracker.go:172] Node ip-10-0-0-11.ec2.internal switch + router changed, syncing services I0705 14:12:38.738046 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:38.737951 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:38.738071 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.738093 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.738093 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal I0705 14:12:38.738102 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.738110 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:38.738118 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.738129 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.738132 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone ip-10-0-0-11.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:38.738151 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.738183 3306 obj_retry.go:688] Failed to update *v1.Node, old=ip-10-0-0-11.ec2.internal, new=ip-10-0-0-11.ec2.internal, error: adding or updating remote node chassis ip-10-0-0-11.ec2.internal failed, err - failed to create or update chassis to remote for remote node ip-10-0-0-11.ec2.internal, error: failed to parse node chassis-id for node - ip-10-0-0-11.ec2.internal, error: suppressed error logged: k8s.ovn.org/node-chassis-id annotation not found for node ip-10-0-0-11.ec2.internal I0705 14:12:38.738196 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.738200 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:38.738203 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.738211 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:38.738136 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:38.738229 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.738230 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:38.738244 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:38.738253 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:38.738260 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.738267 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:38.738274 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:38.738183 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738281 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:38.738221 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738290 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.738214 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:38.738298 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:38.738241 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738224 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738304 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:38.738209 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738312 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:38.738318 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.738319 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:38.738320 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:38.738324 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:38.738327 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:38.738333 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:38.738331 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:38.738340 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.738346 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:38.738338 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.738340 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.106.10"}, 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}} I0705 14:12:38.738354 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:38.738338 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.738359 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738360 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:38.738356 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:38.738359 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) I0705 14:12:38.738368 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.738366 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738367 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) I0705 14:12:38.738374 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:38.738374 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738379 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:38.738386 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.738389 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) I0705 14:12:38.738378 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:38.738392 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:38.738402 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.738385 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738403 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738407 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:38.738410 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:38.738414 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.738414 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738418 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:38.738418 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.738396 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738424 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.738425 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 I0705 14:12:38.738429 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:38.738412 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738432 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:38.738433 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.738444 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.738444 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:38.738446 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:38.738452 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:38.738350 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.25.101"}, 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}} I0705 14:12:38.738433 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738457 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.738458 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.738458 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 I0705 14:12:38.738458 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:38.738462 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738465 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 241.282µs I0705 14:12:38.738467 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:38.738467 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:38.738475 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738477 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 I0705 14:12:38.738483 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.738483 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:38.738485 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.738494 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 294.468µs I0705 14:12:38.738496 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 I0705 14:12:38.738492 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738509 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:38.738513 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.738517 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.738520 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:38.738490 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738521 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:38.738527 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 380.137µs I0705 14:12:38.738529 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 I0705 14:12:38.738532 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 323.857µs I0705 14:12:38.738538 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:38.738543 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:38.738546 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:38.738546 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.738547 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.738553 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 7.791µs I0705 14:12:38.738553 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 365.758µs I0705 14:12:38.738556 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) I0705 14:12:38.738518 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738561 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:38.738565 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738565 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.738570 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 7.955µs I0705 14:12:38.738580 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:38.738583 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:38.738575 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738594 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.738596 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.251.53"}, 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}} I0705 14:12:38.738602 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.738573 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738610 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738612 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 I0705 14:12:38.738553 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:38.738621 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738623 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:38.738628 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.738589 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738631 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.738633 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 149.778µs I0705 14:12:38.738640 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) I0705 14:12:38.738644 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:38.738640 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:38.738647 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) I0705 14:12:38.738636 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738654 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:38.738662 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:38.738664 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738659 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738667 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.738673 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:38.738676 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.738681 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738684 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.738684 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 I0705 14:12:38.738650 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738691 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738692 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 I0705 14:12:38.738675 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}} I0705 14:12:38.738705 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:38.738706 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738708 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.738708 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:38.738714 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 148.914µs I0705 14:12:38.738714 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.738718 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 210.308µs I0705 14:12:38.738707 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738723 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:38.738723 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738729 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 6.966µs I0705 14:12:38.738730 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.738732 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.738733 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738738 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:38.738743 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 5.662µs I0705 14:12:38.738744 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.738744 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.738748 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:38.738746 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738755 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 I0705 14:12:38.738762 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.738770 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.738776 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 I0705 14:12:38.738779 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:38.738755 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738740 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738784 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 205.136µs I0705 14:12:38.738790 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:38.738794 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 150.253µs I0705 14:12:38.738797 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:38.738758 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.738799 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:38.738802 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.738802 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:38.738810 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738812 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:38.738816 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.738817 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.37.239"}, 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}} I0705 14:12:38.738825 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738826 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 I0705 14:12:38.738830 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738839 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.738841 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738810 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738855 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:38.738846 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.738806 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:38.738858 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:38.738865 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:38.738863 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.55.86"}, 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}} I0705 14:12:38.738856 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738871 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 328.526µs I0705 14:12:38.738874 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 I0705 14:12:38.738876 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738880 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:38.738884 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738882 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:38.738886 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:38.738890 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:38.738889 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:38.738895 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 146.605µs I0705 14:12:38.738895 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:38.738896 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 10.332µs I0705 14:12:38.738902 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:38.738894 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738910 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.738908 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 I0705 14:12:38.738906 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.738911 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:38.738925 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:38.738923 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:38.738908 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:38.738931 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 I0705 14:12:38.738933 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.738938 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738943 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 212.764µs I0705 14:12:38.738947 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:38.738949 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.738954 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:38.738957 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738955 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 153.047µs I0705 14:12:38.738920 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.738963 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}} I0705 14:12:38.738967 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:38.738973 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.738974 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.022µs I0705 14:12:38.738981 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:38.738985 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 4.176µs I0705 14:12:38.738986 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.738987 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:38.738990 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.738975 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.738994 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.738963 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739002 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.120.179"}, 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}} I0705 14:12:38.739011 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:38.739019 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 I0705 14:12:38.739020 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) I0705 14:12:38.738999 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739025 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:38.739032 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:38.739033 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739036 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 132.985µs I0705 14:12:38.739039 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:38.739043 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:38.739038 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.66.160"}, 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}} I0705 14:12:38.739047 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739054 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739056 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739005 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:38.739063 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739063 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739049 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739070 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:38.739052 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739082 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 I0705 14:12:38.739074 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739085 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739084 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:38.739092 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739082 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739096 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739099 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.739100 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.739105 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739107 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739112 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 I0705 14:12:38.739113 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739113 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 I0705 14:12:38.739120 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.739125 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.739125 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0705 14:12:38.739129 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 138.437µs I0705 14:12:38.739126 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.739132 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 335.463µs I0705 14:12:38.739131 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 I0705 14:12:38.739137 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:38.739141 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.739144 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.739137 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.739150 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 239.684µs I0705 14:12:38.739154 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:38.739174 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:38.739182 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 227.452µs I0705 14:12:38.739185 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 I0705 14:12:38.739184 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:38.739142 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739194 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.739199 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:38.739202 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 159.897µs I0705 14:12:38.739203 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:38.739210 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:38.739212 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739175 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739220 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739228 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739239 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:38.739216 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739238 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739196 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739203 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739253 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739251 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.126.91"}, 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}} I0705 14:12:38.739257 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:38.739260 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.739265 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739268 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 I0705 14:12:38.739267 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739271 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:38.739270 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:38.739277 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739276 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739281 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:38.739285 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739287 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 150.256µs I0705 14:12:38.739284 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:38.739287 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739295 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.739300 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739295 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739303 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739310 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739311 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739298 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739316 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739320 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:38.739325 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:38.739327 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 I0705 14:12:38.739302 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739337 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:38.739342 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:38.739342 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:38.739327 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739346 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 135.58µs I0705 14:12:38.739350 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 I0705 14:12:38.739334 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739355 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.739350 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739355 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:38.739364 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739365 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739370 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739371 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.739370 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:38.739378 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.739378 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 234.102µs I0705 14:12:38.739384 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 I0705 14:12:38.739361 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739380 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739391 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.739390 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 I0705 14:12:38.739396 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739399 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:38.739404 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.739406 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739409 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.739411 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 I0705 14:12:38.739415 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739417 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 223.836µs I0705 14:12:38.739418 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:38.739422 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739427 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.739428 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:38.739427 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 243.827µs I0705 14:12:38.739432 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 137.401µs I0705 14:12:38.739437 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 9.579µs I0705 14:12:38.739400 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739434 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739445 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.739444 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.739450 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:38.739452 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739459 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 8.496µs I0705 14:12:38.739462 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.739460 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:38.739468 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 I0705 14:12:38.739478 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.739453 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739474 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739487 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.739492 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739493 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 138.207µs I0705 14:12:38.739494 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:38.739502 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739459 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739506 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:38.739508 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:38.739520 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739527 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739525 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:38.739519 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739543 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.739542 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001014252 seconds. No OVN measurement. I0705 14:12:38.739540 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.211.254"}, 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}} I0705 14:12:38.739516 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739553 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.739558 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739564 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 I0705 14:12:38.739571 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739573 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:38.739578 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.739583 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 193.24µs I0705 14:12:38.739588 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739538 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739598 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:38.739597 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.739606 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:38.739588 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739611 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739617 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 I0705 14:12:38.739486 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.739620 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:38.739631 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.739632 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.739636 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:38.739635 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:38.739639 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 193.468µs I0705 14:12:38.739648 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 I0705 14:12:38.739646 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.118.62"}, 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}} I0705 14:12:38.739659 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739642 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.739665 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.739672 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:38.739673 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.739682 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 238.617µs I0705 14:12:38.739675 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.739628 3306 model_client.go:382] Update operations generated as: [{Op:update Table:NB_Global Row:map[options:{GoMap:map[e2e_timestamp:1783260758 ipsec_encapsulation:false mac_prefix:1a:4b:b1 max_tunid:16711680 name:ip-10-0-2-180.ec2.internal northd-backoff-interval-ms:300 northd_internal_version:24.09.3-20.37.0-76.6 northd_probe_interval:5000 svc_monitor_mac:8e:f1:c7:39:97:5c]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ae0105f6-3791-43c1-b202-956fb76440cc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:38.739683 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 I0705 14:12:38.739692 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:38.739699 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:38.739706 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 I0705 14:12:38.739712 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:38.739695 3306 transact.go:42] Configuring OVN: [{Op:update Table:NB_Global Row:map[options:{GoMap:map[e2e_timestamp:1783260758 ipsec_encapsulation:false mac_prefix:1a:4b:b1 max_tunid:16711680 name:ip-10-0-2-180.ec2.internal northd-backoff-interval-ms:300 northd_internal_version:24.09.3-20.37.0-76.6 northd_probe_interval:5000 svc_monitor_mac:8e:f1:c7:39:97:5c]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[where column _uuid == {ae0105f6-3791-43c1-b202-956fb76440cc}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:38.739718 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 212.399µs I0705 14:12:38.739720 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.739725 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 248.433µs I0705 14:12:38.740194 3306 ovnkube_controller.go:1470] Failed to find "e2e_timestamp" from OVN_Southbound options. This may occur at startup. I0705 14:12:38.850407 3306 obj_retry.go:409] Going to retry *v1.Node resource setup for 1 objects: [ip-10-0-0-11.ec2.internal] I0705 14:12:38.850429 3306 obj_retry.go:418] Waiting for all the *v1.Node retry setup to complete in iterateRetryResources I0705 14:12:38.850445 3306 obj_retry.go:285] Attempting retry of *v1.Node ip-10-0-0-11.ec2.internal before timer (time: 2026-07-05 14:12:40.010193129 +0000 UTC m=+33.228259242): skip I0705 14:12:38.850460 3306 obj_retry.go:420] Function iterateRetryResources for *v1.Node ended (in 70.408µs) I0705 14:12:38.854813 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-11.ec2.internal I0705 14:12:38.854823 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:38.854844 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-0-11.ec2.internal I0705 14:12:38.854885 3306 node_tracker.go:172] Node ip-10-0-0-11.ec2.internal switch + router changed, syncing services I0705 14:12:38.854902 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:38.854902 3306 default_network_controller.go:1028] Node ip-10-0-0-11.ec2.internal in remote zone ip-10-0-0-11.ec2.internal needs interconnect zone sync up. Zone cluster changed: false I0705 14:12:38.854919 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.854931 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.854936 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:38.854941 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.854946 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:38.854950 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:38.854954 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:38.854963 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.854965 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.854983 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:38.854986 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Encap Row:map[chassis_name:6b0c54df-56c1-482d-babf-b53684557369 ip:10.0.0.11 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742518}] I0705 14:12:38.854970 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855032 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.855023 3306 model_client.go:373] Create operations generated as: [{Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2368742518}]} hostname:ip-10-0-0-11.ec2.internal name:6b0c54df-56c1-482d-babf-b53684557369 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742519}] I0705 14:12:38.855044 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:38.855051 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:38.855055 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.855048 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Encap Row:map[chassis_name:6b0c54df-56c1-482d-babf-b53684557369 ip:10.0.0.11 options:{GoMap:map[csum:true]} type:geneve] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742518} {Op:insert Table:Chassis Row:map[encaps:{GoSet:[{GoUUID:u2368742518}]} hostname:ip-10-0-0-11.ec2.internal name:6b0c54df-56c1-482d-babf-b53684557369 other_config:{GoMap:map[is-remote:true]}] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742519}] I0705 14:12:38.855066 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) I0705 14:12:38.855073 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855002 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855058 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:38.855085 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.854976 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855115 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:38.855041 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:38.855116 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:38.855132 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:38.855133 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855136 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:38.855140 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.855148 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:38.855148 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.855143 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}} I0705 14:12:38.855172 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:38.855105 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:38.855143 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:38.855187 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:38.855187 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855195 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:38.855195 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:38.855197 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855201 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:38.855205 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 I0705 14:12:38.855209 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:38.855210 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855216 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.855222 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:38.855225 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.855228 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:38.855231 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.855235 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.855239 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 275.539µs I0705 14:12:38.855245 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:38.855251 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:38.855255 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:38.855233 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.855261 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:38.855270 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.855046 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.855272 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:38.855278 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.855284 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.855288 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:38.855236 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.855182 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) I0705 14:12:38.855301 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 I0705 14:12:38.855258 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855302 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:38.855290 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.855320 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 I0705 14:12:38.855282 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855329 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:38.855328 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:38.855333 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:38.855338 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.855343 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 364.391µs I0705 14:12:38.855342 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.251.53"}, 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}} I0705 14:12:38.855346 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:38.855353 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855354 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:38.855360 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855345 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:38.855359 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.106.10"}, 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}} I0705 14:12:38.855362 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 310.169µs I0705 14:12:38.855374 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.855374 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855381 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.855385 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855385 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:38.855375 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.855395 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.855400 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:38.855404 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:38.855408 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:38.855411 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.855360 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:38.855417 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 I0705 14:12:38.855401 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.855419 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:38.855426 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 66.144µs I0705 14:12:38.855431 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:38.855433 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:38.855390 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855439 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:38.855442 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:38.855447 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 194.481µs I0705 14:12:38.855451 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:38.855454 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 I0705 14:12:38.855456 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:38.855458 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:38.855467 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.506µs I0705 14:12:38.855470 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.37.239"}, 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}} I0705 14:12:38.855472 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.855478 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.855483 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855460 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.337µs I0705 14:12:38.855485 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 438.362µs I0705 14:12:38.855494 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855496 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:38.855306 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855501 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:38.855511 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.855580 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:38.855598 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:38.855609 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 I0705 14:12:38.855634 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.855633 3306 zone_ic_handler.go:240] Creating interconnect resources for remote zone node ip-10-0-0-11.ec2.internal for the network default I0705 14:12:38.855641 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 259.69µs I0705 14:12:38.855476 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.855655 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:38.855664 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:38.855657 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855699 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-0-11.ec2.internal]} name:tstor-ip-10-0-0-11.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-11.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742520}] I0705 14:12:38.855732 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:38.855729 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:38.855486 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.855747 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.855753 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855760 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) I0705 14:12:38.855763 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.855750 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:u2368742520}]}}] Timeout: Where:[where column _uuid == {2c833f82-f0a3-44e2-af44-e50fc79aa735}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:38.855516 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.855770 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) I0705 14:12:38.855766 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}} I0705 14:12:38.855781 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.855785 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855793 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.855787 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.855775 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-0-11.ec2.internal]} name:tstor-ip-10-0-0-11.ec2.internal options:{GoMap:map[requested-chassis:ip-10-0-0-11.ec2.internal requested-tnl-key:4]} type:remote] Rows:[] Columns:[] Mutations:[] Timeout: Where:[] Until: Durable: Comment: Lock: UUID: UUIDName:u2368742520} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2368742520}]}}] Timeout: Where:[where column _uuid == {2c833f82-f0a3-44e2-af44-e50fc79aa735}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:38.855810 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.855812 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.855504 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855824 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.855833 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 I0705 14:12:38.855822 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.855847 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:38.855853 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.855856 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:38.855860 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 383.547µs I0705 14:12:38.855805 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 I0705 14:12:38.855863 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.855873 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:38.855878 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855879 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 6.943µs I0705 14:12:38.855887 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855510 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855890 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:38.855891 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.855903 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 941.317µs I0705 14:12:38.855919 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:38.855922 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:38.855905 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.855938 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.855903 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.855887 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 I0705 14:12:38.855938 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.855949 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.855955 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855960 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 I0705 14:12:38.855966 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855968 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:38.855967 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:38.855976 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 321.258µs I0705 14:12:38.855984 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.855984 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:38.855993 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 496.692µs I0705 14:12:38.855994 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.855984 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.855933 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:38.856007 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856007 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.856013 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856025 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856030 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.856031 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:38.856036 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 I0705 14:12:38.856041 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:38.856040 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.856059 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:38.856056 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856066 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:38.856066 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 565.608µs I0705 14:12:38.856079 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 I0705 14:12:38.856082 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:38.856073 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:38.856008 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:38.856093 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856096 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 88.536µs I0705 14:12:38.856027 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856101 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:38.856108 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.856109 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 219.061µs I0705 14:12:38.856121 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:38.856124 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:38.856139 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.55.86"}, 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}} I0705 14:12:38.856177 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856116 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856129 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856093 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856188 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856129 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856205 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:38.856214 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:38.856217 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.120.179"}, 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}} I0705 14:12:38.856223 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:38.856210 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856233 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) I0705 14:12:38.856235 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856242 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856242 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:38.856238 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.66.160"}, 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}} I0705 14:12:38.856247 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856196 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:38.856254 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856256 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:38.856262 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856267 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856266 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:38.856255 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856272 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 I0705 14:12:38.856280 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 I0705 14:12:38.856282 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856284 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.856293 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.856283 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856299 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.856302 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 I0705 14:12:38.856307 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 317.414µs I0705 14:12:38.856308 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856297 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.856320 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856322 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0705 14:12:38.856322 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:38.856323 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.856325 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:38.856328 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 409.305µs I0705 14:12:38.856330 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 I0705 14:12:38.856333 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 225.731µs I0705 14:12:38.856332 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 10.389µs I0705 14:12:38.856340 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 I0705 14:12:38.856343 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:38.856347 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.856350 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.856351 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 7.714µs I0705 14:12:38.856354 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:38.856363 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 241.654µs I0705 14:12:38.856364 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.856363 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:38.856374 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 291.985µs I0705 14:12:38.856377 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.856385 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:38.856354 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856360 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856373 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856422 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:38.856433 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:38.856394 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856433 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856386 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856438 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:38.856448 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856449 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856457 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856457 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856463 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:38.856466 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856473 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856480 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856478 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856483 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856478 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856454 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:38.856495 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856503 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856508 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856508 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856514 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856502 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856522 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856504 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856525 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 I0705 14:12:38.856532 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856532 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856536 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856523 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856546 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856548 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856547 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.856549 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856557 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 210.49µs I0705 14:12:38.856558 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 I0705 14:12:38.856562 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856549 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856562 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 I0705 14:12:38.856568 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.856571 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 I0705 14:12:38.856574 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856584 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.856586 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856587 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.856592 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 240.796µs I0705 14:12:38.856592 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.856598 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 232.493µs I0705 14:12:38.856598 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 I0705 14:12:38.856602 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 226.106µs I0705 14:12:38.856605 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:38.856610 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.856613 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:38.856621 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:38.856575 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856627 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 242.231µs I0705 14:12:38.856640 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.856643 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:38.856655 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.126.91"}, 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}} I0705 14:12:38.856621 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856620 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856667 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856615 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856677 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856686 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:38.856692 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:38.856649 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856698 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:38.856691 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856699 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:38.856706 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856713 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:38.856712 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856717 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:38.856720 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856723 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:38.856725 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856717 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856732 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856733 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 I0705 14:12:38.856734 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856730 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:38.856740 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856749 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856753 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.856759 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 191.661µs I0705 14:12:38.856760 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856754 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856770 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:38.856753 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856759 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856778 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 8.288µs I0705 14:12:38.856779 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856787 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.856786 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.856789 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:38.856791 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856778 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856802 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.856803 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 I0705 14:12:38.856803 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:38.856806 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:38.856814 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 I0705 14:12:38.856818 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:38.856818 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 I0705 14:12:38.856825 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:38.856829 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 I0705 14:12:38.856795 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856831 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 217.475µs I0705 14:12:38.856840 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:38.856841 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.856846 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:38.856848 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 238.743µs I0705 14:12:38.856849 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 240.899µs I0705 14:12:38.856849 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.856849 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:38.856860 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:38.856859 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 219.275µs I0705 14:12:38.856865 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.856867 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.586µs I0705 14:12:38.856865 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.211.254"}, 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}} I0705 14:12:38.856873 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.856879 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856888 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856854 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856905 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001442598 seconds. No OVN measurement. I0705 14:12:38.856900 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.856916 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:38.856884 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856925 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:38.856931 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856934 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:38.856940 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:38.856953 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 I0705 14:12:38.856960 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.25.101"}, 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}} I0705 14:12:38.856972 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.856875 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.856972 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856948 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.856988 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.856989 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.857000 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:38.857008 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.857001 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.857027 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.857016 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.857037 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:38.857033 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.118.62"}, 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}} I0705 14:12:38.857047 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 I0705 14:12:38.857052 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.857064 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.857130 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.857041 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:38.857180 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:38.857195 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:38.857196 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 I0705 14:12:38.857204 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 I0705 14:12:38.857222 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:38.857228 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.857229 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 382.897µs I0705 14:12:38.857235 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 370.343µs I0705 14:12:38.856978 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 191.141µs I0705 14:12:38.857067 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.857256 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 384.135µs I0705 14:12:38.856891 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.857269 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.857351 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:38.857367 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.857383 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) I0705 14:12:38.857390 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) I0705 14:12:38.857401 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.857421 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:38.857427 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:38.857434 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 I0705 14:12:38.857448 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.857456 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 565.343µs I0705 14:12:38.857611 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-0-11.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:u2368742521}] I0705 14:12:38.857664 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:u2368742521}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:38.857690 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-11.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:u2368742521} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742521}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:38.858247 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-0-11.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:u2368742522}] I0705 14:12:38.858306 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:u2368742522}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:38.858334 3306 transact.go:42] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[external_ids:{GoMap:map[ic-node:ip-10-0-0-11.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:u2368742522} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2368742522}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:38.858783 3306 zone_ic_handler.go:257] Creating Interconnect resources for node ip-10-0-0-11.ec2.internal took: 3.149035ms I0705 14:12:38.858801 3306 master.go:657] Creating Interconnect resources for node ip-10-0-0-11.ec2.internal took: 3.886978ms I0705 14:12:38.858814 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:38.858827 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-0-11.ec2.internal I0705 14:12:38.958892 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-1-77.ec2.internal I0705 14:12:38.958995 3306 node_tracker.go:172] Node ip-10-0-1-77.ec2.internal switch + router changed, syncing services I0705 14:12:38.958910 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:38.959020 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:38.959021 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-1-77.ec2.internal I0705 14:12:38.959042 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:38.959061 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:38.959071 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:38.959072 3306 master.go:657] Creating Interconnect resources for node ip-10-0-1-77.ec2.internal took: 824ns I0705 14:12:38.959079 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.959083 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:38.959087 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:38.959091 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-1-77.ec2.internal I0705 14:12:38.959096 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:38.959106 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:38.959110 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:38.959134 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:38.959146 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.959151 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 19.479µs I0705 14:12:38.959195 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:38.959196 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.959201 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 8.406µs I0705 14:12:38.959114 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:38.959207 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:38.959208 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:38.959214 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.959122 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959219 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 9.397µs I0705 14:12:38.959234 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:38.959178 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959247 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:38.959252 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959262 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:38.959260 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}} I0705 14:12:38.959221 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959264 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.251.53"}, 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}} I0705 14:12:38.959273 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.37.239"}, 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}} I0705 14:12:38.959276 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959283 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959285 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959292 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:38.959295 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959297 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959305 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:38.959302 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959314 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:38.959316 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.959317 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) I0705 14:12:38.959320 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:38.959327 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) I0705 14:12:38.959329 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:38.959330 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:38.959318 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959318 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959338 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:38.959348 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:38.959326 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.959349 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.959351 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:38.959358 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:38.959359 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:38.959360 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:38.959345 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959367 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:38.959366 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 I0705 14:12:38.959366 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:38.959374 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.959374 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 I0705 14:12:38.959376 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.959381 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:38.959383 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 I0705 14:12:38.959387 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:38.959389 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.959394 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:38.959343 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959394 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:38.959400 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 I0705 14:12:38.959399 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:38.959400 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.959404 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 299.531µs I0705 14:12:38.959409 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:38.959410 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 267.723µs I0705 14:12:38.959414 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.959418 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:38.959417 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:38.959417 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 307.576µs I0705 14:12:38.959424 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.959424 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:38.959422 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:38.959430 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.959432 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 217.221µs I0705 14:12:38.959430 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959436 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:38.959436 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:38.959445 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:38.959444 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959446 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.959448 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 12.502µs I0705 14:12:38.959456 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:38.959456 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959424 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959463 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:38.959465 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.959473 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:38.959436 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:38.959479 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.959478 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:38.959486 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:38.959455 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959475 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959489 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959491 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.959501 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959503 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:38.959503 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.959508 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959510 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:38.959501 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:38.959516 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.959516 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.959516 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:38.959523 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.959523 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959518 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959529 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 I0705 14:12:38.959531 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.959532 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959537 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.959540 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.959533 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}} I0705 14:12:38.959473 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:38.959547 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.959550 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.959545 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959551 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959553 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:38.959555 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:38.959561 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959563 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 235.365µs I0705 14:12:38.959560 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 I0705 14:12:38.959567 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.959569 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:38.959575 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.959576 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.959581 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:38.959581 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.959581 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:38.959586 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 168.262µs I0705 14:12:38.959585 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.959601 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:38.959608 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:38.959608 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 8.741µs I0705 14:12:38.959593 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.959602 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959617 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:38.959616 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 I0705 14:12:38.959624 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:38.959634 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:38.959635 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 I0705 14:12:38.959586 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959626 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:38.959638 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 217.144µs I0705 14:12:38.959652 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.959650 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959656 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:38.959626 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959658 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:38.959662 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 217.928µs I0705 14:12:38.959675 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:38.959672 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.55.86"}, 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}} I0705 14:12:38.959678 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:38.959658 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959686 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959688 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959697 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959699 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:38.959699 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959708 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.120.179"}, 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}} I0705 14:12:38.959712 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959694 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959717 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) I0705 14:12:38.959725 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959684 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959714 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959728 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.959741 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:38.959735 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959740 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.959754 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:38.959756 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.959758 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:38.959759 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:38.959764 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 I0705 14:12:38.959767 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 I0705 14:12:38.959766 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.959777 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 I0705 14:12:38.959774 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.66.160"}, 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}} I0705 14:12:38.959788 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:38.959788 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:38.959788 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959793 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 176.09µs I0705 14:12:38.959791 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:38.959727 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:38.959801 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 149.439µs I0705 14:12:38.959803 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:38.959800 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959808 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 5.778µs I0705 14:12:38.959810 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:38.959810 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:38.959815 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.959815 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 6.17µs I0705 14:12:38.959823 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.959824 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 I0705 14:12:38.959827 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959843 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.959821 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959850 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.959829 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959860 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 I0705 14:12:38.959868 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:38.959870 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:38.959796 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 220.998µs I0705 14:12:38.959870 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0705 14:12:38.959877 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959882 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:38.959885 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 421.628µs I0705 14:12:38.959883 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959889 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 215.019µs I0705 14:12:38.959889 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.959896 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959898 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.959902 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959903 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:38.959912 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959933 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.959941 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.959902 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959947 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 I0705 14:12:38.959912 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959908 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.959887 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959964 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:38.959966 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:38.959969 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959970 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:38.959971 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 146.574µs I0705 14:12:38.959980 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:38.959984 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.959979 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959984 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959982 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.959996 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959998 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.959995 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.959997 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960006 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.960005 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960011 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960013 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.959990 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960018 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 I0705 14:12:38.960022 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960032 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:38.960036 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:38.960024 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960040 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.126.91"}, 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}} I0705 14:12:38.960040 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 224.624µs I0705 14:12:38.960030 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960049 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960050 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.960052 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:38.960056 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960058 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.960042 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960062 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.960069 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.960073 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.960067 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960075 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 I0705 14:12:38.960079 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 I0705 14:12:38.960082 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:38.960085 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.960089 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:38.960060 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960096 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 I0705 14:12:38.960097 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 I0705 14:12:38.960100 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:38.960100 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:38.960107 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 219.401µs I0705 14:12:38.960110 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:38.960109 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:38.960108 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 206.701µs I0705 14:12:38.960114 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 130.565µs I0705 14:12:38.960118 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.960120 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.960124 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:38.960126 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.960123 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:38.960129 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960135 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 237.297µs I0705 14:12:38.960137 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960132 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960151 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960133 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960192 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.960195 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:38.960128 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960201 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:38.960197 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:38.960207 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 I0705 14:12:38.960204 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:38.960209 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:38.960212 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 63.592µs I0705 14:12:38.960216 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:38.960223 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:38.960226 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.960223 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.960227 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 175.022µs I0705 14:12:38.960216 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960238 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:38.960230 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:38.960241 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960237 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960248 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960253 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960258 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960254 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960272 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:38.960246 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960279 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:38.960269 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960286 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 I0705 14:12:38.960235 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960290 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:38.960275 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960295 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.960300 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960301 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:38.960307 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 181.672µs I0705 14:12:38.960306 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.960307 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:38.960305 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:38.960315 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:38.960313 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:38.960321 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 5.992µs I0705 14:12:38.960321 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 I0705 14:12:38.960323 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:38.960327 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.960334 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 I0705 14:12:38.960330 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.211.254"}, 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}} I0705 14:12:38.960344 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:38.960346 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960351 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 227.022µs I0705 14:12:38.960355 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:38.960358 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960361 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 242.722µs I0705 14:12:38.960363 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.960373 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.960373 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.000815086 seconds. No OVN measurement. I0705 14:12:38.960315 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960378 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960404 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:38.960408 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:38.960371 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960422 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:38.960386 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960415 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:38.960431 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:38.960435 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 I0705 14:12:38.960436 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:38.960445 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 I0705 14:12:38.960445 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:38.960443 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.25.101"}, 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}} I0705 14:12:38.960458 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:38.960458 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960460 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:38.960459 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.960462 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 224.398µs I0705 14:12:38.960468 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960468 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 242.756µs I0705 14:12:38.960473 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) I0705 14:12:38.960475 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.960483 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) I0705 14:12:38.960486 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.960485 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960333 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960499 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960514 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.960486 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960527 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:38.960528 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:38.960529 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:38.960533 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:38.960540 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:38.960540 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 I0705 14:12:38.960496 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960541 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.960551 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 I0705 14:12:38.960553 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) I0705 14:12:38.960563 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960563 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:38.960568 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:38.960572 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:38.960572 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 208.882µs I0705 14:12:38.960579 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 206.23µs I0705 14:12:38.960577 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960587 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:38.960589 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.960582 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:38.960538 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.118.62"}, 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}} I0705 14:12:38.960602 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960606 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960594 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:38.960621 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:38.960620 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960633 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 I0705 14:12:38.960637 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:38.960598 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960649 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:38.960599 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:38.960656 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:38.960665 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 189.14µs I0705 14:12:38.960665 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:38.960671 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:38.960605 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) I0705 14:12:38.960683 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.106.10"}, 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}} I0705 14:12:38.960683 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:38.960700 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960704 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960710 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960714 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960726 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960732 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960758 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:38.960762 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:38.960658 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 I0705 14:12:38.960770 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:38.960773 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:38.960782 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 I0705 14:12:38.960785 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 I0705 14:12:38.960790 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:38.960799 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 469.412µs I0705 14:12:38.960694 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:38.960807 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:38.960805 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:38.960815 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 229.124µs I0705 14:12:38.960816 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 227.008µs I0705 14:12:38.960823 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:38.960857 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:38.960869 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:38.960880 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 I0705 14:12:38.960901 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:38.960910 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 427.113µs I0705 14:12:39.058058 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-0-11.ec2.internal, subnet 10.130.0.0/23 I0705 14:12:39.058078 3306 ovs.go:159] Exec(126): /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" I0705 14:12:39.067712 3306 ovs.go:162] Exec(126): stdout: "73862790-36bb-4441-b881-e67ba42b3079\n" I0705 14:12:39.067725 3306 ovs.go:163] Exec(126): stderr: "" I0705 14:12:39.067734 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 - 73862790-36bb-4441-b881-e67ba42b3079 : stderr - : err I0705 14:12:39.067755 3306 default_node_network_controller.go:1102] Upgrade Hack: node ip-10-0-1-77.ec2.internal, subnet 10.129.0.0/23 I0705 14:12:39.067768 3306 ovs.go:159] Exec(127): /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" I0705 14:12:39.076292 3306 ovs.go:162] Exec(127): stdout: "5d4ece5f-5496-41c5-8964-b5f9c55073b0\n" I0705 14:12:39.076306 3306 ovs.go:163] Exec(127): stderr: "" I0705 14:12:39.076314 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 - 5d4ece5f-5496-41c5-8964-b5f9c55073b0 : stderr - : err I0705 14:12:39.076323 3306 default_node_network_controller.go:1110] Upgrade Hack: Syncing nodes took 28.021883957s I0705 14:12:39.076339 3306 ovs.go:159] Exec(128): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns name find Load_Balancer I0705 14:12:39.080584 3306 ovs.go:162] Exec(128): stdout: "Service_openshift-insights/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster\n\nService_openshift-apiserver-operator/metrics_TCP_cluster\n\nService_openshift-authentication-operator/metrics_TCP_cluster\n\nService_openshift-cloud-credential-operator/cco-metrics_TCP_cluster\n\nService_openshift-ingress/router-internal-default_TCP_cluster\n\nService_openshift-network-diagnostics/network-check-target_TCP_cluster\n\nService_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal\n\nService_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster\n\nService_openshift-service-ca-operator/metrics_TCP_cluster\n\nService_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster\n\nService_openshift-apiserver/check-endpoints_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-daemon_TCP_cluster\n\nService_openshift-dns-operator/metrics_TCP_cluster\n\nService_default/kubernetes_TCP_node_router+switch_ip-10-0-2-180.ec2.internal\n\nService_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster\n\nService_openshift-config-operator/metrics_TCP_cluster\n\nService_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-180.ec2.internal\n\nService_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-180.ec2.internal\n\nService_openshift-ingress/router-default_TCP_cluster\n\nService_openshift-ingress-operator/metrics_TCP_cluster\n\nService_openshift-kube-controller-manager-operator/metrics_TCP_cluster\n\nService_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-180.ec2.internal\n\nService_default/packageserver_TCP_node_router+switch_ip-10-0-2-180.ec2.internal\n\nService_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.ec2.internal\n\nService_openshift-network-console/networking-console-plugin_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-operator_TCP_cluster\n\nService_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-180.ec2.internal\n\nService_openshift-ingress-canary/ingress-canary_TCP_cluster\n\nService_openshift-console-operator/metrics_TCP_cluster\n\nService_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster\n\nService_openshift-machine-config-operator/machine-config-controller_TCP_cluster\n\nService_openshift-image-registry/image-registry_TCP_cluster\n\nService_openshift-cluster-version/cluster-version-operator_TCP_cluster\n" I0705 14:12:39.080620 3306 ovs.go:163] Exec(128): stderr: "" I0705 14:12:39.080628 3306 default_node_network_controller.go:779] Upgrade Hack: fetchLBNames: stdout - Service_openshift-insights/metrics_TCP_cluster Service_openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-metrics_TCP_cluster Service_openshift-apiserver-operator/metrics_TCP_cluster Service_openshift-authentication-operator/metrics_TCP_cluster Service_openshift-cloud-credential-operator/cco-metrics_TCP_cluster Service_openshift-ingress/router-internal-default_TCP_cluster Service_openshift-network-diagnostics/network-check-target_TCP_cluster Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal Service_openshift-cluster-node-tuning-operator/performance-addon-operator-service_TCP_cluster Service_openshift-service-ca-operator/metrics_TCP_cluster Service_openshift-deployment-validation-operator/deployment-validation-operator-catalog_TCP_cluster Service_openshift-apiserver/check-endpoints_TCP_cluster Service_openshift-machine-config-operator/machine-config-daemon_TCP_cluster Service_openshift-dns-operator/metrics_TCP_cluster Service_default/kubernetes_TCP_node_router+switch_ip-10-0-2-180.ec2.internal Service_openshift-kube-storage-version-migrator-operator/metrics_TCP_cluster Service_openshift-config-operator/metrics_TCP_cluster Service_openshift-dns/dns-default_TCP_node_router+switch_ip-10-0-2-180.ec2.internal Service_openshift-ingress/router-default_TCP_node_router_ip-10-0-2-180.ec2.internal Service_openshift-ingress/router-default_TCP_cluster Service_openshift-ingress-operator/metrics_TCP_cluster Service_openshift-kube-controller-manager-operator/metrics_TCP_cluster Service_default/openshift-apiserver_TCP_node_router+switch_ip-10-0-2-180.ec2.internal Service_default/packageserver_TCP_node_router+switch_ip-10-0-2-180.ec2.internal Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.ec2.internal Service_openshift-network-console/networking-console-plugin_TCP_cluster Service_openshift-machine-config-operator/machine-config-operator_TCP_cluster Service_default/openshift-oauth-apiserver_TCP_node_router+switch_ip-10-0-2-180.ec2.internal Service_openshift-ingress-canary/ingress-canary_TCP_cluster Service_openshift-console-operator/metrics_TCP_cluster Service_openshift-cluster-storage-operator/cluster-storage-operator-metrics_TCP_cluster Service_openshift-machine-config-operator/machine-config-controller_TCP_cluster Service_openshift-image-registry/image-registry_TCP_cluster Service_openshift-cluster-version/cluster-version-operator_TCP_cluster : stderr - : err I0705 14:12:39.080636 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 I0705 14:12:39.080642 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-console-operator/metrics/Service_openshift-console-operator/metrics : match - true I0705 14:12:39.080646 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress-operator/metrics/Service_openshift-ingress-operator/metrics : match - true I0705 14:12:39.080649 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver/check-endpoints/Service_openshift-apiserver/check-endpoints : match - true I0705 14:12:39.080653 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-apiserver/Service_default/openshift-apiserver : match - true I0705 14:12:39.080657 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-ingress/router-default/Service_openshift-ingress/router-default : match - true I0705 14:12:39.080660 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 I0705 14:12:39.080664 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/kubernetes/Service_default/kubernetes : match - true I0705 14:12:39.080666 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 I0705 14:12:39.080671 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns-operator/metrics/Service_openshift-dns-operator/metrics : match - true I0705 14:12:39.080675 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 I0705 14:12:39.080678 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/packageserver/Service_default/packageserver : match - true I0705 14:12:39.080681 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-authentication-operator/metrics/Service_openshift-authentication-operator/metrics : match - true I0705 14:12:39.080685 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 I0705 14:12:39.080688 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-config-operator/metrics/Service_openshift-config-operator/metrics : match - true I0705 14:12:39.080691 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 I0705 14:12:39.080693 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-insights/metrics/Service_openshift-insights/metrics : match - true I0705 14:12:39.080696 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 I0705 14:12:39.080699 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 I0705 14:12:39.080702 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-apiserver-operator/metrics/Service_openshift-apiserver-operator/metrics : match - true I0705 14:12:39.080706 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 I0705 14:12:39.080709 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 I0705 14:12:39.080712 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 I0705 14:12:39.080715 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - default/openshift-oauth-apiserver/Service_default/openshift-oauth-apiserver : match - true I0705 14:12:39.080718 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 I0705 14:12:39.080721 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 I0705 14:12:39.080725 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 I0705 14:12:39.080728 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 I0705 14:12:39.080732 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 I0705 14:12:39.080735 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 I0705 14:12:39.080738 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 I0705 14:12:39.080742 3306 default_node_network_controller.go:788] Upgrade Hack: lbExists for service - openshift-dns/dns-default/Service_openshift-dns/dns-default : match - true I0705 14:12:39.080747 3306 default_node_network_controller.go:1130] Upgrade Hack: Syncing services took 28.026308514s I0705 14:12:39.080763 3306 ovs.go:159] Exec(129): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-multus_network-metrics-daemon-jx74n I0705 14:12:39.084961 3306 ovs.go:162] Exec(129): stdout: "6c69c91f-bb9e-4d95-9581-f52f44298122\n" I0705 14:12:39.084974 3306 ovs.go:163] Exec(129): stderr: "" I0705 14:12:39.084981 3306 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-multus/network-metrics-daemon-jx74n : stdout - 6c69c91f-bb9e-4d95-9581-f52f44298122 : stderr - I0705 14:12:39.084991 3306 ovs.go:159] Exec(130): /usr/bin/ovn-sbctl --timeout=15 --no-leader-only --bare --columns _uuid find Port_Binding logical_port=openshift-network-diagnostics_network-check-target-dlmqf I0705 14:12:39.088912 3306 ovs.go:162] Exec(130): stdout: "e086455d-95da-4f81-83a7-89d5084c7a0d\n" I0705 14:12:39.088926 3306 ovs.go:163] Exec(130): stderr: "" I0705 14:12:39.088931 3306 default_node_network_controller.go:796] Upgrade Hack: portExists for pod - openshift-network-diagnostics/network-check-target-dlmqf : stdout - e086455d-95da-4f81-83a7-89d5084c7a0d : stderr - I0705 14:12:39.088938 3306 default_node_network_controller.go:1151] Upgrade Hack: Syncing pods took 28.034499197s I0705 14:12:39.088958 3306 kube.go:130] Setting annotations map[k8s.ovn.org/remote-zone-migrated:ip-10-0-2-180.ec2.internal] on node ip-10-0-2-180.ec2.internal I0705 14:12:39.105927 3306 default_node_network_controller.go:1165] ovnkube-node ip-10-0-2-180.ec2.internal finished annotating node with remote-zone-migrated; took: 28.051480963s I0705 14:12:39.105980 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" I0705 14:12:39.106020 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-2-180.ec2.internal I0705 14:12:39.106113 3306 obj_retry.go:568] Update event received for resource *v1.Node, old object is equal to new: false I0705 14:12:39.106123 3306 node_tracker.go:172] Node ip-10-0-2-180.ec2.internal switch + router changed, syncing services I0705 14:12:39.106135 3306 obj_retry.go:620] Update event received for *v1.Node ip-10-0-2-180.ec2.internal I0705 14:12:39.106139 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:39.106152 3306 services_controller.go:614] Adding service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:39.106189 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default E0705 14:12:39.106192 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:12:39.106199 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:39.106205 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:39.106211 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:12:39.106215 3306 services_controller.go:356] Processing sync for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:39.106269 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:39.106278 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:39.106227 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 8376fb39-a5a5-4071-ad2b-87f79eec44ee 1135 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716335b }] [] []},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.25.101,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.25.101],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.106323 3306 lb_config.go:1031] Cluster endpoints for openshift-cloud-credential-operator/cco-metrics for network=default are: map[] I0705 14:12:39.106289 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 8b1428c4-6e73-42dc-8d42-6863739715f2 1056 0 2026-07-05 14:01:20 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163677 }] [] []},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.5.156,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.5.156],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.106206 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:39.106340 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.25.101"}, 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}} I0705 14:12:39.106285 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 3860acf6-7caf-4e94-964a-df04c15725b3 1656 0 2026-07-05 14:01:31 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716354f }] [] []},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.226.182,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.226.182],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.106358 3306 services_controller.go:444] Built service openshift-cloud-credential-operator/cco-metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106361 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default are: map[] I0705 14:12:39.106368 3306 services_controller.go:614] Adding service openshift-ingress/router-internal-default for network=default I0705 14:12:39.106369 3306 services_controller.go:445] Built service openshift-cloud-credential-operator/cco-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106373 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.5.156"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.106379 3306 obj_retry.go:568] Update event received for resource *factory.egressNode, old object is equal to new: false I0705 14:12:39.106379 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default are: map[] I0705 14:12:39.106387 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) I0705 14:12:39.106393 3306 obj_retry.go:620] Update event received for *factory.egressNode ip-10-0-2-180.ec2.internal I0705 14:12:39.106398 3306 services_controller.go:445] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106396 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.226.182"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.106402 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-internal-default for network=default I0705 14:12:39.106411 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) I0705 14:12:39.106392 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.25.101", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.106420 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) I0705 14:12:39.106426 3306 services_controller.go:452] Built service openshift-cloud-credential-operator/cco-metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.106416 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.5.156", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.106439 3306 services_controller.go:453] Built service openshift-cloud-credential-operator/cco-metrics template LB for network=default: []services.LB{} I0705 14:12:39.106441 3306 egressip.go:1976] Egress node: ip-10-0-2-180.ec2.internal about to be initialized I0705 14:12:39.106444 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.106450 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 I0705 14:12:39.106456 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/cluster-storage-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:39.106439 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.226.182", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.106467 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 I0705 14:12:39.106469 3306 services_controller.go:452] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service per-node LB for network=default: []services.LB{} I0705 14:12:39.106475 3306 services_controller.go:471] Skipping no-op change for service openshift-cloud-credential-operator/cco-metrics for network=default I0705 14:12:39.106481 3306 services_controller.go:453] Built service openshift-cluster-node-tuning-operator/performance-addon-operator-service template LB for network=default: []services.LB{} I0705 14:12:39.106483 3306 services_controller.go:360] Finished syncing service cco-metrics on namespace openshift-cloud-credential-operator for network=default : 268.545µs I0705 14:12:39.106487 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/cluster-storage-operator-metrics for network=default I0705 14:12:39.106379 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:39.106493 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 I0705 14:12:39.106416 3306 services_controller.go:434] Service openshift-ingress/router-internal-default retrieved from lister for network=default: &Service{ObjectMeta:{router-internal-default openshift-ingress d2ecffb1-deb0-4dbe-89d2-f4cb09453936 2596 0 2026-07-05 14:01:35 +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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163fce }] [] []},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.167.109,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.167.109],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.106494 3306 services_controller.go:360] Finished syncing service cluster-storage-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 218.199µs I0705 14:12:39.106512 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:39.106518 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-node-tuning-operator/performance-addon-operator-service for network=default I0705 14:12:39.106392 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:39.106525 3306 services_controller.go:360] Finished syncing service performance-addon-operator-service on namespace openshift-cluster-node-tuning-operator for network=default : 258.265µs I0705 14:12:39.106528 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-internal-default for network=default are: map[] I0705 14:12:39.106540 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 == {0094b731-a666-4e42-a054-1d9014cf5088}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:39.106548 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.167.109"}, 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.167.109"}, protocol:"TCP", 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.167.109"}, 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}} I0705 14:12:39.106576 3306 services_controller.go:444] Built service openshift-ingress/router-internal-default LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106587 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:0094b731-a666-4e42-a054-1d9014cf5088}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:39.106607 3306 services_controller.go:445] Built service openshift-ingress/router-internal-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106537 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 c136171c-9ad2-451d-a828-a2f985be6353 4859 0 2026-07-05 14:03:20 +0000 UTC map[olm.managed:true olm.service-spec-hash:8H7arFYfeqTDwtur5ZzpDGCqSKpg30XG9PXH2W] map[] [{operators.coreos.com/v1alpha1 CatalogSource deployment-validation-operator-catalog ec75fe45-3e10-4f43-8375-78ba9dab644f 0xc00716399d 0xc00716399e}] [] []},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.3.73,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.3.73],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.106511 3306 services_controller.go:614] Adding service openshift-dns/dns-default for network=default I0705 14:12:39.106637 3306 services_controller.go:614] Adding service openshift-image-registry/image-registry for network=default I0705 14:12:39.106620 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 == {0094b731-a666-4e42-a054-1d9014cf5088}] Until: Durable: Comment: Lock: UUID: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:0094b731-a666-4e42-a054-1d9014cf5088}]}}] Timeout: Where:[where column _uuid == {84da774d-0f95-42da-ae24-80640902ccb9}] Until: Durable: Comment: Lock: UUID: UUIDName:}] I0705 14:12:39.106648 3306 services_controller.go:614] Adding service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:39.106645 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default are: map[] I0705 14:12:39.106653 3306 services_controller.go:614] Adding service openshift-apiserver/check-endpoints for network=default I0705 14:12:39.106629 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.167.109", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.167.109", Port:1936, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.106657 3306 services_controller.go:614] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:39.106662 3306 services_controller.go:614] Adding service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:39.106519 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 a444eecd-aa71-49f0-99ec-9db041adc24a 923 0 2026-07-05 14:01:16 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a2ab }] [] []},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.106.10,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.106.10],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.106666 3306 services_controller.go:452] Built service openshift-ingress/router-internal-default per-node LB for network=default: []services.LB{} I0705 14:12:39.106663 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.3.73"}, protocol:"TCP", inport:50051, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.106677 3306 services_controller.go:356] Processing sync for service openshift-dns/dns-default for network=default I0705 14:12:39.106686 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) I0705 14:12:39.106689 3306 services_controller.go:356] Processing sync for service openshift-image-registry/image-registry for network=default I0705 14:12:39.106693 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-controller for network=default are: map[] I0705 14:12:39.106697 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106698 3306 services_controller.go:453] Built service openshift-ingress/router-internal-default template LB for network=default: []services.LB{} I0705 14:12:39.106706 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.106.10"}, 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}} I0705 14:12:39.106714 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 I0705 14:12:39.106720 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-controller LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106730 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-controller LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106686 3306 services_controller.go:434] Service openshift-dns/dns-default retrieved from lister for network=default: &Service{ObjectMeta:{dns-default openshift-dns 522f46bb-901f-4e1a-8299-6bd4e868c8ec 3522 0 2026-07-05 14:01:50 +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 c76be577-6b48-4041-8176-e1bdaafecdf6 0xc007163ba7 }] [] []},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{},},} I0705 14:12:39.106718 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.3.73", Port:50051, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.106699 3306 services_controller.go:434] Service openshift-image-registry/image-registry retrieved from lister for network=default: &Service{ObjectMeta:{image-registry openshift-image-registry 8945e8ab-8631-4207-ae01-706a74b49669 2078 0 2026-07-05 14:01:33 +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.251.53,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.251.53],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.106746 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-internal-default for network=default I0705 14:12:39.106754 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog per-node LB for network=default: []services.LB{} I0705 14:12:39.106755 3306 services_controller.go:360] Finished syncing service router-internal-default on namespace openshift-ingress for network=default : 352.857µs I0705 14:12:39.106746 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.106.10", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.106764 3306 lb_config.go:1031] Cluster endpoints for openshift-image-registry/image-registry for network=default are: map[] I0705 14:12:39.106760 3306 lb_config.go:1031] Cluster endpoints for openshift-dns/dns-default for network=default are: map[] I0705 14:12:39.106768 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-catalog template LB for network=default: []services.LB{} I0705 14:12:39.106771 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-controller per-node LB for network=default: []services.LB{} I0705 14:12:39.106772 3306 services_controller.go:356] Processing sync for service openshift-monitoring/cluster-monitoring-operator for network=default I0705 14:12:39.106781 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-controller template LB for network=default: []services.LB{} I0705 14:12:39.106782 3306 services_controller.go:360] Finished syncing service cluster-monitoring-operator on namespace openshift-monitoring for network=default : 10.393µs I0705 14:12:39.106782 3306 services_controller.go:443] Built service openshift-dns/dns-default LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106776 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.251.53"}, 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}} I0705 14:12:39.106791 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 I0705 14:12:39.106793 3306 services_controller.go:356] Processing sync for service openshift-apiserver/check-endpoints for network=default I0705 14:12:39.106798 3306 services_controller.go:444] Built service openshift-image-registry/image-registry LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106808 3306 services_controller.go:445] Built service openshift-image-registry/image-registry LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106825 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-controller for network=default I0705 14:12:39.106794 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}} I0705 14:12:39.106839 3306 services_controller.go:360] Finished syncing service machine-config-controller on namespace openshift-machine-config-operator for network=default : 325.543µs I0705 14:12:39.106846 3306 services_controller.go:445] Built service openshift-dns/dns-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106834 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.251.53", Port:5000, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.106853 3306 services_controller.go:356] Processing sync for service openshift-cluster-node-tuning-operator/node-tuning-operator for network=default I0705 14:12:39.106863 3306 services_controller.go:452] Built service openshift-image-registry/image-registry per-node LB for network=default: []services.LB{} I0705 14:12:39.106864 3306 services_controller.go:360] Finished syncing service node-tuning-operator on namespace openshift-cluster-node-tuning-operator for network=default : 9.234µs I0705 14:12:39.106818 3306 services_controller.go:434] Service openshift-apiserver/check-endpoints retrieved from lister for network=default: &Service{ObjectMeta:{check-endpoints openshift-apiserver 5d6229e3-79a2-425f-9f18-53fb7829d689 1783 0 2026-07-05 14:01:32 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163207 }] [] []},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.37.239,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.37.239],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.106874 3306 services_controller.go:356] Processing sync for service openshift-cluster-samples-operator/metrics for network=default I0705 14:12:39.106781 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 I0705 14:12:39.106881 3306 services_controller.go:451] Built service openshift-dns/dns-default cluster-wide LB for network=default: []services.LB{} I0705 14:12:39.106882 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-cluster-samples-operator for network=default : 8.353µs I0705 14:12:39.106875 3306 services_controller.go:453] Built service openshift-image-registry/image-registry template LB for network=default: []services.LB{} I0705 14:12:39.106891 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver/check-endpoints for network=default are: map[] I0705 14:12:39.106898 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 I0705 14:12:39.106899 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-catalog for network=default I0705 14:12:39.106907 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-catalog on namespace openshift-deployment-validation-operator for network=default : 520.201µs I0705 14:12:39.106905 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.37.239"}, 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}} I0705 14:12:39.106917 3306 services_controller.go:444] Built service openshift-apiserver/check-endpoints LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106919 3306 services_controller.go:471] Skipping no-op change for service openshift-image-registry/image-registry for network=default I0705 14:12:39.106924 3306 services_controller.go:445] Built service openshift-apiserver/check-endpoints LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.106891 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:9154, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-dns/dns-default_UDP_node_router+switch_ip-10-0-2-180.ec2.internal", UUID:"", Protocol:"UDP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-dns/dns-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.10", Port:53, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:39.106926 3306 services_controller.go:360] Finished syncing service image-registry on namespace openshift-image-registry for network=default : 240.424µs I0705 14:12:39.106937 3306 services_controller.go:453] Built service openshift-dns/dns-default template LB for network=default: []services.LB{} I0705 14:12:39.106935 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.37.239", Port:17698, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.106948 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 I0705 14:12:39.106953 3306 services_controller.go:452] Built service openshift-apiserver/check-endpoints per-node LB for network=default: []services.LB{} I0705 14:12:39.106965 3306 services_controller.go:453] Built service openshift-apiserver/check-endpoints template LB for network=default: []services.LB{} I0705 14:12:39.106669 3306 services_controller.go:614] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:39.106975 3306 services_controller.go:471] Skipping no-op change for service openshift-dns/dns-default for network=default I0705 14:12:39.106975 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 I0705 14:12:39.106981 3306 services_controller.go:360] Finished syncing service dns-default on namespace openshift-dns for network=default : 305.184µs I0705 14:12:39.106982 3306 services_controller.go:614] Adding service openshift-console-operator/metrics for network=default I0705 14:12:39.106991 3306 services_controller.go:356] Processing sync for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:39.106996 3306 services_controller.go:614] Adding service openshift-ingress-operator/metrics for network=default I0705 14:12:39.107000 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver/check-endpoints for network=default I0705 14:12:39.107006 3306 services_controller.go:356] Processing sync for service openshift-console-operator/metrics for network=default I0705 14:12:39.107007 3306 services_controller.go:360] Finished syncing service check-endpoints on namespace openshift-apiserver for network=default : 214.817µs I0705 14:12:39.107012 3306 services_controller.go:356] Processing sync for service openshift-ingress-operator/metrics for network=default I0705 14:12:39.107012 3306 services_controller.go:434] Service openshift-console-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-console-operator b4d08d7a-2b3b-4654-ad85-9bc2120ae6a7 2828 0 2026-07-05 14:01:36 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163907 }] [] []},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.1.144,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.1.144],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.107001 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 24ed869c-e50e-480d-b2a7-4a9100f1a229 1021 0 2026-07-05 14:01:19 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163727 }] [] []},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.89.127,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.89.127],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.107079 3306 lb_config.go:1031] Cluster endpoints for openshift-console-operator/metrics for network=default are: map[] I0705 14:12:39.107089 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default are: map[] I0705 14:12:39.107094 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.1.144"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.107098 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.89.127"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.107048 3306 services_controller.go:434] Service openshift-ingress-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-ingress-operator 523c6339-c4a9-4dc0-a09d-bd97822abf0b 1517 0 2026-07-05 14:01:30 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163e17 }] [] []},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.77.30,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.77.30],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.107108 3306 services_controller.go:444] Built service openshift-console-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107001 3306 services_controller.go:614] Adding service default/kubernetes for network=default I0705 14:12:39.107112 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) I0705 14:12:39.107123 3306 services_controller.go:445] Built service openshift-console-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107127 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) I0705 14:12:39.107130 3306 services_controller.go:614] Adding service default/openshift for network=default I0705 14:12:39.107131 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-operator/metrics for network=default are: map[] I0705 14:12:39.107137 3306 services_controller.go:614] Adding service default/openshift-apiserver for network=default I0705 14:12:39.107144 3306 services_controller.go:614] Adding service openshift-ingress/router-default for network=default I0705 14:12:39.107151 3306 services_controller.go:614] Adding service openshift-network-console/networking-console-plugin for network=default I0705 14:12:39.107145 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.77.30"}, protocol:"TCP", inport:9393, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.107146 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.89.127", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.107143 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.1.144", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.107186 3306 services_controller.go:356] Processing sync for service default/kubernetes for network=default I0705 14:12:39.107186 3306 services_controller.go:444] Built service openshift-ingress-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107191 3306 services_controller.go:452] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.107194 3306 services_controller.go:452] Built service openshift-console-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.107201 3306 services_controller.go:453] Built service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:39.107202 3306 services_controller.go:445] Built service openshift-ingress-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107207 3306 services_controller.go:453] Built service openshift-console-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.107207 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 I0705 14:12:39.107219 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 I0705 14:12:39.107224 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics for network=default I0705 14:12:39.107230 3306 services_controller.go:360] Finished syncing service csi-snapshot-controller-operator-metrics on namespace openshift-cluster-storage-operator for network=default : 240.393µs I0705 14:12:39.107220 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.77.30", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.107239 3306 services_controller.go:356] Processing sync for service default/openshift for network=default I0705 14:12:39.107244 3306 services_controller.go:471] Skipping no-op change for service openshift-console-operator/metrics for network=default I0705 14:12:39.107247 3306 services_controller.go:452] Built service openshift-ingress-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.107251 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-console-operator for network=default : 244.139µs I0705 14:12:39.107259 3306 services_controller.go:453] Built service openshift-ingress-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.107260 3306 services_controller.go:356] Processing sync for service default/openshift-apiserver for network=default I0705 14:12:39.107266 3306 services_controller.go:356] Processing sync for service openshift-ingress/router-default for network=default I0705 14:12:39.107270 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 I0705 14:12:39.107294 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-operator/metrics for network=default I0705 14:12:39.107270 3306 services_controller.go:434] Service default/openshift-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-apiserver default f412a2ee-38e6-4b53-89a9-b35830740280 1592 0 2026-07-05 14:01:31 +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.112.218,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.112.218],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.107329 3306 lb_config.go:1031] Cluster endpoints for default/openshift-apiserver for network=default are: map[TCP/https:{443 [172.30.179.113] []}] I0705 14:12:39.107344 3306 services_controller.go:443] Built service default/openshift-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107350 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.112.218"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.179.113"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.107360 3306 services_controller.go:445] Built service default/openshift-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107248 3306 services_controller.go:360] Finished syncing service openshift on namespace default for network=default : 8.695µs I0705 14:12:39.107381 3306 services_controller.go:451] Built service default/openshift-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:39.107397 3306 services_controller.go:356] Processing sync for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:39.107276 3306 services_controller.go:434] Service openshift-ingress/router-default retrieved from lister for network=default: &Service{ObjectMeta:{router-default openshift-ingress 2cf6dfec-d0ab-4818-a665-5856e8d7c4e0 3668 0 2026-07-05 14:01:35 +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=2rc17hrsgmncapl2uf4mm6rmq1b7ipv3,api.openshift.com/legal-entity-id=2h8L52xc1VHB4xLFE2YyPmAjYjI,api.openshift.com/name=kx-7c0aa8ed5d,cluster-type=rosa-hcp,creation-date=2026-07-05,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 952fac04-3714-405e-b442-a8e9f9e0b2c8 0xc007163f07 }] [service.kubernetes.io/load-balancer-cleanup] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{1 0 http},NodePort:32342,AppProtocol:nil,},ServicePort{Name:https,Protocol:TCP,Port:443,TargetPort:{1 0 https},NodePort:30870,AppProtocol:nil,},},Selector:map[string]string{ingresscontroller.operator.openshift.io/deployment-ingresscontroller: default,},ClusterIP:172.30.230.74,Type:LoadBalancer,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:Local,HealthCheckNodePort:32398,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.230.74],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:*true,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:,Hostname:a2cf6dfecd0ab4818a6655856e8d7c4e-eab07c71ab11e185.elb.us-east-1.amazonaws.com,IPMode:nil,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} I0705 14:12:39.107452 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:39.107461 3306 lb_config.go:1054] Local endpoints for openshift-ingress/router-default for network=default are: map[] I0705 14:12:39.107470 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.230.74"}, 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.230.74"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.107488 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:32342, 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:30870, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:true, internalTrafficLocal:false, hasNodePort:true}} I0705 14:12:39.107504 3306 services_controller.go:445] Built service openshift-ingress/router-default LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107529 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.230.74", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.230.74", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.107389 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-2-180.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.112.218", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.179.113", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:39.107559 3306 services_controller.go:453] Built service default/openshift-apiserver template LB for network=default: []services.LB{} I0705 14:12:39.107579 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 I0705 14:12:39.107549 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"openshift-ingress/router-default"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string(nil), Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}, services.LB{Name:"Service_openshift-ingress/router-default_TCP_node_switch_ip-10-0-2-180.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:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:32342, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"10.0.2.180", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"169.254.0.3", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.20.0.1", Port:30870, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string(nil), Groups:[]string(nil)}} I0705 14:12:39.107598 3306 services_controller.go:453] Built service openshift-ingress/router-default template LB for network=default: []services.LB{} I0705 14:12:39.107606 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 I0705 14:12:39.107608 3306 services_controller.go:471] Skipping no-op change for service default/openshift-apiserver for network=default I0705 14:12:39.107252 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:39.107615 3306 services_controller.go:360] Finished syncing service openshift-apiserver on namespace default for network=default : 354.181µs I0705 14:12:39.107627 3306 services_controller.go:614] Adding service default/packageserver for network=default I0705 14:12:39.107632 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress/router-default for network=default I0705 14:12:39.107637 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-source for network=default I0705 14:12:39.107638 3306 services_controller.go:614] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:39.107637 3306 services_controller.go:360] Finished syncing service router-default on namespace openshift-ingress for network=default : 371.413µs I0705 14:12:39.107645 3306 services_controller.go:614] Adding service openshift-dns-operator/metrics for network=default I0705 14:12:39.107651 3306 services_controller.go:614] Adding service openshift-network-operator/metrics for network=default I0705 14:12:39.107655 3306 services_controller.go:356] Processing sync for service default/packageserver for network=default I0705 14:12:39.107661 3306 services_controller.go:434] Service default/packageserver retrieved from lister for network=default: &Service{ObjectMeta:{packageserver default 0d45b31f-4f21-4d5d-97f3-028f0d5f8be9 1771 0 2026-07-05 14:01:32 +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.9.110,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.9.110],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.107711 3306 lb_config.go:1031] Cluster endpoints for default/packageserver for network=default are: map[TCP/https:{443 [172.30.107.53] []}] I0705 14:12:39.107730 3306 services_controller.go:443] Built service default/packageserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107739 3306 services_controller.go:444] Built service default/packageserver LB per-node configs for network=default: []services.lbConfig{services.lbConfig{vips:[]string{"172.30.9.110"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.107.53"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.107748 3306 services_controller.go:445] Built service default/packageserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107412 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 936d8bf2-57c6-4705-a1f1-f5ce778ca43b 4143 0 2026-07-05 14:02:04 +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 da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a5be 0xc00773a5bf}] [] []},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.55.86,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.55.86],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.107762 3306 services_controller.go:451] Built service default/packageserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:39.107767 3306 lb_config.go:1031] Cluster endpoints for openshift-network-console/networking-console-plugin for network=default are: map[] I0705 14:12:39.107776 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.55.86"}, 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}} I0705 14:12:39.107770 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-2-180.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.9.110", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.107.53", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:39.107785 3306 services_controller.go:444] Built service openshift-network-console/networking-console-plugin LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107789 3306 services_controller.go:453] Built service default/packageserver template LB for network=default: []services.LB{} I0705 14:12:39.107792 3306 services_controller.go:445] Built service openshift-network-console/networking-console-plugin LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107800 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 I0705 14:12:39.107802 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.55.86", Port:9443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.107817 3306 services_controller.go:471] Skipping no-op change for service default/packageserver for network=default I0705 14:12:39.107821 3306 services_controller.go:360] Finished syncing service packageserver on namespace default for network=default : 166.543µs I0705 14:12:39.107656 3306 services_controller.go:614] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:39.107645 3306 services_controller.go:360] Finished syncing service network-check-source on namespace openshift-network-diagnostics for network=default : 9.165µs I0705 14:12:39.107830 3306 services_controller.go:356] Processing sync for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:39.107834 3306 services_controller.go:356] Processing sync for service openshift-dns-operator/metrics for network=default I0705 14:12:39.107836 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 c289d085-346a-4639-9f24-c66f490c0a92 4876 0 2026-07-05 14:03:20 +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.120.179,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.120.179],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.107841 3306 services_controller.go:434] Service openshift-dns-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-dns-operator b3f336f3-1af9-4075-9257-49581bf2d37b 1126 0 2026-07-05 14:01:22 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163abf }] [] []},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.66.160,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.66.160],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.107882 3306 lb_config.go:1031] Cluster endpoints for openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default are: map[] I0705 14:12:39.107893 3306 services_controller.go:614] Adding service openshift-service-ca-operator/metrics for network=default I0705 14:12:39.107898 3306 services_controller.go:614] Adding service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:39.107896 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.120.179"}, 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}} I0705 14:12:39.107903 3306 services_controller.go:614] Adding service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:39.107907 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) I0705 14:12:39.107908 3306 services_controller.go:614] Adding service openshift-apiserver-operator/metrics for network=default I0705 14:12:39.107914 3306 services_controller.go:445] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107914 3306 services_controller.go:614] Adding service openshift-authentication-operator/metrics for network=default I0705 14:12:39.107920 3306 services_controller.go:614] Adding service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:39.107924 3306 services_controller.go:614] Adding service openshift-config-operator/metrics for network=default I0705 14:12:39.107928 3306 services_controller.go:614] Adding service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:39.107932 3306 services_controller.go:614] Adding service openshift-insights/metrics for network=default I0705 14:12:39.107924 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.120.179", Port:8383, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.107936 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:39.107941 3306 services_controller.go:614] Adding service openshift-multus/network-metrics-service for network=default I0705 14:12:39.107941 3306 services_controller.go:452] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.107945 3306 services_controller.go:614] Adding service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:39.107949 3306 services_controller.go:614] Adding service default/openshift-oauth-apiserver for network=default I0705 14:12:39.107949 3306 services_controller.go:453] Built service openshift-deployment-validation-operator/deployment-validation-operator-metrics template LB for network=default: []services.LB{} I0705 14:12:39.107954 3306 services_controller.go:614] Adding service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:39.107958 3306 services_controller.go:614] Adding service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:39.107885 3306 lb_config.go:1031] Cluster endpoints for openshift-dns-operator/metrics for network=default are: map[] I0705 14:12:39.107304 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-ingress-operator for network=default : 294.097µs I0705 14:12:39.107974 3306 services_controller.go:356] Processing sync for service openshift-network-operator/metrics for network=default I0705 14:12:39.107973 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.66.160"}, 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}} I0705 14:12:39.107982 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-network-operator for network=default : 8.918µs I0705 14:12:39.107985 3306 services_controller.go:444] Built service openshift-dns-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107988 3306 services_controller.go:356] Processing sync for service openshift-ovn-kubernetes/ovn-kubernetes-node for network=default I0705 14:12:39.107991 3306 services_controller.go:445] Built service openshift-dns-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.107993 3306 services_controller.go:360] Finished syncing service ovn-kubernetes-node on namespace openshift-ovn-kubernetes for network=default : 4.768µs I0705 14:12:39.107998 3306 services_controller.go:356] Processing sync for service openshift-service-ca-operator/metrics for network=default I0705 14:12:39.108002 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.66.160", Port:9393, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108021 3306 services_controller.go:452] Built service openshift-dns-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.107961 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 I0705 14:12:39.108032 3306 services_controller.go:453] Built service openshift-dns-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.108004 3306 services_controller.go:434] Service openshift-service-ca-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-service-ca-operator 069e9e2c-519e-4deb-aa4f-b645484efe53 962 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a8a7 }] [] []},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.75.224,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.75.224],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.108042 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 I0705 14:12:39.108052 3306 lb_config.go:1031] Cluster endpoints for openshift-service-ca-operator/metrics for network=default are: map[] I0705 14:12:39.108058 3306 services_controller.go:471] Skipping no-op change for service openshift-dns-operator/metrics for network=default I0705 14:12:39.108063 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-dns-operator for network=default : 228.081µs I0705 14:12:39.108072 3306 services_controller.go:356] Processing sync for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:39.108055 3306 services_controller.go:471] Skipping no-op change for service openshift-deployment-validation-operator/deployment-validation-operator-metrics for network=default I0705 14:12:39.108107 3306 services_controller.go:360] Finished syncing service deployment-validation-operator-metrics on namespace openshift-deployment-validation-operator for network=default : 275.919µs I0705 14:12:39.108078 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 8a7fcd83-b3a3-4273-8fba-d30e3ab8979e 862 0 2026-07-05 14:01:15 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a16f }] [] []},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.44.9,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.44.9],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.108135 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-controller-manager-operator/metrics for network=default are: map[] I0705 14:12:39.108147 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.44.9"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.107822 3306 services_controller.go:452] Built service openshift-network-console/networking-console-plugin per-node LB for network=default: []services.LB{} I0705 14:12:39.108177 3306 services_controller.go:444] Built service openshift-kube-controller-manager-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108186 3306 services_controller.go:445] Built service openshift-kube-controller-manager-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108186 3306 services_controller.go:453] Built service openshift-network-console/networking-console-plugin template LB for network=default: []services.LB{} I0705 14:12:39.108201 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 I0705 14:12:39.108197 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.44.9", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108215 3306 services_controller.go:452] Built service openshift-kube-controller-manager-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.108222 3306 services_controller.go:453] Built service openshift-kube-controller-manager-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.108229 3306 services_controller.go:471] Skipping no-op change for service openshift-network-console/networking-console-plugin for network=default I0705 14:12:39.108119 3306 services_controller.go:356] Processing sync for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:39.108238 3306 services_controller.go:360] Finished syncing service networking-console-plugin on namespace openshift-network-console for network=default : 843.238µs I0705 14:12:39.108252 3306 services_controller.go:356] Processing sync for service openshift-apiserver-operator/metrics for network=default I0705 14:12:39.108243 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 75bbc933-9917-4deb-ac27-7195ec8edd39 3371 0 2026-07-05 14:01:45 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a227 }] [] []},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.202.85,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.202.85],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.108287 3306 lb_config.go:1031] Cluster endpoints for openshift-kube-storage-version-migrator-operator/metrics for network=default are: map[] I0705 14:12:39.108230 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 I0705 14:12:39.108302 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.202.85"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.108264 3306 services_controller.go:434] Service openshift-apiserver-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-apiserver-operator 2645638d-9eb7-44a5-8bfd-e003dfa4f726 1089 0 2026-07-05 14:01:21 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00716313f }] [] []},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.110.185,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.110.185],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.108319 3306 services_controller.go:444] Built service openshift-kube-storage-version-migrator-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108330 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-controller-manager-operator/metrics for network=default I0705 14:12:39.108338 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-controller-manager-operator for network=default : 264.589µs I0705 14:12:39.108342 3306 lb_config.go:1031] Cluster endpoints for openshift-apiserver-operator/metrics for network=default are: map[] I0705 14:12:39.108349 3306 services_controller.go:356] Processing sync for service openshift-authentication-operator/metrics for network=default I0705 14:12:39.108357 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.110.185"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.108060 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.75.224"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.108378 3306 services_controller.go:444] Built service openshift-apiserver-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108332 3306 services_controller.go:445] Built service openshift-kube-storage-version-migrator-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108394 3306 services_controller.go:445] Built service openshift-apiserver-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108380 3306 services_controller.go:444] Built service openshift-service-ca-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108410 3306 services_controller.go:445] Built service openshift-service-ca-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108405 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.202.85", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108413 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.110.185", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108438 3306 services_controller.go:452] Built service openshift-kube-storage-version-migrator-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.108427 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.75.224", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108445 3306 services_controller.go:452] Built service openshift-apiserver-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.108450 3306 services_controller.go:453] Built service openshift-kube-storage-version-migrator-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.108452 3306 services_controller.go:452] Built service openshift-service-ca-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.108459 3306 services_controller.go:453] Built service openshift-apiserver-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.108462 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 I0705 14:12:39.107198 3306 services_controller.go:434] Service default/kubernetes retrieved from lister for network=default: &Service{ObjectMeta:{kubernetes default 3d13e0ad-5f7b-4841-9496-86ec849a77df 273 0 2026-07-05 14:00:43 +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{},},} I0705 14:12:39.108470 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 I0705 14:12:39.108483 3306 services_controller.go:471] Skipping no-op change for service openshift-kube-storage-version-migrator-operator/metrics for network=default I0705 14:12:39.108491 3306 services_controller.go:471] Skipping no-op change for service openshift-apiserver-operator/metrics for network=default I0705 14:12:39.108493 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-kube-storage-version-migrator-operator for network=default : 373.597µs I0705 14:12:39.108464 3306 services_controller.go:453] Built service openshift-service-ca-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.108496 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-apiserver-operator for network=default : 244.966µs I0705 14:12:39.108505 3306 services_controller.go:356] Processing sync for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:39.108510 3306 services_controller.go:356] Processing sync for service openshift-config-operator/metrics for network=default I0705 14:12:39.108509 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 I0705 14:12:39.108534 3306 services_controller.go:471] Skipping no-op change for service openshift-service-ca-operator/metrics for network=default I0705 14:12:39.108544 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-service-ca-operator for network=default : 544.291µs I0705 14:12:39.108556 3306 services_controller.go:356] Processing sync for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:39.108521 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 9c7d590f-03e6-4bf2-a62e-632d29f949a9 497 0 2026-07-05 14:01:06 +0000 UTC map[k8s-app:cluster-version-operator] map[exclude.release.openshift.io/internal-openshift-hosted:true include.release.openshift.io/self-managed-high-availability:true kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"exclude.release.openshift.io/internal-openshift-hosted":"true","include.release.openshift.io/self-managed-high-availability":"true","kubernetes.io/description":"Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace.","service.beta.openshift.io/serving-cert-secret-name":"cluster-version-operator-serving-cert"},"labels":{"k8s-app":"cluster-version-operator"},"name":"cluster-version-operator","namespace":"openshift-cluster-version"},"spec":{"ports":[{"name":"metrics","port":9099}],"selector":{"k8s-app":"cluster-version-operator"},"type":"ClusterIP"}} kubernetes.io/description:Expose cluster-version operator metrics to other in-cluster consumers. Access requires a prometheus-k8s RoleBinding in this namespace. service.beta.openshift.io/serving-cert-secret-name:cluster-version-operator-serving-cert] [] [] []},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:metrics,Protocol:TCP,Port:9099,TargetPort:{0 9099 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: cluster-version-operator,},ClusterIP:172.30.126.91,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.126.91],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.108519 3306 services_controller.go:434] Service openshift-config-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-config-operator 101a62be-db68-4e69-9675-39d6520caaa1 2144 0 2026-07-05 14:01:33 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc007163847 }] [] []},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.248.147,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.248.147],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.108584 3306 lb_config.go:1031] Cluster endpoints for openshift-cluster-version/cluster-version-operator for network=default are: map[] I0705 14:12:39.108601 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.126.91"}, 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}} I0705 14:12:39.108568 3306 services_controller.go:434] Service openshift-ingress-canary/ingress-canary retrieved from lister for network=default: &Service{ObjectMeta:{ingress-canary openshift-ingress-canary 97690306-c705-4839-a209-fa37eb8bffd8 3271 0 2026-07-05 14:01:42 +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 099353c3-8e2a-4ce5-95a4-e99aadda9321 0xc007163d30 }] [] []},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.58.207,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.58.207],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.108617 3306 services_controller.go:444] Built service openshift-cluster-version/cluster-version-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108627 3306 services_controller.go:445] Built service openshift-cluster-version/cluster-version-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108629 3306 lb_config.go:1031] Cluster endpoints for openshift-ingress-canary/ingress-canary for network=default are: map[] I0705 14:12:39.108644 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.58.207"}, 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.58.207"}, 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}} I0705 14:12:39.108490 3306 lb_config.go:1031] Cluster endpoints for default/kubernetes for network=default are: map[TCP/https:{6443 [172.20.0.1] []}] I0705 14:12:39.108644 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.126.91", Port:9099, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108664 3306 services_controller.go:444] Built service openshift-ingress-canary/ingress-canary LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108672 3306 services_controller.go:443] Built service default/kubernetes LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108675 3306 services_controller.go:445] Built service openshift-ingress-canary/ingress-canary LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108673 3306 services_controller.go:452] Built service openshift-cluster-version/cluster-version-operator per-node LB for network=default: []services.LB{} I0705 14:12:39.108679 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}} I0705 14:12:39.108687 3306 services_controller.go:453] Built service openshift-cluster-version/cluster-version-operator template LB for network=default: []services.LB{} I0705 14:12:39.108699 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 I0705 14:12:39.108692 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.58.207", Port:8443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.58.207", Port:8888, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108721 3306 services_controller.go:452] Built service openshift-ingress-canary/ingress-canary per-node LB for network=default: []services.LB{} I0705 14:12:39.108736 3306 services_controller.go:453] Built service openshift-ingress-canary/ingress-canary template LB for network=default: []services.LB{} I0705 14:12:39.108743 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 I0705 14:12:39.108756 3306 services_controller.go:471] Skipping no-op change for service openshift-ingress-canary/ingress-canary for network=default I0705 14:12:39.108760 3306 services_controller.go:360] Finished syncing service ingress-canary on namespace openshift-ingress-canary for network=default : 205.625µs I0705 14:12:39.108768 3306 services_controller.go:356] Processing sync for service openshift-insights/metrics for network=default I0705 14:12:39.108773 3306 services_controller.go:434] Service openshift-insights/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-insights a707acee-d455-4ca6-9f5c-8a0a67cfdc9a 3290 0 2026-07-05 14:01:43 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a0cb }] [] []},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.108.119,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.108.119],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.108586 3306 lb_config.go:1031] Cluster endpoints for openshift-config-operator/metrics for network=default are: map[] I0705 14:12:39.108817 3306 lb_config.go:1031] Cluster endpoints for openshift-insights/metrics for network=default are: map[] I0705 14:12:39.108833 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.108.119"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.108841 3306 services_controller.go:444] Built service openshift-insights/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108833 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.248.147"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.108847 3306 services_controller.go:445] Built service openshift-insights/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108850 3306 services_controller.go:444] Built service openshift-config-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108857 3306 services_controller.go:445] Built service openshift-config-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.108857 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.108.119", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108873 3306 services_controller.go:452] Built service openshift-insights/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.108869 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.248.147", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.108887 3306 services_controller.go:452] Built service openshift-config-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.108894 3306 services_controller.go:453] Built service openshift-config-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.108901 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 I0705 14:12:39.108916 3306 services_controller.go:471] Skipping no-op change for service openshift-config-operator/metrics for network=default I0705 14:12:39.108923 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-config-operator for network=default : 413.528µs I0705 14:12:39.108933 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:39.108724 3306 services_controller.go:471] Skipping no-op change for service openshift-cluster-version/cluster-version-operator for network=default I0705 14:12:39.108963 3306 services_controller.go:360] Finished syncing service cluster-version-operator on namespace openshift-cluster-version for network=default : 458.873µs I0705 14:12:39.108972 3306 services_controller.go:356] Processing sync for service openshift-multus/network-metrics-service for network=default I0705 14:12:39.108977 3306 services_controller.go:360] Finished syncing service network-metrics-service on namespace openshift-multus for network=default : 4.787µs I0705 14:12:39.108983 3306 services_controller.go:356] Processing sync for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:39.108939 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 adc01c3d-1a54-4323-8096-267c4d481f96 984 0 2026-07-05 14:01:17 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a377 }] [] []},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.168.242,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.168.242],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.109005 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-daemon for network=default are: map[] I0705 14:12:39.108988 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 028312d2-d283-42b3-9e28-f9a98c4374ed 4031 0 2026-07-05 14:02:01 +0000 UTC map[] map[] [{operator.openshift.io/v1 Network cluster da9d4fb6-875f-4191-88c7-12eb54324e30 0xc00773a6b7 0xc00773a6b8}] [] []},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.211.254,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.211.254],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.109018 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.168.242"}, 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.168.242"}, 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}} I0705 14:12:39.109025 3306 lb_config.go:1031] Cluster endpoints for openshift-network-diagnostics/network-check-target for network=default are: map[] I0705 14:12:39.108880 3306 services_controller.go:453] Built service openshift-insights/metrics template LB for network=default: []services.LB{} I0705 14:12:39.109030 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-daemon LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109038 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-daemon LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109036 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.211.254"}, 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}} I0705 14:12:39.109041 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 I0705 14:12:39.109049 3306 services_controller.go:444] Built service openshift-network-diagnostics/network-check-target LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109055 3306 services_controller.go:445] Built service openshift-network-diagnostics/network-check-target LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109060 3306 services_controller.go:471] Skipping no-op change for service openshift-insights/metrics for network=default I0705 14:12:39.109050 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.168.242", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}, services.LBRule{Source:services.Addr{IP:"172.30.168.242", Port:8798, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.109065 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-insights for network=default : 297.087µs I0705 14:12:39.109069 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-daemon per-node LB for network=default: []services.LB{} I0705 14:12:39.109074 3306 services_controller.go:356] Processing sync for service default/openshift-oauth-apiserver for network=default I0705 14:12:39.109066 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.211.254", Port:80, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.109076 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-daemon template LB for network=default: []services.LB{} I0705 14:12:39.109081 3306 services_controller.go:452] Built service openshift-network-diagnostics/network-check-target per-node LB for network=default: []services.LB{} I0705 14:12:39.109084 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 I0705 14:12:39.109090 3306 services_controller.go:453] Built service openshift-network-diagnostics/network-check-target template LB for network=default: []services.LB{} I0705 14:12:39.109099 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-daemon for network=default I0705 14:12:39.109102 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 I0705 14:12:39.108688 3306 services_controller.go:445] Built service default/kubernetes LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109103 3306 services_controller.go:360] Finished syncing service machine-config-daemon on namespace openshift-machine-config-operator for network=default : 170.853µs I0705 14:12:39.109079 3306 services_controller.go:434] Service default/openshift-oauth-apiserver retrieved from lister for network=default: &Service{ObjectMeta:{openshift-oauth-apiserver default dbf7518c-71ec-42fc-9bec-3bea11e303c8 1609 0 2026-07-05 14:01:31 +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.174.111,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.174.111],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.109119 3306 services_controller.go:356] Processing sync for service openshift-cluster-machine-approver/machine-approver for network=default I0705 14:12:39.109124 3306 services_controller.go:471] Skipping no-op change for service openshift-network-diagnostics/network-check-target for network=default I0705 14:12:39.109128 3306 services_controller.go:451] Built service default/kubernetes cluster-wide LB for network=default: []services.LB{} I0705 14:12:39.109132 3306 services_controller.go:360] Finished syncing service network-check-target on namespace openshift-network-diagnostics for network=default : 147.975µs I0705 14:12:39.109133 3306 lb_config.go:1031] Cluster endpoints for default/openshift-oauth-apiserver for network=default are: map[TCP/https:{443 [172.30.129.249] []}] I0705 14:12:39.109143 3306 services_controller.go:443] Built service default/openshift-oauth-apiserver LB cluster-wide configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109126 3306 services_controller.go:360] Finished syncing service machine-approver on namespace openshift-cluster-machine-approver for network=default : 7.395µs I0705 14:12:39.109150 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.174.111"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:443, V4IPs:[]string{"172.30.129.249"}, V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.108356 3306 services_controller.go:434] Service openshift-authentication-operator/metrics retrieved from lister for network=default: &Service{ObjectMeta:{metrics openshift-authentication-operator cba91a18-6e26-44b6-80bc-339ef36b9dfc 667 0 2026-07-05 14:01:12 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc0071632c7 }] [] []},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.22.58,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.22.58],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.109139 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-2-180.ec2.internal", UUID:"", Protocol:"TCP", ExternalIDs:map[string]string{"k8s.ovn.org/kind":"Service", "k8s.ovn.org/owner":"default/kubernetes"}, Opts:services.LBOpts{Reject:true, EmptyLBEvents:false, AffinityTimeOut:0, SkipSNAT:false, Template:false, AddressFamily:""}, Rules:[]services.LBRule{services.LBRule{Source:services.Addr{IP:"172.30.0.1", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.20.0.1", Port:6443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:39.109180 3306 services_controller.go:445] Built service default/openshift-oauth-apiserver LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109184 3306 ovnkube_controller.go:1292] Config duration recorder: kind/namespace/name service/openshift-cluster-machine-approver/machine-approver. OVN-Kubernetes controller took 0.001197102 seconds. No OVN measurement. I0705 14:12:39.109188 3306 services_controller.go:453] Built service default/kubernetes template LB for network=default: []services.LB{} I0705 14:12:39.109194 3306 lb_config.go:1031] Cluster endpoints for openshift-authentication-operator/metrics for network=default are: map[] I0705 14:12:39.109200 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 I0705 14:12:39.109209 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.22.58"}, protocol:"TCP", inport:443, clusterEndpoints:services.lbEndpoints{Port:0, V4IPs:[]string(nil), V6IPs:[]string(nil)}, nodeEndpoints:map[string]services.lbEndpoints{}, externalTrafficLocal:false, internalTrafficLocal:false, hasNodePort:false}} I0705 14:12:39.109218 3306 services_controller.go:471] Skipping no-op change for service default/kubernetes for network=default I0705 14:12:39.109220 3306 services_controller.go:444] Built service openshift-authentication-operator/metrics LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109223 3306 services_controller.go:360] Finished syncing service kubernetes on namespace default for network=default : 2.039655ms I0705 14:12:39.109226 3306 services_controller.go:445] Built service openshift-authentication-operator/metrics LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109144 3306 services_controller.go:356] Processing sync for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:39.109237 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.22.58", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.109256 3306 services_controller.go:452] Built service openshift-authentication-operator/metrics per-node LB for network=default: []services.LB{} I0705 14:12:39.109263 3306 services_controller.go:453] Built service openshift-authentication-operator/metrics template LB for network=default: []services.LB{} I0705 14:12:39.109269 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 I0705 14:12:39.109235 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 eb4b8bd9-7238-4c75-8020-41f68920148c 813 0 2026-07-05 14:01:14 +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 5268415d-cb9c-4127-9de0-7bb544fe34ff 0xc00773a40b }] [] []},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.118.62,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[172.30.118.62],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},} I0705 14:12:39.109283 3306 services_controller.go:471] Skipping no-op change for service openshift-authentication-operator/metrics for network=default I0705 14:12:39.109287 3306 services_controller.go:360] Finished syncing service metrics on namespace openshift-authentication-operator for network=default : 938.15µs I0705 14:12:39.109289 3306 lb_config.go:1031] Cluster endpoints for openshift-machine-config-operator/machine-config-operator for network=default are: map[] I0705 14:12:39.109202 3306 services_controller.go:451] Built service default/openshift-oauth-apiserver cluster-wide LB for network=default: []services.LB{} I0705 14:12:39.109298 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.118.62"}, 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}} I0705 14:12:39.109307 3306 services_controller.go:444] Built service openshift-machine-config-operator/machine-config-operator LB per-node configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109315 3306 services_controller.go:445] Built service openshift-machine-config-operator/machine-config-operator LB template configs for network=default: []services.lbConfig(nil) I0705 14:12:39.109304 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-2-180.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.174.111", Port:443, Template:(*services.Template)(nil)}, Targets:[]services.Addr{services.Addr{IP:"172.30.129.249", Port:443, Template:(*services.Template)(nil)}}}}, Templates:services.TemplateMap(nil), Switches:[]string{"ip-10-0-2-180.ec2.internal"}, Routers:[]string{"GR_ip-10-0-2-180.ec2.internal"}, Groups:[]string(nil)}} I0705 14:12:39.109325 3306 services_controller.go:453] Built service default/openshift-oauth-apiserver template LB for network=default: []services.LB{} I0705 14:12:39.109329 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.118.62", Port:9001, Template:(*services.Template)(nil)}, Targets:[]services.Addr{}}}, Templates:services.TemplateMap(nil), Switches:[]string{}, Routers:[]string{}, Groups:[]string{"clusterLBGroup"}}} I0705 14:12:39.109338 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 I0705 14:12:39.109345 3306 services_controller.go:452] Built service openshift-machine-config-operator/machine-config-operator per-node LB for network=default: []services.LB{} I0705 14:12:39.109353 3306 services_controller.go:453] Built service openshift-machine-config-operator/machine-config-operator template LB for network=default: []services.LB{} I0705 14:12:39.109355 3306 services_controller.go:471] Skipping no-op change for service default/openshift-oauth-apiserver for network=default I0705 14:12:39.109359 3306 services_controller.go:360] Finished syncing service openshift-oauth-apiserver on namespace default for network=default : 285.515µs I0705 14:12:39.109359 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 I0705 14:12:39.109374 3306 services_controller.go:471] Skipping no-op change for service openshift-machine-config-operator/machine-config-operator for network=default I0705 14:12:39.109380 3306 services_controller.go:360] Finished syncing service machine-config-operator on namespace openshift-machine-config-operator for network=default : 238.205µs I0705 14:12:39.111423 3306 default_node_network_controller.go:1171] Upgrade hack: ovnkube-node ip-10-0-2-180.ec2.internal finished setting DB Auth; took: 28.056978664s I0705 14:12:39.111437 3306 default_node_network_controller.go:1176] Waiting for gateway and management port readiness... I0705 14:12:39.111466 3306 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000880890 0xc000255ea0 0xc000255f10 0xc000296070 0xc0002960e0 0xc000296150 0xc0002961c0 0xc000784e10 0xc000296230 0xc000296310 0xc00052e0a0 0xc0002963f0 map[0x2933060:0xc0048f9260 0x29335a0:0xc004077260 0x2933840:0xc0045a42a0 0x2933ae0:0xc004dfe420 0x2933d80:0xc00517f3e0 0x2934020:0xc0059afda0 0x2934560:0xc005648cc0 0x2934aa0:0xc002242a80 0x2934d40:0xc006193b00 0x295eda0:0xc001dd5b00 0x295f140:0xc002e57aa0 0x295fc20:0xc0002675c0 0x2961580:0xc00170f260 0x2961cc0:0xc003c761e0 0x29627a0:0xc000fecc60] 0xc000550180 0} I0705 14:12:39.111538 3306 gateway.go:147] Starting gateway service sync I0705 14:12:39.111851 3306 openflow_manager.go:108] Gateway OpenFlow sync requested I0705 14:12:39.111860 3306 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ITP I0705 14:12:39.111869 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 32342 -j DNAT --to-destination 172.30.230.74:80" for protocol: 0 I0705 14:12:39.111878 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 30870 -j DNAT --to-destination 172.30.230.74:443" for protocol: 0 I0705 14:12:39.113319 3306 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-NODEPORT I0705 14:12:39.123001 3306 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-EXTERNALIP I0705 14:12:39.123022 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 32342 -j DNAT --to-destination 172.30.230.74:80" for protocol: 0 I0705 14:12:39.123029 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 30870 -j DNAT --to-destination 172.30.230.74:443" for protocol: 0 I0705 14:12:39.124266 3306 gateway_iptables.go:609] Recreating iptables rules for table: nat, chain: OVN-KUBE-ETP I0705 14:12:39.124283 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 32342 -j DNAT --to-destination 172.30.230.74:80" for protocol: 0 I0705 14:12:39.124289 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 30870 -j DNAT --to-destination 172.30.230.74:443" for protocol: 0 I0705 14:12:39.125473 3306 gateway_iptables.go:609] Recreating iptables rules for table: mangle, chain: OVN-KUBE-ITP I0705 14:12:39.125489 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 32342 -j DNAT --to-destination 172.30.230.74:80" for protocol: 0 I0705 14:12:39.125496 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 30870 -j DNAT --to-destination 172.30.230.74:443" for protocol: 0 I0705 14:12:39.158046 3306 gateway.go:164] Gateway service sync done. Time taken: 46.499325ms I0705 14:12:39.158132 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0705 14:12:39.158149 3306 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0705 14:12:39.158221 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0705 14:12:39.158237 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158247 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller took: 98.17µs I0705 14:12:39.158261 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0705 14:12:39.158269 3306 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0705 14:12:39.158291 3306 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0705 14:12:39.158303 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158311 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics took: 40.494µs I0705 14:12:39.158321 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0705 14:12:39.158329 3306 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0705 14:12:39.158351 3306 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0705 14:12:39.158361 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158368 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog took: 39.187µs I0705 14:12:39.158376 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-internal-default I0705 14:12:39.158383 3306 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0705 14:12:39.158404 3306 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0705 14:12:39.158414 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158421 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-internal-default took: 36.204µs I0705 14:12:39.158429 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns/dns-default I0705 14:12:39.158436 3306 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0705 14:12:39.158456 3306 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0705 14:12:39.158474 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158481 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns/dns-default took: 43.986µs I0705 14:12:39.158489 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-image-registry/image-registry I0705 14:12:39.158496 3306 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0705 14:12:39.158516 3306 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0705 14:12:39.158526 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158533 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-image-registry/image-registry took: 35.894µs I0705 14:12:39.158542 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0705 14:12:39.158548 3306 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0705 14:12:39.158568 3306 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0705 14:12:39.158578 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158585 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics took: 35.15µs I0705 14:12:39.158592 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-console-operator/metrics I0705 14:12:39.158599 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0705 14:12:39.158617 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0705 14:12:39.158628 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158634 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-console-operator/metrics took: 33.833µs I0705 14:12:39.158642 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-operator/metrics I0705 14:12:39.158649 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0705 14:12:39.158667 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0705 14:12:39.158677 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158684 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-operator/metrics took: 33.687µs I0705 14:12:39.158693 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0705 14:12:39.158700 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator took: 553ns I0705 14:12:39.158706 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver/check-endpoints I0705 14:12:39.158713 3306 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0705 14:12:39.158731 3306 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0705 14:12:39.158741 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.158746 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver/check-endpoints took: 33.453µs I0705 14:12:39.158754 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0705 14:12:39.158763 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator took: 616ns I0705 14:12:39.158770 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0705 14:12:39.158777 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-samples-operator/metrics took: 190ns I0705 14:12:39.158783 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress/router-default I0705 14:12:39.158793 3306 port_claim.go:197] Handle NodePort service router-default port 32342 I0705 14:12:39.158805 3306 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32342 and protocol TCP I0705 14:12:39.158814 3306 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32342/tcp) I0705 14:12:39.158984 3306 port_claim.go:197] Handle NodePort service router-default port 30870 I0705 14:12:39.158994 3306 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30870 and protocol TCP I0705 14:12:39.159001 3306 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30870/tcp) I0705 14:12:39.159042 3306 healthcheck.go:145] Opening healthcheck "openshift-ingress/router-default" on port 32398 I0705 14:12:39.159097 3306 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0705 14:12:39.159108 3306 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0705 14:12:39.159129 3306 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0705 14:12:39.159176 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159176 3306 healthcheck.go:169] Starting goroutine for healthcheck "openshift-ingress/router-default" on port 32398 I0705 14:12:39.159188 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress/router-default took: 394.892µs I0705 14:12:39.159199 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-console/networking-console-plugin I0705 14:12:39.159207 3306 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0705 14:12:39.159229 3306 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0705 14:12:39.159239 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159246 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-console/networking-console-plugin took: 37.918µs I0705 14:12:39.159254 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0705 14:12:39.159262 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-source took: 380ns I0705 14:12:39.159269 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/kubernetes I0705 14:12:39.159276 3306 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0705 14:12:39.159304 3306 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0705 14:12:39.159318 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159327 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/kubernetes took: 48.542µs I0705 14:12:39.159336 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift I0705 14:12:39.159344 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift took: 294ns I0705 14:12:39.159351 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-apiserver I0705 14:12:39.159358 3306 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0705 14:12:39.159386 3306 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0705 14:12:39.159396 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159403 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-apiserver took: 44.194µs I0705 14:12:39.159411 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-operator/metrics I0705 14:12:39.159419 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-operator/metrics took: 333ns I0705 14:12:39.159426 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0705 14:12:39.159434 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node took: 330ns I0705 14:12:39.159440 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-service-ca-operator/metrics I0705 14:12:39.159448 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0705 14:12:39.159467 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0705 14:12:39.159477 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159484 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-service-ca-operator/metrics took: 35.488µs I0705 14:12:39.159492 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/packageserver I0705 14:12:39.159499 3306 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0705 14:12:39.159519 3306 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0705 14:12:39.159528 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159535 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/packageserver took: 35.133µs I0705 14:12:39.159543 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0705 14:12:39.159550 3306 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0705 14:12:39.159570 3306 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0705 14:12:39.159581 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159588 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics took: 36.486µs I0705 14:12:39.159596 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-dns-operator/metrics I0705 14:12:39.159603 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0705 14:12:39.159621 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0705 14:12:39.159630 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159637 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-dns-operator/metrics took: 33.074µs I0705 14:12:39.159645 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-config-operator/metrics I0705 14:12:39.159652 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0705 14:12:39.159671 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0705 14:12:39.159680 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159688 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-config-operator/metrics took: 34.006µs I0705 14:12:39.159698 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0705 14:12:39.159705 3306 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0705 14:12:39.159723 3306 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0705 14:12:39.159734 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159741 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-ingress-canary/ingress-canary took: 34.512µs I0705 14:12:39.159749 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-insights/metrics I0705 14:12:39.159756 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0705 14:12:39.159774 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0705 14:12:39.159784 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159790 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-insights/metrics took: 34.102µs I0705 14:12:39.159798 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0705 14:12:39.159805 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0705 14:12:39.159823 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0705 14:12:39.159832 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159839 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics took: 33.731µs I0705 14:12:39.159846 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0705 14:12:39.159854 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0705 14:12:39.159871 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0705 14:12:39.159882 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159888 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics took: 33.821µs I0705 14:12:39.159896 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-apiserver-operator/metrics I0705 14:12:39.159903 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0705 14:12:39.159921 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0705 14:12:39.159928 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159936 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-apiserver-operator/metrics took: 30.918µs I0705 14:12:39.159943 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-authentication-operator/metrics I0705 14:12:39.159951 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0705 14:12:39.159968 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0705 14:12:39.159976 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.159983 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-authentication-operator/metrics took: 31.381µs I0705 14:12:39.159990 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0705 14:12:39.159997 3306 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0705 14:12:39.160015 3306 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0705 14:12:39.160025 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.160031 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-version/cluster-version-operator took: 33.211µs I0705 14:12:39.160423 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0705 14:12:39.160434 3306 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0705 14:12:39.160473 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0705 14:12:39.160484 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.160491 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon took: 55.554µs I0705 14:12:39.160500 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-multus/network-metrics-service I0705 14:12:39.160508 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-multus/network-metrics-service took: 340ns I0705 14:12:39.160515 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0705 14:12:39.160522 3306 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0705 14:12:39.160541 3306 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0705 14:12:39.160549 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.160556 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-network-diagnostics/network-check-target took: 33.355µs I0705 14:12:39.160564 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway default/openshift-oauth-apiserver I0705 14:12:39.160571 3306 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0705 14:12:39.160591 3306 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0705 14:12:39.160600 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.160607 3306 obj_retry.go:551] Creating *factory.serviceForGateway default/openshift-oauth-apiserver took: 35.151µs I0705 14:12:39.160615 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0705 14:12:39.160622 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver took: 235ns I0705 14:12:39.160628 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0705 14:12:39.160635 3306 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0705 14:12:39.160652 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0705 14:12:39.160662 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.160668 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator took: 32.307µs I0705 14:12:39.160676 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0705 14:12:39.160683 3306 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0705 14:12:39.160702 3306 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0705 14:12:39.160711 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.160717 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics took: 34.022µs I0705 14:12:39.160725 3306 obj_retry.go:512] Add event received for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0705 14:12:39.160732 3306 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0705 14:12:39.160752 3306 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0705 14:12:39.160762 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.160768 3306 obj_retry.go:551] Creating *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service took: 35.983µs I0705 14:12:39.160788 3306 factory.go:1336] Added *v1.Service event handler 13 I0705 14:12:39.160803 3306 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000880890 0xc000255ea0 0xc000255f10 0xc000296070 0xc0002960e0 0xc000296150 0xc0002961c0 0xc000784e10 0xc000296230 0xc000296310 0xc00052e0a0 0xc0002963f0 map[0x2933060:0xc0048f9260 0x29335a0:0xc004077260 0x2933840:0xc0045a42a0 0x2933ae0:0xc004dfe420 0x2933d80:0xc00517f3e0 0x2934020:0xc0059afda0 0x2934560:0xc005648cc0 0x2934aa0:0xc002242a80 0x2934d40:0xc006193b00 0x295eda0:0xc001dd5b00 0x295f140:0xc002e57aa0 0x295fc20:0xc0002675c0 0x2961580:0xc00170f260 0x2961cc0:0xc003c761e0 0x29627a0:0xc000fecc60] 0xc000550180 0} I0705 14:12:39.160892 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-f7dht I0705 14:12:39.160910 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-f7dht in namespace openshift-kube-storage-version-migrator-operator I0705 14:12:39.160938 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-storage-version-migrator-operator/metrics-f7dht took: 34.354µs I0705 14:12:39.160957 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/kubernetes I0705 14:12:39.160967 3306 gateway_shared_intf.go:1116] Adding endpointslice kubernetes in namespace default I0705 14:12:39.160985 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/kubernetes took: 21.351µs I0705 14:12:39.160996 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-config-operator/metrics-h8br5 I0705 14:12:39.161006 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-h8br5 in namespace openshift-config-operator I0705 14:12:39.161023 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-config-operator/metrics-h8br5 took: 18.902µs I0705 14:12:39.161031 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns-operator/metrics-xfg2n I0705 14:12:39.161039 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-xfg2n in namespace openshift-dns-operator I0705 14:12:39.161056 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns-operator/metrics-xfg2n took: 18.134µs I0705 14:12:39.161064 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-image-registry/image-registry-rk6hr I0705 14:12:39.161074 3306 gateway_shared_intf.go:1116] Adding endpointslice image-registry-rk6hr in namespace openshift-image-registry I0705 14:12:39.161090 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-image-registry/image-registry-rk6hr took: 17.711µs I0705 14:12:39.161097 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-insights/metrics-4ghxg I0705 14:12:39.161105 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-4ghxg in namespace openshift-insights I0705 14:12:39.161121 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-insights/metrics-4ghxg took: 16.7µs I0705 14:12:39.161130 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-fqkxq I0705 14:12:39.161139 3306 gateway_shared_intf.go:1116] Adding endpointslice cluster-version-operator-fqkxq in namespace openshift-cluster-version I0705 14:12:39.161169 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-version/cluster-version-operator-fqkxq took: 17.791µs I0705 14:12:39.161177 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-2pv47 I0705 14:12:39.161186 3306 gateway_shared_intf.go:1116] Adding endpointslice machine-config-daemon-2pv47 in namespace openshift-machine-config-operator I0705 14:12:39.161203 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-daemon-2pv47 took: 18.371µs I0705 14:12:39.161213 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-oauth-apiserver-nqx2k I0705 14:12:39.161222 3306 gateway_shared_intf.go:1116] Adding endpointslice openshift-oauth-apiserver-nqx2k in namespace default I0705 14:12:39.161239 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-oauth-apiserver-nqx2k took: 18.563µs I0705 14:12:39.161249 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-authentication-operator/metrics-h44jw I0705 14:12:39.161256 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-h44jw in namespace openshift-authentication-operator I0705 14:12:39.161272 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-authentication-operator/metrics-h44jw took: 16.015µs I0705 14:12:39.161281 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-gb8lh I0705 14:12:39.161291 3306 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-metrics-gb8lh in namespace openshift-deployment-validation-operator I0705 14:12:39.161308 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics-gb8lh took: 18.546µs I0705 14:12:39.161317 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-default-zgpdv I0705 14:12:39.161334 3306 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0705 14:12:39.161344 3306 gateway_shared_intf.go:1116] Adding endpointslice router-default-zgpdv in namespace openshift-ingress I0705 14:12:39.161362 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-default-zgpdv took: 36.467µs I0705 14:12:39.161372 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/packageserver-gf27h I0705 14:12:39.161381 3306 gateway_shared_intf.go:1116] Adding endpointslice packageserver-gf27h in namespace default I0705 14:12:39.161397 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/packageserver-gf27h took: 18.679µs I0705 14:12:39.161406 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-z2dw8 I0705 14:12:39.161416 3306 gateway_shared_intf.go:1116] Adding endpointslice performance-addon-operator-service-z2dw8 in namespace openshift-cluster-node-tuning-operator I0705 14:12:39.161431 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service-z2dw8 took: 17.8µs I0705 14:12:39.161441 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-cz5mj I0705 14:12:39.161449 3306 gateway_shared_intf.go:1116] Adding endpointslice ingress-canary-cz5mj in namespace openshift-ingress-canary I0705 14:12:39.161465 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-canary/ingress-canary-cz5mj took: 16.787µs I0705 14:12:39.161474 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway default/openshift-apiserver-54ltc I0705 14:12:39.161482 3306 gateway_shared_intf.go:1116] Adding endpointslice openshift-apiserver-54ltc in namespace default I0705 14:12:39.161499 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway default/openshift-apiserver-54ltc took: 19.062µs I0705 14:12:39.161509 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-zcrf8 I0705 14:12:39.161516 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-zcrf8 in namespace openshift-apiserver-operator I0705 14:12:39.161532 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver-operator/metrics-zcrf8 took: 16.166µs I0705 14:12:39.161541 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-dns/dns-default-ht78s I0705 14:12:39.161550 3306 gateway_shared_intf.go:1116] Adding endpointslice dns-default-ht78s in namespace openshift-dns I0705 14:12:39.161565 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-dns/dns-default-ht78s took: 17.574µs I0705 14:12:39.161574 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-bb7ks I0705 14:12:39.161582 3306 gateway_shared_intf.go:1116] Adding endpointslice network-check-target-bb7ks in namespace openshift-network-diagnostics I0705 14:12:39.161599 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-diagnostics/network-check-target-bb7ks took: 17.144µs I0705 14:12:39.161609 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-4tvfm I0705 14:12:39.161618 3306 gateway_shared_intf.go:1116] Adding endpointslice check-endpoints-4tvfm in namespace openshift-apiserver I0705 14:12:39.161633 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-apiserver/check-endpoints-4tvfm took: 17.305µs I0705 14:12:39.161643 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-console-operator/metrics-smz52 I0705 14:12:39.161651 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-smz52 in namespace openshift-console-operator I0705 14:12:39.161667 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-console-operator/metrics-smz52 took: 16.841µs I0705 14:12:39.161676 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-t6fj6 I0705 14:12:39.161684 3306 gateway_shared_intf.go:1116] Adding endpointslice deployment-validation-operator-catalog-t6fj6 in namespace openshift-deployment-validation-operator I0705 14:12:39.161700 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog-t6fj6 took: 17.91µs I0705 14:12:39.161710 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress-operator/metrics-v769l I0705 14:12:39.161718 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-v769l in namespace openshift-ingress-operator I0705 14:12:39.161733 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress-operator/metrics-v769l took: 16.803µs I0705 14:12:39.161743 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-xdjnv I0705 14:12:39.161751 3306 gateway_shared_intf.go:1116] Adding endpointslice networking-console-plugin-xdjnv in namespace openshift-network-console I0705 14:12:39.161768 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-network-console/networking-console-plugin-xdjnv took: 17.508µs I0705 14:12:39.161777 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-kj556 I0705 14:12:39.161786 3306 gateway_shared_intf.go:1116] Adding endpointslice cluster-storage-operator-metrics-kj556 in namespace openshift-cluster-storage-operator I0705 14:12:39.161802 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics-kj556 took: 18.549µs I0705 14:12:39.161812 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-ingress/router-internal-default-hzf52 I0705 14:12:39.161819 3306 gateway_shared_intf.go:1116] Adding endpointslice router-internal-default-hzf52 in namespace openshift-ingress I0705 14:12:39.161836 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-ingress/router-internal-default-hzf52 took: 16.742µs I0705 14:12:39.161846 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-q2z5k I0705 14:12:39.161854 3306 gateway_shared_intf.go:1116] Adding endpointslice machine-config-controller-q2z5k in namespace openshift-machine-config-operator I0705 14:12:39.161871 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-controller-q2z5k took: 17.655µs I0705 14:12:39.161880 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-q6gf9 I0705 14:12:39.161888 3306 gateway_shared_intf.go:1116] Adding endpointslice cco-metrics-q6gf9 in namespace openshift-cloud-credential-operator I0705 14:12:39.161904 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cloud-credential-operator/cco-metrics-q6gf9 took: 16.584µs I0705 14:12:39.161913 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-k7vj7 I0705 14:12:39.161921 3306 gateway_shared_intf.go:1116] Adding endpointslice csi-snapshot-controller-operator-metrics-k7vj7 in namespace openshift-cluster-storage-operator I0705 14:12:39.161937 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics-k7vj7 took: 18.096µs I0705 14:12:39.161946 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-2bdj2 I0705 14:12:39.161954 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-2bdj2 in namespace openshift-kube-controller-manager-operator I0705 14:12:39.161970 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-kube-controller-manager-operator/metrics-2bdj2 took: 16.273µs I0705 14:12:39.161980 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-h4t69 I0705 14:12:39.161987 3306 gateway_shared_intf.go:1116] Adding endpointslice machine-config-operator-h4t69 in namespace openshift-machine-config-operator I0705 14:12:39.162004 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-machine-config-operator/machine-config-operator-h4t69 took: 17.782µs I0705 14:12:39.162014 3306 obj_retry.go:512] Add event received for *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-vw2cl I0705 14:12:39.162022 3306 gateway_shared_intf.go:1116] Adding endpointslice metrics-vw2cl in namespace openshift-service-ca-operator I0705 14:12:39.162038 3306 obj_retry.go:551] Creating *factory.endpointSliceForGateway openshift-service-ca-operator/metrics-vw2cl took: 16.609µs I0705 14:12:39.162056 3306 factory.go:1336] Added *v1.EndpointSlice event handler 14 I0705 14:12:39.162068 3306 obj_retry_gateway.go:33] [newRetryFrameworkNodeWithParameters] g.watchFactory=&{0xc000880890 0xc000255ea0 0xc000255f10 0xc000296070 0xc0002960e0 0xc000296150 0xc0002961c0 0xc000784e10 0xc000296230 0xc000296310 0xc00052e0a0 0xc0002963f0 map[0x2933060:0xc0048f9260 0x29335a0:0xc004077260 0x2933840:0xc0045a42a0 0x2933ae0:0xc004dfe420 0x2933d80:0xc00517f3e0 0x2934020:0xc0059afda0 0x2934560:0xc005648cc0 0x2934aa0:0xc002242a80 0x2934d40:0xc006193b00 0x295eda0:0xc001dd5b00 0x295f140:0xc002e57aa0 0x295fc20:0xc0002675c0 0x2961580:0xc00170f260 0x2961cc0:0xc003c761e0 0x29627a0:0xc000fecc60] 0xc000550180 0} I0705 14:12:39.162111 3306 gateway.go:479] Reconciling gateway with updates I0705 14:12:39.162204 3306 iptables.go:143] Deleting rule in table: nat, chain: POSTROUTING with args: "-s 10.128.0.0/23 -j MASQUERADE" for protocol: 0 I0705 14:12:39.167805 3306 gateway.go:513] Adding service default/kubernetes to retryServices I0705 14:12:39.167818 3306 gateway.go:513] Adding service default/openshift to retryServices I0705 14:12:39.167823 3306 gateway.go:513] Adding service default/openshift-apiserver to retryServices I0705 14:12:39.167826 3306 gateway.go:513] Adding service openshift-ingress/router-default to retryServices I0705 14:12:39.167829 3306 gateway.go:513] Adding service openshift-network-console/networking-console-plugin to retryServices I0705 14:12:39.167833 3306 gateway.go:513] Adding service openshift-network-diagnostics/network-check-source to retryServices I0705 14:12:39.167836 3306 gateway.go:513] Adding service default/packageserver to retryServices I0705 14:12:39.167842 3306 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-metrics to retryServices I0705 14:12:39.167845 3306 gateway.go:513] Adding service openshift-dns-operator/metrics to retryServices I0705 14:12:39.167850 3306 gateway.go:513] Adding service openshift-network-operator/metrics to retryServices I0705 14:12:39.167853 3306 gateway.go:513] Adding service openshift-ovn-kubernetes/ovn-kubernetes-node to retryServices I0705 14:12:39.167860 3306 gateway.go:513] Adding service openshift-service-ca-operator/metrics to retryServices I0705 14:12:39.167865 3306 gateway.go:513] Adding service openshift-kube-controller-manager-operator/metrics to retryServices I0705 14:12:39.167870 3306 gateway.go:513] Adding service openshift-kube-storage-version-migrator-operator/metrics to retryServices I0705 14:12:39.167874 3306 gateway.go:513] Adding service openshift-apiserver-operator/metrics to retryServices I0705 14:12:39.167877 3306 gateway.go:513] Adding service openshift-authentication-operator/metrics to retryServices I0705 14:12:39.167880 3306 gateway.go:513] Adding service openshift-cluster-version/cluster-version-operator to retryServices I0705 14:12:39.167883 3306 gateway.go:513] Adding service openshift-config-operator/metrics to retryServices I0705 14:12:39.167886 3306 gateway.go:513] Adding service openshift-ingress-canary/ingress-canary to retryServices I0705 14:12:39.167889 3306 gateway.go:513] Adding service openshift-insights/metrics to retryServices I0705 14:12:39.167891 3306 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-daemon to retryServices I0705 14:12:39.167894 3306 gateway.go:513] Adding service openshift-multus/network-metrics-service to retryServices I0705 14:12:39.167897 3306 gateway.go:513] Adding service openshift-network-diagnostics/network-check-target to retryServices I0705 14:12:39.167901 3306 gateway.go:513] Adding service default/openshift-oauth-apiserver to retryServices I0705 14:12:39.167903 3306 gateway.go:513] Adding service openshift-cluster-machine-approver/machine-approver to retryServices I0705 14:12:39.167906 3306 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-operator to retryServices I0705 14:12:39.167909 3306 gateway.go:513] Adding service openshift-cloud-credential-operator/cco-metrics to retryServices I0705 14:12:39.167914 3306 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/performance-addon-operator-service to retryServices I0705 14:12:39.167917 3306 gateway.go:513] Adding service openshift-cluster-storage-operator/cluster-storage-operator-metrics to retryServices I0705 14:12:39.167921 3306 gateway.go:513] Adding service openshift-deployment-validation-operator/deployment-validation-operator-catalog to retryServices I0705 14:12:39.167923 3306 gateway.go:513] Adding service openshift-ingress/router-internal-default to retryServices I0705 14:12:39.167926 3306 gateway.go:513] Adding service openshift-machine-config-operator/machine-config-controller to retryServices I0705 14:12:39.167929 3306 gateway.go:513] Adding service openshift-dns/dns-default to retryServices I0705 14:12:39.167933 3306 gateway.go:513] Adding service openshift-image-registry/image-registry to retryServices I0705 14:12:39.167939 3306 gateway.go:513] Adding service openshift-monitoring/cluster-monitoring-operator to retryServices I0705 14:12:39.167945 3306 gateway.go:513] Adding service openshift-apiserver/check-endpoints to retryServices I0705 14:12:39.167950 3306 gateway.go:513] Adding service openshift-cluster-node-tuning-operator/node-tuning-operator to retryServices I0705 14:12:39.167953 3306 gateway.go:513] Adding service openshift-cluster-samples-operator/metrics to retryServices I0705 14:12:39.167955 3306 gateway.go:513] Adding service openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics to retryServices I0705 14:12:39.167958 3306 gateway.go:513] Adding service openshift-console-operator/metrics to retryServices I0705 14:12:39.167961 3306 gateway.go:513] Adding service openshift-ingress-operator/metrics to retryServices I0705 14:12:39.167971 3306 obj_retry.go:240] Iterate retry objects requested (resource *factory.serviceForGateway) I0705 14:12:39.167980 3306 openflow_manager.go:110] Gateway OpenFlow sync already requested I0705 14:12:39.167993 3306 factory.go:1336] Added *v1.EgressIP event handler 15 I0705 14:12:39.168023 3306 gateway.go:330] Spawning Conntrack Rule Check Thread I0705 14:12:39.168037 3306 default_node_network_controller.go:1182] Gateway and management port readiness took 56.591128ms I0705 14:12:39.168062 3306 obj_retry.go:434] periodicallyRetryResources: Retry channel got triggered: retrying failed objects of type *factory.serviceForGateway I0705 14:12:39.168078 3306 obj_retry.go:409] Going to retry *factory.serviceForGateway resource setup for 41 objects: [openshift-dns/dns-default openshift-cluster-node-tuning-operator/node-tuning-operator default/openshift openshift-network-operator/metrics openshift-ovn-kubernetes/ovn-kubernetes-node openshift-cluster-version/cluster-version-operator default/openshift-oauth-apiserver openshift-deployment-validation-operator/deployment-validation-operator-catalog openshift-ingress-operator/metrics openshift-image-registry/image-registry openshift-authentication-operator/metrics openshift-machine-config-operator/machine-config-controller openshift-console-operator/metrics default/openshift-apiserver openshift-kube-controller-manager-operator/metrics openshift-monitoring/cluster-monitoring-operator openshift-network-diagnostics/network-check-source openshift-service-ca-operator/metrics openshift-ingress/router-internal-default openshift-cluster-samples-operator/metrics openshift-cluster-machine-approver/machine-approver openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics default/packageserver openshift-dns-operator/metrics openshift-ingress-canary/ingress-canary openshift-machine-config-operator/machine-config-daemon openshift-multus/network-metrics-service openshift-network-diagnostics/network-check-target default/kubernetes openshift-network-console/networking-console-plugin openshift-deployment-validation-operator/deployment-validation-operator-metrics openshift-kube-storage-version-migrator-operator/metrics openshift-cluster-node-tuning-operator/performance-addon-operator-service openshift-apiserver/check-endpoints openshift-cluster-storage-operator/cluster-storage-operator-metrics openshift-ingress/router-default openshift-apiserver-operator/metrics openshift-config-operator/metrics openshift-insights/metrics openshift-machine-config-operator/machine-config-operator openshift-cloud-credential-operator/cco-metrics] I0705 14:12:39.168096 3306 ovs.go:159] Exec(131): /usr/bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ex - I0705 14:12:39.168124 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-operator/metrics I0705 14:12:39.168137 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0705 14:12:39.168141 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0705 14:12:39.168146 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-operator/metrics I0705 14:12:39.168152 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator I0705 14:12:39.168174 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-operator/metrics after 0 failed attempt(s) I0705 14:12:39.168128 3306 obj_retry.go:418] Waiting for all the *factory.serviceForGateway retry setup to complete in iterateRetryResources I0705 14:12:39.168180 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0705 14:12:39.168190 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0705 14:12:39.168193 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns/dns-default I0705 14:12:39.168191 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} I0705 14:12:39.168199 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-console/networking-console-plugin I0705 14:12:39.168202 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns/dns-default I0705 14:12:39.168203 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0705 14:12:39.168207 3306 gateway_shared_intf.go:827] Adding service networking-console-plugin in namespace openshift-network-console I0705 14:12:39.168209 3306 gateway_shared_intf.go:827] Adding service dns-default in namespace openshift-dns I0705 14:12:39.168212 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-samples-operator/metrics I0705 14:12:39.168215 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-service-ca-operator/metrics I0705 14:12:39.168219 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-samples-operator/metrics after 0 failed attempt(s) I0705 14:12:39.168205 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0705 14:12:39.168231 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-version/cluster-version-operator I0705 14:12:39.168232 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-internal-default I0705 14:12:39.168237 3306 gateway_shared_intf.go:827] Adding service cluster-version-operator in namespace openshift-cluster-version I0705 14:12:39.168239 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-internal-default I0705 14:12:39.168246 3306 gateway_shared_intf.go:827] Adding service router-internal-default in namespace openshift-ingress I0705 14:12:39.168249 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0705 14:12:39.168259 3306 gateway_shared_intf.go:860] Updating already programmed rules for dns-default in namespace openshift-dns I0705 14:12:39.168251 3306 gateway_shared_intf.go:860] Updating already programmed rules for networking-console-plugin in namespace openshift-network-console I0705 14:12:39.168260 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator I0705 14:12:39.168270 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift I0705 14:12:39.168274 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/node-tuning-operator after 0 failed attempt(s) I0705 14:12:39.168278 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift I0705 14:12:39.168285 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift after 0 failed attempt(s) I0705 14:12:39.168151 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0705 14:12:39.168296 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-target I0705 14:12:39.168301 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0705 14:12:39.168190 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0705 14:12:39.168304 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/packageserver I0705 14:12:39.168307 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-oauth-apiserver I0705 14:12:39.168310 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node I0705 14:12:39.168314 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/packageserver I0705 14:12:39.168317 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-oauth-apiserver I0705 14:12:39.168317 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ovn-kubernetes/ovn-kubernetes-node after 0 failed attempt(s) I0705 14:12:39.168302 3306 gateway_shared_intf.go:827] Adding service network-check-target in namespace openshift-network-diagnostics I0705 14:12:39.168320 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0705 14:12:39.168332 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-canary/ingress-canary I0705 14:12:39.168335 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-multus/network-metrics-service I0705 14:12:39.168338 3306 gateway_shared_intf.go:827] Adding service ingress-canary in namespace openshift-ingress-canary I0705 14:12:39.168349 3306 gateway_shared_intf.go:860] Updating already programmed rules for network-check-target in namespace openshift-network-diagnostics I0705 14:12:39.168352 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-multus/network-metrics-service I0705 14:12:39.168362 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0705 14:12:39.168365 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-multus/network-metrics-service after 0 failed attempt(s) I0705 14:12:39.168320 3306 gateway_shared_intf.go:827] Adding service packageserver in namespace default I0705 14:12:39.168152 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics I0705 14:12:39.168379 3306 gateway_shared_intf.go:827] Adding service cco-metrics in namespace openshift-cloud-credential-operator I0705 14:12:39.168379 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0705 14:12:39.168387 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics I0705 14:12:39.168393 3306 gateway_shared_intf.go:827] Adding service deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0705 14:12:39.168398 3306 gateway_shared_intf.go:860] Updating already programmed rules for packageserver in namespace default I0705 14:12:39.168296 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0705 14:12:39.168405 3306 gateway_shared_intf.go:860] Updating already programmed rules for cco-metrics in namespace openshift-cloud-credential-operator I0705 14:12:39.168409 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver I0705 14:12:39.168365 3306 gateway_shared_intf.go:860] Updating already programmed rules for ingress-canary in namespace openshift-ingress-canary I0705 14:12:39.168415 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-machine-approver/machine-approver after 0 failed attempt(s) I0705 14:12:39.168271 3306 gateway_shared_intf.go:860] Updating already programmed rules for cluster-version-operator in namespace openshift-cluster-version I0705 14:12:39.168276 3306 gateway_shared_intf.go:860] Updating already programmed rules for router-internal-default in namespace openshift-ingress I0705 14:12:39.168422 3306 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-metrics in namespace openshift-deployment-validation-operator I0705 14:12:39.168179 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/kubernetes I0705 14:12:39.168432 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress-operator/metrics I0705 14:12:39.168441 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress-operator/metrics I0705 14:12:39.168453 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0705 14:12:39.168444 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-image-registry/image-registry I0705 14:12:39.168461 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics I0705 14:12:39.168463 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-image-registry/image-registry I0705 14:12:39.168467 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-storage-version-migrator-operator I0705 14:12:39.168468 3306 gateway_shared_intf.go:827] Adding service image-registry in namespace openshift-image-registry I0705 14:12:39.168309 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon I0705 14:12:39.168496 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-storage-version-migrator-operator I0705 14:12:39.168498 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-authentication-operator/metrics I0705 14:12:39.168454 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-ingress-operator I0705 14:12:39.168506 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-authentication-operator/metrics I0705 14:12:39.168507 3306 gateway_shared_intf.go:860] Updating already programmed rules for image-registry in namespace openshift-image-registry I0705 14:12:39.168512 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-authentication-operator I0705 14:12:39.168529 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-ingress-operator I0705 14:12:39.168498 3306 gateway_shared_intf.go:827] Adding service machine-config-daemon in namespace openshift-machine-config-operator I0705 14:12:39.168537 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-authentication-operator I0705 14:12:39.168536 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} I0705 14:12:39.168549 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0705 14:12:39.168553 3306 ovs.go:159] Exec(132): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-br br-ext I0705 14:12:39.168557 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service I0705 14:12:39.168560 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-daemon in namespace openshift-machine-config-operator I0705 14:12:39.168433 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/kubernetes I0705 14:12:39.168569 3306 gateway_shared_intf.go:827] Adding service kubernetes in namespace default I0705 14:12:39.168573 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0705 14:12:39.168581 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller I0705 14:12:39.168586 3306 gateway_shared_intf.go:827] Adding service machine-config-controller in namespace openshift-machine-config-operator I0705 14:12:39.168596 3306 gateway_shared_intf.go:860] Updating already programmed rules for kubernetes in namespace default I0705 14:12:39.168192 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-network-diagnostics/network-check-source I0705 14:12:39.168606 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-source after 0 failed attempt(s) I0705 14:12:39.168224 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-service-ca-operator/metrics I0705 14:12:39.168617 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-service-ca-operator I0705 14:12:39.168622 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver/check-endpoints I0705 14:12:39.168630 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver/check-endpoints I0705 14:12:39.168636 3306 gateway_shared_intf.go:827] Adding service check-endpoints in namespace openshift-apiserver I0705 14:12:39.168641 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-service-ca-operator I0705 14:12:39.168323 3306 gateway_shared_intf.go:827] Adding service openshift-oauth-apiserver in namespace default I0705 14:12:39.168661 3306 gateway_shared_intf.go:860] Updating already programmed rules for check-endpoints in namespace openshift-apiserver I0705 14:12:39.168670 3306 gateway_shared_intf.go:860] Updating already programmed rules for openshift-oauth-apiserver in namespace default I0705 14:12:39.168370 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog I0705 14:12:39.168679 3306 gateway_shared_intf.go:827] Adding service deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0705 14:12:39.168680 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0705 14:12:39.168689 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics I0705 14:12:39.168695 3306 gateway_shared_intf.go:827] Adding service cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0705 14:12:39.168705 3306 gateway_shared_intf.go:860] Updating already programmed rules for deployment-validation-operator-catalog in namespace openshift-deployment-validation-operator I0705 14:12:39.168180 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-monitoring/cluster-monitoring-operator after 0 failed attempt(s) I0705 14:12:39.168563 3306 gateway_shared_intf.go:827] Adding service performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0705 14:12:39.168731 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-console-operator/metrics I0705 14:12:39.168739 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-console-operator/metrics I0705 14:12:39.168743 3306 gateway_shared_intf.go:860] Updating already programmed rules for performance-addon-operator-service in namespace openshift-cluster-node-tuning-operator I0705 14:12:39.168745 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-console-operator I0705 14:12:39.168754 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-ingress/router-default I0705 14:12:39.168761 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-ingress/router-default I0705 14:12:39.168769 3306 port_claim.go:197] Handle NodePort service router-default port 32342 I0705 14:12:39.168772 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-console-operator I0705 14:12:39.168720 3306 gateway_shared_intf.go:860] Updating already programmed rules for cluster-storage-operator-metrics in namespace openshift-cluster-storage-operator I0705 14:12:39.168611 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-controller in namespace openshift-machine-config-operator I0705 14:12:39.168777 3306 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 32342 and protocol TCP I0705 14:12:39.168802 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}" I0705 14:12:39.168808 3306 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:http" (:32342/tcp) I0705 14:12:39.168820 3306 port_claim.go:71] Svc openshift-ingress/router-default: port 32342 is already open, no action needed I0705 14:12:39.168827 3306 port_claim.go:197] Handle NodePort service router-default port 30870 I0705 14:12:39.168834 3306 port_claim.go:41] Opening socket for service: openshift-ingress/router-default, port: 30870 and protocol TCP I0705 14:12:39.168840 3306 port_claim.go:64] Opening socket for LocalPort "nodePort for openshift-ingress/router-default:https" (:30870/tcp) I0705 14:12:39.168849 3306 port_claim.go:71] Svc openshift-ingress/router-default: port 30870 is already open, no action needed I0705 14:12:39.168858 3306 healthcheck.go:141] Existing healthcheck "openshift-ingress/router-default" on port 32398 I0705 14:12:39.168873 3306 healthcheck.go:224] Reporting 0 endpoints for healthcheck "openshift-ingress/router-default" I0705 14:12:39.168881 3306 gateway_shared_intf.go:827] Adding service router-default in namespace openshift-ingress I0705 14:12:39.168870 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway default/openshift-apiserver I0705 14:12:39.168929 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-apiserver-operator/metrics I0705 14:12:39.168930 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 127.0.0.1/8 lo I0705 14:12:39.168937 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-apiserver-operator/metrics I0705 14:12:39.168951 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-apiserver-operator I0705 14:12:39.168975 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-apiserver-operator I0705 14:12:39.168994 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-config-operator/metrics I0705 14:12:39.169001 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-config-operator/metrics I0705 14:12:39.168994 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway default/openshift-apiserver I0705 14:12:39.169030 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-dns-operator/metrics I0705 14:12:39.169031 3306 gateway_shared_intf.go:827] Adding service openshift-apiserver in namespace default I0705 14:12:39.169035 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-dns-operator/metrics I0705 14:12:39.169040 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-dns-operator I0705 14:12:39.169047 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 169.254.0.2/17 br-ex I0705 14:12:39.169054 3306 node_ip_handler_linux.go:494] Skipping non-useable IP address for host: 10.128.0.2/23 ovn-k8s-mp0 I0705 14:12:39.169057 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-dns-operator I0705 14:12:39.169017 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-insights/metrics I0705 14:12:39.169067 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0705 14:12:39.169070 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-insights/metrics I0705 14:12:39.169074 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics I0705 14:12:39.169077 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-insights I0705 14:12:39.169080 3306 gateway_shared_intf.go:827] Adding service csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0705 14:12:39.169090 3306 gateway_shared_intf.go:860] Updating already programmed rules for openshift-apiserver in namespace default I0705 14:12:39.169098 3306 gateway_shared_intf.go:860] Updating already programmed rules for csi-snapshot-controller-operator-metrics in namespace openshift-cluster-storage-operator I0705 14:12:39.169075 3306 node_ip_handler_linux.go:172] Node IP manager is running I0705 14:12:39.168896 3306 gateway_shared_intf.go:860] Updating already programmed rules for router-default in namespace openshift-ingress I0705 14:12:39.169106 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-insights I0705 14:12:39.169108 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0705 14:12:39.169115 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics I0705 14:12:39.169119 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-kube-controller-manager-operator I0705 14:12:39.169133 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-kube-controller-manager-operator I0705 14:12:39.169007 3306 gateway_shared_intf.go:827] Adding service metrics in namespace openshift-config-operator I0705 14:12:39.169190 3306 gateway_shared_intf.go:860] Updating already programmed rules for metrics in namespace openshift-config-operator I0705 14:12:39.169023 3306 obj_retry.go:303] Retry object setup: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0705 14:12:39.169201 3306 obj_retry.go:365] Adding new object: *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator I0705 14:12:39.169205 3306 gateway_shared_intf.go:827] Adding service machine-config-operator in namespace openshift-machine-config-operator I0705 14:12:39.169225 3306 gateway_shared_intf.go:860] Updating already programmed rules for machine-config-operator in namespace openshift-machine-config-operator I0705 14:12:39.173943 3306 ovs.go:162] Exec(132): stdout: "" I0705 14:12:39.173957 3306 ovs.go:163] Exec(132): stderr: "" I0705 14:12:39.173965 3306 ovs.go:159] Exec(133): /usr/bin/ovs-vsctl --timeout=15 --if-exists del-port br-int int I0705 14:12:39.179062 3306 ovs.go:162] Exec(133): stdout: "" I0705 14:12:39.179072 3306 ovs.go:163] Exec(133): stderr: "" W0705 14:12:39.179275 3306 egressip_healthcheck.go:74] Health checking using insecure connection I0705 14:12:39.179279 3306 healthcheck_node.go:124] "Starting node proxy healthz server" address="0.0.0.0:10256" I0705 14:12:39.179315 3306 egressip_healthcheck.go:107] Starting Egress IP Health Server on 10.128.0.2:9107 I0705 14:12:39.179605 3306 egressservice_node.go:93] Setting up event handlers for Egress Services I0705 14:12:39.179707 3306 egressservice_node.go:183] Starting Egress Services Controller I0705 14:12:39.179720 3306 shared_informer.go:313] Waiting for caches to sync for egressservices I0705 14:12:39.179726 3306 shared_informer.go:320] Caches are synced for egressservices I0705 14:12:39.179732 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_services I0705 14:12:39.179737 3306 shared_informer.go:320] Caches are synced for egressservices_services I0705 14:12:39.179742 3306 shared_informer.go:313] Waiting for caches to sync for egressservices_endpointslices I0705 14:12:39.179746 3306 shared_informer.go:320] Caches are synced for egressservices_endpointslices I0705 14:12:39.179753 3306 egressservice_node.go:197] Repairing Egress Services I0705 14:12:39.188639 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns/dns-default after 0 failed attempt(s) I0705 14:12:39.189397 3306 node_controller.go:43] Starting Admin Policy Based Route Node Controller I0705 14:12:39.189410 3306 external_controller.go:276] Starting Admin Policy Based Route Controller I0705 14:12:39.189631 3306 default_node_network_controller.go:1316] Egress IP for secondary host network is disabled I0705 14:12:39.189649 3306 link_network_manager.go:115] Link manager is running I0705 14:12:39.189666 3306 default_node_network_controller.go:1327] Default node network controller initialized and ready. I0705 14:12:39.189744 3306 ovspinning_linux.go:39] OVS CPU affinity pinning disabled I0705 14:12:39.190003 3306 vrf_manager.go:128] VRF manager is running I0705 14:12:39.206900 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-version/cluster-version-operator after 0 failed attempt(s) I0705 14:12:39.206914 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/packageserver after 0 failed attempt(s) I0705 14:12:39.206928 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-diagnostics/network-check-target after 0 failed attempt(s) I0705 14:12:39.206931 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-network-console/networking-console-plugin after 0 failed attempt(s) I0705 14:12:39.206941 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-internal-default after 0 failed attempt(s) I0705 14:12:39.206936 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-authentication-operator/metrics after 0 failed attempt(s) I0705 14:12:39.206949 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-metrics after 0 failed attempt(s) I0705 14:12:39.206955 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cloud-credential-operator/cco-metrics after 0 failed attempt(s) I0705 14:12:39.206956 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-storage-version-migrator-operator/metrics after 0 failed attempt(s) I0705 14:12:39.206960 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-image-registry/image-registry after 0 failed attempt(s) I0705 14:12:39.206965 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-operator/metrics after 0 failed attempt(s) I0705 14:12:39.206976 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-daemon after 0 failed attempt(s) I0705 14:12:39.206975 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress-canary/ingress-canary after 0 failed attempt(s) I0705 14:12:39.206983 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-service-ca-operator/metrics after 0 failed attempt(s) I0705 14:12:39.206982 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/cluster-storage-operator-metrics after 0 failed attempt(s) I0705 14:12:39.242951 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/kubernetes after 0 failed attempt(s) I0705 14:12:39.242972 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-console-operator/metrics after 0 failed attempt(s) I0705 14:12:39.242986 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-controller after 0 failed attempt(s) I0705 14:12:39.242995 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver-operator/metrics after 0 failed attempt(s) I0705 14:12:39.243002 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-dns-operator/metrics after 0 failed attempt(s) I0705 14:12:39.243008 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-storage-operator/csi-snapshot-controller-operator-metrics after 0 failed attempt(s) I0705 14:12:39.243014 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-apiserver after 0 failed attempt(s) I0705 14:12:39.243019 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-insights/metrics after 0 failed attempt(s) I0705 14:12:39.279202 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-ingress/router-default after 0 failed attempt(s) I0705 14:12:39.279214 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-kube-controller-manager-operator/metrics after 0 failed attempt(s) I0705 14:12:39.279233 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-config-operator/metrics after 0 failed attempt(s) I0705 14:12:39.279241 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-cluster-node-tuning-operator/performance-addon-operator-service after 0 failed attempt(s) I0705 14:12:39.279248 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway default/openshift-oauth-apiserver after 0 failed attempt(s) I0705 14:12:39.279262 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-machine-config-operator/machine-config-operator after 0 failed attempt(s) I0705 14:12:39.279271 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-apiserver/check-endpoints after 0 failed attempt(s) I0705 14:12:39.279280 3306 obj_retry.go:386] Retry successful for *factory.serviceForGateway openshift-deployment-validation-operator/deployment-validation-operator-catalog after 0 failed attempt(s) I0705 14:12:40.907948 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-11.ec2.internal I0705 14:12:40.907990 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-11.ec2.internal I0705 14:12:40.908003 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-11.ec2.internal: 16.237µs I0705 14:12:40.908036 3306 node_tracker.go:172] Node ip-10-0-0-11.ec2.internal switch + router changed, syncing services I0705 14:12:40.908049 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:40.908100 3306 default_network_controller.go:1081] Egress IP detected IP address change for node ip-10-0-0-11.ec2.internal. Updating no re-route policies I0705 14:12:40.962849 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-1-77.ec2.internal I0705 14:12:40.962868 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-1-77.ec2.internal: 27.343µs I0705 14:12:41.010428 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-2-180.ec2.internal I0705 14:12:41.010449 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-2-180.ec2.internal: 27.192µs E0705 14:12:41.010463 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:12:41.010481 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:41.010490 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:12:41.032602 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:12:41.032620 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:41.032625 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:12:41.222735 3306 base_network_controller_pods.go:477] [default/openshift-ingress-canary/ingress-canary-zv65k] creating logical port openshift-ingress-canary_ingress-canary-zv65k for pod on switch ip-10-0-2-180.ec2.internal I0705 14:12:41.222839 3306 kube.go:317] Updating pod openshift-ingress-canary/ingress-canary-zv65k I0705 14:12:41.249944 3306 node_tracker.go:211] Processing possible switch / router updates for node ip-10-0-0-11.ec2.internal I0705 14:12:41.250020 3306 node_tracker.go:172] Node ip-10-0-0-11.ec2.internal switch + router changed, syncing services I0705 14:12:41.250047 3306 services_controller.go:549] Full service sync requested for network=default I0705 14:12:41.266438 3306 pod.go:62] [openshift-ingress-canary/ingress-canary-zv65k] pod update took 43.63177ms I0705 14:12:41.266458 3306 base_network_controller_pods.go:921] [default/openshift-ingress-canary/ingress-canary-zv65k] addLogicalPort annotation time took 43.657004ms I0705 14:12:41.267449 3306 pods.go:252] [openshift-ingress-canary/ingress-canary-zv65k] addLogicalPort took 44.732438ms, libovsdb time 746.099µs I0705 14:12:41.281661 3306 base_network_controller_pods.go:477] [default/openshift-dns/dns-default-mcr2g] creating logical port openshift-dns_dns-default-mcr2g for pod on switch ip-10-0-2-180.ec2.internal I0705 14:12:41.281779 3306 kube.go:317] Updating pod openshift-dns/dns-default-mcr2g I0705 14:12:41.325914 3306 pod.go:62] [openshift-dns/dns-default-mcr2g] pod update took 44.155426ms I0705 14:12:41.325932 3306 base_network_controller_pods.go:921] [default/openshift-dns/dns-default-mcr2g] addLogicalPort annotation time took 44.177515ms I0705 14:12:41.326881 3306 pods.go:252] [openshift-dns/dns-default-mcr2g] addLogicalPort took 45.238796ms, libovsdb time 687.39µs I0705 14:12:43.149991 3306 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-77f459f94-sd86w] creating logical port openshift-image-registry_image-registry-77f459f94-sd86w for pod on switch ip-10-0-2-180.ec2.internal I0705 14:12:43.150136 3306 kube.go:317] Updating pod openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:12:43.166251 3306 pod.go:62] [openshift-image-registry/image-registry-77f459f94-sd86w] pod update took 16.142469ms I0705 14:12:43.166271 3306 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-77f459f94-sd86w] addLogicalPort annotation time took 16.178909ms I0705 14:12:43.167529 3306 pods.go:252] [openshift-image-registry/image-registry-77f459f94-sd86w] addLogicalPort took 17.55736ms, libovsdb time 959.77µs I0705 14:12:43.675684 3306 egressservice_zone_node.go:110] Processing sync for Egress Service node ip-10-0-0-11.ec2.internal I0705 14:12:43.675706 3306 egressservice_zone_node.go:113] Finished syncing Egress Service node ip-10-0-0-11.ec2.internal: 29.464µs E0705 14:12:44.195509 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:12:44.195550 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:44.195560 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:12:48.803006 3306 cni.go:312] [openshift-network-diagnostics/network-check-target-dlmqf 7d2e4868d9fa64f927b9da1393433571924ee442db1009ea23d0b516bef1414f network default NAD default] ADD starting CNI request [openshift-network-diagnostics/network-check-target-dlmqf 7d2e4868d9fa64f927b9da1393433571924ee442db1009ea23d0b516bef1414f network default NAD default] I0705 14:12:48.813612 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:12:48.813646 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:12:48.818894 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-diagnostics, podName: network-check-target-dlmqf, hostIfaceName: 7d2e4868d9fa64f, network: default, NAD default, SandboxID: "7d2e4868d9fa64f927b9da1393433571924ee442db1009ea23d0b516bef1414f", PCI device ID: , UID: "78340811-7840-42a5-8519-fc5a1a8998ce", MAC: 0a:58:0a:80:00:04, IPs: [10.128.0.4/23] I0705 14:12:48.861808 3306 cni.go:333] [openshift-network-diagnostics/network-check-target-dlmqf 7d2e4868d9fa64f927b9da1393433571924ee442db1009ea23d0b516bef1414f network default NAD default] ADD finished CNI request [openshift-network-diagnostics/network-check-target-dlmqf 7d2e4868d9fa64f927b9da1393433571924ee442db1009ea23d0b516bef1414f network default NAD default], result "{\"interfaces\":[{\"name\":\"7d2e4868d9fa64f\",\"mac\":\"2a:53:68:97:5a:ac\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:04\",\"sandbox\":\"/var/run/netns/f62160f9-f9f1-47c6-82f7-fdf76a4e8f62\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.4/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:12:50.660319 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 9 Dst: fe80::2853:68ff:fe97:5aac/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0705 14:12:54.306539 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:12:54.306598 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:12:54.306621 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:13:09.180052 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} I0705 14:13:09.180107 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} E0705 14:13:14.497298 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:13:14.497407 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:13:14.497439 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:13:24.485080 3306 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr] creating logical port openshift-deployment-validation-operator_304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr for pod on switch ip-10-0-2-180.ec2.internal I0705 14:13:24.485188 3306 kube.go:317] Updating pod openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr I0705 14:13:24.498691 3306 pod.go:62] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr] pod update took 13.548654ms I0705 14:13:24.498738 3306 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr] addLogicalPort annotation time took 13.592761ms I0705 14:13:24.499811 3306 pods.go:252] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr] addLogicalPort took 14.754052ms, libovsdb time 767.767µs I0705 14:13:24.835484 3306 cni.go:312] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr 53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369 network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr 53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369 network default NAD default] I0705 14:13:24.837356 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:13:24.837379 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:13:24.844047 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: 304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr, hostIfaceName: 53e4c8aa5276722, network: default, NAD default, SandboxID: "53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369", PCI device ID: , UID: "64c2fa9d-43fb-4a0f-8024-1e5bc614793a", MAC: 0a:58:0a:80:00:08, IPs: [10.128.0.8/23] I0705 14:13:24.883668 3306 cni.go:333] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr 53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369 network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr 53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369 network default NAD default], result "{\"interfaces\":[{\"name\":\"53e4c8aa5276722\",\"mac\":\"c6:03:19:45:7b:df\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:08\",\"sandbox\":\"/var/run/netns/08857401-2f6f-4dd5-b9d2-6287dd94cc66\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.8/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:13:26.308296 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 10 Dst: fe80::c403:19ff:fe45:7bdf/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:13:39.199486 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} I0705 14:13:39.199542 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} E0705 14:13:44.875273 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:13:44.875300 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:13:44.875307 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:14:09.214649 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} I0705 14:14:09.214704 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} I0705 14:14:10.126713 3306 cni.go:312] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr 53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369 network default NAD default] DEL starting CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr 53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369 network default NAD default] I0705 14:14:10.189304 3306 cni.go:333] [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr 53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369 network default NAD default] DEL finished CNI request [openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr 53e4c8aa52767220aa838f19edb4ba329642fd5277c546e60b1a38a8d6f82369 network default NAD default], result "{\"dns\":{}}", err I0705 14:14:10.227819 3306 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:14:10.227844 3306 pods.go:174] Deleting pod: openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr I0705 14:14:10.229092 3306 pods.go:217] Attempting to release IPs for pod: openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr, ips: 10.128.0.8 I0705 14:14:10.229123 3306 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:14:10.229141 3306 obj_retry.go:466] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0705 14:14:10.229151 3306 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-deployment-validation-operator/allow-from-openshift-insights to delete 1 local pods... I0705 14:14:11.253887 3306 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:14:11.253917 3306 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:14:11.253927 3306 obj_retry.go:460] Detected object openshift-deployment-validation-operator/304f2b55651df42bb2d4d5d48244ba48d7d4f273b8a1576cda30f666442nwxr of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:14:14.604453 3306 namespace.go:136] [openshift-deployment-validation-operator] updating namespace I0705 14:14:14.617797 3306 namespace.go:136] [openshift-deployment-validation-operator] updating namespace E0705 14:14:15.413261 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:14:15.413290 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:14:15.413297 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:14:17.418461 3306 base_network_controller_pods.go:477] [default/openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb] creating logical port openshift-deployment-validation-operator_deployment-validation-operator-59ccb886c6-mh8zb for pod on switch ip-10-0-2-180.ec2.internal I0705 14:14:17.418621 3306 kube.go:317] Updating pod openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb I0705 14:14:17.437686 3306 pod.go:62] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb] pod update took 19.095414ms I0705 14:14:17.437712 3306 base_network_controller_pods.go:921] [default/openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb] addLogicalPort annotation time took 19.126759ms I0705 14:14:17.438991 3306 pods.go:252] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb] addLogicalPort took 20.559095ms, libovsdb time 908.31µs I0705 14:14:17.769825 3306 cni.go:312] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb c09327faa4568b372d406fd574a2c6aae884c4f03606c5bb09eeb83dcad2e8cd network default NAD default] ADD starting CNI request [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb c09327faa4568b372d406fd574a2c6aae884c4f03606c5bb09eeb83dcad2e8cd network default NAD default] I0705 14:14:17.772120 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:14:17.772199 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:14:17.778730 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-deployment-validation-operator, podName: deployment-validation-operator-59ccb886c6-mh8zb, hostIfaceName: c09327faa4568b3, network: default, NAD default, SandboxID: "c09327faa4568b372d406fd574a2c6aae884c4f03606c5bb09eeb83dcad2e8cd", PCI device ID: , UID: "7fe6be04-dda5-4269-bc9b-dc4407c5f6ad", MAC: 0a:58:0a:80:00:09, IPs: [10.128.0.9/23] I0705 14:14:17.820748 3306 cni.go:333] [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb c09327faa4568b372d406fd574a2c6aae884c4f03606c5bb09eeb83dcad2e8cd network default NAD default] ADD finished CNI request [openshift-deployment-validation-operator/deployment-validation-operator-59ccb886c6-mh8zb c09327faa4568b372d406fd574a2c6aae884c4f03606c5bb09eeb83dcad2e8cd network default NAD default], result "{\"interfaces\":[{\"name\":\"c09327faa4568b3\",\"mac\":\"76:14:b3:4a:9e:2c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:09\",\"sandbox\":\"/var/run/netns/e7a9a04d-0278-404f-9d2d-4af17ac9d9bd\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.9/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:14:18.852381 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 11 Dst: fe80::7414:b3ff:fe4a:9e2c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:14:39.234366 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} I0705 14:14:39.234425 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} E0705 14:14:46.350608 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:14:46.350661 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:14:46.350671 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:15:09.249344 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} I0705 14:15:09.249410 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} I0705 14:15:19.260953 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf] creating logical port openshift-monitoring_cluster-monitoring-operator-5bfb944964-s8pdf for pod on switch ip-10-0-2-180.ec2.internal I0705 14:15:19.261145 3306 kube.go:317] Updating pod openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf I0705 14:15:19.267918 3306 base_network_controller_pods.go:477] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-g2592] creating logical port openshift-network-console_networking-console-plugin-6d95f7dc7-g2592 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:15:19.268044 3306 kube.go:317] Updating pod openshift-network-console/networking-console-plugin-6d95f7dc7-g2592 I0705 14:15:19.287916 3306 pod.go:62] [openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf] pod update took 26.790426ms I0705 14:15:19.287940 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf] addLogicalPort annotation time took 26.818455ms I0705 14:15:19.289114 3306 pods.go:252] [openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf] addLogicalPort took 28.181774ms, libovsdb time 805.697µs I0705 14:15:19.300863 3306 pod.go:62] [openshift-network-console/networking-console-plugin-6d95f7dc7-g2592] pod update took 32.84715ms I0705 14:15:19.300880 3306 base_network_controller_pods.go:921] [default/openshift-network-console/networking-console-plugin-6d95f7dc7-g2592] addLogicalPort annotation time took 32.864502ms I0705 14:15:19.301938 3306 pods.go:252] [openshift-network-console/networking-console-plugin-6d95f7dc7-g2592] addLogicalPort took 34.032803ms, libovsdb time 782.393µs I0705 14:15:24.796516 3306 namespace.go:92] [openshift-kube-storage-version-migrator] adding namespace I0705 14:15:24.797475 3306 namespace.go:96] [openshift-kube-storage-version-migrator] adding namespace took 896.762µs I0705 14:15:24.816622 3306 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace I0705 14:15:24.923539 3306 base_network_controller_pods.go:477] [default/openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn] creating logical port openshift-kube-storage-version-migrator_migrator-6cf78d8f89-7cpxn for pod on switch ip-10-0-2-180.ec2.internal I0705 14:15:24.923712 3306 kube.go:317] Updating pod openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn I0705 14:15:24.942657 3306 pod.go:62] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn] pod update took 18.98106ms I0705 14:15:24.942737 3306 base_network_controller_pods.go:921] [default/openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn] addLogicalPort annotation time took 19.065914ms I0705 14:15:24.943948 3306 pods.go:252] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn] addLogicalPort took 20.435105ms, libovsdb time 812.045µs I0705 14:15:25.271652 3306 cni.go:312] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn cc434921f752b50ef8dc7c24948a5642b66e22e7326fd55202fb9a59b1a84619 network default NAD default] ADD starting CNI request [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn cc434921f752b50ef8dc7c24948a5642b66e22e7326fd55202fb9a59b1a84619 network default NAD default] I0705 14:15:25.274433 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:25.274453 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:15:25.279990 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-kube-storage-version-migrator, podName: migrator-6cf78d8f89-7cpxn, hostIfaceName: cc434921f752b50, network: default, NAD default, SandboxID: "cc434921f752b50ef8dc7c24948a5642b66e22e7326fd55202fb9a59b1a84619", PCI device ID: , UID: "8c77a7da-d181-4fc1-8263-d04a2d2e62bf", MAC: 0a:58:0a:80:00:0c, IPs: [10.128.0.12/23] I0705 14:15:25.321288 3306 cni.go:333] [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn cc434921f752b50ef8dc7c24948a5642b66e22e7326fd55202fb9a59b1a84619 network default NAD default] ADD finished CNI request [openshift-kube-storage-version-migrator/migrator-6cf78d8f89-7cpxn cc434921f752b50ef8dc7c24948a5642b66e22e7326fd55202fb9a59b1a84619 network default NAD default], result "{\"interfaces\":[{\"name\":\"cc434921f752b50\",\"mac\":\"22:b7:97:1c:15:bf\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0c\",\"sandbox\":\"/var/run/netns/0f4a94c5-deae-434c-8237-82479db8d22b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.12/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:15:25.342794 3306 namespace.go:92] [openshift-service-ca] adding namespace I0705 14:15:25.343828 3306 namespace.go:96] [openshift-service-ca] adding namespace took 978.591µs I0705 14:15:25.362006 3306 namespace.go:136] [openshift-service-ca] updating namespace I0705 14:15:27.013980 3306 base_network_controller_pods.go:477] [default/openshift-service-ca/service-ca-6549cb95df-rl8mg] creating logical port openshift-service-ca_service-ca-6549cb95df-rl8mg for pod on switch ip-10-0-2-180.ec2.internal I0705 14:15:27.014202 3306 kube.go:317] Updating pod openshift-service-ca/service-ca-6549cb95df-rl8mg I0705 14:15:27.031261 3306 pod.go:62] [openshift-service-ca/service-ca-6549cb95df-rl8mg] pod update took 17.129425ms I0705 14:15:27.031343 3306 base_network_controller_pods.go:921] [default/openshift-service-ca/service-ca-6549cb95df-rl8mg] addLogicalPort annotation time took 17.215846ms I0705 14:15:27.032654 3306 pods.go:252] [openshift-service-ca/service-ca-6549cb95df-rl8mg] addLogicalPort took 18.699946ms, libovsdb time 977.782µs I0705 14:15:27.204354 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 12 Dst: fe80::20b7:97ff:fe1c:15bf/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:27.390955 3306 cni.go:312] [openshift-service-ca/service-ca-6549cb95df-rl8mg 931584a3634e8514fd2a04ee0ba493041198ff1a9d91e126f2945485c51dd03e network default NAD default] ADD starting CNI request [openshift-service-ca/service-ca-6549cb95df-rl8mg 931584a3634e8514fd2a04ee0ba493041198ff1a9d91e126f2945485c51dd03e network default NAD default] I0705 14:15:27.393719 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:27.393758 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:15:27.400020 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-service-ca, podName: service-ca-6549cb95df-rl8mg, hostIfaceName: 931584a3634e851, network: default, NAD default, SandboxID: "931584a3634e8514fd2a04ee0ba493041198ff1a9d91e126f2945485c51dd03e", PCI device ID: , UID: "0952cc46-abd1-430a-b2a3-6aa9dce556a3", MAC: 0a:58:0a:80:00:0d, IPs: [10.128.0.13/23] I0705 14:15:27.440235 3306 cni.go:333] [openshift-service-ca/service-ca-6549cb95df-rl8mg 931584a3634e8514fd2a04ee0ba493041198ff1a9d91e126f2945485c51dd03e network default NAD default] ADD finished CNI request [openshift-service-ca/service-ca-6549cb95df-rl8mg 931584a3634e8514fd2a04ee0ba493041198ff1a9d91e126f2945485c51dd03e network default NAD default], result "{\"interfaces\":[{\"name\":\"931584a3634e851\",\"mac\":\"52:91:f5:c1:f8:ed\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0d\",\"sandbox\":\"/var/run/netns/59d585c7-1a71-4a00-8879-20466f858522\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.13/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:15:28.740352 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 13 Dst: fe80::5091:f5ff:fec1:f8ed/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:39.267716 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} I0705 14:15:39.267773 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} E0705 14:15:47.543874 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:15:47.543901 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:15:47.543908 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:15:51.422383 3306 cni.go:312] [openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf edab1eab4a00d474d613d3fbddf1a3f147fa8c45fd85d8df19411104378bd20d network default NAD default] ADD starting CNI request [openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf edab1eab4a00d474d613d3fbddf1a3f147fa8c45fd85d8df19411104378bd20d network default NAD default] I0705 14:15:51.425115 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:51.425144 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:15:51.426942 3306 cni.go:312] [openshift-network-console/networking-console-plugin-6d95f7dc7-g2592 6630236527bf2a3226f4bd9ade010cf7ad8ea812e6c9be377aa1feaa38fb7028 network default NAD default] ADD starting CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-g2592 6630236527bf2a3226f4bd9ade010cf7ad8ea812e6c9be377aa1feaa38fb7028 network default NAD default] I0705 14:15:51.429926 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:51.429947 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:15:51.432762 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: cluster-monitoring-operator-5bfb944964-s8pdf, hostIfaceName: edab1eab4a00d47, network: default, NAD default, SandboxID: "edab1eab4a00d474d613d3fbddf1a3f147fa8c45fd85d8df19411104378bd20d", PCI device ID: , UID: "827a3fcd-d61c-4c3e-b0d2-c8bbb1238ba4", MAC: 0a:58:0a:80:00:0a, IPs: [10.128.0.10/23] I0705 14:15:51.438259 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-network-console, podName: networking-console-plugin-6d95f7dc7-g2592, hostIfaceName: 6630236527bf2a3, network: default, NAD default, SandboxID: "6630236527bf2a3226f4bd9ade010cf7ad8ea812e6c9be377aa1feaa38fb7028", PCI device ID: , UID: "9f30c6f5-227f-4c7f-bd9c-b1c9ce60c0c9", MAC: 0a:58:0a:80:00:0b, IPs: [10.128.0.11/23] I0705 14:15:51.477224 3306 cni.go:333] [openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf edab1eab4a00d474d613d3fbddf1a3f147fa8c45fd85d8df19411104378bd20d network default NAD default] ADD finished CNI request [openshift-monitoring/cluster-monitoring-operator-5bfb944964-s8pdf edab1eab4a00d474d613d3fbddf1a3f147fa8c45fd85d8df19411104378bd20d network default NAD default], result "{\"interfaces\":[{\"name\":\"edab1eab4a00d47\",\"mac\":\"26:72:9b:a3:c7:b7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0a\",\"sandbox\":\"/var/run/netns/3c9d0983-ec16-4dc8-a4d5-918d63b2e29b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.10/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:15:51.494386 3306 cni.go:333] [openshift-network-console/networking-console-plugin-6d95f7dc7-g2592 6630236527bf2a3226f4bd9ade010cf7ad8ea812e6c9be377aa1feaa38fb7028 network default NAD default] ADD finished CNI request [openshift-network-console/networking-console-plugin-6d95f7dc7-g2592 6630236527bf2a3226f4bd9ade010cf7ad8ea812e6c9be377aa1feaa38fb7028 network default NAD default], result "{\"interfaces\":[{\"name\":\"6630236527bf2a3\",\"mac\":\"42:fb:98:8d:46:8f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0b\",\"sandbox\":\"/var/run/netns/3cf92a36-e824-4869-82bb-4ae4c177b885\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.11/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:15:52.932326 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 14 Dst: fe80::2472:9bff:fea3:c7b7/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:53.253310 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 15 Dst: fe80::40fb:98ff:fe8d:468f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:54.380574 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-77f459f94-sd86w of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:15:54.380613 3306 pods.go:174] Deleting pod: openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:15:54.381919 3306 pods.go:217] Attempting to release IPs for pod: openshift-image-registry/image-registry-77f459f94-sd86w, ips: 10.128.0.7 I0705 14:15:54.381949 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-77f459f94-sd86w of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:15:54.394980 3306 base_network_controller_pods.go:477] [default/openshift-image-registry/image-registry-7c7f954c8f-wq8vm] creating logical port openshift-image-registry_image-registry-7c7f954c8f-wq8vm for pod on switch ip-10-0-2-180.ec2.internal I0705 14:15:54.395036 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-77f459f94-sd86w of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:15:54.395137 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-77f459f94-sd86w of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:15:54.395140 3306 kube.go:317] Updating pod openshift-image-registry/image-registry-7c7f954c8f-wq8vm I0705 14:15:54.404889 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:15:54.404939 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-77f459f94-sd86w I0705 14:15:54.415430 3306 pod.go:62] [openshift-image-registry/image-registry-7c7f954c8f-wq8vm] pod update took 20.334968ms I0705 14:15:54.415495 3306 base_network_controller_pods.go:921] [default/openshift-image-registry/image-registry-7c7f954c8f-wq8vm] addLogicalPort annotation time took 20.40164ms I0705 14:15:54.416680 3306 pods.go:252] [openshift-image-registry/image-registry-7c7f954c8f-wq8vm] addLogicalPort took 21.726888ms, libovsdb time 799.22µs I0705 14:15:54.461751 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7895c99b97-5pxnt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:15:54.462296 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7895c99b97-5pxnt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:15:54.470521 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7895c99b97-5pxnt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:15:54.470554 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7895c99b97-5pxnt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:15:54.476845 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-7895c99b97-5pxnt I0705 14:15:54.476869 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-7895c99b97-5pxnt I0705 14:15:54.704030 3306 cni.go:312] [openshift-multus/network-metrics-daemon-jx74n 2018c957fe0bff979d99d5a6b7e3ba541172215b6177525e56864f3dd81bd64c network default NAD default] ADD starting CNI request [openshift-multus/network-metrics-daemon-jx74n 2018c957fe0bff979d99d5a6b7e3ba541172215b6177525e56864f3dd81bd64c network default NAD default] I0705 14:15:54.711863 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:54.711923 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:15:54.713670 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-multus, podName: network-metrics-daemon-jx74n, hostIfaceName: 2018c957fe0bff9, network: default, NAD default, SandboxID: "2018c957fe0bff979d99d5a6b7e3ba541172215b6177525e56864f3dd81bd64c", PCI device ID: , UID: "e9d2fbc3-f5ba-4ee7-9d42-e6979ae0a187", MAC: 0a:58:0a:80:00:03, IPs: [10.128.0.3/23] I0705 14:15:54.748524 3306 cni.go:312] [openshift-image-registry/image-registry-7c7f954c8f-wq8vm 6fae84995b69710c44171b304e36e8249cbefe82eab808a96bf272db0d1d5f72 network default NAD default] ADD starting CNI request [openshift-image-registry/image-registry-7c7f954c8f-wq8vm 6fae84995b69710c44171b304e36e8249cbefe82eab808a96bf272db0d1d5f72 network default NAD default] I0705 14:15:54.750395 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:54.750467 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:15:54.758318 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-image-registry, podName: image-registry-7c7f954c8f-wq8vm, hostIfaceName: 6fae84995b69710, network: default, NAD default, SandboxID: "6fae84995b69710c44171b304e36e8249cbefe82eab808a96bf272db0d1d5f72", PCI device ID: , UID: "4a82a0ff-765e-4f1c-8512-9614adb7ebf0", MAC: 0a:58:0a:80:00:0e, IPs: [10.128.0.14/23] I0705 14:15:54.760130 3306 cni.go:333] [openshift-multus/network-metrics-daemon-jx74n 2018c957fe0bff979d99d5a6b7e3ba541172215b6177525e56864f3dd81bd64c network default NAD default] ADD finished CNI request [openshift-multus/network-metrics-daemon-jx74n 2018c957fe0bff979d99d5a6b7e3ba541172215b6177525e56864f3dd81bd64c network default NAD default], result "{\"interfaces\":[{\"name\":\"2018c957fe0bff9\",\"mac\":\"42:4a:0f:8e:82:f1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:03\",\"sandbox\":\"/var/run/netns/2a192049-50d2-4352-99ec-3edbe8fa6bac\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.3/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:15:54.800413 3306 cni.go:333] [openshift-image-registry/image-registry-7c7f954c8f-wq8vm 6fae84995b69710c44171b304e36e8249cbefe82eab808a96bf272db0d1d5f72 network default NAD default] ADD finished CNI request [openshift-image-registry/image-registry-7c7f954c8f-wq8vm 6fae84995b69710c44171b304e36e8249cbefe82eab808a96bf272db0d1d5f72 network default NAD default], result "{\"interfaces\":[{\"name\":\"6fae84995b69710\",\"mac\":\"52:2a:b4:81:e3:4a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0e\",\"sandbox\":\"/var/run/netns/99432e27-b6be-44ef-adf5-686fb3b4e8ae\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.14/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:15:56.069330 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 17 Dst: fe80::502a:b4ff:fe81:e34a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:15:56.132307 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 16 Dst: fe80::404a:fff:fe8e:82f1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:01.669759 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg] creating logical port openshift-monitoring_kube-state-metrics-748c6b784b-hxxgg for pod on switch ip-10-0-2-180.ec2.internal I0705 14:16:01.669877 3306 kube.go:317] Updating pod openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg I0705 14:16:01.697329 3306 pod.go:62] [openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg] pod update took 27.488231ms I0705 14:16:01.697357 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg] addLogicalPort annotation time took 27.522779ms I0705 14:16:01.698726 3306 pods.go:252] [openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg] addLogicalPort took 28.987828ms, libovsdb time 908.878µs I0705 14:16:02.022688 3306 cni.go:312] [openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg 4f65abac4fffa02f057eecbff08244383f13a546e5e4764953715e8e22c71ab8 network default NAD default] ADD starting CNI request [openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg 4f65abac4fffa02f057eecbff08244383f13a546e5e4764953715e8e22c71ab8 network default NAD default] I0705 14:16:02.025328 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:02.025352 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:02.034265 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: kube-state-metrics-748c6b784b-hxxgg, hostIfaceName: 4f65abac4fffa02, network: default, NAD default, SandboxID: "4f65abac4fffa02f057eecbff08244383f13a546e5e4764953715e8e22c71ab8", PCI device ID: , UID: "6013ea2f-14d6-43f4-b9df-535fa4b6d8a0", MAC: 0a:58:0a:80:00:0f, IPs: [10.128.0.15/23] I0705 14:16:02.079481 3306 cni.go:333] [openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg 4f65abac4fffa02f057eecbff08244383f13a546e5e4764953715e8e22c71ab8 network default NAD default] ADD finished CNI request [openshift-monitoring/kube-state-metrics-748c6b784b-hxxgg 4f65abac4fffa02f057eecbff08244383f13a546e5e4764953715e8e22c71ab8 network default NAD default], result "{\"interfaces\":[{\"name\":\"4f65abac4fffa02\",\"mac\":\"5a:e7:e7:73:28:f2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:0f\",\"sandbox\":\"/var/run/netns/e63c59c6-a29b-4058-990f-99ee664ad565\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.15/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:03.045359 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 18 Dst: fe80::58e7:e7ff:fe73:28f2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:03.739060 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd] creating logical port openshift-monitoring_thanos-querier-5d7f9c5767-t5xvd for pod on switch ip-10-0-2-180.ec2.internal I0705 14:16:03.739202 3306 kube.go:317] Updating pod openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd I0705 14:16:03.763182 3306 pod.go:62] [openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd] pod update took 24.01355ms I0705 14:16:03.763209 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd] addLogicalPort annotation time took 24.066829ms I0705 14:16:03.764730 3306 pods.go:252] [openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd] addLogicalPort took 25.686744ms, libovsdb time 1.067732ms I0705 14:16:04.091216 3306 cni.go:312] [openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd 49a6888c840e17ec09a4d9b36070b06697c57435bf0655ea5fbad812699aae2e network default NAD default] ADD starting CNI request [openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd 49a6888c840e17ec09a4d9b36070b06697c57435bf0655ea5fbad812699aae2e network default NAD default] I0705 14:16:04.093010 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:04.093098 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:04.099479 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: thanos-querier-5d7f9c5767-t5xvd, hostIfaceName: 49a6888c840e17e, network: default, NAD default, SandboxID: "49a6888c840e17ec09a4d9b36070b06697c57435bf0655ea5fbad812699aae2e", PCI device ID: , UID: "9825a7ad-dca1-48bb-b23e-63ac885ee845", MAC: 0a:58:0a:80:00:10, IPs: [10.128.0.16/23] I0705 14:16:04.141713 3306 cni.go:333] [openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd 49a6888c840e17ec09a4d9b36070b06697c57435bf0655ea5fbad812699aae2e network default NAD default] ADD finished CNI request [openshift-monitoring/thanos-querier-5d7f9c5767-t5xvd 49a6888c840e17ec09a4d9b36070b06697c57435bf0655ea5fbad812699aae2e network default NAD default], result "{\"interfaces\":[{\"name\":\"49a6888c840e17e\",\"mac\":\"ea:c8:02:31:21:01\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:10\",\"sandbox\":\"/var/run/netns/3c6e3628-4dcf-4a92-a400-d0fb0227fe51\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.16/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:06.116340 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 19 Dst: fe80::e8c8:2ff:fe31:2101/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:07.053520 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp] creating logical port openshift-monitoring_metrics-server-7ffcb57ccb-bvvqp for pod on switch ip-10-0-2-180.ec2.internal I0705 14:16:07.053626 3306 kube.go:317] Updating pod openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp I0705 14:16:07.072846 3306 pod.go:62] [openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp] pod update took 19.251699ms I0705 14:16:07.072933 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp] addLogicalPort annotation time took 19.343337ms I0705 14:16:07.074184 3306 pods.go:252] [openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp] addLogicalPort took 20.681234ms, libovsdb time 782.953µs I0705 14:16:07.330069 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6] creating logical port openshift-monitoring_monitoring-plugin-7f8b4bcc56-gp2z6 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:16:07.330229 3306 kube.go:317] Updating pod openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6 I0705 14:16:07.343420 3306 pod.go:62] [openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6] pod update took 13.213436ms I0705 14:16:07.343447 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6] addLogicalPort annotation time took 13.241734ms I0705 14:16:07.344507 3306 pods.go:252] [openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6] addLogicalPort took 14.462591ms, libovsdb time 727.669µs I0705 14:16:07.404587 3306 cni.go:312] [openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp 9b736e874d2f455b2208ffcd6be47138d550bd46ad3499753748c7c743e6b266 network default NAD default] ADD starting CNI request [openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp 9b736e874d2f455b2208ffcd6be47138d550bd46ad3499753748c7c743e6b266 network default NAD default] I0705 14:16:07.407813 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:07.407840 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:07.413850 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: metrics-server-7ffcb57ccb-bvvqp, hostIfaceName: 9b736e874d2f455, network: default, NAD default, SandboxID: "9b736e874d2f455b2208ffcd6be47138d550bd46ad3499753748c7c743e6b266", PCI device ID: , UID: "8f1f50d5-a535-468a-a947-6ef1a8cf0a9a", MAC: 0a:58:0a:80:00:11, IPs: [10.128.0.17/23] I0705 14:16:07.457528 3306 cni.go:333] [openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp 9b736e874d2f455b2208ffcd6be47138d550bd46ad3499753748c7c743e6b266 network default NAD default] ADD finished CNI request [openshift-monitoring/metrics-server-7ffcb57ccb-bvvqp 9b736e874d2f455b2208ffcd6be47138d550bd46ad3499753748c7c743e6b266 network default NAD default], result "{\"interfaces\":[{\"name\":\"9b736e874d2f455\",\"mac\":\"ee:14:0a:a5:0b:48\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:11\",\"sandbox\":\"/var/run/netns/0c1aecba-11b1-48d6-bdc0-11f8f7bd0d3b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.17/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:07.685597 3306 cni.go:312] [openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6 67d6130e867ce02bb0f13d915a899955926f7138bb5642310d15e4048f1406c7 network default NAD default] ADD starting CNI request [openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6 67d6130e867ce02bb0f13d915a899955926f7138bb5642310d15e4048f1406c7 network default NAD default] I0705 14:16:07.687446 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:07.687473 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:07.696041 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: monitoring-plugin-7f8b4bcc56-gp2z6, hostIfaceName: 67d6130e867ce02, network: default, NAD default, SandboxID: "67d6130e867ce02bb0f13d915a899955926f7138bb5642310d15e4048f1406c7", PCI device ID: , UID: "506d698a-ab10-4e9b-9860-1de293d79fef", MAC: 0a:58:0a:80:00:12, IPs: [10.128.0.18/23] I0705 14:16:07.741776 3306 cni.go:333] [openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6 67d6130e867ce02bb0f13d915a899955926f7138bb5642310d15e4048f1406c7 network default NAD default] ADD finished CNI request [openshift-monitoring/monitoring-plugin-7f8b4bcc56-gp2z6 67d6130e867ce02bb0f13d915a899955926f7138bb5642310d15e4048f1406c7 network default NAD default], result "{\"interfaces\":[{\"name\":\"67d6130e867ce02\",\"mac\":\"de:87:f6:af:5c:f4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:12\",\"sandbox\":\"/var/run/netns/d17c4fce-fda7-42de-bb90-b9343a39a5a9\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.18/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:07.963089 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-k8s-0] creating logical port openshift-monitoring_prometheus-k8s-0 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:16:07.963361 3306 kube.go:317] Updating pod openshift-monitoring/prometheus-k8s-0 I0705 14:16:07.994236 3306 pod.go:62] [openshift-monitoring/prometheus-k8s-0] pod update took 30.946245ms I0705 14:16:07.994262 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-k8s-0] addLogicalPort annotation time took 30.974927ms I0705 14:16:07.995470 3306 pods.go:252] [openshift-monitoring/prometheus-k8s-0] addLogicalPort took 32.405425ms, libovsdb time 849.793µs I0705 14:16:08.322368 3306 cni.go:312] [openshift-monitoring/prometheus-k8s-0 ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-0 ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188 network default NAD default] I0705 14:16:08.325240 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:08.325317 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:08.331704 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-0, hostIfaceName: ce9832d2cc75623, network: default, NAD default, SandboxID: "ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188", PCI device ID: , UID: "207b7fba-26a4-4633-9418-4707c400018a", MAC: 0a:58:0a:80:00:13, IPs: [10.128.0.19/23] I0705 14:16:08.379148 3306 cni.go:333] [openshift-monitoring/prometheus-k8s-0 ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-0 ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188 network default NAD default], result "{\"interfaces\":[{\"name\":\"ce9832d2cc75623\",\"mac\":\"b6:fd:61:1b:80:c7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:13\",\"sandbox\":\"/var/run/netns/a63fd67c-0fb3-44d2-b654-c026937d2a0e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.19/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:08.932358 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 21 Dst: fe80::dc87:f6ff:feaf:5cf4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:09.189341 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 20 Dst: fe80::ec14:aff:fea5:b48/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:09.289680 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} I0705 14:16:09.289764 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} I0705 14:16:09.892309 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 22 Dst: fe80::b4fd:61ff:fe1b:80c7/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:15.813350 3306 base_network_controller_pods.go:477] [default/openshift-console/downloads-6d4c9b4b6c-dc4jh] creating logical port openshift-console_downloads-6d4c9b4b6c-dc4jh for pod on switch ip-10-0-2-180.ec2.internal I0705 14:16:15.813493 3306 kube.go:317] Updating pod openshift-console/downloads-6d4c9b4b6c-dc4jh I0705 14:16:15.828753 3306 pod.go:62] [openshift-console/downloads-6d4c9b4b6c-dc4jh] pod update took 15.290117ms I0705 14:16:15.828783 3306 base_network_controller_pods.go:921] [default/openshift-console/downloads-6d4c9b4b6c-dc4jh] addLogicalPort annotation time took 15.323164ms I0705 14:16:15.829921 3306 pods.go:252] [openshift-console/downloads-6d4c9b4b6c-dc4jh] addLogicalPort took 16.596445ms, libovsdb time 805.15µs I0705 14:16:16.164229 3306 cni.go:312] [openshift-console/downloads-6d4c9b4b6c-dc4jh 96deca42eeadc9b22bc8d9f976ebebf4c01e0e70fbcb3aa0c8469b5e83b223bd network default NAD default] ADD starting CNI request [openshift-console/downloads-6d4c9b4b6c-dc4jh 96deca42eeadc9b22bc8d9f976ebebf4c01e0e70fbcb3aa0c8469b5e83b223bd network default NAD default] I0705 14:16:16.165817 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:16.165839 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:16.172541 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: downloads-6d4c9b4b6c-dc4jh, hostIfaceName: 96deca42eeadc9b, network: default, NAD default, SandboxID: "96deca42eeadc9b22bc8d9f976ebebf4c01e0e70fbcb3aa0c8469b5e83b223bd", PCI device ID: , UID: "d4639fcb-eabf-4a43-92e1-bd64a16498cf", MAC: 0a:58:0a:80:00:14, IPs: [10.128.0.20/23] I0705 14:16:16.214896 3306 cni.go:333] [openshift-console/downloads-6d4c9b4b6c-dc4jh 96deca42eeadc9b22bc8d9f976ebebf4c01e0e70fbcb3aa0c8469b5e83b223bd network default NAD default] ADD finished CNI request [openshift-console/downloads-6d4c9b4b6c-dc4jh 96deca42eeadc9b22bc8d9f976ebebf4c01e0e70fbcb3aa0c8469b5e83b223bd network default NAD default], result "{\"interfaces\":[{\"name\":\"96deca42eeadc9b\",\"mac\":\"6a:83:80:34:10:af\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:14\",\"sandbox\":\"/var/run/netns/483cecff-1f5d-4ab3-8982-4a35a154edf3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.20/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:17.573350 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 23 Dst: fe80::6883:80ff:fe34:10af/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0705 14:16:18.246619 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:16:18.246717 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:16:18.246728 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:16:21.103933 3306 base_network_controller_pods.go:477] [default/openshift-console/console-67bd545cc8-k5zg6] creating logical port openshift-console_console-67bd545cc8-k5zg6 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:16:21.104071 3306 kube.go:317] Updating pod openshift-console/console-67bd545cc8-k5zg6 I0705 14:16:21.147359 3306 pod.go:62] [openshift-console/console-67bd545cc8-k5zg6] pod update took 43.315145ms I0705 14:16:21.147388 3306 base_network_controller_pods.go:921] [default/openshift-console/console-67bd545cc8-k5zg6] addLogicalPort annotation time took 43.348981ms I0705 14:16:21.148909 3306 pods.go:252] [openshift-console/console-67bd545cc8-k5zg6] addLogicalPort took 45.006342ms, libovsdb time 1.044689ms I0705 14:16:21.461836 3306 cni.go:312] [openshift-console/console-67bd545cc8-k5zg6 f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7 network default NAD default] ADD starting CNI request [openshift-console/console-67bd545cc8-k5zg6 f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7 network default NAD default] I0705 14:16:21.464573 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:21.464597 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:21.470845 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-67bd545cc8-k5zg6, hostIfaceName: f9ea4da23e78c24, network: default, NAD default, SandboxID: "f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7", PCI device ID: , UID: "6de2773a-87e6-4913-897e-a2bb6cb936b0", MAC: 0a:58:0a:80:00:15, IPs: [10.128.0.21/23] I0705 14:16:21.517208 3306 cni.go:333] [openshift-console/console-67bd545cc8-k5zg6 f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7 network default NAD default] ADD finished CNI request [openshift-console/console-67bd545cc8-k5zg6 f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7 network default NAD default], result "{\"interfaces\":[{\"name\":\"f9ea4da23e78c24\",\"mac\":\"ce:75:e6:7d:f8:1c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:15\",\"sandbox\":\"/var/run/netns/da83826d-d533-46ed-bd82-10e666809f79\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.21/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:22.500317 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 24 Dst: fe80::cc75:e6ff:fe7d:f81c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:39.305947 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} I0705 14:16:39.306027 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} E0705 14:16:48.826093 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:16:48.826121 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:16:48.826128 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:16:49.026830 3306 obj_retry.go:466] Detected object openshift-console/console-6c7b894bcc-76v5k of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:16:49.027441 3306 obj_retry.go:466] Detected object openshift-console/console-6c7b894bcc-76v5k of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:16:49.847882 3306 obj_retry.go:460] Detected object openshift-console/console-6c7b894bcc-76v5k of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:16:49.847907 3306 obj_retry.go:460] Detected object openshift-console/console-6c7b894bcc-76v5k of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:16:49.853477 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-6c7b894bcc-76v5k I0705 14:16:49.853510 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-6c7b894bcc-76v5k I0705 14:16:51.580307 3306 cni.go:312] [openshift-dns/dns-default-mcr2g 0e18b5c14be983dc7107050017678d314177da2bd881a1cec8db693688194db0 network default NAD default] ADD starting CNI request [openshift-dns/dns-default-mcr2g 0e18b5c14be983dc7107050017678d314177da2bd881a1cec8db693688194db0 network default NAD default] I0705 14:16:51.581630 3306 cni.go:312] [openshift-ingress-canary/ingress-canary-zv65k d211dc7a50183103a6fcfdf4bd58cdc226aa26e45d14d78cbae45d92eb6a0f77 network default NAD default] ADD starting CNI request [openshift-ingress-canary/ingress-canary-zv65k d211dc7a50183103a6fcfdf4bd58cdc226aa26e45d14d78cbae45d92eb6a0f77 network default NAD default] I0705 14:16:51.584748 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:51.584817 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:51.584859 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:51.584900 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:16:51.591566 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-dns, podName: dns-default-mcr2g, hostIfaceName: 0e18b5c14be983d, network: default, NAD default, SandboxID: "0e18b5c14be983dc7107050017678d314177da2bd881a1cec8db693688194db0", PCI device ID: , UID: "b53e90b9-b381-4695-bcd4-e2ac967bb6f5", MAC: 0a:58:0a:80:00:06, IPs: [10.128.0.6/23] I0705 14:16:51.593417 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-ingress-canary, podName: ingress-canary-zv65k, hostIfaceName: d211dc7a5018310, network: default, NAD default, SandboxID: "d211dc7a50183103a6fcfdf4bd58cdc226aa26e45d14d78cbae45d92eb6a0f77", PCI device ID: , UID: "8c4333b9-4eb8-4a25-9bd8-22a84aa6661e", MAC: 0a:58:0a:80:00:05, IPs: [10.128.0.5/23] I0705 14:16:51.636862 3306 cni.go:333] [openshift-dns/dns-default-mcr2g 0e18b5c14be983dc7107050017678d314177da2bd881a1cec8db693688194db0 network default NAD default] ADD finished CNI request [openshift-dns/dns-default-mcr2g 0e18b5c14be983dc7107050017678d314177da2bd881a1cec8db693688194db0 network default NAD default], result "{\"interfaces\":[{\"name\":\"0e18b5c14be983d\",\"mac\":\"32:80:a5:51:f5:cc\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:06\",\"sandbox\":\"/var/run/netns/6a98af8e-a52f-4728-9bd3-b99264300798\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.6/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:51.653416 3306 cni.go:333] [openshift-ingress-canary/ingress-canary-zv65k d211dc7a50183103a6fcfdf4bd58cdc226aa26e45d14d78cbae45d92eb6a0f77 network default NAD default] ADD finished CNI request [openshift-ingress-canary/ingress-canary-zv65k d211dc7a50183103a6fcfdf4bd58cdc226aa26e45d14d78cbae45d92eb6a0f77 network default NAD default], result "{\"interfaces\":[{\"name\":\"d211dc7a5018310\",\"mac\":\"aa:cf:4e:17:a9:60\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:05\",\"sandbox\":\"/var/run/netns/08b9cb31-5cd8-4c4a-bcc9-1c4829f82674\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.5/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:16:52.644343 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 26 Dst: fe80::a8cf:4eff:fe17:a960/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:52.964470 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 25 Dst: fe80::3080:a5ff:fe51:f5cc/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:16:59.675511 3306 namespace.go:136] [openshift-kube-storage-version-migrator] updating namespace E0705 14:17:07.875599 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0705 14:17:08.739551 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0705 14:17:09.322798 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} I0705 14:17:09.322860 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} I0705 14:17:09.855495 3306 obj_retry.go:466] Detected object openshift-ingress/router-default-fd7cb548c-s5ndb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:17:09.856045 3306 obj_retry.go:466] Detected object openshift-ingress/router-default-fd7cb548c-s5ndb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:17:10.193112 3306 obj_retry.go:460] Detected object openshift-ingress/router-default-fd7cb548c-s5ndb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:17:10.193134 3306 obj_retry.go:460] Detected object openshift-ingress/router-default-fd7cb548c-s5ndb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:17:10.199110 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-ingress/router-default-fd7cb548c-s5ndb I0705 14:17:10.199178 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-ingress/router-default-fd7cb548c-s5ndb E0705 14:17:19.571944 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:17:19.571972 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:17:19.571981 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port W0705 14:17:19.685201 3306 base_network_controller_namespace.go:458] Unable to remove remote zone pod's openshift-console/console-585c4b56bc-gs28x IP address from the namespace address-set, err: pod openshift-console/console-585c4b56bc-gs28x: no pod IPs found W0705 14:17:19.685457 3306 base_network_controller_namespace.go:458] Unable to remove remote zone pod's openshift-console/console-585c4b56bc-hp65v IP address from the namespace address-set, err: pod openshift-console/console-585c4b56bc-hp65v: no pod IPs found I0705 14:17:23.660196 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 I0705 14:17:23.660844 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 I0705 14:17:23.942479 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 I0705 14:17:23.942504 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 I0705 14:17:23.948585 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-1 I0705 14:17:23.948676 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-1 I0705 14:17:27.871622 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 I0705 14:17:27.872271 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 I0705 14:17:28.791039 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 I0705 14:17:28.791066 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 I0705 14:17:28.796603 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-1 I0705 14:17:28.796688 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-1 I0705 14:17:33.229994 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 I0705 14:17:34.519976 3306 cni.go:312] [openshift-console/console-67bd545cc8-k5zg6 f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7 network default NAD default] DEL starting CNI request [openshift-console/console-67bd545cc8-k5zg6 f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7 network default NAD default] I0705 14:17:34.601836 3306 cni.go:333] [openshift-console/console-67bd545cc8-k5zg6 f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7 network default NAD default] DEL finished CNI request [openshift-console/console-67bd545cc8-k5zg6 f9ea4da23e78c24e1fd3bca92d50349511bed0d9615ec268eb2a9b2949af9af7 network default NAD default], result "{\"dns\":{}}", err I0705 14:17:34.628283 3306 obj_retry.go:466] Detected object openshift-console/console-67bd545cc8-v9f7m of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:17:34.628867 3306 obj_retry.go:466] Detected object openshift-console/console-67bd545cc8-v9f7m of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:17:34.646370 3306 obj_retry.go:466] Detected object openshift-console/console-67bd545cc8-k5zg6 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:17:34.646398 3306 pods.go:174] Deleting pod: openshift-console/console-67bd545cc8-k5zg6 I0705 14:17:34.647758 3306 pods.go:217] Attempting to release IPs for pod: openshift-console/console-67bd545cc8-k5zg6, ips: 10.128.0.21 I0705 14:17:34.647787 3306 obj_retry.go:466] Detected object openshift-console/console-67bd545cc8-k5zg6 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:17:34.977059 3306 obj_retry.go:460] Detected object openshift-console/console-67bd545cc8-v9f7m of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:17:34.977152 3306 obj_retry.go:460] Detected object openshift-console/console-67bd545cc8-v9f7m of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:17:34.989087 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-67bd545cc8-v9f7m I0705 14:17:34.989176 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-67bd545cc8-v9f7m I0705 14:17:34.994389 3306 obj_retry.go:460] Detected object openshift-console/console-67bd545cc8-k5zg6 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:17:34.994450 3306 obj_retry.go:460] Detected object openshift-console/console-67bd545cc8-k5zg6 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:17:34.999591 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-67bd545cc8-k5zg6 I0705 14:17:34.999611 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-67bd545cc8-k5zg6 I0705 14:17:39.342985 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} I0705 14:17:39.343042 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} I0705 14:17:43.359333 3306 base_network_controller_pods.go:477] [default/openshift-console/console-7559bfb68-67q28] creating logical port openshift-console_console-7559bfb68-67q28 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:17:43.359469 3306 kube.go:317] Updating pod openshift-console/console-7559bfb68-67q28 I0705 14:17:43.375927 3306 pod.go:62] [openshift-console/console-7559bfb68-67q28] pod update took 16.499808ms I0705 14:17:43.375948 3306 base_network_controller_pods.go:921] [default/openshift-console/console-7559bfb68-67q28] addLogicalPort annotation time took 16.531914ms I0705 14:17:43.377267 3306 pods.go:252] [openshift-console/console-7559bfb68-67q28] addLogicalPort took 17.955448ms, libovsdb time 931.602µs I0705 14:17:43.715132 3306 cni.go:312] [openshift-console/console-7559bfb68-67q28 44b0f775968e3d598847fbec6b64e3a69748e4fbbf905df6741c116ac5a9eec8 network default NAD default] ADD starting CNI request [openshift-console/console-7559bfb68-67q28 44b0f775968e3d598847fbec6b64e3a69748e4fbbf905df6741c116ac5a9eec8 network default NAD default] I0705 14:17:43.717967 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:17:43.717996 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:17:43.724965 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-console, podName: console-7559bfb68-67q28, hostIfaceName: 44b0f775968e3d5, network: default, NAD default, SandboxID: "44b0f775968e3d598847fbec6b64e3a69748e4fbbf905df6741c116ac5a9eec8", PCI device ID: , UID: "4fbb13f1-743a-4b75-b387-450db78a09af", MAC: 0a:58:0a:80:00:16, IPs: [10.128.0.22/23] I0705 14:17:43.776702 3306 cni.go:333] [openshift-console/console-7559bfb68-67q28 44b0f775968e3d598847fbec6b64e3a69748e4fbbf905df6741c116ac5a9eec8 network default NAD default] ADD finished CNI request [openshift-console/console-7559bfb68-67q28 44b0f775968e3d598847fbec6b64e3a69748e4fbbf905df6741c116ac5a9eec8 network default NAD default], result "{\"interfaces\":[{\"name\":\"44b0f775968e3d5\",\"mac\":\"2e:39:37:71:e3:a8\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:16\",\"sandbox\":\"/var/run/netns/64146114-3813-4093-bef2-1d05bcc72bcc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.22/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:17:45.252334 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 27 Dst: fe80::2c39:37ff:fe71:e3a8/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:17:45.782747 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 I0705 14:17:45.783412 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 I0705 14:17:46.149514 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 I0705 14:17:46.149562 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 I0705 14:17:46.158124 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/alertmanager-main-0 I0705 14:17:46.158244 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/alertmanager-main-0 I0705 14:17:51.067472 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7895c99b97-njql4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:17:51.068070 3306 obj_retry.go:466] Detected object openshift-image-registry/image-registry-7895c99b97-njql4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:17:52.032565 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7895c99b97-njql4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:17:52.032639 3306 obj_retry.go:460] Detected object openshift-image-registry/image-registry-7895c99b97-njql4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:17:52.038536 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-image-registry/image-registry-7895c99b97-njql4 I0705 14:17:52.038560 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-image-registry/image-registry-7895c99b97-njql4 I0705 14:18:00.158344 3306 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 6 items received I0705 14:18:09.364928 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} I0705 14:18:09.364994 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} I0705 14:18:10.350474 3306 obj_retry.go:466] Detected object openshift-console/console-6c7b894bcc-9frlc of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:18:10.351079 3306 obj_retry.go:466] Detected object openshift-console/console-6c7b894bcc-9frlc of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:18:10.965242 3306 obj_retry.go:460] Detected object openshift-console/console-6c7b894bcc-9frlc of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:18:10.965305 3306 obj_retry.go:460] Detected object openshift-console/console-6c7b894bcc-9frlc of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:18:10.973184 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-console/console-6c7b894bcc-9frlc I0705 14:18:10.973273 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-console/console-6c7b894bcc-9frlc I0705 14:18:13.006287 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 I0705 14:18:26.243629 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:18:26.244243 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:18:27.138383 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:18:27.138411 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:18:31.180758 3306 cni.go:312] [openshift-monitoring/prometheus-k8s-0 ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188 network default NAD default] DEL starting CNI request [openshift-monitoring/prometheus-k8s-0 ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188 network default NAD default] I0705 14:18:31.264294 3306 cni.go:333] [openshift-monitoring/prometheus-k8s-0 ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188 network default NAD default] DEL finished CNI request [openshift-monitoring/prometheus-k8s-0 ce9832d2cc756237e9708edb4c7e27744283597ce060661ec015dc0e77b34188 network default NAD default], result "{\"dns\":{}}", err I0705 14:18:31.319505 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 I0705 14:18:31.319534 3306 pods.go:174] Deleting pod: openshift-monitoring/prometheus-k8s-0 I0705 14:18:31.321181 3306 pods.go:217] Attempting to release IPs for pod: openshift-monitoring/prometheus-k8s-0, ips: 10.128.0.19 I0705 14:18:31.321220 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 I0705 14:18:31.844730 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 I0705 14:18:31.844768 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 I0705 14:18:31.850726 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-monitoring/prometheus-k8s-0 I0705 14:18:31.850753 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-monitoring/prometheus-k8s-0 I0705 14:18:31.896206 3306 base_network_controller_pods.go:477] [default/openshift-monitoring/prometheus-k8s-0] creating logical port openshift-monitoring_prometheus-k8s-0 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:18:31.896366 3306 kube.go:317] Updating pod openshift-monitoring/prometheus-k8s-0 I0705 14:18:31.922528 3306 pod.go:62] [openshift-monitoring/prometheus-k8s-0] pod update took 26.207707ms I0705 14:18:31.922554 3306 base_network_controller_pods.go:921] [default/openshift-monitoring/prometheus-k8s-0] addLogicalPort annotation time took 26.233995ms I0705 14:18:31.923805 3306 pods.go:252] [openshift-monitoring/prometheus-k8s-0] addLogicalPort took 27.621451ms, libovsdb time 909.686µs I0705 14:18:32.246934 3306 cni.go:312] [openshift-monitoring/prometheus-k8s-0 d960a5eea248544a4d81cd251cc7698165d04200a5ef57cfad7773fd1486a201 network default NAD default] ADD starting CNI request [openshift-monitoring/prometheus-k8s-0 d960a5eea248544a4d81cd251cc7698165d04200a5ef57cfad7773fd1486a201 network default NAD default] I0705 14:18:32.249570 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:18:32.249720 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:18:32.255019 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-monitoring, podName: prometheus-k8s-0, hostIfaceName: d960a5eea248544, network: default, NAD default, SandboxID: "d960a5eea248544a4d81cd251cc7698165d04200a5ef57cfad7773fd1486a201", PCI device ID: , UID: "55dff725-182d-4a17-854c-e2dbdf4e9636", MAC: 0a:58:0a:80:00:17, IPs: [10.128.0.23/23] I0705 14:18:32.297563 3306 cni.go:333] [openshift-monitoring/prometheus-k8s-0 d960a5eea248544a4d81cd251cc7698165d04200a5ef57cfad7773fd1486a201 network default NAD default] ADD finished CNI request [openshift-monitoring/prometheus-k8s-0 d960a5eea248544a4d81cd251cc7698165d04200a5ef57cfad7773fd1486a201 network default NAD default], result "{\"interfaces\":[{\"name\":\"d960a5eea248544\",\"mac\":\"f6:f8:4b:68:28:bb\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:17\",\"sandbox\":\"/var/run/netns/8bb333e9-e63a-4884-9b95-44881985560a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.23/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:18:33.508302 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 28 Dst: fe80::f4f8:4bff:fe68:28bb/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:18:39.387736 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} I0705 14:18:39.387807 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} I0705 14:18:39.910249 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 128 items received I0705 14:18:42.228835 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 8 items received I0705 14:19:00.988087 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 7 items received I0705 14:19:07.019548 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 0 items received I0705 14:19:09.415828 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} I0705 14:19:09.415885 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} E0705 14:19:21.605123 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:19:21.605153 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:19:21.605183 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:19:31.858489 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:19:31.858517 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:19:31.858524 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:19:37.109432 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 0 items received I0705 14:19:39.432521 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} I0705 14:19:39.432583 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} I0705 14:19:39.906512 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 74 items received I0705 14:20:04.490189 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721020-wbst5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:20:04.490746 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721020-wbst5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:20:05.508294 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721020-wbst5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:20:05.508317 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721020-wbst5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:20:09.459578 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} I0705 14:20:09.459634 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} I0705 14:20:16.987564 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 10 items received E0705 14:20:23.074529 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:20:23.074558 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:20:23.074564 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:20:33.451854 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:20:33.451883 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:20:33.451889 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:20:38.908751 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received I0705 14:20:39.479150 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} I0705 14:20:39.479242 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} I0705 14:20:41.913609 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 675 items received I0705 14:20:55.908173 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 78 items received I0705 14:20:59.812555 3306 namespace.go:92] [tssc] adding namespace I0705 14:20:59.813463 3306 namespace.go:96] [tssc] adding namespace took 882.423µs I0705 14:20:59.828707 3306 namespace.go:136] [tssc] updating namespace I0705 14:20:59.842903 3306 namespace.go:136] [tssc] updating namespace I0705 14:21:00.082918 3306 namespace.go:92] [null] adding namespace I0705 14:21:00.083778 3306 namespace.go:96] [null] adding namespace took 836.261µs I0705 14:21:00.105024 3306 namespace.go:136] [null] updating namespace I0705 14:21:00.116318 3306 namespace.go:136] [null] updating namespace I0705 14:21:00.911345 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 21 items received I0705 14:21:04.719218 3306 namespace.go:92] [tssc-keycloak] adding namespace I0705 14:21:04.720097 3306 namespace.go:96] [tssc-keycloak] adding namespace took 854.724µs I0705 14:21:04.725734 3306 namespace.go:92] [rhtpa-operator] adding namespace I0705 14:21:04.725858 3306 namespace.go:92] [tssc-dh] adding namespace I0705 14:21:04.726484 3306 namespace.go:96] [rhtpa-operator] adding namespace took 732.997µs I0705 14:21:04.727203 3306 namespace.go:96] [tssc-dh] adding namespace took 1.281045ms I0705 14:21:04.738662 3306 namespace.go:92] [tssc-tpa] adding namespace I0705 14:21:04.738714 3306 namespace.go:92] [rhbk-operator] adding namespace I0705 14:21:04.738850 3306 namespace.go:92] [tssc-gitops] adding namespace I0705 14:21:04.738980 3306 namespace.go:92] [tssc-tas] adding namespace I0705 14:21:04.739480 3306 namespace.go:96] [tssc-tpa] adding namespace took 765.091µs I0705 14:21:04.740237 3306 namespace.go:96] [rhbk-operator] adding namespace took 1.469559ms I0705 14:21:04.740806 3306 namespace.go:96] [tssc-gitops] adding namespace took 1.947083ms I0705 14:21:04.741446 3306 namespace.go:96] [tssc-tas] adding namespace took 2.451076ms I0705 14:21:04.741610 3306 namespace.go:136] [tssc-keycloak] updating namespace I0705 14:21:04.754832 3306 namespace.go:136] [tssc-keycloak] updating namespace I0705 14:21:04.763713 3306 namespace.go:136] [tssc-tpa] updating namespace I0705 14:21:04.774886 3306 namespace.go:136] [rhbk-operator] updating namespace I0705 14:21:04.774931 3306 namespace.go:136] [rhtpa-operator] updating namespace I0705 14:21:04.792823 3306 namespace.go:136] [tssc-dh] updating namespace I0705 14:21:04.792912 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:21:04.792942 3306 namespace.go:136] [tssc-tas] updating namespace I0705 14:21:04.793119 3306 namespace.go:136] [rhtpa-operator] updating namespace I0705 14:21:04.797817 3306 namespace.go:136] [tssc-keycloak] updating namespace I0705 14:21:04.801035 3306 namespace.go:136] [tssc-dh] updating namespace I0705 14:21:04.825840 3306 namespace.go:136] [tssc-dh] updating namespace I0705 14:21:04.835920 3306 namespace.go:136] [rhtpa-operator] updating namespace I0705 14:21:04.841658 3306 namespace.go:136] [tssc-tpa] updating namespace I0705 14:21:04.870063 3306 namespace.go:136] [tssc-tpa] updating namespace I0705 14:21:04.897697 3306 namespace.go:136] [rhbk-operator] updating namespace I0705 14:21:04.946056 3306 namespace.go:136] [rhbk-operator] updating namespace I0705 14:21:04.946147 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:21:04.959944 3306 namespace.go:136] [tssc-tas] updating namespace I0705 14:21:04.982729 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:21:05.017898 3306 namespace.go:136] [tssc-tas] updating namespace I0705 14:21:05.860914 3306 namespace.go:136] [tssc-tpa] updating namespace I0705 14:21:05.865875 3306 namespace.go:136] [tssc-keycloak] updating namespace I0705 14:21:07.607966 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr] creating logical port openshift-marketplace_12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:07.608104 3306 kube.go:317] Updating pod openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr I0705 14:21:07.623856 3306 pod.go:62] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr] pod update took 15.791516ms I0705 14:21:07.623879 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr] addLogicalPort annotation time took 15.818464ms I0705 14:21:07.625209 3306 pods.go:252] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr] addLogicalPort took 17.262871ms, libovsdb time 925.606µs I0705 14:21:07.705678 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246] creating logical port openshift-marketplace_feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:07.705793 3306 kube.go:317] Updating pod openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 I0705 14:21:07.718808 3306 pod.go:62] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246] pod update took 13.040786ms I0705 14:21:07.718848 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246] addLogicalPort annotation time took 13.084346ms I0705 14:21:07.719947 3306 pods.go:252] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246] addLogicalPort took 14.285848ms, libovsdb time 730.661µs I0705 14:21:07.964430 3306 cni.go:312] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr 02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea network default NAD default] ADD starting CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr 02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea network default NAD default] I0705 14:21:07.966186 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:07.966211 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:07.978691 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr, hostIfaceName: 02e1feb04249cc1, network: default, NAD default, SandboxID: "02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea", PCI device ID: , UID: "1eb3d5a3-35bb-4147-800c-390713d16afa", MAC: 0a:58:0a:80:00:18, IPs: [10.128.0.24/23] I0705 14:21:08.021563 3306 cni.go:333] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr 02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea network default NAD default] ADD finished CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr 02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea network default NAD default], result "{\"interfaces\":[{\"name\":\"02e1feb04249cc1\",\"mac\":\"ae:84:ea:dc:23:17\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:18\",\"sandbox\":\"/var/run/netns/22812816-559c-46f7-a3aa-5e62aef4bd5e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.24/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:21:08.356980 3306 cni.go:312] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42 network default NAD default] ADD starting CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42 network default NAD default] I0705 14:21:08.358776 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:08.358857 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:08.365239 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246, hostIfaceName: 8b8a61c139276d6, network: default, NAD default, SandboxID: "8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42", PCI device ID: , UID: "8a3b4331-2ccb-4b7a-8032-0f291a410c5d", MAC: 0a:58:0a:80:00:19, IPs: [10.128.0.25/23] I0705 14:21:08.407275 3306 cni.go:333] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42 network default NAD default] ADD finished CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42 network default NAD default], result "{\"interfaces\":[{\"name\":\"8b8a61c139276d6\",\"mac\":\"fe:0a:45:f8:5e:07\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:19\",\"sandbox\":\"/var/run/netns/efa7c06e-030d-47bd-a4db-66ff7859795a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.25/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:21:09.093318 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 29 Dst: fe80::ac84:eaff:fedc:2317/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:09.504330 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} I0705 14:21:09.504419 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} I0705 14:21:10.372799 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 30 Dst: fe80::fc0a:45ff:fef8:5e07/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:11.080945 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww] creating logical port openshift-marketplace_09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:11.081073 3306 kube.go:317] Updating pod openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww I0705 14:21:11.094378 3306 pod.go:62] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww] pod update took 13.344354ms I0705 14:21:11.094402 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww] addLogicalPort annotation time took 13.37388ms I0705 14:21:11.095557 3306 pods.go:252] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww] addLogicalPort took 14.635114ms, libovsdb time 771.443µs I0705 14:21:11.188991 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p] creating logical port openshift-marketplace_04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:11.189094 3306 kube.go:317] Updating pod openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p I0705 14:21:11.203489 3306 pod.go:62] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p] pod update took 14.419026ms I0705 14:21:11.203507 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p] addLogicalPort annotation time took 14.443262ms I0705 14:21:11.204639 3306 pods.go:252] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p] addLogicalPort took 15.668702ms, libovsdb time 766.243µs I0705 14:21:11.286648 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm] creating logical port openshift-marketplace_237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:11.286769 3306 kube.go:317] Updating pod openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm I0705 14:21:11.301510 3306 pod.go:62] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm] pod update took 14.779375ms I0705 14:21:11.301593 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm] addLogicalPort annotation time took 14.86973ms I0705 14:21:11.302814 3306 pods.go:252] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm] addLogicalPort took 16.185416ms, libovsdb time 851.969µs I0705 14:21:11.383745 3306 base_network_controller_pods.go:477] [default/openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh] creating logical port openshift-marketplace_5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:11.383865 3306 kube.go:317] Updating pod openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh I0705 14:21:11.397337 3306 pod.go:62] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh] pod update took 13.508353ms I0705 14:21:11.397425 3306 base_network_controller_pods.go:921] [default/openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh] addLogicalPort annotation time took 13.601692ms I0705 14:21:11.398836 3306 pods.go:252] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh] addLogicalPort took 15.112883ms, libovsdb time 853.462µs I0705 14:21:11.438000 3306 cni.go:312] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac network default NAD default] ADD starting CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac network default NAD default] I0705 14:21:11.445081 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:11.445105 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:11.446999 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww, hostIfaceName: c746c8f6fb7761a, network: default, NAD default, SandboxID: "c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac", PCI device ID: , UID: "06d5d68f-7900-4d77-a0d0-d5c7d3c275d5", MAC: 0a:58:0a:80:00:1a, IPs: [10.128.0.26/23] I0705 14:21:11.491375 3306 cni.go:333] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac network default NAD default] ADD finished CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac network default NAD default], result "{\"interfaces\":[{\"name\":\"c746c8f6fb7761a\",\"mac\":\"2e:66:24:29:f5:89\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1a\",\"sandbox\":\"/var/run/netns/8933f0fc-3745-425c-aa83-54fd79757302\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.26/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:21:11.545418 3306 cni.go:312] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a network default NAD default] ADD starting CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a network default NAD default] I0705 14:21:11.547718 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:11.547794 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:11.555432 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p, hostIfaceName: cb51bdaa789ed53, network: default, NAD default, SandboxID: "cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a", PCI device ID: , UID: "19aac7ed-d68f-428c-98ae-190e26644067", MAC: 0a:58:0a:80:00:1b, IPs: [10.128.0.27/23] I0705 14:21:11.599910 3306 cni.go:333] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a network default NAD default] ADD finished CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a network default NAD default], result "{\"interfaces\":[{\"name\":\"cb51bdaa789ed53\",\"mac\":\"f6:43:66:3b:a4:b2\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1b\",\"sandbox\":\"/var/run/netns/b43c9144-0fa8-4d64-8551-3454d8045208\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.27/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:21:11.645747 3306 cni.go:312] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm 2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517 network default NAD default] ADD starting CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm 2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517 network default NAD default] I0705 14:21:11.647614 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:11.647636 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:11.654537 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm, hostIfaceName: 2e8ddf3bc093234, network: default, NAD default, SandboxID: "2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517", PCI device ID: , UID: "df4bc9b8-eb2f-4026-b5c8-0083367bcb78", MAC: 0a:58:0a:80:00:1c, IPs: [10.128.0.28/23] I0705 14:21:11.697540 3306 cni.go:333] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm 2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517 network default NAD default] ADD finished CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm 2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517 network default NAD default], result "{\"interfaces\":[{\"name\":\"2e8ddf3bc093234\",\"mac\":\"9e:32:23:47:98:f1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1c\",\"sandbox\":\"/var/run/netns/0a5f517f-5e8c-48c3-b8d5-d4ae21afe14b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.28/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:21:11.743430 3306 cni.go:312] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f network default NAD default] ADD starting CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f network default NAD default] I0705 14:21:11.746940 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:11.746971 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:11.755807 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-marketplace, podName: 5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh, hostIfaceName: c97a1d2cb8a0707, network: default, NAD default, SandboxID: "c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f", PCI device ID: , UID: "f300933a-d5fa-43b5-a472-b6015c47bd89", MAC: 0a:58:0a:80:00:1d, IPs: [10.128.0.29/23] I0705 14:21:11.806172 3306 cni.go:333] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f network default NAD default] ADD finished CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f network default NAD default], result "{\"interfaces\":[{\"name\":\"c97a1d2cb8a0707\",\"mac\":\"4e:b8:a4:c6:1e:84\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1d\",\"sandbox\":\"/var/run/netns/b047ffb2-524b-4466-8ee9-61cb1df553ea\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.29/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:21:12.304379 3306 cni.go:312] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr 02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea network default NAD default] DEL starting CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr 02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea network default NAD default] I0705 14:21:12.304893 3306 cni.go:312] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42 network default NAD default] DEL starting CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42 network default NAD default] I0705 14:21:12.389098 3306 cni.go:333] [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr 02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea network default NAD default] DEL finished CNI request [openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr 02e1feb04249cc1b623706c117eaf2bc4c263abec962da3e57ec07bea290b3ea network default NAD default], result "{\"dns\":{}}", err I0705 14:21:12.396231 3306 cni.go:333] [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42 network default NAD default] DEL finished CNI request [openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 8b8a61c139276d649faf771d6adff23535fa49f69995db73194467d5db240c42 network default NAD default], result "{\"dns\":{}}", err I0705 14:21:12.436692 3306 obj_retry.go:466] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:12.436726 3306 pods.go:174] Deleting pod: openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr I0705 14:21:12.438245 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr, ips: 10.128.0.24 I0705 14:21:12.438315 3306 obj_retry.go:466] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:12.460368 3306 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:12.460409 3306 pods.go:174] Deleting pod: openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 I0705 14:21:12.461812 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246, ips: 10.128.0.25 I0705 14:21:12.461847 3306 obj_retry.go:466] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:12.868293 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 31 Dst: fe80::2c66:24ff:fe29:f589/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:12.996375 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 32 Dst: fe80::f443:66ff:fe3b:a4b2/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:13.457686 3306 obj_retry.go:460] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:13.457791 3306 obj_retry.go:460] Detected object openshift-marketplace/12ab9910d6dd8fd3d10840595e6d43c3bda9f778d4f4c233c8f5ce7c05tfzjr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:13.484003 3306 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:13.484083 3306 obj_retry.go:460] Detected object openshift-marketplace/feaa2cc5ab798811e5a3e42345d816d37ed53fdb0f4c52211549e0706cxh246 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:13.508318 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 33 Dst: fe80::9c32:23ff:fe47:98f1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:13.572256 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 34 Dst: fe80::4cb8:a4ff:fec6:1e84/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0705 14:21:14.296034 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:21:14.296138 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:21:14.296208 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:21:16.345889 3306 cni.go:312] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f network default NAD default] DEL starting CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f network default NAD default] I0705 14:21:16.345959 3306 cni.go:312] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm 2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517 network default NAD default] DEL starting CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm 2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517 network default NAD default] I0705 14:21:16.346275 3306 cni.go:312] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a network default NAD default] DEL starting CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a network default NAD default] I0705 14:21:16.348855 3306 cni.go:312] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac network default NAD default] DEL starting CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac network default NAD default] I0705 14:21:16.477985 3306 cni.go:333] [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f network default NAD default] DEL finished CNI request [openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh c97a1d2cb8a0707971858b4d18ed09754cbf9d8b284a1b9e096eb00b7dc6802f network default NAD default], result "{\"dns\":{}}", err I0705 14:21:16.480917 3306 cni.go:333] [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm 2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517 network default NAD default] DEL finished CNI request [openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm 2e8ddf3bc093234ad26457a8c6b3a8d0c489b2716cc05570f3c255c97adf1517 network default NAD default], result "{\"dns\":{}}", err I0705 14:21:16.486976 3306 cni.go:333] [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a network default NAD default] DEL finished CNI request [openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p cb51bdaa789ed5321ddc73ca62164720966db3f3bf65c8f7dd0d455b56f5592a network default NAD default], result "{\"dns\":{}}", err I0705 14:21:16.495419 3306 cni.go:333] [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac network default NAD default] DEL finished CNI request [openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww c746c8f6fb7761ae2924d3ca3ed9a76d014c6e62513ce629f57e3604a282beac network default NAD default], result "{\"dns\":{}}", err I0705 14:21:16.539735 3306 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:16.539829 3306 pods.go:174] Deleting pod: openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh I0705 14:21:16.541398 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh, ips: 10.128.0.29 I0705 14:21:16.541434 3306 obj_retry.go:466] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:16.565233 3306 obj_retry.go:466] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:16.565263 3306 pods.go:174] Deleting pod: openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p I0705 14:21:16.566617 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p, ips: 10.128.0.27 I0705 14:21:16.566650 3306 obj_retry.go:466] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:16.590653 3306 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:16.590682 3306 pods.go:174] Deleting pod: openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm I0705 14:21:16.591897 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm, ips: 10.128.0.28 I0705 14:21:16.591930 3306 obj_retry.go:466] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:16.611144 3306 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:16.611258 3306 pods.go:174] Deleting pod: openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww I0705 14:21:16.612657 3306 pods.go:217] Attempting to release IPs for pod: openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww, ips: 10.128.0.26 I0705 14:21:16.612691 3306 obj_retry.go:466] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:21:17.768096 3306 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:17.768118 3306 obj_retry.go:460] Detected object openshift-marketplace/237adb895ab966e9bd78a11dc51e53db067035dbec500547b241808cb2dwhhm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:17.772285 3306 obj_retry.go:460] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:17.772359 3306 obj_retry.go:460] Detected object openshift-marketplace/04d37b3636a37e486cd1ed7560224b2a1a2ceeab0a7b54f891f368430c7zj5p of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:17.772419 3306 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:17.772438 3306 obj_retry.go:460] Detected object openshift-marketplace/5268a4ced5d800be16754fa0e728697b3e3cfdde89993e5dd11005c615ws5zh of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:17.828900 3306 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:17.828990 3306 obj_retry.go:460] Detected object openshift-marketplace/09e34ea817cdfe261a58e31acae4e4784f6378fed0964f51f7ea9571ba7sbww of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:21:20.129495 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 11 items received I0705 14:21:27.761490 3306 namespace.go:136] [openshift-operators] updating namespace I0705 14:21:27.769548 3306 namespace.go:136] [openshift-operators] updating namespace I0705 14:21:27.992212 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 11 items received I0705 14:21:35.540137 3306 base_network_controller_pods.go:477] [default/openshift-operators/rhdh-operator-7fd46469bf-pv84z] creating logical port openshift-operators_rhdh-operator-7fd46469bf-pv84z for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:35.540346 3306 kube.go:317] Updating pod openshift-operators/rhdh-operator-7fd46469bf-pv84z I0705 14:21:35.620568 3306 pod.go:62] [openshift-operators/rhdh-operator-7fd46469bf-pv84z] pod update took 80.267448ms I0705 14:21:35.620587 3306 base_network_controller_pods.go:921] [default/openshift-operators/rhdh-operator-7fd46469bf-pv84z] addLogicalPort annotation time took 80.29342ms I0705 14:21:35.621765 3306 pods.go:252] [openshift-operators/rhdh-operator-7fd46469bf-pv84z] addLogicalPort took 81.658218ms, libovsdb time 806.003µs I0705 14:21:37.395901 3306 cni.go:312] [openshift-operators/rhdh-operator-7fd46469bf-pv84z 7b4bfd84478e0b97bebe8e872be873449274712b33b977f429c8d4b77d812b6b network default NAD default] ADD starting CNI request [openshift-operators/rhdh-operator-7fd46469bf-pv84z 7b4bfd84478e0b97bebe8e872be873449274712b33b977f429c8d4b77d812b6b network default NAD default] I0705 14:21:37.397702 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:37.397786 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:37.404552 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: rhdh-operator-7fd46469bf-pv84z, hostIfaceName: 7b4bfd84478e0b9, network: default, NAD default, SandboxID: "7b4bfd84478e0b97bebe8e872be873449274712b33b977f429c8d4b77d812b6b", PCI device ID: , UID: "3328bf8a-4ddd-465e-8aa7-2cb791e51705", MAC: 0a:58:0a:80:00:1e, IPs: [10.128.0.30/23] I0705 14:21:37.448441 3306 cni.go:333] [openshift-operators/rhdh-operator-7fd46469bf-pv84z 7b4bfd84478e0b97bebe8e872be873449274712b33b977f429c8d4b77d812b6b network default NAD default] ADD finished CNI request [openshift-operators/rhdh-operator-7fd46469bf-pv84z 7b4bfd84478e0b97bebe8e872be873449274712b33b977f429c8d4b77d812b6b network default NAD default], result "{\"interfaces\":[{\"name\":\"7b4bfd84478e0b9\",\"mac\":\"16:f0:37:d0:18:e6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1e\",\"sandbox\":\"/var/run/netns/1c44a0f1-74f3-4002-bd51-38676175ea8b\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.30/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:21:38.916298 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 35 Dst: fe80::14f0:37ff:fed0:18e6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:39.521383 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} I0705 14:21:39.521486 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} I0705 14:21:43.140819 3306 namespace.go:92] [trusted-artifact-signer] adding namespace I0705 14:21:43.141731 3306 namespace.go:96] [trusted-artifact-signer] adding namespace took 883.855µs I0705 14:21:43.205906 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0705 14:21:43.228042 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0705 14:21:44.343718 3306 base_network_controller_pods.go:477] [default/trusted-artifact-signer/cli-server-9c7494b5b-9llxv] creating logical port trusted-artifact-signer_cli-server-9c7494b5b-9llxv for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:44.343864 3306 kube.go:317] Updating pod trusted-artifact-signer/cli-server-9c7494b5b-9llxv I0705 14:21:44.366778 3306 pod.go:62] [trusted-artifact-signer/cli-server-9c7494b5b-9llxv] pod update took 22.939493ms I0705 14:21:44.366813 3306 base_network_controller_pods.go:921] [default/trusted-artifact-signer/cli-server-9c7494b5b-9llxv] addLogicalPort annotation time took 22.978802ms I0705 14:21:44.368129 3306 pods.go:252] [trusted-artifact-signer/cli-server-9c7494b5b-9llxv] addLogicalPort took 24.437621ms, libovsdb time 804.955µs I0705 14:21:44.705734 3306 cni.go:312] [trusted-artifact-signer/cli-server-9c7494b5b-9llxv 79e2c5bda9819d20fa36613105e0205c7c8d095d8281b54df4495bb7949fe48d network default NAD default] ADD starting CNI request [trusted-artifact-signer/cli-server-9c7494b5b-9llxv 79e2c5bda9819d20fa36613105e0205c7c8d095d8281b54df4495bb7949fe48d network default NAD default] I0705 14:21:44.708456 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:44.708482 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:44.714482 3306 helper_linux.go:442] ConfigureOVS: namespace: trusted-artifact-signer, podName: cli-server-9c7494b5b-9llxv, hostIfaceName: 79e2c5bda9819d2, network: default, NAD default, SandboxID: "79e2c5bda9819d20fa36613105e0205c7c8d095d8281b54df4495bb7949fe48d", PCI device ID: , UID: "20cd4e71-8e27-402d-9cda-6b6e61ebdd8e", MAC: 0a:58:0a:80:00:1f, IPs: [10.128.0.31/23] I0705 14:21:44.759795 3306 cni.go:333] [trusted-artifact-signer/cli-server-9c7494b5b-9llxv 79e2c5bda9819d20fa36613105e0205c7c8d095d8281b54df4495bb7949fe48d network default NAD default] ADD finished CNI request [trusted-artifact-signer/cli-server-9c7494b5b-9llxv 79e2c5bda9819d20fa36613105e0205c7c8d095d8281b54df4495bb7949fe48d network default NAD default], result "{\"interfaces\":[{\"name\":\"79e2c5bda9819d2\",\"mac\":\"62:30:e4:7d:ec:79\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:1f\",\"sandbox\":\"/var/run/netns/f649d1e0-367b-4ef7-944d-75a1caa5043e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.31/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err E0705 14:21:45.160253 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:21:45.160280 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:21:45.160287 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:21:46.597423 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 36 Dst: fe80::6030:e4ff:fe7d:ec79/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:49.375677 3306 namespace.go:136] [openshift-operators] updating namespace I0705 14:21:50.739907 3306 base_network_controller_pods.go:477] [default/openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92] creating logical port openshift-operators_openshift-pipelines-operator-6475d5c7f4-t6w92 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:21:50.740138 3306 kube.go:317] Updating pod openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92 I0705 14:21:50.774305 3306 pod.go:62] [openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92] pod update took 34.203259ms I0705 14:21:50.774333 3306 base_network_controller_pods.go:921] [default/openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92] addLogicalPort annotation time took 34.238493ms I0705 14:21:50.776100 3306 pods.go:252] [openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92] addLogicalPort took 36.213108ms, libovsdb time 1.236919ms I0705 14:21:51.411884 3306 cni.go:312] [openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92 efd5c869eb12065430bfee734b9419c1ee535dda8e228c2a628e9cd8c3d5f89b network default NAD default] ADD starting CNI request [openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92 efd5c869eb12065430bfee734b9419c1ee535dda8e228c2a628e9cd8c3d5f89b network default NAD default] I0705 14:21:51.415611 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:51.415859 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:21:51.422516 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-operators, podName: openshift-pipelines-operator-6475d5c7f4-t6w92, hostIfaceName: efd5c869eb12065, network: default, NAD default, SandboxID: "efd5c869eb12065430bfee734b9419c1ee535dda8e228c2a628e9cd8c3d5f89b", PCI device ID: , UID: "fb68dbf2-7110-4078-a925-26551bbb3d0c", MAC: 0a:58:0a:80:00:20, IPs: [10.128.0.32/23] I0705 14:21:51.475561 3306 cni.go:333] [openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92 efd5c869eb12065430bfee734b9419c1ee535dda8e228c2a628e9cd8c3d5f89b network default NAD default] ADD finished CNI request [openshift-operators/openshift-pipelines-operator-6475d5c7f4-t6w92 efd5c869eb12065430bfee734b9419c1ee535dda8e228c2a628e9cd8c3d5f89b network default NAD default], result "{\"interfaces\":[{\"name\":\"efd5c869eb12065\",\"mac\":\"02:f8:39:15:15:1c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:20\",\"sandbox\":\"/var/run/netns/46d975dc-05bb-4417-92e9-1c6ab731adaf\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.32/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:21:51.880557 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 I0705 14:21:51.881198 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 I0705 14:21:51.944462 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 I0705 14:21:51.944506 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 I0705 14:21:51.953947 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-subscriptions I0705 14:21:51.953978 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-subscriptions I0705 14:21:52.687377 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:21:53.316542 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 37 Dst: fe80::f8:39ff:fe15:151c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:21:54.307588 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:21:54.405032 3306 namespace.go:92] [openshift-gitops] adding namespace I0705 14:21:54.406247 3306 namespace.go:96] [openshift-gitops] adding namespace took 1.186796ms I0705 14:21:54.431899 3306 namespace.go:136] [openshift-gitops] updating namespace I0705 14:21:54.448831 3306 namespace.go:136] [openshift-gitops] updating namespace E0705 14:22:07.875296 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0705 14:22:08.739108 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0705 14:22:09.539454 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} I0705 14:22:09.539538 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} I0705 14:22:10.887313 3306 namespace.go:136] [openshift-gitops] updating namespace I0705 14:22:12.399041 3306 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh] creating logical port openshift-gitops_openshift-gitops-server-5f9785c7f4-9zzsh for pod on switch ip-10-0-2-180.ec2.internal I0705 14:22:12.399189 3306 kube.go:317] Updating pod openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh I0705 14:22:12.417588 3306 pod.go:62] [openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh] pod update took 18.441431ms I0705 14:22:12.417612 3306 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh] addLogicalPort annotation time took 18.471768ms I0705 14:22:12.418821 3306 pods.go:252] [openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh] addLogicalPort took 19.802761ms, libovsdb time 832.083µs I0705 14:22:12.662598 3306 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk] creating logical port openshift-gitops_openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk for pod on switch ip-10-0-2-180.ec2.internal I0705 14:22:12.662690 3306 kube.go:317] Updating pod openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk I0705 14:22:12.682934 3306 pod.go:62] [openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk] pod update took 20.268287ms I0705 14:22:12.683024 3306 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk] addLogicalPort annotation time took 20.362438ms I0705 14:22:12.683045 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-network-policy for network default I0705 14:22:12.684140 3306 pods.go:252] [openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk] addLogicalPort took 21.559469ms, libovsdb time 693.961µs I0705 14:22:12.684664 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,},} I0705 14:22:12.685438 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,},} I0705 14:22:12.686190 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,},} I0705 14:22:12.686210 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,},}] I0705 14:22:12.688463 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-network-policy resources completed, update namespace loglevel I0705 14:22:12.695351 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-redis-ha-network-policy for network default I0705 14:22:12.695463 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,},}] I0705 14:22:12.696241 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0705 14:22:12.703655 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-dex-server-network-policy for network default I0705 14:22:12.703724 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,},}] I0705 14:22:12.714661 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-dex-server-network-policy resources completed, update namespace loglevel I0705 14:22:12.714716 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy for network default I0705 14:22:12.714736 3306 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy added to peer address sets [] I0705 14:22:12.724316 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0705 14:22:12.724341 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-server-network-policy for network default I0705 14:22:12.724350 3306 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-server-network-policy added to peer address sets [] I0705 14:22:12.725384 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-server-network-policy resources completed, update namespace loglevel I0705 14:22:12.725416 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-application-controller-network-policy for network default I0705 14:22:12.725431 3306 base_network_controller_policy.go:1047] Policy openshift-gitops/openshift-gitops-application-controller-network-policy added to peer address sets [] I0705 14:22:12.738629 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-application-controller-network-policy resources completed, update namespace loglevel I0705 14:22:12.738658 3306 base_network_controller_policy.go:1172] Adding network policy openshift-gitops/openshift-gitops-repo-server-network-policy for network default I0705 14:22:12.739037 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,},} I0705 14:22:12.739415 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,},} I0705 14:22:12.739993 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,},} I0705 14:22:12.740008 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,},}] I0705 14:22:12.748834 3306 base_network_controller_policy.go:1225] Create network policy openshift-gitops/openshift-gitops-repo-server-network-policy resources completed, update namespace loglevel I0705 14:22:12.843457 3306 base_network_controller_pods.go:477] [default/openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht] creating logical port openshift-gitops_openshift-gitops-dex-server-57bf786648-sxzht for pod on switch ip-10-0-2-180.ec2.internal I0705 14:22:12.843597 3306 kube.go:317] Updating pod openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht I0705 14:22:12.860626 3306 pod.go:62] [openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht] pod update took 17.059151ms I0705 14:22:12.860655 3306 base_network_controller_pods.go:921] [default/openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht] addLogicalPort annotation time took 17.092345ms I0705 14:22:12.862112 3306 pods.go:252] [openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht] addLogicalPort took 18.680797ms, libovsdb time 820.149µs I0705 14:22:13.018046 3306 cni.go:312] [openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk f74c64aabce16dd5b0d8f156c2887e6a1e82f5a38e24df8ac22a8b7ca7fbc327 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk f74c64aabce16dd5b0d8f156c2887e6a1e82f5a38e24df8ac22a8b7ca7fbc327 network default NAD default] I0705 14:22:13.019963 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:13.019989 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:22:13.027292 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk, hostIfaceName: f74c64aabce16dd, network: default, NAD default, SandboxID: "f74c64aabce16dd5b0d8f156c2887e6a1e82f5a38e24df8ac22a8b7ca7fbc327", PCI device ID: , UID: "abefd1ff-5eb8-4a37-99ec-50aabb831d86", MAC: 0a:58:0a:80:00:22, IPs: [10.128.0.34/23] I0705 14:22:13.062751 3306 cni.go:312] [openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh 2364703ad94a43a0a0a34e251764a713adccd605a96c166335a149f463182f99 network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh 2364703ad94a43a0a0a34e251764a713adccd605a96c166335a149f463182f99 network default NAD default] I0705 14:22:13.068374 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:13.068453 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:22:13.075058 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-server-5f9785c7f4-9zzsh, hostIfaceName: 2364703ad94a43a, network: default, NAD default, SandboxID: "2364703ad94a43a0a0a34e251764a713adccd605a96c166335a149f463182f99", PCI device ID: , UID: "7c87adb4-0f43-4d83-bd06-e8aaae149804", MAC: 0a:58:0a:80:00:21, IPs: [10.128.0.33/23] I0705 14:22:13.079137 3306 cni.go:333] [openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk f74c64aabce16dd5b0d8f156c2887e6a1e82f5a38e24df8ac22a8b7ca7fbc327 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-applicationset-controller-6b7cd5bc6-9gfjk f74c64aabce16dd5b0d8f156c2887e6a1e82f5a38e24df8ac22a8b7ca7fbc327 network default NAD default], result "{\"interfaces\":[{\"name\":\"f74c64aabce16dd\",\"mac\":\"b2:23:06:a8:d7:96\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:22\",\"sandbox\":\"/var/run/netns/691a8e5a-bef7-4768-83fd-b2c87a366524\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.34/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:22:13.120303 3306 cni.go:333] [openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh 2364703ad94a43a0a0a34e251764a713adccd605a96c166335a149f463182f99 network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-server-5f9785c7f4-9zzsh 2364703ad94a43a0a0a34e251764a713adccd605a96c166335a149f463182f99 network default NAD default], result "{\"interfaces\":[{\"name\":\"2364703ad94a43a\",\"mac\":\"9e:4b:e4:5f:b8:e0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:21\",\"sandbox\":\"/var/run/netns/66af61a1-8a2c-4f5b-98c4-92a3946c3adc\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.33/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:22:13.197110 3306 cni.go:312] [openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht 3e6fcb1f4ab189a7a6b510d03fb5f769f580eb97041d9107ebe56b5e61dc6daa network default NAD default] ADD starting CNI request [openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht 3e6fcb1f4ab189a7a6b510d03fb5f769f580eb97041d9107ebe56b5e61dc6daa network default NAD default] I0705 14:22:13.199546 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:13.199579 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:22:13.205104 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-gitops, podName: openshift-gitops-dex-server-57bf786648-sxzht, hostIfaceName: 3e6fcb1f4ab189a, network: default, NAD default, SandboxID: "3e6fcb1f4ab189a7a6b510d03fb5f769f580eb97041d9107ebe56b5e61dc6daa", PCI device ID: , UID: "70c5f2c6-391b-4a06-bcd2-281ad1881c6e", MAC: 0a:58:0a:80:00:23, IPs: [10.128.0.35/23] I0705 14:22:13.454727 3306 cni.go:333] [openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht 3e6fcb1f4ab189a7a6b510d03fb5f769f580eb97041d9107ebe56b5e61dc6daa network default NAD default] ADD finished CNI request [openshift-gitops/openshift-gitops-dex-server-57bf786648-sxzht 3e6fcb1f4ab189a7a6b510d03fb5f769f580eb97041d9107ebe56b5e61dc6daa network default NAD default], result "{\"interfaces\":[{\"name\":\"3e6fcb1f4ab189a\",\"mac\":\"6e:41:64:4e:d2:bd\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:23\",\"sandbox\":\"/var/run/netns/2c72a93e-885a-43d5-8bd5-68de5157cf87\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.35/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:22:14.437463 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 40 Dst: fe80::6c41:64ff:fe4e:d2bd/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:14.820612 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 38 Dst: fe80::b023:6ff:fea8:d796/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:14.821335 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 39 Dst: fe80::9c4b:e4ff:fe5f:b8e0/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:15.746391 3306 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp] creating logical port tssc-gitops_tssc-gitops-redis-9b74744d6-8krlp for pod on switch ip-10-0-2-180.ec2.internal I0705 14:22:15.746697 3306 kube.go:317] Updating pod tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp I0705 14:22:15.775670 3306 pod.go:62] [tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp] pod update took 29.005054ms I0705 14:22:15.775705 3306 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp] addLogicalPort annotation time took 29.045766ms I0705 14:22:15.777329 3306 pods.go:252] [tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp] addLogicalPort took 30.957961ms, libovsdb time 1.063611ms I0705 14:22:15.804729 3306 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p] creating logical port tssc-gitops_tssc-gitops-server-5687995bf4-xsf2p for pod on switch ip-10-0-2-180.ec2.internal I0705 14:22:15.804881 3306 kube.go:317] Updating pod tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p I0705 14:22:15.861478 3306 pod.go:62] [tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p] pod update took 56.627824ms I0705 14:22:15.861507 3306 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p] addLogicalPort annotation time took 56.664122ms I0705 14:22:15.863139 3306 pods.go:252] [tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p] addLogicalPort took 58.429783ms, libovsdb time 1.101293ms I0705 14:22:15.993292 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-network-policy for network default I0705 14:22:15.994566 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,},} I0705 14:22:15.996007 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,},} I0705 14:22:15.997240 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,},} I0705 14:22:15.997305 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,},}] I0705 14:22:16.003537 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-network-policy resources completed, update namespace loglevel I0705 14:22:16.003609 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-redis-ha-network-policy for network default I0705 14:22:16.003681 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,},}] I0705 14:22:16.004649 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-redis-ha-network-policy resources completed, update namespace loglevel I0705 14:22:16.007351 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-dex-server-network-policy for network default I0705 14:22:16.007398 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,},}] I0705 14:22:16.023858 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-dex-server-network-policy resources completed, update namespace loglevel I0705 14:22:16.023891 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy for network default I0705 14:22:16.023932 3306 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy added to peer address sets [] E0705 14:22:16.028485 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:22:16.028549 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:22:16.028581 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:22:16.038678 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-applicationset-controller-network-policy resources completed, update namespace loglevel I0705 14:22:16.038751 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-server-network-policy for network default I0705 14:22:16.038791 3306 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-server-network-policy added to peer address sets [] I0705 14:22:16.040319 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-server-network-policy resources completed, update namespace loglevel I0705 14:22:16.040351 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-application-controller-network-policy for network default I0705 14:22:16.040366 3306 base_network_controller_policy.go:1047] Policy tssc-gitops/tssc-gitops-application-controller-network-policy added to peer address sets [] I0705 14:22:16.056566 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-application-controller-network-policy resources completed, update namespace loglevel I0705 14:22:16.056641 3306 base_network_controller_policy.go:1172] Adding network policy tssc-gitops/tssc-gitops-repo-server-network-policy for network default I0705 14:22:16.057222 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,},} I0705 14:22:16.057746 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,},} I0705 14:22:16.058703 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,},} I0705 14:22:16.058729 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,},}] I0705 14:22:16.075741 3306 base_network_controller_policy.go:1225] Create network policy tssc-gitops/tssc-gitops-repo-server-network-policy resources completed, update namespace loglevel I0705 14:22:16.151552 3306 base_network_controller_pods.go:477] [default/tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw] creating logical port tssc-gitops_tssc-gitops-dex-server-7bd455c855-rtjqw for pod on switch ip-10-0-2-180.ec2.internal I0705 14:22:16.151682 3306 kube.go:317] Updating pod tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw I0705 14:22:16.177340 3306 pod.go:62] [tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw] pod update took 25.699126ms I0705 14:22:16.177426 3306 base_network_controller_pods.go:921] [default/tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw] addLogicalPort annotation time took 25.78957ms I0705 14:22:16.181638 3306 pods.go:252] [tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw] addLogicalPort took 30.102184ms, libovsdb time 3.691746ms I0705 14:22:16.275680 3306 cni.go:312] [tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp f37187fa52b7c75453b16363b5962771834b5709f9d0c31278420750afb2ce5a network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp f37187fa52b7c75453b16363b5962771834b5709f9d0c31278420750afb2ce5a network default NAD default] I0705 14:22:16.280381 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:16.280409 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:22:16.285627 3306 cni.go:312] [tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p 9c791b5a399922198cce9f920cb2646202fa608c425349f01a6a109800077d7e network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p 9c791b5a399922198cce9f920cb2646202fa608c425349f01a6a109800077d7e network default NAD default] I0705 14:22:16.288862 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:16.288951 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:22:16.290896 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-redis-9b74744d6-8krlp, hostIfaceName: f37187fa52b7c75, network: default, NAD default, SandboxID: "f37187fa52b7c75453b16363b5962771834b5709f9d0c31278420750afb2ce5a", PCI device ID: , UID: "c30ee362-56bc-4f52-8956-11942f5f6b7a", MAC: 0a:58:0a:80:00:24, IPs: [10.128.0.36/23] I0705 14:22:16.301917 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-server-5687995bf4-xsf2p, hostIfaceName: 9c791b5a3999221, network: default, NAD default, SandboxID: "9c791b5a399922198cce9f920cb2646202fa608c425349f01a6a109800077d7e", PCI device ID: , UID: "0c29ba1d-f171-4f54-bdcc-86e847ddbe84", MAC: 0a:58:0a:80:00:25, IPs: [10.128.0.37/23] I0705 14:22:16.359907 3306 cni.go:333] [tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp f37187fa52b7c75453b16363b5962771834b5709f9d0c31278420750afb2ce5a network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-redis-9b74744d6-8krlp f37187fa52b7c75453b16363b5962771834b5709f9d0c31278420750afb2ce5a network default NAD default], result "{\"interfaces\":[{\"name\":\"f37187fa52b7c75\",\"mac\":\"5e:07:60:9f:bf:a9\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:24\",\"sandbox\":\"/var/run/netns/e162986f-2dea-43bb-a6b3-dce41b314cd8\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.36/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:22:16.394517 3306 cni.go:333] [tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p 9c791b5a399922198cce9f920cb2646202fa608c425349f01a6a109800077d7e network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-server-5687995bf4-xsf2p 9c791b5a399922198cce9f920cb2646202fa608c425349f01a6a109800077d7e network default NAD default], result "{\"interfaces\":[{\"name\":\"9c791b5a3999221\",\"mac\":\"02:6c:97:0e:27:23\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:25\",\"sandbox\":\"/var/run/netns/87c00511-0090-4cdf-822c-ec6e48f23d2d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.37/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:22:16.536582 3306 cni.go:312] [tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw e27fa95fee2ced589db6feffa4d0ab605e982b0c77a9dd4ce0a0c1c4d96c3baf network default NAD default] ADD starting CNI request [tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw e27fa95fee2ced589db6feffa4d0ab605e982b0c77a9dd4ce0a0c1c4d96c3baf network default NAD default] I0705 14:22:16.540274 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:16.540305 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:22:16.548714 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-gitops, podName: tssc-gitops-dex-server-7bd455c855-rtjqw, hostIfaceName: e27fa95fee2ced5, network: default, NAD default, SandboxID: "e27fa95fee2ced589db6feffa4d0ab605e982b0c77a9dd4ce0a0c1c4d96c3baf", PCI device ID: , UID: "cc440ba9-d757-4e5b-bc7a-fcc222b13486", MAC: 0a:58:0a:80:00:26, IPs: [10.128.0.38/23] I0705 14:22:16.614218 3306 cni.go:333] [tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw e27fa95fee2ced589db6feffa4d0ab605e982b0c77a9dd4ce0a0c1c4d96c3baf network default NAD default] ADD finished CNI request [tssc-gitops/tssc-gitops-dex-server-7bd455c855-rtjqw e27fa95fee2ced589db6feffa4d0ab605e982b0c77a9dd4ce0a0c1c4d96c3baf network default NAD default], result "{\"interfaces\":[{\"name\":\"e27fa95fee2ced5\",\"mac\":\"f6:84:78:98:21:0a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:26\",\"sandbox\":\"/var/run/netns/7b5fafd7-6d26-4e47-823c-2ca9c153cb04\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.38/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:22:17.957439 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 41 Dst: fe80::5c07:60ff:fe9f:bfa9/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:18.020468 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 42 Dst: fe80::6c:97ff:fe0e:2723/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:18.532440 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 43 Dst: fe80::f484:78ff:fe98:210a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:22:29.958610 3306 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:22:29.959154 3306 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:22:29.959228 3306 obj_retry.go:466] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0705 14:22:29.959239 3306 base_network_controller_policy.go:635] Processing NetworkPolicy openshift-gitops/openshift-gitops-dex-server-network-policy to delete 1 local pods... I0705 14:22:29.999548 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:22:30.000055 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:22:30.000093 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 of type *factory.localPodSelector in terminal state (e.g. completed) during update event: will remove it I0705 14:22:30.000101 3306 base_network_controller_policy.go:635] Processing NetworkPolicy tssc-gitops/tssc-gitops-dex-server-network-policy to delete 1 local pods... I0705 14:22:30.700327 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:22:30.700352 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:22:30.700370 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:22:30.702221 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.localPodSelector tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 I0705 14:22:30.702306 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 I0705 14:22:30.702327 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/tssc-gitops-dex-server-79bcdc956f-gf7d7 I0705 14:22:30.718224 3306 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:22:30.718273 3306 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:22:30.718305 3306 obj_retry.go:460] Detected object openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q of type *factory.localPodSelector in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:22:30.721122 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.localPodSelector openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q I0705 14:22:30.721146 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q I0705 14:22:30.721179 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-gitops/openshift-gitops-dex-server-6f5b5b68d-sjq8q I0705 14:22:39.556288 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} I0705 14:22:39.556342 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} E0705 14:22:46.348619 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:22:46.348669 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:22:46.348679 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:23:06.663974 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:23:06.664006 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:23:06.664015 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:23:09.572142 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} I0705 14:23:09.572222 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} E0705 14:23:16.979465 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:23:16.979565 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:23:16.979578 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:23:17.101207 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-w68k5 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:23:17.101825 3306 obj_retry.go:466] Detected object tssc-gitops/tssc-gitops-post-deploy-w68k5 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:23:18.125912 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-w68k5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:23:18.125983 3306 obj_retry.go:460] Detected object tssc-gitops/tssc-gitops-post-deploy-w68k5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:23:28.154095 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 I0705 14:23:28.154890 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 I0705 14:23:28.173827 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 I0705 14:23:28.173845 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 I0705 14:23:28.176457 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-gitops/test-tssc-gitops I0705 14:23:28.176480 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-gitops/test-tssc-gitops I0705 14:23:28.381270 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:23:29.101509 3306 base_network_controller_pods.go:477] [default/tssc/test-tssc-infrastructure] creating logical port tssc_test-tssc-infrastructure for pod on switch ip-10-0-2-180.ec2.internal I0705 14:23:29.101622 3306 kube.go:317] Updating pod tssc/test-tssc-infrastructure I0705 14:23:29.117453 3306 pod.go:62] [tssc/test-tssc-infrastructure] pod update took 15.86753ms I0705 14:23:29.117478 3306 base_network_controller_pods.go:921] [default/tssc/test-tssc-infrastructure] addLogicalPort annotation time took 15.896623ms I0705 14:23:29.120636 3306 pods.go:252] [tssc/test-tssc-infrastructure] addLogicalPort took 19.166459ms, libovsdb time 2.657814ms I0705 14:23:29.458002 3306 cni.go:312] [tssc/test-tssc-infrastructure f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702 network default NAD default] ADD starting CNI request [tssc/test-tssc-infrastructure f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702 network default NAD default] I0705 14:23:29.460740 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:23:29.460767 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:23:29.466747 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc, podName: test-tssc-infrastructure, hostIfaceName: f9b2af807d93c87, network: default, NAD default, SandboxID: "f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702", PCI device ID: , UID: "9c842605-0b2b-4eda-8bdc-d9809a6a6cca", MAC: 0a:58:0a:80:00:27, IPs: [10.128.0.39/23] I0705 14:23:29.512103 3306 cni.go:333] [tssc/test-tssc-infrastructure f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702 network default NAD default] ADD finished CNI request [tssc/test-tssc-infrastructure f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702 network default NAD default], result "{\"interfaces\":[{\"name\":\"f9b2af807d93c87\",\"mac\":\"56:a6:c5:9b:de:29\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:27\",\"sandbox\":\"/var/run/netns/b8418300-4b55-4b92-b8c4-dbae41cf7e4f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.39/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:23:31.364376 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 44 Dst: fe80::54a6:c5ff:fe9b:de29/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:23:39.593353 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} I0705 14:23:39.593408 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} E0705 14:23:47.562860 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:23:47.562887 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:23:47.562893 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:23:50.161039 3306 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 3 items received I0705 14:24:06.232021 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 1 items received I0705 14:24:09.621358 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} I0705 14:24:09.621417 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} I0705 14:24:23.037004 3306 cni.go:312] [tssc/test-tssc-infrastructure f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702 network default NAD default] DEL starting CNI request [tssc/test-tssc-infrastructure f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702 network default NAD default] I0705 14:24:23.109548 3306 cni.go:333] [tssc/test-tssc-infrastructure f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702 network default NAD default] DEL finished CNI request [tssc/test-tssc-infrastructure f9b2af807d93c87117d11331d15dc4e24d0e1608fe179e5ea57719674a7aa702 network default NAD default], result "{\"dns\":{}}", err I0705 14:24:23.155466 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 I0705 14:24:23.155499 3306 pods.go:174] Deleting pod: tssc/test-tssc-infrastructure I0705 14:24:23.157281 3306 pods.go:217] Attempting to release IPs for pod: tssc/test-tssc-infrastructure, ips: 10.128.0.39 I0705 14:24:23.157315 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 I0705 14:24:23.171695 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 I0705 14:24:23.171723 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 I0705 14:24:23.176979 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-infrastructure I0705 14:24:23.177013 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-infrastructure I0705 14:24:25.335908 3306 base_network_controller_policy.go:1172] Adding network policy tssc-keycloak/keycloak-network-policy for network default I0705 14:24:25.336514 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,},} I0705 14:24:25.336540 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,},}] I0705 14:24:25.338785 3306 base_network_controller_policy.go:1225] Create network policy tssc-keycloak/keycloak-network-policy resources completed, update namespace loglevel I0705 14:24:25.705309 3306 base_network_controller_pods.go:477] [default/tssc-keycloak/keycloak-0] creating logical port tssc-keycloak_keycloak-0 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:24:25.705575 3306 kube.go:317] Updating pod tssc-keycloak/keycloak-0 I0705 14:24:25.722323 3306 pod.go:62] [tssc-keycloak/keycloak-0] pod update took 16.791907ms I0705 14:24:25.722348 3306 base_network_controller_pods.go:921] [default/tssc-keycloak/keycloak-0] addLogicalPort annotation time took 16.822824ms I0705 14:24:25.723737 3306 pods.go:252] [tssc-keycloak/keycloak-0] addLogicalPort took 18.471835ms, libovsdb time 827.322µs I0705 14:24:26.059304 3306 cni.go:312] [tssc-keycloak/keycloak-0 51444bf18b9a7e93129ebc4295b05785b10eba365dd8af0716f9a665598df292 network default NAD default] ADD starting CNI request [tssc-keycloak/keycloak-0 51444bf18b9a7e93129ebc4295b05785b10eba365dd8af0716f9a665598df292 network default NAD default] I0705 14:24:26.060962 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:24:26.060994 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:24:26.067552 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-keycloak, podName: keycloak-0, hostIfaceName: 51444bf18b9a7e9, network: default, NAD default, SandboxID: "51444bf18b9a7e93129ebc4295b05785b10eba365dd8af0716f9a665598df292", PCI device ID: , UID: "f824296b-d5a6-418e-9c0d-93a9943d315b", MAC: 0a:58:0a:80:00:28, IPs: [10.128.0.40/23] I0705 14:24:26.114588 3306 cni.go:333] [tssc-keycloak/keycloak-0 51444bf18b9a7e93129ebc4295b05785b10eba365dd8af0716f9a665598df292 network default NAD default] ADD finished CNI request [tssc-keycloak/keycloak-0 51444bf18b9a7e93129ebc4295b05785b10eba365dd8af0716f9a665598df292 network default NAD default], result "{\"interfaces\":[{\"name\":\"51444bf18b9a7e9\",\"mac\":\"da:8f:e1:e0:f7:fe\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:28\",\"sandbox\":\"/var/run/netns/82ca6ff2-f292-430d-b4a0-ed0c4f999faa\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.40/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:24:27.876457 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 45 Dst: fe80::d88f:e1ff:fee0:f7fe/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:24:39.636867 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} I0705 14:24:39.636963 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} E0705 14:24:48.560538 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:24:48.560581 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:24:48.560591 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:25:05.492919 3306 base_network_controller_pods.go:477] [default/tssc-keycloak/tssc-iam-shv7p] creating logical port tssc-keycloak_tssc-iam-shv7p for pod on switch ip-10-0-2-180.ec2.internal I0705 14:25:05.493032 3306 kube.go:317] Updating pod tssc-keycloak/tssc-iam-shv7p I0705 14:25:05.507772 3306 pod.go:62] [tssc-keycloak/tssc-iam-shv7p] pod update took 14.766646ms I0705 14:25:05.507802 3306 base_network_controller_pods.go:921] [default/tssc-keycloak/tssc-iam-shv7p] addLogicalPort annotation time took 14.810159ms I0705 14:25:05.509280 3306 pods.go:252] [tssc-keycloak/tssc-iam-shv7p] addLogicalPort took 16.389841ms, libovsdb time 910.832µs I0705 14:25:05.848729 3306 cni.go:312] [tssc-keycloak/tssc-iam-shv7p fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35 network default NAD default] ADD starting CNI request [tssc-keycloak/tssc-iam-shv7p fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35 network default NAD default] I0705 14:25:05.850751 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:25:05.850832 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:25:05.857313 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-keycloak, podName: tssc-iam-shv7p, hostIfaceName: fa0992e7fe57e60, network: default, NAD default, SandboxID: "fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35", PCI device ID: , UID: "44c6eeae-4def-41fb-9dfc-8bb5432a644b", MAC: 0a:58:0a:80:00:29, IPs: [10.128.0.41/23] I0705 14:25:05.905501 3306 cni.go:333] [tssc-keycloak/tssc-iam-shv7p fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35 network default NAD default] ADD finished CNI request [tssc-keycloak/tssc-iam-shv7p fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35 network default NAD default], result "{\"interfaces\":[{\"name\":\"fa0992e7fe57e60\",\"mac\":\"3a:7f:7e:1b:bc:cf\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:29\",\"sandbox\":\"/var/run/netns/430ad7f3-4031-4ff7-aa5b-11b4a89a9053\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.41/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:25:07.620959 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 46 Dst: fe80::387f:7eff:fe1b:bccf/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:25:09.658646 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} I0705 14:25:09.658709 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} I0705 14:25:15.480086 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 I0705 14:25:15.480766 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 I0705 14:25:15.498870 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 I0705 14:25:15.498905 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 I0705 14:25:15.505014 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-iam I0705 14:25:15.505059 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-iam I0705 14:25:19.233299 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 4 items received I0705 14:25:25.300111 3306 cni.go:312] [tssc-keycloak/tssc-iam-shv7p fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35 network default NAD default] DEL starting CNI request [tssc-keycloak/tssc-iam-shv7p fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35 network default NAD default] I0705 14:25:25.374606 3306 cni.go:333] [tssc-keycloak/tssc-iam-shv7p fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35 network default NAD default] DEL finished CNI request [tssc-keycloak/tssc-iam-shv7p fa0992e7fe57e6094a3fdc4dfc5c061016346b256d144840065fb032d6fcad35 network default NAD default], result "{\"dns\":{}}", err I0705 14:25:25.420893 3306 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-shv7p of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:25:25.420933 3306 pods.go:174] Deleting pod: tssc-keycloak/tssc-iam-shv7p I0705 14:25:25.422410 3306 pods.go:217] Attempting to release IPs for pod: tssc-keycloak/tssc-iam-shv7p, ips: 10.128.0.41 I0705 14:25:25.422508 3306 obj_retry.go:466] Detected object tssc-keycloak/tssc-iam-shv7p of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:25:26.318679 3306 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-shv7p of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:25:26.318704 3306 obj_retry.go:460] Detected object tssc-keycloak/tssc-iam-shv7p of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:25:26.913684 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 99 items received I0705 14:25:38.498476 3306 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-5jwqk-9b4nb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:25:38.499078 3306 obj_retry.go:466] Detected object tssc-tas/segment-backup-installation-5jwqk-9b4nb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:25:39.370644 3306 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-5jwqk-9b4nb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:25:39.370690 3306 obj_retry.go:460] Detected object tssc-tas/segment-backup-installation-5jwqk-9b4nb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:25:39.675405 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} I0705 14:25:39.675461 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} I0705 14:25:40.112351 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 5 items received I0705 14:25:59.009089 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 I0705 14:26:09.694378 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} I0705 14:26:09.694438 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} E0705 14:26:10.399602 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:26:10.399627 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:26:10.399634 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:26:16.990976 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 5 items received I0705 14:26:20.712266 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 I0705 14:26:20.712898 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 I0705 14:26:20.746655 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 I0705 14:26:20.746733 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 I0705 14:26:20.753081 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tas/test-tssc-tas I0705 14:26:20.753110 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tas/test-tssc-tas I0705 14:26:21.974004 3306 namespace.go:92] [openshift-pipelines] adding namespace I0705 14:26:21.974945 3306 namespace.go:96] [openshift-pipelines] adding namespace took 918.255µs I0705 14:26:21.996001 3306 namespace.go:136] [openshift-pipelines] updating namespace I0705 14:26:22.872273 3306 namespace.go:136] [null] updating namespace I0705 14:26:23.064097 3306 namespace.go:136] [open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3] updating namespace I0705 14:26:23.466097 3306 namespace.go:136] [rhbk-operator] updating namespace I0705 14:26:23.667813 3306 namespace.go:136] [rhtpa-operator] updating namespace I0705 14:26:23.867467 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0705 14:26:24.073325 3306 namespace.go:136] [tssc] updating namespace I0705 14:26:24.272692 3306 namespace.go:136] [tssc-dh] updating namespace I0705 14:26:24.470178 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:26:24.671859 3306 namespace.go:136] [tssc-keycloak] updating namespace I0705 14:26:24.874493 3306 namespace.go:136] [tssc-tas] updating namespace I0705 14:26:25.077055 3306 namespace.go:136] [tssc-tpa] updating namespace I0705 14:26:25.200214 3306 namespace.go:136] [default] updating namespace I0705 14:26:25.210374 3306 namespace.go:136] [null] updating namespace I0705 14:26:25.218288 3306 namespace.go:136] [open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3] updating namespace I0705 14:26:25.227908 3306 namespace.go:136] [openshift] updating namespace I0705 14:26:25.237582 3306 namespace.go:136] [rhbk-operator] updating namespace I0705 14:26:25.246217 3306 namespace.go:136] [rhtpa-operator] updating namespace I0705 14:26:25.256221 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0705 14:26:25.265492 3306 namespace.go:136] [tssc] updating namespace I0705 14:26:25.275207 3306 namespace.go:136] [tssc-dh] updating namespace I0705 14:26:25.285077 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:26:25.293782 3306 namespace.go:136] [tssc-keycloak] updating namespace I0705 14:26:25.317139 3306 namespace.go:136] [tssc-tas] updating namespace I0705 14:26:25.334283 3306 namespace.go:136] [tssc-tpa] updating namespace I0705 14:26:25.435806 3306 namespace.go:136] [default] updating namespace I0705 14:26:25.537317 3306 namespace.go:136] [null] updating namespace I0705 14:26:25.635539 3306 namespace.go:136] [open-cluster-management-2rc17hrsgmncapl2uf4mm6rmq1b7ipv3] updating namespace I0705 14:26:25.734530 3306 namespace.go:136] [openshift] updating namespace I0705 14:26:25.841343 3306 namespace.go:136] [rhbk-operator] updating namespace I0705 14:26:25.936120 3306 namespace.go:136] [rhtpa-operator] updating namespace I0705 14:26:26.036267 3306 namespace.go:136] [trusted-artifact-signer] updating namespace I0705 14:26:26.135399 3306 namespace.go:136] [tssc] updating namespace I0705 14:26:26.239280 3306 namespace.go:136] [tssc-dh] updating namespace I0705 14:26:26.335674 3306 namespace.go:136] [tssc-gitops] updating namespace I0705 14:26:26.437196 3306 namespace.go:136] [tssc-keycloak] updating namespace I0705 14:26:26.538406 3306 namespace.go:136] [tssc-tas] updating namespace I0705 14:26:26.636092 3306 namespace.go:136] [tssc-tpa] updating namespace I0705 14:26:26.853318 3306 namespace.go:136] [openshift-pipelines] updating namespace E0705 14:26:30.699115 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:26:30.699139 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:26:30.699150 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:26:34.294578 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-events-controller-7496646f66-kr4bm] creating logical port openshift-pipelines_tekton-events-controller-7496646f66-kr4bm for pod on switch ip-10-0-2-180.ec2.internal I0705 14:26:34.294694 3306 kube.go:317] Updating pod openshift-pipelines/tekton-events-controller-7496646f66-kr4bm I0705 14:26:34.312132 3306 pod.go:62] [openshift-pipelines/tekton-events-controller-7496646f66-kr4bm] pod update took 17.459718ms I0705 14:26:34.312184 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-events-controller-7496646f66-kr4bm] addLogicalPort annotation time took 17.490659ms I0705 14:26:34.313809 3306 pods.go:252] [openshift-pipelines/tekton-events-controller-7496646f66-kr4bm] addLogicalPort took 19.24936ms, libovsdb time 1.219631ms I0705 14:26:34.394191 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c] creating logical port openshift-pipelines_tekton-pipelines-remote-resolvers-594965846d-7l64c for pod on switch ip-10-0-2-180.ec2.internal I0705 14:26:34.394347 3306 kube.go:317] Updating pod openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c I0705 14:26:34.409079 3306 pod.go:62] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c] pod update took 14.771702ms I0705 14:26:34.409105 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c] addLogicalPort annotation time took 14.80178ms I0705 14:26:34.410454 3306 pods.go:252] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c] addLogicalPort took 16.306734ms, libovsdb time 902.053µs I0705 14:26:34.680010 3306 cni.go:312] [openshift-pipelines/tekton-events-controller-7496646f66-kr4bm 0fd958d232afd0ec546ca846b242fe4a08c423db113bd5b06e2d8096c6ef5703 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-events-controller-7496646f66-kr4bm 0fd958d232afd0ec546ca846b242fe4a08c423db113bd5b06e2d8096c6ef5703 network default NAD default] I0705 14:26:34.681773 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:26:34.681797 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:26:34.689231 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-events-controller-7496646f66-kr4bm, hostIfaceName: 0fd958d232afd0e, network: default, NAD default, SandboxID: "0fd958d232afd0ec546ca846b242fe4a08c423db113bd5b06e2d8096c6ef5703", PCI device ID: , UID: "11e8bae1-2188-48f7-a363-78a6d2dea4e4", MAC: 0a:58:0a:80:00:2a, IPs: [10.128.0.42/23] I0705 14:26:34.743289 3306 cni.go:333] [openshift-pipelines/tekton-events-controller-7496646f66-kr4bm 0fd958d232afd0ec546ca846b242fe4a08c423db113bd5b06e2d8096c6ef5703 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-events-controller-7496646f66-kr4bm 0fd958d232afd0ec546ca846b242fe4a08c423db113bd5b06e2d8096c6ef5703 network default NAD default], result "{\"interfaces\":[{\"name\":\"0fd958d232afd0e\",\"mac\":\"d2:5a:49:8d:d5:5f\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2a\",\"sandbox\":\"/var/run/netns/c78f1118-8117-4b75-aff6-451e47afc1ae\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.42/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:26:34.760938 3306 cni.go:312] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c c3e4b3eb5ec002d415f0aaac9a30c382e7fcdd9a725d55ee072fa06b40734973 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c c3e4b3eb5ec002d415f0aaac9a30c382e7fcdd9a725d55ee072fa06b40734973 network default NAD default] I0705 14:26:34.764043 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:26:34.764121 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:26:34.770570 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-remote-resolvers-594965846d-7l64c, hostIfaceName: c3e4b3eb5ec002d, network: default, NAD default, SandboxID: "c3e4b3eb5ec002d415f0aaac9a30c382e7fcdd9a725d55ee072fa06b40734973", PCI device ID: , UID: "487cdf9e-4bba-4943-9b35-d59abce9c5c1", MAC: 0a:58:0a:80:00:2b, IPs: [10.128.0.43/23] I0705 14:26:34.825555 3306 cni.go:333] [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c c3e4b3eb5ec002d415f0aaac9a30c382e7fcdd9a725d55ee072fa06b40734973 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-remote-resolvers-594965846d-7l64c c3e4b3eb5ec002d415f0aaac9a30c382e7fcdd9a725d55ee072fa06b40734973 network default NAD default], result "{\"interfaces\":[{\"name\":\"c3e4b3eb5ec002d\",\"mac\":\"32:9e:8e:f3:d1:ad\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2b\",\"sandbox\":\"/var/run/netns/f4e45117-24d5-46d2-891f-3f72535b2870\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.43/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:26:35.940439 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 47 Dst: fe80::d05a:49ff:fe8d:d55f/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:26:36.196510 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 48 Dst: fe80::309e:8eff:fef3:d1ad/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:26:39.709946 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} I0705 14:26:39.710001 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} I0705 14:26:44.813755 3306 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-f6p4l-2p8nt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:26:44.814364 3306 obj_retry.go:466] Detected object tssc-tas/rekor-createtree-job-f6p4l-2p8nt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:26:45.720237 3306 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-f6p4l-2p8nt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:26:45.720260 3306 obj_retry.go:460] Detected object tssc-tas/rekor-createtree-job-f6p4l-2p8nt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:26:46.847491 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 I0705 14:26:46.848196 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 I0705 14:26:46.864012 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 I0705 14:26:46.864104 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 I0705 14:26:46.866780 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines-config I0705 14:26:46.866798 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines-config E0705 14:26:51.036761 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:26:51.036785 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:26:51.036791 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:26:52.016331 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6] creating logical port openshift-pipelines_tekton-triggers-webhook-775bc5f95d-fh7d6 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:26:52.016419 3306 kube.go:317] Updating pod openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6 I0705 14:26:52.030328 3306 pod.go:62] [openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6] pod update took 13.930212ms I0705 14:26:52.030414 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6] addLogicalPort annotation time took 14.019255ms I0705 14:26:52.031941 3306 pods.go:252] [openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6] addLogicalPort took 15.640686ms, libovsdb time 914.281µs I0705 14:26:52.118891 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk] creating logical port openshift-pipelines_tekton-triggers-core-interceptors-56b4785856-5rvfk for pod on switch ip-10-0-2-180.ec2.internal I0705 14:26:52.119008 3306 kube.go:317] Updating pod openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk I0705 14:26:52.137427 3306 pod.go:62] [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk] pod update took 18.451011ms I0705 14:26:52.137519 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk] addLogicalPort annotation time took 18.547571ms I0705 14:26:52.138816 3306 pods.go:252] [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk] addLogicalPort took 19.957814ms, libovsdb time 841.172µs I0705 14:26:52.372744 3306 cni.go:312] [openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6 8c28fd195380d4bcdccae678fb0c2a5ad983c39c974bf8b7688aba8678f4fd10 network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6 8c28fd195380d4bcdccae678fb0c2a5ad983c39c974bf8b7688aba8678f4fd10 network default NAD default] I0705 14:26:52.374388 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:26:52.374410 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:26:52.381060 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-webhook-775bc5f95d-fh7d6, hostIfaceName: 8c28fd195380d4b, network: default, NAD default, SandboxID: "8c28fd195380d4bcdccae678fb0c2a5ad983c39c974bf8b7688aba8678f4fd10", PCI device ID: , UID: "0c4d8426-fb59-475e-8b5c-15fb173da65d", MAC: 0a:58:0a:80:00:2c, IPs: [10.128.0.44/23] I0705 14:26:52.430795 3306 cni.go:333] [openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6 8c28fd195380d4bcdccae678fb0c2a5ad983c39c974bf8b7688aba8678f4fd10 network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-webhook-775bc5f95d-fh7d6 8c28fd195380d4bcdccae678fb0c2a5ad983c39c974bf8b7688aba8678f4fd10 network default NAD default], result "{\"interfaces\":[{\"name\":\"8c28fd195380d4b\",\"mac\":\"a6:2c:20:88:6a:a1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2c\",\"sandbox\":\"/var/run/netns/ed9fc91f-ace3-4ff7-a423-626a1d13e04d\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.44/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:26:52.475036 3306 cni.go:312] [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk ea95f3c5975db9d121887fc626235eda0b06efa744de5200eb2491c634c2afde network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk ea95f3c5975db9d121887fc626235eda0b06efa744de5200eb2491c634c2afde network default NAD default] I0705 14:26:52.476904 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:26:52.476931 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:26:52.485150 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-triggers-core-interceptors-56b4785856-5rvfk, hostIfaceName: ea95f3c5975db9d, network: default, NAD default, SandboxID: "ea95f3c5975db9d121887fc626235eda0b06efa744de5200eb2491c634c2afde", PCI device ID: , UID: "c7e90eda-f5e6-43bc-bdff-1856c24a7d2b", MAC: 0a:58:0a:80:00:2d, IPs: [10.128.0.45/23] I0705 14:26:52.534136 3306 cni.go:333] [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk ea95f3c5975db9d121887fc626235eda0b06efa744de5200eb2491c634c2afde network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-triggers-core-interceptors-56b4785856-5rvfk ea95f3c5975db9d121887fc626235eda0b06efa744de5200eb2491c634c2afde network default NAD default], result "{\"interfaces\":[{\"name\":\"ea95f3c5975db9d\",\"mac\":\"7e:4b:d9:c7:c9:c4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2d\",\"sandbox\":\"/var/run/netns/37e13afd-aadb-420c-8dc1-910cfc98bb93\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.45/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:26:53.540315 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 50 Dst: fe80::7c4b:d9ff:fec7:c9c4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:26:53.754286 3306 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-tdw9k of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:26:53.755059 3306 obj_retry.go:466] Detected object tssc/tssc-tekton-configuration-tdw9k of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:26:53.988360 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 49 Dst: fe80::a42c:20ff:fe88:6aa1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:26:54.773464 3306 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-tdw9k of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:26:54.773568 3306 obj_retry.go:460] Detected object tssc/tssc-tekton-configuration-tdw9k of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:26:57.754776 3306 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-s9r85-lcf48 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:26:57.755357 3306 obj_retry.go:466] Detected object tssc-tas/ctlog-createtree-job-s9r85-lcf48 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:26:58.022467 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 I0705 14:26:58.648561 3306 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-s9r85-lcf48 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:26:58.648582 3306 obj_retry.go:460] Detected object tssc-tas/ctlog-createtree-job-s9r85-lcf48 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:27:05.922507 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 I0705 14:27:05.923148 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 I0705 14:27:05.938235 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 I0705 14:27:05.938322 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 I0705 14:27:05.940547 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-pipelines I0705 14:27:05.940597 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-pipelines E0705 14:27:07.875212 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0705 14:27:08.739849 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0705 14:27:09.723896 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} I0705 14:27:09.723959 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} I0705 14:27:11.020470 3306 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0705 14:27:11.020482 3306 iptables.go:107] Creating table: nat chain: OVN-KUBE-NODEPORT I0705 14:27:11.442179 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-results-watcher-894d59478-269fb] creating logical port openshift-pipelines_tekton-results-watcher-894d59478-269fb for pod on switch ip-10-0-2-180.ec2.internal I0705 14:27:11.442276 3306 kube.go:317] Updating pod openshift-pipelines/tekton-results-watcher-894d59478-269fb I0705 14:27:11.504537 3306 pod.go:62] [openshift-pipelines/tekton-results-watcher-894d59478-269fb] pod update took 62.288495ms I0705 14:27:11.504567 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-results-watcher-894d59478-269fb] addLogicalPort annotation time took 62.323298ms I0705 14:27:11.506432 3306 pods.go:252] [openshift-pipelines/tekton-results-watcher-894d59478-269fb] addLogicalPort took 64.321689ms, libovsdb time 1.265395ms I0705 14:27:11.799424 3306 cni.go:312] [openshift-pipelines/tekton-results-watcher-894d59478-269fb 0f4dc80dde466e168ffee27c53974cb3b3608fa89ebf0b744256d18856a9abee network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-results-watcher-894d59478-269fb 0f4dc80dde466e168ffee27c53974cb3b3608fa89ebf0b744256d18856a9abee network default NAD default] I0705 14:27:11.801012 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:11.801034 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:27:11.807747 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-results-watcher-894d59478-269fb, hostIfaceName: 0f4dc80dde466e1, network: default, NAD default, SandboxID: "0f4dc80dde466e168ffee27c53974cb3b3608fa89ebf0b744256d18856a9abee", PCI device ID: , UID: "4d176010-c087-44b1-b4ab-e8db0ba94c57", MAC: 0a:58:0a:80:00:2e, IPs: [10.128.0.46/23] I0705 14:27:11.857943 3306 cni.go:333] [openshift-pipelines/tekton-results-watcher-894d59478-269fb 0f4dc80dde466e168ffee27c53974cb3b3608fa89ebf0b744256d18856a9abee network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-results-watcher-894d59478-269fb 0f4dc80dde466e168ffee27c53974cb3b3608fa89ebf0b744256d18856a9abee network default NAD default], result "{\"interfaces\":[{\"name\":\"0f4dc80dde466e1\",\"mac\":\"e2:52:61:5f:01:5e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2e\",\"sandbox\":\"/var/run/netns/099303d0-d4b9-4653-8cdf-9f8b673d9227\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.46/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:27:11.949072 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 I0705 14:27:11.949696 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 I0705 14:27:11.967231 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 I0705 14:27:11.967276 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 I0705 14:27:11.972768 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/pre-install-tssc-tpa I0705 14:27:11.972793 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/pre-install-tssc-tpa I0705 14:27:13.317358 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 51 Dst: fe80::e052:61ff:fe5f:15e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:17.990232 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 I0705 14:27:19.002547 3306 obj_retry.go:466] Detected object tssc-tpa/create-db-prbxr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:27:19.003191 3306 obj_retry.go:466] Detected object tssc-tpa/create-db-prbxr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:27:20.024479 3306 obj_retry.go:460] Detected object tssc-tpa/create-db-prbxr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:27:20.024507 3306 obj_retry.go:460] Detected object tssc-tpa/create-db-prbxr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:27:20.857763 3306 base_network_controller_pods.go:477] [default/tssc-tas/tuf-repository-init-m4vxc-cj4fr] creating logical port tssc-tas_tuf-repository-init-m4vxc-cj4fr for pod on switch ip-10-0-2-180.ec2.internal I0705 14:27:20.857881 3306 kube.go:317] Updating pod tssc-tas/tuf-repository-init-m4vxc-cj4fr I0705 14:27:20.871631 3306 pod.go:62] [tssc-tas/tuf-repository-init-m4vxc-cj4fr] pod update took 13.778083ms I0705 14:27:20.871654 3306 base_network_controller_pods.go:921] [default/tssc-tas/tuf-repository-init-m4vxc-cj4fr] addLogicalPort annotation time took 13.808859ms I0705 14:27:20.873237 3306 pods.go:252] [tssc-tas/tuf-repository-init-m4vxc-cj4fr] addLogicalPort took 15.493257ms, libovsdb time 948.792µs E0705 14:27:21.881528 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:27:21.881551 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:27:21.881560 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:27:21.889305 3306 namespace.go:136] [openshift-pipelines] updating namespace I0705 14:27:22.909539 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 58 items received I0705 14:27:23.021137 3306 obj_retry.go:466] Detected object tssc-tpa/migrate-db-df4lw of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:27:23.021816 3306 obj_retry.go:466] Detected object tssc-tpa/migrate-db-df4lw of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:27:23.145440 3306 obj_retry.go:460] Detected object tssc-tpa/migrate-db-df4lw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:27:23.145488 3306 obj_retry.go:460] Detected object tssc-tpa/migrate-db-df4lw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0705 14:27:23.366577 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:27:23.366675 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:27:23.366707 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:27:23.914674 3306 cni.go:312] [tssc-tas/tuf-repository-init-m4vxc-cj4fr a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b network default NAD default] ADD starting CNI request [tssc-tas/tuf-repository-init-m4vxc-cj4fr a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b network default NAD default] I0705 14:27:23.916461 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:23.916537 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:27:23.923112 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: tuf-repository-init-m4vxc-cj4fr, hostIfaceName: a0ef0ec50a8bdca, network: default, NAD default, SandboxID: "a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b", PCI device ID: , UID: "5051e1f7-07fb-44ca-86b5-2d00ac0bfcb0", MAC: 0a:58:0a:80:00:2f, IPs: [10.128.0.47/23] I0705 14:27:23.968554 3306 cni.go:333] [tssc-tas/tuf-repository-init-m4vxc-cj4fr a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b network default NAD default] ADD finished CNI request [tssc-tas/tuf-repository-init-m4vxc-cj4fr a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b network default NAD default], result "{\"interfaces\":[{\"name\":\"a0ef0ec50a8bdca\",\"mac\":\"ea:c1:3c:09:49:96\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:2f\",\"sandbox\":\"/var/run/netns/88274c9e-44ce-4650-a563-202aa7058575\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.47/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:27:25.413300 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 52 Dst: fe80::e8c1:3cff:fe09:4996/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:26.027058 3306 obj_retry.go:466] Detected object tssc-tpa/create-importers-rr6hg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:27:26.027736 3306 obj_retry.go:466] Detected object tssc-tpa/create-importers-rr6hg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:27:27.047046 3306 obj_retry.go:460] Detected object tssc-tpa/create-importers-rr6hg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:27:27.047150 3306 obj_retry.go:460] Detected object tssc-tpa/create-importers-rr6hg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:27:27.740306 3306 cni.go:312] [tssc-tas/tuf-repository-init-m4vxc-cj4fr a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b network default NAD default] DEL starting CNI request [tssc-tas/tuf-repository-init-m4vxc-cj4fr a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b network default NAD default] I0705 14:27:27.808849 3306 cni.go:333] [tssc-tas/tuf-repository-init-m4vxc-cj4fr a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b network default NAD default] DEL finished CNI request [tssc-tas/tuf-repository-init-m4vxc-cj4fr a0ef0ec50a8bdca579cd859cbe4e4b594db9884492e62eb31bc368a2b2d3ec2b network default NAD default], result "{\"dns\":{}}", err I0705 14:27:27.858367 3306 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-m4vxc-cj4fr of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:27:27.858439 3306 pods.go:174] Deleting pod: tssc-tas/tuf-repository-init-m4vxc-cj4fr I0705 14:27:27.860078 3306 pods.go:217] Attempting to release IPs for pod: tssc-tas/tuf-repository-init-m4vxc-cj4fr, ips: 10.128.0.47 I0705 14:27:27.860110 3306 obj_retry.go:466] Detected object tssc-tas/tuf-repository-init-m4vxc-cj4fr of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:27:28.753028 3306 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-m4vxc-cj4fr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:27:28.753062 3306 obj_retry.go:460] Detected object tssc-tas/tuf-repository-init-m4vxc-cj4fr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed E0705 14:27:32.195747 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:27:32.195813 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:27:32.195825 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:27:32.267397 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:27:32.267481 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:27:32.267496 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:27:32.949771 3306 base_network_controller_pods.go:477] [default/tssc-tas/tuf-76db64b66d-kg948] creating logical port tssc-tas_tuf-76db64b66d-kg948 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:27:32.949921 3306 kube.go:317] Updating pod tssc-tas/tuf-76db64b66d-kg948 I0705 14:27:32.967408 3306 pod.go:62] [tssc-tas/tuf-76db64b66d-kg948] pod update took 17.520713ms I0705 14:27:32.967488 3306 base_network_controller_pods.go:921] [default/tssc-tas/tuf-76db64b66d-kg948] addLogicalPort annotation time took 17.603789ms I0705 14:27:32.968908 3306 pods.go:252] [tssc-tas/tuf-76db64b66d-kg948] addLogicalPort took 19.16735ms, libovsdb time 847.593µs I0705 14:27:39.744881 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} I0705 14:27:39.744939 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} E0705 14:27:40.430804 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:27:40.430833 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:27:40.430841 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:27:42.613599 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:27:42.613665 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:27:42.613679 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:27:43.220285 3306 cni.go:312] [tssc-tas/tuf-76db64b66d-kg948 f63d7e15d35e0185c91ff9746f97c6156a0ebabc03363c9eaf26b4ffa801c526 network default NAD default] ADD starting CNI request [tssc-tas/tuf-76db64b66d-kg948 f63d7e15d35e0185c91ff9746f97c6156a0ebabc03363c9eaf26b4ffa801c526 network default NAD default] I0705 14:27:43.222684 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:43.222774 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:27:43.231051 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-tas, podName: tuf-76db64b66d-kg948, hostIfaceName: f63d7e15d35e018, network: default, NAD default, SandboxID: "f63d7e15d35e0185c91ff9746f97c6156a0ebabc03363c9eaf26b4ffa801c526", PCI device ID: , UID: "3bce787a-2bc3-4ca3-a6ca-2acacf0deb7b", MAC: 0a:58:0a:80:00:30, IPs: [10.128.0.48/23] I0705 14:27:43.281649 3306 cni.go:333] [tssc-tas/tuf-76db64b66d-kg948 f63d7e15d35e0185c91ff9746f97c6156a0ebabc03363c9eaf26b4ffa801c526 network default NAD default] ADD finished CNI request [tssc-tas/tuf-76db64b66d-kg948 f63d7e15d35e0185c91ff9746f97c6156a0ebabc03363c9eaf26b4ffa801c526 network default NAD default], result "{\"interfaces\":[{\"name\":\"f63d7e15d35e018\",\"mac\":\"f2:37:94:6f:63:67\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:30\",\"sandbox\":\"/var/run/netns/ac3407ed-2392-435a-a1a8-721e8c98a8a0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.48/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:27:44.420376 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 53 Dst: fe80::f037:94ff:fe6f:6367/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:52.595605 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq] creating logical port openshift-pipelines_pipelines-as-code-controller-db67574c8-bvzgq for pod on switch ip-10-0-2-180.ec2.internal I0705 14:27:52.595726 3306 kube.go:317] Updating pod openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq I0705 14:27:52.612630 3306 pod.go:62] [openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq] pod update took 16.927558ms I0705 14:27:52.612712 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq] addLogicalPort annotation time took 17.012067ms I0705 14:27:52.614034 3306 pods.go:252] [openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq] addLogicalPort took 18.458031ms, libovsdb time 869.448µs I0705 14:27:52.790958 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b] creating logical port openshift-pipelines_pipelines-as-code-webhook-66d77d84dd-4j88b for pod on switch ip-10-0-2-180.ec2.internal I0705 14:27:52.791041 3306 kube.go:317] Updating pod openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b I0705 14:27:52.807645 3306 pod.go:62] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b] pod update took 16.624254ms I0705 14:27:52.807668 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b] addLogicalPort annotation time took 16.654305ms I0705 14:27:52.809315 3306 pods.go:252] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b] addLogicalPort took 18.376385ms, libovsdb time 1.223611ms E0705 14:27:52.865031 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:27:52.865064 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:27:52.865073 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:27:52.955293 3306 cni.go:312] [openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq 2900d6cf42de1dfeb7e5884ba0ac7c00e99a131476f820eb194cb143622bc215 network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq 2900d6cf42de1dfeb7e5884ba0ac7c00e99a131476f820eb194cb143622bc215 network default NAD default] I0705 14:27:52.957076 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:52.957098 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:27:52.964582 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-as-code-controller-db67574c8-bvzgq, hostIfaceName: 2900d6cf42de1df, network: default, NAD default, SandboxID: "2900d6cf42de1dfeb7e5884ba0ac7c00e99a131476f820eb194cb143622bc215", PCI device ID: , UID: "95aa69b0-673e-4106-b553-0e63ab64e572", MAC: 0a:58:0a:80:00:31, IPs: [10.128.0.49/23] I0705 14:27:53.012217 3306 cni.go:333] [openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq 2900d6cf42de1dfeb7e5884ba0ac7c00e99a131476f820eb194cb143622bc215 network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-as-code-controller-db67574c8-bvzgq 2900d6cf42de1dfeb7e5884ba0ac7c00e99a131476f820eb194cb143622bc215 network default NAD default], result "{\"interfaces\":[{\"name\":\"2900d6cf42de1df\",\"mac\":\"4e:24:96:ee:a2:b0\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:31\",\"sandbox\":\"/var/run/netns/549c653d-ab95-4074-931e-878a618b4b14\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.49/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:27:53.145207 3306 cni.go:312] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b 439f570d9ac3b42c029425f68dad7daa9caa620b5ad270c1c98d3204b79d0e04 network default NAD default] ADD starting CNI request [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b 439f570d9ac3b42c029425f68dad7daa9caa620b5ad270c1c98d3204b79d0e04 network default NAD default] I0705 14:27:53.147832 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:53.147914 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:27:53.155402 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: pipelines-as-code-webhook-66d77d84dd-4j88b, hostIfaceName: 439f570d9ac3b42, network: default, NAD default, SandboxID: "439f570d9ac3b42c029425f68dad7daa9caa620b5ad270c1c98d3204b79d0e04", PCI device ID: , UID: "1cabb562-6912-4a29-8e23-4ba98b16094f", MAC: 0a:58:0a:80:00:32, IPs: [10.128.0.50/23] I0705 14:27:53.202635 3306 cni.go:333] [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b 439f570d9ac3b42c029425f68dad7daa9caa620b5ad270c1c98d3204b79d0e04 network default NAD default] ADD finished CNI request [openshift-pipelines/pipelines-as-code-webhook-66d77d84dd-4j88b 439f570d9ac3b42c029425f68dad7daa9caa620b5ad270c1c98d3204b79d0e04 network default NAD default], result "{\"interfaces\":[{\"name\":\"439f570d9ac3b42\",\"mac\":\"52:04:7d:f6:d6:6e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:32\",\"sandbox\":\"/var/run/netns/b6c8d247-bcf5-4c6b-99f6-065f02c6201f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.50/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:27:54.148329 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 54 Dst: fe80::4c24:96ff:feee:a2b0/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:27:54.532377 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 55 Dst: fe80::5004:7dff:fef6:d66e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:28:03.172141 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 I0705 14:28:03.172771 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 I0705 14:28:03.190368 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 I0705 14:28:03.190389 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 I0705 14:28:03.199788 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/test-tssc-tpa I0705 14:28:03.199873 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/test-tssc-tpa I0705 14:28:04.069389 3306 namespace.go:92] [tssc-app-development] adding namespace I0705 14:28:04.069424 3306 namespace.go:92] [tssc-app-stage] adding namespace I0705 14:28:04.069664 3306 namespace.go:92] [tssc-app-prod] adding namespace I0705 14:28:04.069819 3306 namespace.go:92] [tssc-app-ci] adding namespace I0705 14:28:04.070903 3306 namespace.go:96] [tssc-app-development] adding namespace took 1.487745ms I0705 14:28:04.072018 3306 namespace.go:96] [tssc-app-stage] adding namespace took 2.583485ms I0705 14:28:04.074373 3306 namespace.go:96] [tssc-app-prod] adding namespace took 4.435708ms I0705 14:28:04.076615 3306 namespace.go:96] [tssc-app-ci] adding namespace took 6.663627ms I0705 14:28:04.101911 3306 namespace.go:136] [tssc-app-development] updating namespace I0705 14:28:04.164468 3306 namespace.go:136] [tssc-app-development] updating namespace I0705 14:28:04.196209 3306 namespace.go:136] [tssc-app-stage] updating namespace I0705 14:28:04.248887 3306 namespace.go:136] [tssc-app-stage] updating namespace I0705 14:28:04.344399 3306 namespace.go:136] [tssc-app-prod] updating namespace I0705 14:28:04.376022 3306 namespace.go:136] [tssc-app-prod] updating namespace I0705 14:28:04.410813 3306 namespace.go:136] [tssc-app-ci] updating namespace I0705 14:28:04.462834 3306 namespace.go:136] [tssc-app-ci] updating namespace I0705 14:28:04.814632 3306 namespace.go:136] [tssc-app-ci] updating namespace I0705 14:28:05.020789 3306 namespace.go:136] [tssc-app-development] updating namespace I0705 14:28:05.216466 3306 namespace.go:136] [tssc-app-prod] updating namespace I0705 14:28:05.416982 3306 namespace.go:136] [tssc-app-stage] updating namespace I0705 14:28:05.539082 3306 namespace.go:136] [tssc-app-ci] updating namespace I0705 14:28:05.552758 3306 namespace.go:136] [tssc-app-development] updating namespace I0705 14:28:05.565566 3306 namespace.go:136] [tssc-app-prod] updating namespace I0705 14:28:05.578458 3306 namespace.go:136] [tssc-app-stage] updating namespace I0705 14:28:05.633665 3306 namespace.go:136] [tssc-app-ci] updating namespace I0705 14:28:05.733847 3306 namespace.go:136] [tssc-app-development] updating namespace I0705 14:28:05.836969 3306 namespace.go:136] [tssc-app-prod] updating namespace I0705 14:28:05.930972 3306 namespace.go:136] [tssc-app-stage] updating namespace I0705 14:28:08.204691 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 I0705 14:28:08.205271 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 I0705 14:28:09.760414 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} I0705 14:28:09.760477 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} I0705 14:28:12.220953 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 I0705 14:28:12.221670 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 I0705 14:28:14.914305 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 116 items received I0705 14:28:16.242606 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 I0705 14:28:16.243117 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 I0705 14:28:20.269014 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 I0705 14:28:20.269568 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 I0705 14:28:20.285835 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 I0705 14:28:20.285854 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 I0705 14:28:20.288466 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/patch-serviceaccounts I0705 14:28:20.288535 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/patch-serviceaccounts I0705 14:28:20.315046 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 I0705 14:28:20.315066 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 I0705 14:28:20.320264 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/patch-serviceaccounts I0705 14:28:20.320284 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/patch-serviceaccounts I0705 14:28:20.344318 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 I0705 14:28:20.344338 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 I0705 14:28:20.350246 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/patch-serviceaccounts I0705 14:28:20.350285 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/patch-serviceaccounts I0705 14:28:20.373929 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 I0705 14:28:20.373948 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 I0705 14:28:20.379151 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/patch-serviceaccounts I0705 14:28:20.379223 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/patch-serviceaccounts E0705 14:28:23.423350 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:28:23.423375 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:28:23.423382 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:28:25.309468 3306 base_network_controller_pods.go:477] [default/tssc-dh/backstage-developer-hub-6cffc56f-hc8xw] creating logical port tssc-dh_backstage-developer-hub-6cffc56f-hc8xw for pod on switch ip-10-0-2-180.ec2.internal I0705 14:28:25.309567 3306 kube.go:317] Updating pod tssc-dh/backstage-developer-hub-6cffc56f-hc8xw I0705 14:28:25.324533 3306 pod.go:62] [tssc-dh/backstage-developer-hub-6cffc56f-hc8xw] pod update took 14.994628ms I0705 14:28:25.324611 3306 base_network_controller_pods.go:921] [default/tssc-dh/backstage-developer-hub-6cffc56f-hc8xw] addLogicalPort annotation time took 15.076749ms I0705 14:28:25.326119 3306 pods.go:252] [tssc-dh/backstage-developer-hub-6cffc56f-hc8xw] addLogicalPort took 16.67061ms, libovsdb time 1.086903ms E0705 14:28:27.736128 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:28:27.736184 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:28:27.736194 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:28:33.715133 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:28:33.715182 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:28:33.715191 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:28:34.366251 3306 cni.go:312] [tssc-dh/backstage-developer-hub-6cffc56f-hc8xw d80e72d7d8ca109f51c94ecac9633d97fa3549c41bea7260592b1ba35a37dc9f network default NAD default] ADD starting CNI request [tssc-dh/backstage-developer-hub-6cffc56f-hc8xw d80e72d7d8ca109f51c94ecac9633d97fa3549c41bea7260592b1ba35a37dc9f network default NAD default] I0705 14:28:34.369078 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:28:34.369181 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:28:34.376727 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-dh, podName: backstage-developer-hub-6cffc56f-hc8xw, hostIfaceName: d80e72d7d8ca109, network: default, NAD default, SandboxID: "d80e72d7d8ca109f51c94ecac9633d97fa3549c41bea7260592b1ba35a37dc9f", PCI device ID: , UID: "0a00e4e2-6bc2-47ff-a653-fef04214f8ea", MAC: 0a:58:0a:80:00:33, IPs: [10.128.0.51/23] I0705 14:28:34.423969 3306 cni.go:333] [tssc-dh/backstage-developer-hub-6cffc56f-hc8xw d80e72d7d8ca109f51c94ecac9633d97fa3549c41bea7260592b1ba35a37dc9f network default NAD default] ADD finished CNI request [tssc-dh/backstage-developer-hub-6cffc56f-hc8xw d80e72d7d8ca109f51c94ecac9633d97fa3549c41bea7260592b1ba35a37dc9f network default NAD default], result "{\"interfaces\":[{\"name\":\"d80e72d7d8ca109\",\"mac\":\"9e:74:25:a4:57:0e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:33\",\"sandbox\":\"/var/run/netns/75265eba-7db5-40df-b81d-195e7cc67fc3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.51/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:28:35.620303 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 56 Dst: fe80::9c74:25ff:fea4:570e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:28:36.911724 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 23 items received I0705 14:28:39.790181 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} I0705 14:28:39.790237 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} I0705 14:28:44.132477 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 9 items received I0705 14:28:45.995864 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 7 items received E0705 14:29:04.157108 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:29:04.157224 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:29:04.157255 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:29:09.808952 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} I0705 14:29:09.809018 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} E0705 14:29:14.294581 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:29:14.294605 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:29:14.294612 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:29:39.825587 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} I0705 14:29:39.825644 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} I0705 14:30:01.916558 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 771 items received I0705 14:30:04.658669 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721030-vpx6g of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:30:04.659354 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721030-vpx6g of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:30:05.547150 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721030-vpx6g of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:30:05.547260 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721030-vpx6g of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:30:09.842650 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} I0705 14:30:09.842730 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} E0705 14:30:15.336438 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:30:15.336462 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:30:15.336469 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:30:25.690123 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:30:25.690150 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:30:25.690175 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:30:25.911052 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 94 items received I0705 14:30:39.865610 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} I0705 14:30:39.865669 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} I0705 14:31:09.881519 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} I0705 14:31:09.881587 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} I0705 14:31:27.236419 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 I0705 14:31:39.904386 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} I0705 14:31:39.904465 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} E0705 14:32:07.875674 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0705 14:32:08.739715 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0705 14:32:09.927805 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} I0705 14:32:09.927867 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} I0705 14:32:33.234715 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 I0705 14:32:39.950428 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} I0705 14:32:39.950487 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} E0705 14:32:48.522182 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:32:48.522209 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:32:48.522216 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:33:01.012692 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 2 items received E0705 14:33:08.888276 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:33:08.888304 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:33:08.888311 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:33:09.977356 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} I0705 14:33:09.977418 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} E0705 14:33:19.135742 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:33:19.135774 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:33:19.135783 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:33:27.164355 3306 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 2 items received E0705 14:33:29.270355 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:33:29.270387 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:33:29.270395 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:33:40.000900 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} I0705 14:33:40.000998 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} I0705 14:34:10.024038 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} I0705 14:34:10.024112 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} I0705 14:34:16.994538 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 I0705 14:34:21.115736 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 I0705 14:34:25.610310 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 I0705 14:34:25.610990 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 I0705 14:34:25.645355 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 I0705 14:34:25.645423 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 I0705 14:34:25.652273 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/test-tssc-dh I0705 14:34:25.652305 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/test-tssc-dh I0705 14:34:30.620579 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 I0705 14:34:30.621271 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 I0705 14:34:30.641337 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 I0705 14:34:30.641403 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 I0705 14:34:30.643833 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc/tssc-acs-integrations I0705 14:34:30.643858 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc/tssc-acs-integrations I0705 14:34:40.043288 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} I0705 14:34:40.043343 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} I0705 14:34:49.917088 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 81 items received I0705 14:34:54.912177 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 52 items received I0705 14:35:10.058863 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} I0705 14:35:10.058924 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} I0705 14:35:12.993649 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 2 items received I0705 14:35:16.920303 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 28 items received E0705 14:35:22.072668 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:35:22.072694 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:35:22.072701 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:35:22.139628 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 E0705 14:35:32.389417 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:35:32.389447 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:35:32.389456 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:35:37.344900 3306 namespace.go:136] [tssc-app-ci] updating namespace I0705 14:35:39.869571 3306 namespace.go:136] [tssc-app-prod] updating namespace I0705 14:35:40.081115 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} I0705 14:35:40.081198 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} I0705 14:35:42.004878 3306 namespace.go:136] [tssc-app-stage] updating namespace I0705 14:35:42.889657 3306 namespace.go:136] [tssc-app-development] updating namespace I0705 14:35:44.389093 3306 base_network_controller_pods.go:477] [default/tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl] creating logical port tssc-app-stage_e2e-tests-go-rpztykeq-95bdb997c-t2vbl for pod on switch ip-10-0-2-180.ec2.internal I0705 14:35:44.389251 3306 kube.go:317] Updating pod tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl I0705 14:35:44.407849 3306 pod.go:62] [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl] pod update took 18.626683ms I0705 14:35:44.407877 3306 base_network_controller_pods.go:921] [default/tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl] addLogicalPort annotation time took 18.658669ms I0705 14:35:44.409390 3306 pods.go:252] [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl] addLogicalPort took 20.330378ms, libovsdb time 849.586µs I0705 14:35:44.745783 3306 cni.go:312] [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d network default NAD default] I0705 14:35:44.747638 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:35:44.747664 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:35:44.755127 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-rpztykeq-95bdb997c-t2vbl, hostIfaceName: b54e4a712e0e8fa, network: default, NAD default, SandboxID: "b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d", PCI device ID: , UID: "9933d2e0-a7f3-46cc-9c7e-8bd9fc3bada7", MAC: 0a:58:0a:80:00:34, IPs: [10.128.0.52/23] I0705 14:35:44.805221 3306 cni.go:333] [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d network default NAD default], result "{\"interfaces\":[{\"name\":\"b54e4a712e0e8fa\",\"mac\":\"ba:9f:ba:28:8a:7e\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:34\",\"sandbox\":\"/var/run/netns/b69b524d-5ac4-427c-b0f5-d27980391f49\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.52/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:35:45.609123 3306 base_network_controller_pods.go:477] [default/tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb] creating logical port tssc-app-development_e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb for pod on switch ip-10-0-2-180.ec2.internal I0705 14:35:45.609319 3306 kube.go:317] Updating pod tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb I0705 14:35:45.638749 3306 pod.go:62] [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb] pod update took 29.463419ms I0705 14:35:45.638782 3306 base_network_controller_pods.go:921] [default/tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb] addLogicalPort annotation time took 29.501749ms I0705 14:35:45.640571 3306 pods.go:252] [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb] addLogicalPort took 31.462685ms, libovsdb time 1.095784ms I0705 14:35:45.746837 3306 base_network_controller_pods.go:477] [default/tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4] creating logical port tssc-app-prod_e2e-tests-go-rpztykeq-95bdb997c-mbkq4 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:35:45.747032 3306 kube.go:317] Updating pod tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 I0705 14:35:45.793654 3306 pod.go:62] [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4] pod update took 46.658341ms I0705 14:35:45.793711 3306 base_network_controller_pods.go:921] [default/tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4] addLogicalPort annotation time took 46.722378ms I0705 14:35:45.795691 3306 pods.go:252] [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4] addLogicalPort took 48.873256ms, libovsdb time 1.227669ms I0705 14:35:46.000039 3306 cni.go:312] [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd network default NAD default] I0705 14:35:46.003662 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:35:46.003684 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:35:46.010819 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb, hostIfaceName: fc20b803f1f0a5f, network: default, NAD default, SandboxID: "fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd", PCI device ID: , UID: "0f879590-a603-4559-9d1a-29bbc8dde8e2", MAC: 0a:58:0a:80:00:35, IPs: [10.128.0.53/23] I0705 14:35:46.084682 3306 cni.go:333] [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd network default NAD default], result "{\"interfaces\":[{\"name\":\"fc20b803f1f0a5f\",\"mac\":\"2a:02:40:38:ec:ce\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:35\",\"sandbox\":\"/var/run/netns/f00e3376-f0d0-4f5f-b24d-c459180223a0\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.53/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:35:46.212406 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 57 Dst: fe80::b89f:baff:fe28:8a7e/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:35:46.929176 3306 cni.go:312] [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06 network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06 network default NAD default] I0705 14:35:46.932780 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:35:46.932819 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:35:46.939494 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-rpztykeq-95bdb997c-mbkq4, hostIfaceName: 648f2b8f909e5c6, network: default, NAD default, SandboxID: "648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06", PCI device ID: , UID: "69fb39ca-02c3-4943-bae8-8952439b0ec8", MAC: 0a:58:0a:80:00:36, IPs: [10.128.0.54/23] I0705 14:35:47.206635 3306 cni.go:333] [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06 network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06 network default NAD default], result "{\"interfaces\":[{\"name\":\"648f2b8f909e5c6\",\"mac\":\"fe:83:69:ef:d3:c6\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:36\",\"sandbox\":\"/var/run/netns/07a8c302-7ff4-48a1-892a-d3e0ce859416\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.54/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:35:47.748347 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 58 Dst: fe80::2802:40ff:fe38:ecce/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:35:48.068410 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 59 Dst: fe80::fc83:69ff:feef:d3c6/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:35:48.859980 3306 base_network_controller_pods.go:477] [default/tssc-app-ci/affinity-assistant-1acd1c004d-0] creating logical port tssc-app-ci_affinity-assistant-1acd1c004d-0 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:35:48.860186 3306 kube.go:317] Updating pod tssc-app-ci/affinity-assistant-1acd1c004d-0 I0705 14:35:48.877341 3306 pod.go:62] [tssc-app-ci/affinity-assistant-1acd1c004d-0] pod update took 17.208601ms I0705 14:35:48.878281 3306 base_network_controller_pods.go:921] [default/tssc-app-ci/affinity-assistant-1acd1c004d-0] addLogicalPort annotation time took 18.149388ms I0705 14:35:48.881615 3306 pods.go:252] [tssc-app-ci/affinity-assistant-1acd1c004d-0] addLogicalPort took 21.656356ms, libovsdb time 2.571277ms I0705 14:35:49.054956 3306 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod] creating logical port tssc-app-ci_e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod for pod on switch ip-10-0-2-180.ec2.internal I0705 14:35:49.055503 3306 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod I0705 14:35:49.079562 3306 pod.go:62] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod] pod update took 24.106253ms I0705 14:35:49.079637 3306 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod] addLogicalPort annotation time took 24.18569ms I0705 14:35:49.083535 3306 pods.go:252] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod] addLogicalPort took 28.599033ms, libovsdb time 3.192308ms I0705 14:35:49.267185 3306 cni.go:312] [tssc-app-ci/affinity-assistant-1acd1c004d-0 1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748 network default NAD default] ADD starting CNI request [tssc-app-ci/affinity-assistant-1acd1c004d-0 1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748 network default NAD default] I0705 14:35:49.270052 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:35:49.270145 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:35:49.281111 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: affinity-assistant-1acd1c004d-0, hostIfaceName: 1dbf65c95b91b23, network: default, NAD default, SandboxID: "1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748", PCI device ID: , UID: "6ae37330-4eb6-45e5-a763-f2041c55a4f6", MAC: 0a:58:0a:80:00:37, IPs: [10.128.0.55/23] I0705 14:35:49.350062 3306 cni.go:333] [tssc-app-ci/affinity-assistant-1acd1c004d-0 1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748 network default NAD default] ADD finished CNI request [tssc-app-ci/affinity-assistant-1acd1c004d-0 1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748 network default NAD default], result "{\"interfaces\":[{\"name\":\"1dbf65c95b91b23\",\"mac\":\"de:a1:45:ee:f3:d7\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:37\",\"sandbox\":\"/var/run/netns/ad8fadf7-62a1-4819-a5a4-1c6ef19c089e\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.55/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:35:50.948527 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 60 Dst: fe80::dca1:45ff:feee:f3d7/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0705 14:35:51.290144 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:35:51.290270 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:35:51.290302 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:35:52.834601 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:35:52.834666 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:35:52.834675 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:35:55.282179 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586 network default NAD default] I0705 14:35:55.284335 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:35:55.284376 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:35:55.291047 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod, hostIfaceName: cee443a92ce4a20, network: default, NAD default, SandboxID: "cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586", PCI device ID: , UID: "3bd5b85c-b25a-4271-95fb-e85c0f16f283", MAC: 0a:58:0a:80:00:38, IPs: [10.128.0.56/23] I0705 14:35:55.549437 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586 network default NAD default], result "{\"interfaces\":[{\"name\":\"cee443a92ce4a20\",\"mac\":\"ae:70:32:42:ee:2c\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:38\",\"sandbox\":\"/var/run/netns/93c97bea-77ee-49fd-ba88-ab5cab01310a\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.56/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:35:57.141213 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 61 Dst: fe80::ac70:32ff:fe42:ee2c/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:36:01.990969 3306 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod] creating logical port tssc-app-ci_e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod for pod on switch ip-10-0-2-180.ec2.internal I0705 14:36:01.991130 3306 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod I0705 14:36:02.014246 3306 pod.go:62] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod] pod update took 23.155881ms I0705 14:36:02.014275 3306 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod] addLogicalPort annotation time took 23.188703ms I0705 14:36:02.016194 3306 pods.go:252] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod] addLogicalPort took 25.254801ms, libovsdb time 1.224205ms I0705 14:36:02.350095 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod 2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod 2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3 network default NAD default] I0705 14:36:02.351897 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:36:02.351919 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:36:02.359388 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod, hostIfaceName: 2a9c78cc4a30463, network: default, NAD default, SandboxID: "2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3", PCI device ID: , UID: "c625f71e-4e65-459e-a0d5-91c6e4c1993a", MAC: 0a:58:0a:80:00:39, IPs: [10.128.0.57/23] I0705 14:36:02.413875 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod 2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod 2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3 network default NAD default], result "{\"interfaces\":[{\"name\":\"2a9c78cc4a30463\",\"mac\":\"3a:4a:ef:7b:48:d5\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:39\",\"sandbox\":\"/var/run/netns/f38b4e2a-176d-4e37-9ce1-ce08b43071d2\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.57/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:36:02.790293 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586 network default NAD default] I0705 14:36:02.874905 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod cee443a92ce4a20eb06202c803466fc613903d47ff3ee4336968389f86552586 network default NAD default], result "{\"dns\":{}}", err I0705 14:36:02.917288 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 12 items received I0705 14:36:02.947472 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:36:02.947579 3306 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod I0705 14:36:02.949480 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod, ips: 10.128.0.56 I0705 14:36:02.949569 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:36:03.684340 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 62 Dst: fe80::384a:efff:fe7b:48d5/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:36:08.915183 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 2 items received I0705 14:36:10.100024 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} I0705 14:36:10.100219 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} E0705 14:36:12.970289 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:36:12.970318 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:36:12.970325 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:36:17.796465 3306 base_network_controller_pods.go:477] [default/openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq] creating logical port openshift-pipelines_tekton-pipelines-webhook-77f9b59d76-qd2xq for pod on switch ip-10-0-2-180.ec2.internal I0705 14:36:17.796582 3306 kube.go:317] Updating pod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq I0705 14:36:17.817024 3306 pod.go:62] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq] pod update took 20.463416ms I0705 14:36:17.817048 3306 base_network_controller_pods.go:921] [default/openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq] addLogicalPort annotation time took 20.499972ms I0705 14:36:17.818455 3306 pods.go:252] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq] addLogicalPort took 22.006402ms, libovsdb time 863.137µs I0705 14:36:18.159292 3306 cni.go:312] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq 3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c network default NAD default] ADD starting CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq 3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c network default NAD default] I0705 14:36:18.161075 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:36:18.161110 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:36:18.171875 3306 helper_linux.go:442] ConfigureOVS: namespace: openshift-pipelines, podName: tekton-pipelines-webhook-77f9b59d76-qd2xq, hostIfaceName: 3fa1d219d517255, network: default, NAD default, SandboxID: "3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c", PCI device ID: , UID: "01f5ce30-d60f-4c5a-8792-028ad8b84edd", MAC: 0a:58:0a:80:00:3a, IPs: [10.128.0.58/23] I0705 14:36:18.226508 3306 cni.go:333] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq 3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c network default NAD default] ADD finished CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq 3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c network default NAD default], result "{\"interfaces\":[{\"name\":\"3fa1d219d517255\",\"mac\":\"6a:87:08:66:26:7d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3a\",\"sandbox\":\"/var/run/netns/7aaede1b-bd59-47c2-8260-572ea1fb24b3\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.58/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:36:20.068830 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 63 Dst: fe80::6887:8ff:fe66:267d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:36:29.913999 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 16 items received I0705 14:36:40.117321 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} I0705 14:36:40.117421 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} I0705 14:36:44.025958 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 6 items received I0705 14:37:06.322801 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pub33b479ca9bac17ec7356f733f57b32b-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:06.323485 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pub33b479ca9bac17ec7356f733f57b32b-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0705 14:37:07.875913 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0705 14:37:08.739535 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0705 14:37:10.146278 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} I0705 14:37:10.146339 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} I0705 14:37:12.297629 3306 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod] creating logical port tssc-app-ci_e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod for pod on switch ip-10-0-2-180.ec2.internal I0705 14:37:12.297840 3306 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod I0705 14:37:12.316798 3306 pod.go:62] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod] pod update took 19.001914ms I0705 14:37:12.316828 3306 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod] addLogicalPort annotation time took 19.038075ms I0705 14:37:12.318498 3306 pods.go:252] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod] addLogicalPort took 20.889039ms, libovsdb time 942.046µs I0705 14:37:12.333298 3306 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod] creating logical port tssc-app-ci_e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod for pod on switch ip-10-0-2-180.ec2.internal I0705 14:37:12.333547 3306 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod I0705 14:37:12.357726 3306 pod.go:62] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod] pod update took 24.221851ms I0705 14:37:12.357759 3306 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod] addLogicalPort annotation time took 24.253997ms I0705 14:37:12.359473 3306 pods.go:252] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod] addLogicalPort took 26.203281ms, libovsdb time 984.258µs I0705 14:37:12.654308 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod 770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod 770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456 network default NAD default] I0705 14:37:12.657703 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:12.657798 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:37:12.663301 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod, hostIfaceName: 770d1d2ab864957, network: default, NAD default, SandboxID: "770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456", PCI device ID: , UID: "7e01c6b0-2cf3-474d-8c40-66b072432639", MAC: 0a:58:0a:80:00:3b, IPs: [10.128.0.59/23] I0705 14:37:12.699024 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod 327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod 327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4 network default NAD default] I0705 14:37:12.702123 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:12.702209 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:37:12.709613 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod, hostIfaceName: 327364eea7c231f, network: default, NAD default, SandboxID: "327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4", PCI device ID: , UID: "28b5b8ac-392f-4600-8743-98cd52adc5b8", MAC: 0a:58:0a:80:00:3c, IPs: [10.128.0.60/23] I0705 14:37:12.724418 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod 770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod 770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456 network default NAD default], result "{\"interfaces\":[{\"name\":\"770d1d2ab864957\",\"mac\":\"7a:2c:cc:b7:dc:6a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3b\",\"sandbox\":\"/var/run/netns/9eaa946f-a99d-41e6-bf70-3624b0b6d18f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.59/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:37:12.762782 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod 327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod 327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4 network default NAD default], result "{\"interfaces\":[{\"name\":\"327364eea7c231f\",\"mac\":\"32:65:a3:95:4e:6d\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3c\",\"sandbox\":\"/var/run/netns/dcd6b2d2-7d94-4985-a6b2-ca777e506187\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.60/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:37:13.121393 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod 2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod 2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3 network default NAD default] I0705 14:37:13.220740 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod 2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod 2a9c78cc4a304631b5ad50e2135def026e8e835be46cac6068668c5aed98aec3 network default NAD default], result "{\"dns\":{}}", err I0705 14:37:13.312181 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:13.312226 3306 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod I0705 14:37:13.314427 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod, ips: 10.128.0.57 I0705 14:37:13.314465 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:13.892415 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 65 Dst: fe80::3065:a3ff:fe95:4e6d/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:14.597309 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 64 Dst: fe80::782c:ccff:feb7:dc6a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:19.318435 3306 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod] creating logical port tssc-app-ci_e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod for pod on switch ip-10-0-2-180.ec2.internal I0705 14:37:19.318630 3306 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod I0705 14:37:19.338029 3306 pod.go:62] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod] pod update took 19.431736ms I0705 14:37:19.338117 3306 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod] addLogicalPort annotation time took 19.521757ms I0705 14:37:19.339656 3306 pods.go:252] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod] addLogicalPort took 21.24757ms, libovsdb time 1.02015ms I0705 14:37:19.679760 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a network default NAD default] I0705 14:37:19.682231 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:19.682261 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:37:19.690037 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod, hostIfaceName: a2a0ce33ab9e024, network: default, NAD default, SandboxID: "a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a", PCI device ID: , UID: "f5cfade0-69fb-4c3b-890a-bb626b717df9", MAC: 0a:58:0a:80:00:3d, IPs: [10.128.0.61/23] I0705 14:37:19.743874 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a network default NAD default], result "{\"interfaces\":[{\"name\":\"a2a0ce33ab9e024\",\"mac\":\"7a:28:ba:df:ab:5a\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3d\",\"sandbox\":\"/var/run/netns/5ca2c6ba-78e5-42ea-87eb-5596a0b0046f\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.61/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:37:20.048794 3306 obj_retry.go:460] Detected object tssc-tpa/create-db-prbxr of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:37:20.048819 3306 obj_retry.go:460] Detected object tssc-tpa/create-db-prbxr of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:37:20.054654 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-db-prbxr I0705 14:37:20.054719 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-db-prbxr I0705 14:37:20.166562 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod 770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod 770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456 network default NAD default] I0705 14:37:20.243529 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod 770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod 770d1d2ab864957c0a345ebc6a05af74d910c53c11972556af02d1ccfe735456 network default NAD default], result "{\"dns\":{}}", err I0705 14:37:20.291210 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:20.291304 3306 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod I0705 14:37:20.293231 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod, ips: 10.128.0.59 I0705 14:37:20.293315 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:21.764352 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 66 Dst: fe80::7828:baff:fedf:ab5a/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:23.034313 3306 obj_retry.go:460] Detected object tssc-tpa/migrate-db-df4lw of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:37:23.034342 3306 obj_retry.go:460] Detected object tssc-tpa/migrate-db-df4lw of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:37:23.041178 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/migrate-db-df4lw I0705 14:37:23.041207 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/migrate-db-df4lw I0705 14:37:23.239817 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 6 items received I0705 14:37:23.999671 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 6 items received E0705 14:37:24.408663 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:37:24.408714 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:37:24.408724 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:37:25.503448 3306 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod] creating logical port tssc-app-ci_e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod for pod on switch ip-10-0-2-180.ec2.internal I0705 14:37:25.503676 3306 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod I0705 14:37:25.525352 3306 pod.go:62] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod] pod update took 21.720073ms I0705 14:37:25.525373 3306 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod] addLogicalPort annotation time took 21.745546ms I0705 14:37:25.526800 3306 pods.go:252] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod] addLogicalPort took 23.38127ms, libovsdb time 866.49µs I0705 14:37:25.728810 3306 base_network_controller_pods.go:477] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod] creating logical port tssc-app-ci_e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod for pod on switch ip-10-0-2-180.ec2.internal I0705 14:37:25.728983 3306 kube.go:317] Updating pod tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod I0705 14:37:25.747970 3306 pod.go:62] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod] pod update took 19.017209ms I0705 14:37:25.747997 3306 base_network_controller_pods.go:921] [default/tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod] addLogicalPort annotation time took 19.048641ms I0705 14:37:25.749509 3306 pods.go:252] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod] addLogicalPort took 20.724014ms, libovsdb time 974.348µs I0705 14:37:25.863978 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod 04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1 network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod 04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1 network default NAD default] I0705 14:37:25.866922 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:25.867006 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:37:25.872266 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod, hostIfaceName: 04b6b5a1bc4cfce, network: default, NAD default, SandboxID: "04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1", PCI device ID: , UID: "e4f44e9f-8928-491a-8a2a-647df683bbd1", MAC: 0a:58:0a:80:00:3e, IPs: [10.128.0.62/23] I0705 14:37:25.925926 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod 04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1 network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod 04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1 network default NAD default], result "{\"interfaces\":[{\"name\":\"04b6b5a1bc4cfce\",\"mac\":\"36:98:b1:51:28:37\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3e\",\"sandbox\":\"/var/run/netns/264b5d2f-d6bf-4f8a-b83e-54f68a1cc4f4\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.62/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:37:26.143808 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod 9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce network default NAD default] ADD starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod 9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce network default NAD default] I0705 14:37:26.146356 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:26.146430 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:37:26.153238 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-ci, podName: e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod, hostIfaceName: 9591bc12bd3e72e, network: default, NAD default, SandboxID: "9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce", PCI device ID: , UID: "f361f0c0-b504-492c-9538-df8361cae655", MAC: 0a:58:0a:80:00:3f, IPs: [10.128.0.63/23] I0705 14:37:26.216051 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod 327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod 327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4 network default NAD default] I0705 14:37:26.221881 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod 9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce network default NAD default] ADD finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod 9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce network default NAD default], result "{\"interfaces\":[{\"name\":\"9591bc12bd3e72e\",\"mac\":\"36:e9:4b:e0:73:b3\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:3f\",\"sandbox\":\"/var/run/netns/42ea7547-50b8-41e2-859c-4fb320210d03\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.63/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:37:26.304720 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod 327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod 327364eea7c231f159e4d9a84ed23a4fe2a7e470c23f2977cfd8488c5a7fc0f4 network default NAD default], result "{\"dns\":{}}", err I0705 14:37:26.347363 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:26.347401 3306 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod I0705 14:37:26.349562 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod, ips: 10.128.0.60 I0705 14:37:26.349602 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:27.030347 3306 obj_retry.go:460] Detected object tssc-tpa/create-importers-rr6hg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:37:27.030377 3306 obj_retry.go:460] Detected object tssc-tpa/create-importers-rr6hg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:37:27.033271 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-tpa/create-importers-rr6hg I0705 14:37:27.033339 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-tpa/create-importers-rr6hg I0705 14:37:27.204376 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 67 Dst: fe80::3498:b1ff:fe51:2837/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:27.225409 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a network default NAD default] I0705 14:37:27.324253 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod a2a0ce33ab9e0249f5c518b42fb9bb857153efb98ab837cdf9aba905b262d81a network default NAD default], result "{\"dns\":{}}", err I0705 14:37:27.444670 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:27.444781 3306 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod I0705 14:37:27.446805 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod, ips: 10.128.0.61 I0705 14:37:27.446899 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:28.100361 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 68 Dst: fe80::34e9:4bff:fee0:73b3/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:37:34.273806 3306 cni.go:312] [tssc-app-ci/affinity-assistant-1acd1c004d-0 1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748 network default NAD default] DEL starting CNI request [tssc-app-ci/affinity-assistant-1acd1c004d-0 1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748 network default NAD default] I0705 14:37:34.279817 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod 04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1 network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod 04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1 network default NAD default] I0705 14:37:34.283068 3306 cni.go:312] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod 9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce network default NAD default] DEL starting CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod 9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce network default NAD default] I0705 14:37:34.396862 3306 cni.go:333] [tssc-app-ci/affinity-assistant-1acd1c004d-0 1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748 network default NAD default] DEL finished CNI request [tssc-app-ci/affinity-assistant-1acd1c004d-0 1dbf65c95b91b2368f724a132cab4eddd2fbc29b30c62dabdb3840ebb7f5b748 network default NAD default], result "{\"dns\":{}}", err I0705 14:37:34.413221 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod 04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1 network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod 04b6b5a1bc4cfcebccdb3e5420717b8e8162650892fae439d094ce8bcf68b3a1 network default NAD default], result "{\"dns\":{}}", err I0705 14:37:34.422763 3306 cni.go:333] [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod 9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce network default NAD default] DEL finished CNI request [tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod 9591bc12bd3e72eddd112d1db07d458c9047f6f2594c32791f094c917fd3ebce network default NAD default], result "{\"dns\":{}}", err I0705 14:37:34.478815 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-1acd1c004d-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:34.478920 3306 pods.go:174] Deleting pod: tssc-app-ci/affinity-assistant-1acd1c004d-0 I0705 14:37:34.480750 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/affinity-assistant-1acd1c004d-0, ips: 10.128.0.55 I0705 14:37:34.480847 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-1acd1c004d-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:34.513233 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:34.513284 3306 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod I0705 14:37:34.515505 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod, ips: 10.128.0.62 I0705 14:37:34.515610 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:34.540586 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:37:34.540622 3306 pods.go:174] Deleting pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod I0705 14:37:34.542445 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod, ips: 10.128.0.63 I0705 14:37:34.542480 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-wcgcm-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0705 14:37:34.721964 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:37:34.721997 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:37:34.722006 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:37:35.317012 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-1acd1c004d-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:37:35.317044 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-1acd1c004d-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:37:35.335713 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-1acd1c004d-0 I0705 14:37:35.335795 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-1acd1c004d-0 I0705 14:37:40.166048 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} I0705 14:37:40.166116 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} E0705 14:37:44.838440 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:37:44.838510 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:37:44.838522 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:37:44.888681 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:37:44.888705 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:37:44.888712 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:38:10.187659 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} I0705 14:38:10.187721 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} I0705 14:38:23.645867 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pull-request-fv7z5-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:23.646476 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pull-request-fv7z5-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:36.742714 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pull-request-fv7z5-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:36.743429 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pull-request-fv7z5-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:40.204917 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} I0705 14:38:40.204980 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} I0705 14:38:41.773201 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pull-request-fv7z5-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:41.773800 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pull-request-fv7z5-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:42.106797 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-6d5fa44afa-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:42.107493 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-6d5fa44afa-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:42.605126 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-6d5fa44afa-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:38:42.605178 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-6d5fa44afa-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:38:42.611421 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-6d5fa44afa-0 I0705 14:38:42.611450 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-6d5fa44afa-0 I0705 14:38:42.778502 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pull-request-fv7z5-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:38:42.779257 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-pull-request-fv7z5-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:39:06.193815 3306 base_network_controller_pods.go:477] [default/tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp] creating logical port tssc-app-development_e2e-tests-go-rpztykeq-859cb4497f-sdwqp for pod on switch ip-10-0-2-180.ec2.internal I0705 14:39:06.193980 3306 kube.go:317] Updating pod tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp I0705 14:39:06.207374 3306 pod.go:62] [tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp] pod update took 13.421166ms I0705 14:39:06.207464 3306 base_network_controller_pods.go:921] [default/tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp] addLogicalPort annotation time took 13.513316ms I0705 14:39:06.209897 3306 pods.go:252] [tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp] addLogicalPort took 16.111666ms, libovsdb time 1.387284ms I0705 14:39:06.565373 3306 cni.go:312] [tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp d446a4dd9eebad0c87abf42a5b2c5179195d4d118aed0080306305d1c805bbb7 network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp d446a4dd9eebad0c87abf42a5b2c5179195d4d118aed0080306305d1c805bbb7 network default NAD default] I0705 14:39:06.568827 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:39:06.568947 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:39:06.575839 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-rpztykeq-859cb4497f-sdwqp, hostIfaceName: d446a4dd9eebad0, network: default, NAD default, SandboxID: "d446a4dd9eebad0c87abf42a5b2c5179195d4d118aed0080306305d1c805bbb7", PCI device ID: , UID: "fcfaf18c-a94e-4d83-9b74-3aecc444faa0", MAC: 0a:58:0a:80:00:40, IPs: [10.128.0.64/23] I0705 14:39:06.837094 3306 cni.go:333] [tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp d446a4dd9eebad0c87abf42a5b2c5179195d4d118aed0080306305d1c805bbb7 network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-rpztykeq-859cb4497f-sdwqp d446a4dd9eebad0c87abf42a5b2c5179195d4d118aed0080306305d1c805bbb7 network default NAD default], result "{\"interfaces\":[{\"name\":\"d446a4dd9eebad0\",\"mac\":\"5e:55:42:cc:d5:78\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:40\",\"sandbox\":\"/var/run/netns/5f9d5965-08e2-47b6-8814-98a7550c4f97\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.64/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:39:08.004312 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 69 Dst: fe80::5c55:42ff:fecc:d578/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:39:10.229702 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} I0705 14:39:10.229763 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} I0705 14:39:16.167395 3306 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 5 items received I0705 14:39:17.953718 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-clone-repository-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:39:17.954305 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-clone-repository-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:39:20.096386 3306 base_network_controller_pods.go:477] [default/tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f] creating logical port tssc-app-development_e2e-tests-go-bvriorkz-57b7f8477f-cnm7f for pod on switch ip-10-0-2-180.ec2.internal I0705 14:39:20.096586 3306 kube.go:317] Updating pod tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f I0705 14:39:20.111002 3306 pod.go:62] [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f] pod update took 14.449864ms I0705 14:39:20.111077 3306 base_network_controller_pods.go:921] [default/tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f] addLogicalPort annotation time took 14.530218ms I0705 14:39:20.112351 3306 pods.go:252] [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f] addLogicalPort took 16.010407ms, libovsdb time 783.882µs I0705 14:39:20.456822 3306 cni.go:312] [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388 network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388 network default NAD default] I0705 14:39:20.459061 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:39:20.459146 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:39:20.468090 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-bvriorkz-57b7f8477f-cnm7f, hostIfaceName: b4a48ebbfe5de3a, network: default, NAD default, SandboxID: "b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388", PCI device ID: , UID: "038f116f-d2e1-4548-b294-8f50857f3c88", MAC: 0a:58:0a:80:00:41, IPs: [10.128.0.65/23] I0705 14:39:20.726861 3306 cni.go:333] [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388 network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388 network default NAD default], result "{\"interfaces\":[{\"name\":\"b4a48ebbfe5de3a\",\"mac\":\"2e:c2:3d:5b:a2:27\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:41\",\"sandbox\":\"/var/run/netns/5b55a0cf-ed56-435f-8a92-3460f2af3941\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.65/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:39:21.636425 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 70 Dst: fe80::2cc2:3dff:fe5b:a227/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:39:26.934936 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-rpztykeq-95bdb997c-xtmnt of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:39:26.935572 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-rpztykeq-95bdb997c-xtmnt of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:39:27.836979 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-rpztykeq-95bdb997c-xtmnt of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:39:27.837043 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-rpztykeq-95bdb997c-xtmnt of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:39:27.843230 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-rpztykeq-95bdb997c-xtmnt I0705 14:39:27.843257 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-rpztykeq-95bdb997c-xtmnt I0705 14:39:40.258902 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} I0705 14:39:40.258959 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} I0705 14:39:40.631017 3306 cni.go:312] [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd network default NAD default] DEL starting CNI request [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd network default NAD default] I0705 14:39:40.717785 3306 cni.go:333] [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd network default NAD default] DEL finished CNI request [tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb fc20b803f1f0a5f69f730eeca5a85791a7b593d982317b778810a2f2913e65fd network default NAD default], result "{\"dns\":{}}", err I0705 14:39:40.776926 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:39:40.777059 3306 pods.go:174] Deleting pod: tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb I0705 14:39:40.778742 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb, ips: 10.128.0.53 I0705 14:39:40.778776 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:39:41.158604 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:39:41.158635 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:39:41.161264 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb I0705 14:39:41.161296 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-bvriorkz-5689ff5b4f-9fhzb I0705 14:40:05.165922 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721040-x7h8z of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:05.166546 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721040-x7h8z of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:06.040264 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721040-x7h8z of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:40:06.040359 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721040-x7h8z of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:40:06.071066 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:40:06.071086 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:40:06.077098 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb I0705 14:40:06.077186 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29721010-f6wqb I0705 14:40:10.280941 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} I0705 14:40:10.281009 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} E0705 14:40:18.313897 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:40:18.313926 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:40:18.313936 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:40:23.915151 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 39 items received E0705 14:40:28.668478 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:40:28.668510 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:40:28.668519 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:40:33.378248 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-build-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:33.378834 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-build-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:39.420234 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-deploy-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:39.420933 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-deploy-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:40.306008 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} I0705 14:40:40.306089 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} I0705 14:40:40.412030 3306 base_network_controller_pods.go:477] [default/tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn] creating logical port tssc-app-stage_e2e-tests-go-rpztykeq-859cb4497f-p85kn for pod on switch ip-10-0-2-180.ec2.internal I0705 14:40:40.412141 3306 kube.go:317] Updating pod tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn I0705 14:40:40.425729 3306 pod.go:62] [tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn] pod update took 13.615419ms I0705 14:40:40.425752 3306 base_network_controller_pods.go:921] [default/tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn] addLogicalPort annotation time took 13.642779ms I0705 14:40:40.427329 3306 pods.go:252] [tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn] addLogicalPort took 15.33226ms, libovsdb time 847.268µs I0705 14:40:40.776584 3306 cni.go:312] [tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn c85692a4243b81a72943deff2ba40453ce8da0fe30affce1bc3306145d89cc5d network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn c85692a4243b81a72943deff2ba40453ce8da0fe30affce1bc3306145d89cc5d network default NAD default] I0705 14:40:40.778375 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:40:40.778451 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:40:40.785734 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-rpztykeq-859cb4497f-p85kn, hostIfaceName: c85692a4243b81a, network: default, NAD default, SandboxID: "c85692a4243b81a72943deff2ba40453ce8da0fe30affce1bc3306145d89cc5d", PCI device ID: , UID: "26b60694-bccc-4e5c-ab89-2990f8a7e0a1", MAC: 0a:58:0a:80:00:42, IPs: [10.128.0.66/23] I0705 14:40:40.842240 3306 cni.go:333] [tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn c85692a4243b81a72943deff2ba40453ce8da0fe30affce1bc3306145d89cc5d network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-rpztykeq-859cb4497f-p85kn c85692a4243b81a72943deff2ba40453ce8da0fe30affce1bc3306145d89cc5d network default NAD default], result "{\"interfaces\":[{\"name\":\"c85692a4243b81a\",\"mac\":\"b6:b1:30:88:3d:b1\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:42\",\"sandbox\":\"/var/run/netns/1408f8dc-05f2-46b8-9811-2c069e66b6fa\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.66/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:40:42.724290 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 71 Dst: fe80::b4b1:30ff:fe88:3db1/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:40:46.499210 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-scan-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:46.499818 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-scan-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:46.556563 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-deployment-check-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:46.557137 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-deployment-check-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it E0705 14:40:49.084845 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:40:49.084875 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:40:49.084882 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:40:52.504105 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-show-sbom-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:52.504834 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-show-sbom-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:52.869791 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-acc1c66ca1-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:52.870395 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-acc1c66ca1-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:53.456545 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-summarize-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:53.457331 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-on-push-x5zn8-summarize-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:40:53.626947 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-acc1c66ca1-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:40:53.627001 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-acc1c66ca1-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:40:53.632548 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-acc1c66ca1-0 I0705 14:40:53.632617 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-acc1c66ca1-0 E0705 14:40:59.153783 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:40:59.153817 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:40:59.153826 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:41:00.937819 3306 cni.go:312] [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d network default NAD default] DEL starting CNI request [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d network default NAD default] I0705 14:41:01.016391 3306 cni.go:333] [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d network default NAD default] DEL finished CNI request [tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl b54e4a712e0e8fae8e89a28fc48d5718c3e9449f89a9c79f70e0186d6c6c5f8d network default NAD default], result "{\"dns\":{}}", err I0705 14:41:01.072596 3306 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:41:01.072698 3306 pods.go:174] Deleting pod: tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl I0705 14:41:01.074308 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl, ips: 10.128.0.52 I0705 14:41:01.074342 3306 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:41:01.223630 3306 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:41:01.223716 3306 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:41:01.230189 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl I0705 14:41:01.230272 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-rpztykeq-95bdb997c-t2vbl I0705 14:41:10.322702 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} I0705 14:41:10.322759 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} I0705 14:41:19.238520 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 7 items received I0705 14:41:28.208557 3306 cni.go:312] [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388 network default NAD default] DEL starting CNI request [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388 network default NAD default] I0705 14:41:28.288182 3306 cni.go:333] [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388 network default NAD default] DEL finished CNI request [tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f b4a48ebbfe5de3a2f985d6e957e72a623fd03731db58dc461a7b3a285ef75388 network default NAD default], result "{\"dns\":{}}", err I0705 14:41:28.349601 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:41:28.349645 3306 pods.go:174] Deleting pod: tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f I0705 14:41:28.351105 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f, ips: 10.128.0.65 I0705 14:41:28.351134 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:41:28.649995 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:41:28.650095 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:41:28.657503 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f I0705 14:41:28.657534 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-bvriorkz-57b7f8477f-cnm7f I0705 14:41:35.921269 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 7 items received I0705 14:41:40.338617 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} I0705 14:41:40.338678 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} I0705 14:41:48.998285 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.BaselineAdminNetworkPolicy total 8 items received E0705 14:41:50.226607 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:41:50.226635 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:41:50.226644 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:41:59.920343 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 53 items received E0705 14:42:00.600756 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:42:00.600783 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:42:00.600790 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:42:07.875466 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0705 14:42:08.739404 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0705 14:42:10.080747 3306 base_network_controller_pods.go:477] [default/tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z] creating logical port tssc-app-prod_e2e-tests-go-rpztykeq-859cb4497f-rww8z for pod on switch ip-10-0-2-180.ec2.internal I0705 14:42:10.080956 3306 kube.go:317] Updating pod tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z I0705 14:42:10.095639 3306 pod.go:62] [tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z] pod update took 14.712799ms I0705 14:42:10.095662 3306 base_network_controller_pods.go:921] [default/tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z] addLogicalPort annotation time took 14.742747ms I0705 14:42:10.097197 3306 pods.go:252] [tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z] addLogicalPort took 16.47233ms, libovsdb time 934.508µs I0705 14:42:10.358132 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} I0705 14:42:10.358205 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} I0705 14:42:10.441032 3306 cni.go:312] [tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z ba6ba621e0cf10f43f79772d1e0bccff608a03aeeddbd006955c2fb25d4cbb8b network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z ba6ba621e0cf10f43f79772d1e0bccff608a03aeeddbd006955c2fb25d4cbb8b network default NAD default] I0705 14:42:10.442694 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:42:10.442780 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:42:10.449680 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-rpztykeq-859cb4497f-rww8z, hostIfaceName: ba6ba621e0cf10f, network: default, NAD default, SandboxID: "ba6ba621e0cf10f43f79772d1e0bccff608a03aeeddbd006955c2fb25d4cbb8b", PCI device ID: , UID: "6c46b09a-e7cb-45a3-aed7-a4484d2cc640", MAC: 0a:58:0a:80:00:43, IPs: [10.128.0.67/23] I0705 14:42:10.706142 3306 cni.go:333] [tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z ba6ba621e0cf10f43f79772d1e0bccff608a03aeeddbd006955c2fb25d4cbb8b network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-rpztykeq-859cb4497f-rww8z ba6ba621e0cf10f43f79772d1e0bccff608a03aeeddbd006955c2fb25d4cbb8b network default NAD default], result "{\"interfaces\":[{\"name\":\"ba6ba621e0cf10f\",\"mac\":\"c2:24:ed:29:e1:62\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:43\",\"sandbox\":\"/var/run/netns/5d5ba387-b186-4ac6-8311-13b56831a33c\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.67/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:42:11.492299 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 72 Dst: fe80::c024:edff:fe29:e162/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:42:11.902627 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-b561e873f945477cf42e8a733c6d39d44f246809e3f2ef-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:11.903293 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-b561e873f945477cf42e8a733c6d39d44f246809e3f2ef-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:17.905527 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-gitop98ec68a3dc4651af8b7033f7b61172c6-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:17.906193 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-gitop98ec68a3dc4651af8b7033f7b61172c6-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:20.603629 3306 cni.go:312] [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06 network default NAD default] DEL starting CNI request [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06 network default NAD default] I0705 14:42:20.679002 3306 cni.go:333] [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06 network default NAD default] DEL finished CNI request [tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 648f2b8f909e5c6f4018280741bedeb2e2cf964a10520dc5195a3583f58b8d06 network default NAD default], result "{\"dns\":{}}", err I0705 14:42:20.737080 3306 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:20.737120 3306 pods.go:174] Deleting pod: tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 I0705 14:42:20.738784 3306 pods.go:217] Attempting to release IPs for pod: tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4, ips: 10.128.0.54 I0705 14:42:20.738811 3306 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:21.590047 3306 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:42:21.590098 3306 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:42:21.597531 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 I0705 14:42:21.597589 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-rpztykeq-95bdb997c-mbkq4 I0705 14:42:23.119180 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 I0705 14:42:26.005991 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvr561e873f945371fc21ed5c1fbf2b0507230c5f9dfa9-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:26.006632 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvr561e873f945371fc21ed5c1fbf2b0507230c5f9dfa9-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:32.075018 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-gitopc3894501a0ddfaa7e35d09caa7cb3cb2-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:32.075617 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-gitopc3894501a0ddfaa7e35d09caa7cb3cb2-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:38.016251 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 8 items received I0705 14:42:40.379942 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} I0705 14:42:40.380002 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} I0705 14:42:41.440187 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-581d9235b7-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:41.440798 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-581d9235b7-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:42.081648 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bv561e873f94542cd9bc9b6a40809933760bc97003c848-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:42.082312 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bv561e873f94542cd9bc9b6a40809933760bc97003c848-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:42:42.258409 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-581d9235b7-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:42:42.258431 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-581d9235b7-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:42:42.264029 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-581d9235b7-0 I0705 14:42:42.264048 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-581d9235b7-0 I0705 14:42:44.002433 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 I0705 14:43:10.395515 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} I0705 14:43:10.395580 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} I0705 14:43:22.844884 3306 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-bvriorkz-5689ff5b4f-8bz7r of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:43:22.845551 3306 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-bvriorkz-5689ff5b4f-8bz7r of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:43:23.178093 3306 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-bvriorkz-5689ff5b4f-8bz7r of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:43:23.178140 3306 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-bvriorkz-5689ff5b4f-8bz7r of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:43:23.183199 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-bvriorkz-5689ff5b4f-8bz7r I0705 14:43:23.183222 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-bvriorkz-5689ff5b4f-8bz7r I0705 14:43:40.414346 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} I0705 14:43:40.414408 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} I0705 14:43:40.997081 3306 reflector.go:871] sigs.k8s.io/network-policy-api/pkg/client/informers/externalversions/factory.go:141: Watch close - *v1alpha1.AdminNetworkPolicy total 10 items received I0705 14:43:42.243485 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 3 items received I0705 14:43:43.144701 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 10 items received I0705 14:43:51.918374 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 0 items received I0705 14:43:57.522338 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ba8452ac099b19da8fdf4bcae84d6f08de936553fe115c-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:43:57.523042 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-ba8452ac099b19da8fdf4bcae84d6f08de936553fe115c-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:02.619726 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-gitop794f01de1284a41f10845ec89645d919-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:02.620424 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-gitop794f01de1284a41f10845ec89645d919-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:08.625102 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvra8452ac099b8b4cc7017745a34f4d289a279d8fc8e7-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:08.625729 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvra8452ac099b8b4cc7017745a34f4d289a279d8fc8e7-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:10.433418 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} I0705 14:44:10.433500 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} E0705 14:44:12.853619 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:44:12.853726 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:44:12.853742 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:44:13.412019 3306 base_network_controller_pods.go:477] [default/tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9] creating logical port tssc-app-development_e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:44:13.412149 3306 kube.go:317] Updating pod tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9 I0705 14:44:13.425463 3306 pod.go:62] [tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9] pod update took 13.350334ms I0705 14:44:13.425493 3306 base_network_controller_pods.go:921] [default/tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9] addLogicalPort annotation time took 13.385509ms I0705 14:44:13.427092 3306 pods.go:252] [tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9] addLogicalPort took 15.101547ms, libovsdb time 862.913µs I0705 14:44:13.778526 3306 cni.go:312] [tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9 f24a6057309a0d50d6d4ff7727cd261b4436130f269982d975289c1e34bd0563 network default NAD default] ADD starting CNI request [tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9 f24a6057309a0d50d6d4ff7727cd261b4436130f269982d975289c1e34bd0563 network default NAD default] I0705 14:44:13.781003 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:44:13.781043 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:44:13.788831 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-development, podName: e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9, hostIfaceName: f24a6057309a0d5, network: default, NAD default, SandboxID: "f24a6057309a0d50d6d4ff7727cd261b4436130f269982d975289c1e34bd0563", PCI device ID: , UID: "17c9305f-86b9-4b70-8c3b-be220a54d50c", MAC: 0a:58:0a:80:00:44, IPs: [10.128.0.68/23] I0705 14:44:13.843633 3306 cni.go:333] [tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9 f24a6057309a0d50d6d4ff7727cd261b4436130f269982d975289c1e34bd0563 network default NAD default] ADD finished CNI request [tssc-app-development/e2e-tests-go-bqwyqdwb-767465ff7b-cdlf9 f24a6057309a0d50d6d4ff7727cd261b4436130f269982d975289c1e34bd0563 network default NAD default], result "{\"interfaces\":[{\"name\":\"f24a6057309a0d5\",\"mac\":\"e6:99:d0:5f:c9:45\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:44\",\"sandbox\":\"/var/run/netns/e92e059b-36f3-426a-82a0-b35232c959af\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.68/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:44:14.691171 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-gitop1fe4cdc127864b0fb984e4239e2f0d5b-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:14.691811 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bvriorkz-gitop1fe4cdc127864b0fb984e4239e2f0d5b-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:14.924213 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 570 items received I0705 14:44:15.588297 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 73 Dst: fe80::e499:d0ff:fe5f:c945/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0705 14:44:22.878103 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:44:22.878129 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:44:22.878135 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:44:26.059971 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-5fc0a1f7be-0 of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:26.060717 3306 obj_retry.go:466] Detected object tssc-app-ci/affinity-assistant-5fc0a1f7be-0 of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:26.604727 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-5fc0a1f7be-0 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:44:26.604751 3306 obj_retry.go:460] Detected object tssc-app-ci/affinity-assistant-5fc0a1f7be-0 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:44:26.610456 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-ci/affinity-assistant-5fc0a1f7be-0 I0705 14:44:26.610482 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-ci/affinity-assistant-5fc0a1f7be-0 I0705 14:44:26.749085 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bva8452ac099b10fe717c11aeaf7b61d4e40d6aea68573-pod of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:26.750415 3306 obj_retry.go:466] Detected object tssc-app-ci/e2e-tests-go-bva8452ac099b10fe717c11aeaf7b61d4e40d6aea68573-pod of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:34.104005 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-bqwyqdwb-cd9f8d48b-xpbcn of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:34.104625 3306 obj_retry.go:466] Detected object tssc-app-development/e2e-tests-go-bqwyqdwb-cd9f8d48b-xpbcn of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:34.664240 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-bqwyqdwb-cd9f8d48b-xpbcn of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:44:34.664267 3306 obj_retry.go:460] Detected object tssc-app-development/e2e-tests-go-bqwyqdwb-cd9f8d48b-xpbcn of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:44:34.667447 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-development/e2e-tests-go-bqwyqdwb-cd9f8d48b-xpbcn I0705 14:44:34.667502 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-development/e2e-tests-go-bqwyqdwb-cd9f8d48b-xpbcn I0705 14:44:40.458409 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} I0705 14:44:40.458468 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} I0705 14:44:48.557417 3306 cni.go:312] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq 3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c network default NAD default] DEL starting CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq 3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c network default NAD default] I0705 14:44:48.624122 3306 cni.go:333] [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq 3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c network default NAD default] DEL finished CNI request [openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq 3fa1d219d5172557f6bec4d3f33fa8d8772d2a2d2570e5c86f55c926daf8c71c network default NAD default], result "{\"dns\":{}}", err I0705 14:44:48.686514 3306 obj_retry.go:466] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:48.686613 3306 pods.go:174] Deleting pod: openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq I0705 14:44:48.688490 3306 pods.go:217] Attempting to release IPs for pod: openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq, ips: 10.128.0.58 I0705 14:44:48.688584 3306 obj_retry.go:466] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:44:49.261188 3306 obj_retry.go:460] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:44:49.261212 3306 obj_retry.go:460] Detected object openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:44:49.266997 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq I0705 14:44:49.267076 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-pipelines/tekton-pipelines-webhook-77f9b59d76-qd2xq E0705 14:44:53.429240 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:44:53.429268 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:44:53.429275 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:44:56.841772 3306 base_network_controller_pods.go:477] [default/tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8] creating logical port tssc-app-prod_e2e-tests-go-bvriorkz-7b78ff755c-2fgn8 for pod on switch ip-10-0-2-180.ec2.internal I0705 14:44:56.841916 3306 kube.go:317] Updating pod tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8 I0705 14:44:56.854975 3306 pod.go:62] [tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8] pod update took 13.08461ms I0705 14:44:56.855004 3306 base_network_controller_pods.go:921] [default/tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8] addLogicalPort annotation time took 13.122317ms I0705 14:44:56.856637 3306 pods.go:252] [tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8] addLogicalPort took 14.897663ms, libovsdb time 951.84µs I0705 14:44:57.206236 3306 cni.go:312] [tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8 35f1ee32597010c9895ed1654208a96d48d91bafaba970136ef04e49c7190dd5 network default NAD default] ADD starting CNI request [tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8 35f1ee32597010c9895ed1654208a96d48d91bafaba970136ef04e49c7190dd5 network default NAD default] I0705 14:44:57.208360 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:44:57.208454 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:44:57.216357 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-prod, podName: e2e-tests-go-bvriorkz-7b78ff755c-2fgn8, hostIfaceName: 35f1ee32597010c, network: default, NAD default, SandboxID: "35f1ee32597010c9895ed1654208a96d48d91bafaba970136ef04e49c7190dd5", PCI device ID: , UID: "70efcc42-b612-4f7b-9705-3af83efdb00c", MAC: 0a:58:0a:80:00:45, IPs: [10.128.0.69/23] I0705 14:44:57.267061 3306 cni.go:333] [tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8 35f1ee32597010c9895ed1654208a96d48d91bafaba970136ef04e49c7190dd5 network default NAD default] ADD finished CNI request [tssc-app-prod/e2e-tests-go-bvriorkz-7b78ff755c-2fgn8 35f1ee32597010c9895ed1654208a96d48d91bafaba970136ef04e49c7190dd5 network default NAD default], result "{\"interfaces\":[{\"name\":\"35f1ee32597010c\",\"mac\":\"4a:3a:a9:75:cf:48\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:45\",\"sandbox\":\"/var/run/netns/11a71dec-615f-4a43-a7eb-4e313f7ddb05\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.69/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:44:58.788305 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 74 Dst: fe80::483a:a9ff:fe75:cf48/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" E0705 14:45:03.513332 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:45:03.513366 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:45:03.513376 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:45:07.513433 3306 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-bvriorkz-5689ff5b4f-8x9qg of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:45:07.514037 3306 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-bvriorkz-5689ff5b4f-8x9qg of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:45:07.855559 3306 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-bvriorkz-5689ff5b4f-8x9qg of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:45:07.855585 3306 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-bvriorkz-5689ff5b4f-8x9qg of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:45:07.860749 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-bvriorkz-5689ff5b4f-8x9qg I0705 14:45:07.860771 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-bvriorkz-5689ff5b4f-8x9qg I0705 14:45:10.479929 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} I0705 14:45:10.479986 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} I0705 14:45:40.496478 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} I0705 14:45:40.496541 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} I0705 14:46:09.029579 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 I0705 14:46:10.523522 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} I0705 14:46:10.523587 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} I0705 14:46:24.917859 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Service total 10 items received I0705 14:46:25.170940 3306 reflector.go:871] github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/client/informers/externalversions/factory.go:117: Watch close - *v1.NetworkAttachmentDefinition total 5 items received I0705 14:46:40.541523 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} I0705 14:46:40.541585 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} I0705 14:46:46.918246 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Node total 47 items received E0705 14:46:55.611503 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:46:55.611534 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:46:55.611543 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:47:01.001357 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 E0705 14:47:05.675895 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:47:05.675954 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:47:05.675964 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:47:07.875742 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0705 14:47:08.739940 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0705 14:47:10.556516 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} I0705 14:47:10.556574 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} E0705 14:47:16.077075 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:47:16.077150 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:47:16.077178 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:47:26.187507 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:47:26.187537 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:47:26.187546 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:47:28.488766 3306 base_network_controller_pods.go:477] [default/tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb] creating logical port tssc-app-stage_e2e-tests-go-bqwyqdwb-767465ff7b-tclgb for pod on switch ip-10-0-2-180.ec2.internal I0705 14:47:28.489009 3306 kube.go:317] Updating pod tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb I0705 14:47:28.537418 3306 pod.go:62] [tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb] pod update took 48.460224ms I0705 14:47:28.537441 3306 base_network_controller_pods.go:921] [default/tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb] addLogicalPort annotation time took 48.490178ms I0705 14:47:28.538807 3306 pods.go:252] [tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb] addLogicalPort took 50.071276ms, libovsdb time 834.986µs I0705 14:47:28.844004 3306 cni.go:312] [tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb 75c263fb6b25aac1c80b603bfdd7bd35793a6800470dc6dea38bb52e313efca7 network default NAD default] ADD starting CNI request [tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb 75c263fb6b25aac1c80b603bfdd7bd35793a6800470dc6dea38bb52e313efca7 network default NAD default] I0705 14:47:28.845678 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: ff00::/8 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:47:28.845774 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: fe80::/64 Src: Gw: Flags: [] Table: 254 Realm: 0}" I0705 14:47:28.852954 3306 helper_linux.go:442] ConfigureOVS: namespace: tssc-app-stage, podName: e2e-tests-go-bqwyqdwb-767465ff7b-tclgb, hostIfaceName: 75c263fb6b25aac, network: default, NAD default, SandboxID: "75c263fb6b25aac1c80b603bfdd7bd35793a6800470dc6dea38bb52e313efca7", PCI device ID: , UID: "323e3b6c-1355-474d-8118-499e3a950c36", MAC: 0a:58:0a:80:00:46, IPs: [10.128.0.70/23] I0705 14:47:28.902819 3306 cni.go:333] [tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb 75c263fb6b25aac1c80b603bfdd7bd35793a6800470dc6dea38bb52e313efca7 network default NAD default] ADD finished CNI request [tssc-app-stage/e2e-tests-go-bqwyqdwb-767465ff7b-tclgb 75c263fb6b25aac1c80b603bfdd7bd35793a6800470dc6dea38bb52e313efca7 network default NAD default], result "{\"interfaces\":[{\"name\":\"75c263fb6b25aac\",\"mac\":\"6e:77:a9:69:30:d4\"},{\"name\":\"eth0\",\"mac\":\"0a:58:0a:80:00:46\",\"sandbox\":\"/var/run/netns/9f1bffd0-eb0a-454b-8e11-3f1fc5d05664\"}],\"ips\":[{\"interface\":1,\"address\":\"10.128.0.70/23\",\"gateway\":\"10.128.0.1\"}],\"dns\":{}}", err I0705 14:47:29.956356 3306 route_manager.go:160] Route Manager: netlink route addition event: "{Ifindex: 75 Dst: fe80::6c77:a9ff:fe69:30d4/128 Src: Gw: Flags: [] Table: 255 Realm: 0}" I0705 14:47:30.122977 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 3 items received I0705 14:47:31.924330 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Namespace total 4 items received I0705 14:47:40.579541 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} I0705 14:47:40.579602 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} E0705 14:47:46.357265 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:47:46.357371 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:47:46.357401 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:47:49.142063 3306 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-bqwyqdwb-cd9f8d48b-h5mrv of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:47:49.142657 3306 obj_retry.go:466] Detected object tssc-app-stage/e2e-tests-go-bqwyqdwb-cd9f8d48b-h5mrv of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:47:49.796281 3306 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-bqwyqdwb-cd9f8d48b-h5mrv of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:47:49.796331 3306 obj_retry.go:460] Detected object tssc-app-stage/e2e-tests-go-bqwyqdwb-cd9f8d48b-h5mrv of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:47:49.801540 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-stage/e2e-tests-go-bqwyqdwb-cd9f8d48b-h5mrv I0705 14:47:49.801569 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-stage/e2e-tests-go-bqwyqdwb-cd9f8d48b-h5mrv I0705 14:47:54.020114 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 6 items received E0705 14:47:56.467577 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:47:56.467606 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:47:56.467616 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:48:06.813454 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:48:06.813486 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:48:06.813497 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:48:10.606797 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} I0705 14:48:10.606858 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} E0705 14:48:16.981114 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:48:16.981142 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:48:16.981151 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:48:37.005539 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 7 items received I0705 14:48:40.626755 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} I0705 14:48:40.626812 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} I0705 14:49:10.642244 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} I0705 14:49:10.642308 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} I0705 14:49:40.660049 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} I0705 14:49:40.660112 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} I0705 14:50:03.712665 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721050-dktrm of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:50:03.713339 3306 obj_retry.go:466] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721050-dktrm of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:50:04.586590 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721050-dktrm of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:50:04.586627 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721050-dktrm of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:50:04.613603 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721020-wbst5 of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:50:04.613692 3306 obj_retry.go:460] Detected object openshift-backplane/osd-delete-backplane-serviceaccounts-29721020-wbst5 of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:50:04.623573 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod openshift-backplane/osd-delete-backplane-serviceaccounts-29721020-wbst5 I0705 14:50:04.623597 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod openshift-backplane/osd-delete-backplane-serviceaccounts-29721020-wbst5 I0705 14:50:09.148265 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 I0705 14:50:10.678956 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} I0705 14:50:10.679015 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} I0705 14:50:25.241525 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 I0705 14:50:25.927248 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.Pod total 57 items received I0705 14:50:40.695526 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} I0705 14:50:40.695585 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} I0705 14:51:10.718680 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} I0705 14:51:10.718739 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} E0705 14:51:31.486595 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:51:31.486626 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:51:31.486633 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:51:40.740334 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} I0705 14:51:40.740393 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} I0705 14:51:40.923721 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.EndpointSlice total 32 items received E0705 14:51:51.939024 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:51:51.939054 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:51:51.939063 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:51:57.000286 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 I0705 14:51:57.921499 3306 reflector.go:871] k8s.io/client-go/informers/factory.go:160: Watch close - *v1.NetworkPolicy total 10 items received I0705 14:52:03.259902 3306 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-bqwyqdwb-cd9f8d48b-4m4dq of type *v1.Pod in terminal state (e.g. completed) during update event: will remove it I0705 14:52:03.260502 3306 obj_retry.go:466] Detected object tssc-app-prod/e2e-tests-go-bqwyqdwb-cd9f8d48b-4m4dq of type *factory.egressIPPod in terminal state (e.g. completed) during update event: will remove it I0705 14:52:04.266575 3306 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-bqwyqdwb-cd9f8d48b-4m4dq of type *v1.Pod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:52:04.266609 3306 obj_retry.go:460] Detected object tssc-app-prod/e2e-tests-go-bqwyqdwb-cd9f8d48b-4m4dq of type *factory.egressIPPod in terminal state (e.g. completed) will be ignored as it has already been processed I0705 14:52:04.273206 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *factory.egressIPPod tssc-app-prod/e2e-tests-go-bqwyqdwb-cd9f8d48b-4m4dq I0705 14:52:04.273287 3306 obj_retry.go:739] Ignoring delete event for resource in terminal state *v1.Pod tssc-app-prod/e2e-tests-go-bqwyqdwb-cd9f8d48b-4m4dq E0705 14:52:07.875493 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory E0705 14:52:08.739870 3306 metrics.go:176] Failed to get the logfile size for .: stat : no such file or directory I0705 14:52:10.758570 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} I0705 14:52:10.758626 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} I0705 14:52:26.173928 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 I0705 14:52:40.779944 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} I0705 14:52:40.780002 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} I0705 14:53:10.810716 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} I0705 14:53:10.810790 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} I0705 14:53:21.247006 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 I0705 14:53:22.032964 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 3 items received E0705 14:53:24.139010 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:53:24.139044 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:53:24.139054 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port E0705 14:53:34.328379 3306 ovn.go:423] Failed to unmarshal old node ip-10-0-2-180.ec2.internal annotation: unexpected end of JSON input I0705 14:53:34.328406 3306 master.go:495] Adding or Updating Node "ip-10-0-2-180.ec2.internal" I0705 14:53:34.328413 3306 hybrid.go:141] Removing node ip-10-0-2-180.ec2.internal hybrid overlay port I0705 14:53:40.827103 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} I0705 14:53:40.827177 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} I0705 14:54:10.850122 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} I0705 14:54:10.850198 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}