2026-02-17 02:35:17.607 [INFO][9] startup/startup.go 552: Early log level set to info
2026-02-17 02:35:17.607 [INFO][9] startup/utils.go 125: Using NODENAME environment for node name kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:17.607 [INFO][9] startup/utils.go 137: Determined node name: kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:17.607 [INFO][9] startup/startup.go 112: Starting node kube-965gf-default-worker-c5p85-fm7kc-8g7k4 with version v3.31.3
2026-02-17 02:35:17.608 [INFO][9] startup/startup.go 557: Checking datastore connection
2026-02-17 02:35:17.627 [INFO][9] startup/startup.go 580: Datastore connection verified
2026-02-17 02:35:17.627 [INFO][9] startup/startup.go 122: Datastore is ready
2026-02-17 02:35:17.635 [INFO][9] startup/ipam.go 2387: Upgrading any IPAM affinities from older versions.... node="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.641 [INFO][9] startup/ipam.go 2427: No affinities needed to be upgraded.
2026-02-17 02:35:17.656 [INFO][9] startup/startup.go 609: Initialize BGP data
2026-02-17 02:35:17.656 [INFO][9] startup/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:35:17.657 [INFO][9] startup/startup.go 726: Node IPv4 changed, will check for conflicts
2026-02-17 02:35:17.661 [INFO][9] startup/startup.go 878: No AS number configured on node resource, using global value
2026-02-17 02:35:17.687 [INFO][9] startup/startup.go 941: found v4=10.100.0.0/16 in the kubeadm config map
2026-02-17 02:35:17.688 [INFO][9] startup/startup.go 945: found v6= in the kubeadm config map
2026-02-17 02:35:17.694 [INFO][9] startup/startup.go 846: FELIX_IPV6SUPPORT is false through environment variable
2026-02-17 02:35:17.743 [INFO][9] startup/startup.go 249: Using node name: kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:17.804 [INFO][19] tunnel-ip-allocator/param_types.go 1037: StringSliceParam StringSliceParam raw="docker+"
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "wireguardmtu"="0"
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "vxlanmtu"="0"
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "healthenabled"="true"
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "defaultendpointtohostaction"="ACCEPT"
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "ipinipmtu"="0"
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "ipv6support"="false"
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/config_params.go 638: Merging in config from environment variable: map[defaultendpointtohostaction:ACCEPT healthenabled:true ipinipmtu:0 ipv6support:false vxlanmtu:0 wireguardmtu:0]
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/config_params.go 769: Parsing value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/config_params.go 805: Parsed value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/config_params.go 769: Parsing value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/config_params.go 805: Parsed value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:17.809 [INFO][19] tunnel-ip-allocator/config_params.go 769: Parsing value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:17.810 [INFO][19] tunnel-ip-allocator/config_params.go 805: Parsed value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:17.810 [INFO][19] tunnel-ip-allocator/config_params.go 769: Parsing value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:17.810 [INFO][19] tunnel-ip-allocator/config_params.go 805: Parsed value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:17.810 [INFO][19] tunnel-ip-allocator/config_params.go 769: Parsing value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:17.810 [INFO][19] tunnel-ip-allocator/config_params.go 805: Parsed value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:17.810 [INFO][19] tunnel-ip-allocator/config_params.go 769: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:17.810 [INFO][19] tunnel-ip-allocator/config_params.go 805: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:17.842 [INFO][19] tunnel-ip-allocator/allocateip.go 320: Assign a new tunnel address type="ipipTunnelAddress"
2026-02-17 02:35:17.842 [INFO][19] tunnel-ip-allocator/allocateip.go 398: Release any old tunnel addresses IP="" type="ipipTunnelAddress"
2026-02-17 02:35:17.845 [INFO][19] tunnel-ip-allocator/ipam.go 112: Auto-assign 1 ipv4, 0 ipv6 addrs for host 'kube-965gf-default-worker-c5p85-fm7kc-8g7k4'
2026-02-17 02:35:17.849 [INFO][19] tunnel-ip-allocator/ipam.go 707: Looking up existing affinities for host handle="ipip-tunnel-addr-kube-965gf-default-worker-c5p85-fm7kc-8g7k4" host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.857 [INFO][19] tunnel-ip-allocator/ipam.go 409: Looking up existing affinities for host host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.867 [INFO][19] tunnel-ip-allocator/ipam.go 558: Ran out of existing affine blocks for host host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.871 [INFO][19] tunnel-ip-allocator/ipam.go 575: Tried all affine blocks. Looking for an affine block with space, or a new unclaimed block host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.875 [INFO][19] tunnel-ip-allocator/ipam_block_reader_writer.go 158: Found free block: 10.100.210.128/26
2026-02-17 02:35:17.875 [INFO][19] tunnel-ip-allocator/ipam.go 588: Found unclaimed block in 3.886676ms host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4" subnet=10.100.210.128/26
2026-02-17 02:35:17.875 [INFO][19] tunnel-ip-allocator/ipam_block_reader_writer.go 175: Trying to create affinity in pending state host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4" subnet=10.100.210.128/26
2026-02-17 02:35:17.887 [INFO][19] tunnel-ip-allocator/ipam_block_reader_writer.go 205: Successfully created pending affinity for block host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4" subnet=10.100.210.128/26
2026-02-17 02:35:17.887 [INFO][19] tunnel-ip-allocator/ipam.go 160: Attempting to load block cidr=10.100.210.128/26 host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.890 [INFO][19] tunnel-ip-allocator/ipam.go 165: The referenced block doesn't exist, trying to create it cidr=10.100.210.128/26 host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.896 [INFO][19] tunnel-ip-allocator/ipam.go 172: Wrote affinity as pending cidr=10.100.210.128/26 host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.902 [INFO][19] tunnel-ip-allocator/ipam.go 181: Attempting to claim the block cidr=10.100.210.128/26 host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.902 [INFO][19] tunnel-ip-allocator/ipam_block_reader_writer.go 226: Attempting to create a new block affinityType="host" host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4" subnet=10.100.210.128/26
2026-02-17 02:35:17.909 [INFO][19] tunnel-ip-allocator/ipam_block_reader_writer.go 267: Successfully created block
2026-02-17 02:35:17.909 [INFO][19] tunnel-ip-allocator/ipam_block_reader_writer.go 283: Confirming affinity host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4" subnet=10.100.210.128/26
2026-02-17 02:35:17.916 [INFO][19] tunnel-ip-allocator/ipam_block_reader_writer.go 298: Successfully confirmed affinity host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4" subnet=10.100.210.128/26
2026-02-17 02:35:17.916 [INFO][19] tunnel-ip-allocator/ipam.go 623: Block '10.100.210.128/26' has 64 free ips which is more than 1 ips required. host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4" subnet=10.100.210.128/26
2026-02-17 02:35:17.916 [INFO][19] tunnel-ip-allocator/ipam.go 1245: Attempting to assign 1 addresses from block block=10.100.210.128/26 handle="ipip-tunnel-addr-kube-965gf-default-worker-c5p85-fm7kc-8g7k4" host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.920 [INFO][19] tunnel-ip-allocator/ipam.go 1806: Creating new handle: ipip-tunnel-addr-kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:17.929 [INFO][19] tunnel-ip-allocator/ipam.go 1272: Writing block in order to claim IPs block=10.100.210.128/26 handle="ipip-tunnel-addr-kube-965gf-default-worker-c5p85-fm7kc-8g7k4" host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.937 [INFO][19] tunnel-ip-allocator/ipam.go 1288: Successfully claimed IPs: [10.100.210.128/26] block=10.100.210.128/26 handle="ipip-tunnel-addr-kube-965gf-default-worker-c5p85-fm7kc-8g7k4" host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.937 [INFO][19] tunnel-ip-allocator/ipam.go 895: Auto-assigned 1 out of 1 IPv4s: [10.100.210.128/26] handle="ipip-tunnel-addr-kube-965gf-default-worker-c5p85-fm7kc-8g7k4" host="kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:17.937 [INFO][19] tunnel-ip-allocator/allocateip.go 522: Assigned tunnel address to node IP="10.100.210.128" type="ipipTunnelAddress"
2026-02-17 02:35:17.937 [INFO][19] tunnel-ip-allocator/allocateip.go 412: Assign new tunnel address IP="10.100.210.128" type="ipipTunnelAddress"
Calico node started successfully
bird: Unable to open configuration file /etc/calico/confd/config/bird.cfg: No such file or directory
bird: Unable to open configuration file /etc/calico/confd/config/bird6.cfg: No such file or directory
2026-02-17 02:35:18.097 [INFO][56] monitor-addresses/startup.go 552: Early log level set to info
2026-02-17 02:35:18.098 [INFO][56] monitor-addresses/utils.go 125: Using NODENAME environment for node name kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:18.098 [INFO][56] monitor-addresses/utils.go 137: Determined node name: kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:18.114 [INFO][57] confd/config.go 81: Skipping confd config file.
2026-02-17 02:35:18.114 [INFO][57] confd/run.go 18: Starting calico-confd
2026-02-17 02:35:18.125 [INFO][59] status-reporter/startup.go 552: Early log level set to info
2026-02-17 02:35:18.127 [INFO][59] status-reporter/watchersyncer.go 118: Start called
2026-02-17 02:35:18.127 [INFO][59] status-reporter/watchersyncer.go 158: Sending status update Status=wait-for-ready
2026-02-17 02:35:18.127 [INFO][59] status-reporter/watchersyncer.go 177: Starting main event processing loop
2026-02-17 02:35:18.128 [INFO][57] confd/client.go 1644: Advertise global service ranges from this node
2026-02-17 02:35:18.128 [INFO][59] status-reporter/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/caliconodestatuses"
2026-02-17 02:35:18.128 [INFO][57] confd/client.go 1560: Updated with new cluster IP CIDRs: []
2026-02-17 02:35:18.129 [INFO][57] confd/client.go 1644: Advertise global service ranges from this node
2026-02-17 02:35:18.129 [INFO][57] confd/client.go 1551: Updated with new external IP CIDRs: []
2026-02-17 02:35:18.129 [INFO][57] confd/client.go 1644: Advertise global service ranges from this node
2026-02-17 02:35:18.130 [INFO][57] confd/client.go 1587: Updated with new Loadbalancer IP CIDRs: []
2026-02-17 02:35:18.130 [INFO][57] confd/watchersyncer.go 118: Start called
2026-02-17 02:35:18.130 [INFO][57] confd/client.go 452: Source SourceRouteGenerator readiness changed, ready=true
2026-02-17 02:35:18.130 [INFO][57] confd/watchersyncer.go 158: Sending status update Status=wait-for-ready
2026-02-17 02:35:18.130 [INFO][57] confd/watchersyncer.go 177: Starting main event processing loop
2026-02-17 02:35:18.130 [INFO][57] confd/watchercache.go 243: Full resync is required ListRoot=".../ipam/v2/host/kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:18.131 [INFO][57] confd/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/ippools"
2026-02-17 02:35:18.131 [INFO][57] confd/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/bgpconfigurations"
2026-02-17 02:35:18.132 [INFO][57] confd/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/nodes"
2026-02-17 02:35:18.132 [INFO][57] confd/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/bgppeers"
2026-02-17 02:35:18.132 [INFO][57] confd/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/bgpfilters"
2026-02-17 02:35:18.129 [ERROR][57] confd/status_file_watcher.go 118: Error adding directory to fsnotify. error=no such file or directory
2026-02-17 02:35:18.133 [INFO][57] confd/status_file_watcher.go 185: Error initializing fsnotify. Falling back to polling. error=no such file or directory
2026-02-17 02:35:18.133 [ERROR][57] confd/status_file_watcher.go 222: Error reading directory error=open /var/run/calico/endpoint-status: no such file or directory
2026-02-17 02:35:18.133 [INFO][57] confd/client.go 452: Source LocalBGPPeerWatcher readiness changed, ready=true
2026-02-17 02:35:18.134 [INFO][57] confd/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/ippools"
2026-02-17 02:35:18.134 [INFO][57] confd/watchersyncer.go 158: Sending status update Status=resync
2026-02-17 02:35:18.134 [INFO][57] confd/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.136 [INFO][59] status-reporter/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/caliconodestatuses"
2026-02-17 02:35:18.136 [INFO][59] status-reporter/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.136 [INFO][59] status-reporter/watchersyncer.go 158: Sending status update Status=resync
2026-02-17 02:35:18.137 [INFO][57] confd/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/bgpconfigurations"
2026-02-17 02:35:18.137 [INFO][59] status-reporter/watchersyncer.go 255: All watchers have sync'd data - sending data and final sync
2026-02-17 02:35:18.137 [INFO][59] status-reporter/watchersyncer.go 158: Sending status update Status=in-sync
2026-02-17 02:35:18.137 [INFO][57] confd/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/bgppeers"
2026-02-17 02:35:18.138 [INFO][57] confd/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/bgpfilters"
2026-02-17 02:35:18.138 [INFO][57] confd/watchercache.go 447: Sending synced update ListRoot=".../ipam/v2/host/kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:18.138 [INFO][57] confd/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.138 [INFO][57] confd/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.138 [INFO][57] confd/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.138 [INFO][57] confd/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.139 [INFO][75] complete-startup/startup.go 289: Waiting for Calico to become ready before continuing...
2026-02-17 02:35:18.140 [WARNING][75] complete-startup/startup.go 298: Calico is not ready yet, waiting... reason="calico/node is not ready: BIRD is not ready: error querying BIRD: unable to connect to BIRDv4 socket: dial unix /var/run/calico/bird.ctl: connect: connection refused"
2026-02-17 02:35:18.146 [INFO][57] confd/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/nodes"
2026-02-17 02:35:18.150 [INFO][57] confd/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.150 [INFO][57] confd/watchersyncer.go 255: All watchers have sync'd data - sending data and final sync
2026-02-17 02:35:18.150 [INFO][57] confd/watchersyncer.go 158: Sending status update Status=in-sync
2026-02-17 02:35:18.155 [INFO][57] confd/client.go 1157: Recompute BGP peerings: HostBGPConfig(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4; name=ip_addr_v4) updated; HostBGPConfig(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4; name=ip_addr_v6) updated; HostBGPConfig(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4; name=network_v4) updated; HostBGPConfig(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4; name=rr_cluster_id) updated; kube-965gf-default-worker-c5p85-fm7kc-8g7k4 updated; HostBGPConfig(node=kube-965gf-default-worker-c5p85-fm7kc-929vr; name=ip_addr_v4) updated; HostBGPConfig(node=kube-965gf-default-worker-c5p85-fm7kc-929vr; name=ip_addr_v6) updated; HostBGPConfig(node=kube-965gf-default-worker-c5p85-fm7kc-929vr; name=network_v4) updated; HostBGPConfig(node=kube-965gf-default-worker-c5p85-fm7kc-929vr; name=rr_cluster_id) updated; kube-965gf-default-worker-c5p85-fm7kc-929vr updated; HostBGPConfig(node=kube-965gf-lpshv-rpzlp; name=ip_addr_v4) updated; HostBGPConfig(node=kube-965gf-lpshv-rpzlp; name=ip_addr_v6) updated; HostBGPConfig(node=kube-965gf-lpshv-rpzlp; name=network_v4) updated; HostBGPConfig(node=kube-965gf-lpshv-rpzlp; name=rr_cluster_id) updated; kube-965gf-lpshv-rpzlp updated
2026-02-17 02:35:18.155 [INFO][57] confd/client.go 452: Source SourceSyncer readiness changed, ready=true
2026-02-17 02:35:18.155 [INFO][57] confd/client.go 472: Data is now syncd, can start rendering templates
2026-02-17 02:35:18.159 [INFO][58] tunnel-ip-allocator/param_types.go 1037: StringSliceParam StringSliceParam raw="docker+"
2026-02-17 02:35:18.162 [INFO][60] felix/daemon.go 354: Successfully loaded configuration. GOMAXPROCS=4 builddate="2025-12-18T23:00:53+0000" config=&config.Config{UseInternalDataplaneDriver:true, DataplaneDriver:"calico-iptables-plugin", DataplaneWatchdogTimeout:90000000000, WireguardEnabled:false, WireguardEnabledV6:false, WireguardListeningPort:51820, WireguardListeningPortV6:51821, WireguardRoutingRulePriority:99, WireguardInterfaceName:"wireguard.cali", WireguardInterfaceNameV6:"wg-v6.cali", WireguardMTU:0, WireguardMTUV6:0, WireguardHostEncryptionEnabled:false, WireguardPersistentKeepAlive:0, WireguardThreadingEnabled:false, NFTablesMode:"Disabled", BPFEnabled:false, BPFDisableUnprivileged:true, BPFJITHardening:"Auto", BPFLogLevel:"off", BPFConntrackLogLevel:"off", BPFConntrackCleanupMode:"Auto", BPFConntrackTimeouts:map[string]string{"CreationGracePeriod":"10s", "GenericTimeout":"10m", "ICMPTimeout":"5s", "TCPEstablished":"1h", "TCPFinsSeen":"Auto", "TCPResetSeen":"40s", "TCPSynSent":"20s", "UDPTimeout":"60s"}, BPFLogFilters:map[string]string(nil), BPFCTLBLogFilter:"", BPFDataIfacePattern:(*regexp.Regexp)(0xc000ad6640), BPFL3IfacePattern:(*regexp.Regexp)(nil), BPFConnectTimeLoadBalancingEnabled:false, BPFConnectTimeLoadBalancing:"TCP", BPFHostNetworkedNATWithoutCTLB:"Enabled", BPFExternalServiceMode:"tunnel", BPFDSROptoutCIDRs:[]string(nil), BPFKubeProxyIptablesCleanupEnabled:true, BPFKubeProxyMinSyncPeriod:1000000000, BPFKubeProxyHealthzPort:10256, BPFKubeProxyEndpointSlicesEnabled:true, BPFExtToServiceConnmark:0, BPFPSNATPorts:numorstring.Port{MinPort:0x4e20, MaxPort:0x752f, PortName:""}, BPFMapSizeNATFrontend:65536, BPFMapSizeNATBackend:262144, BPFMapSizeNATAffinity:65536, BPFMapSizeRoute:262144, BPFMapSizeConntrack:512000, BPFMapSizePerCPUConntrack:0, BPFMapSizeConntrackScaling:"DoubleIfFull", BPFMapSizeConntrackCleanupQueue:100000, BPFMapSizeIPSets:1048576, BPFMapSizeIfState:1000, BPFHostConntrackBypass:false, BPFEnforceRPF:"Loose", BPFPolicyDebugEnabled:true, BPFForceTrackPacketsFromIfaces:[]string{"docker+"}, BPFDisableGROForIfaces:(*regexp.Regexp)(nil), BPFExcludeCIDRsFromNAT:[]string(nil), BPFRedirectToPeer:"L2Only", BPFAttachType:"TCX", BPFExportBufferSizeMB:1, BPFProfiling:"Disabled", CgroupV2Path:"", DebugBPFCgroupV2:"", DatastoreType:"kubernetes", FelixHostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4", EtcdAddr:"127.0.0.1:2379", EtcdScheme:"http", EtcdKeyFile:"", EtcdCertFile:"", EtcdCaFile:"", EtcdEndpoints:[]string(nil), TyphaAddr:"", TyphaK8sServiceName:"", TyphaK8sNamespace:"kube-system", TyphaReadTimeout:30000000000, TyphaWriteTimeout:10000000000, TyphaKeyFile:"", TyphaCertFile:"", TyphaCAFile:"", TyphaCN:"", TyphaURISAN:"", Ipv6Support:false, IptablesBackend:"auto", RouteRefreshInterval:90000000000, InterfaceRefreshInterval:90000000000, DeviceRouteSourceAddress:net.IP(nil), DeviceRouteSourceAddressIPv6:net.IP(nil), DeviceRouteProtocol:3, RemoveExternalRoutes:true, ProgramClusterRoutes:"Disabled", IPForwarding:"Enabled", IptablesRefreshInterval:180000000000, IptablesPostWriteCheckIntervalSecs:5000000000, IptablesLockFilePath:"/run/xtables.lock", IptablesLockTimeoutSecs:0, IptablesLockProbeIntervalMillis:50000000, FeatureDetectOverride:map[string]string(nil), FeatureGates:map[string]string(nil), IpsetsRefreshInterval:90000000000, MaxIpsetSize:1048576, XDPRefreshInterval:90000000000, PolicySyncPathPrefix:"", NetlinkTimeoutSecs:10000000000, MetadataAddr:"", MetadataPort:8775, OpenstackRegion:"", InterfacePrefix:"cali", InterfaceExclude:[]*regexp.Regexp{(*regexp.Regexp)(0xc000ad6820)}, ChainInsertMode:"insert", DefaultEndpointToHostAction:"ACCEPT", IptablesFilterAllowAction:"ACCEPT", IptablesMangleAllowAction:"ACCEPT", IptablesFilterDenyAction:"DROP", LogPrefix:"calico-packet", LogFilePath:"", LogSeverityFile:"", LogSeverityScreen:"INFO", LogSeveritySys:"", LogDebugFilenameRegex:(*regexp.Regexp)(nil), VXLANEnabled:(*bool)(nil), VXLANPort:4789, VXLANVNI:4096, VXLANMTU:0, VXLANMTUV6:0, IPv4VXLANTunnelAddr:net.IP(nil), IPv6VXLANTunnelAddr:net.IP(nil), VXLANTunnelMACAddr:"", VXLANTunnelMACAddrV6:"", IpInIpEnabled:(*bool)(nil), IpInIpMtu:0, IpInIpTunnelAddr:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xa, 0x64, 0xd2, 0x80}, FloatingIPs:"Disabled", WindowsManageFirewallRules:"Disabled", AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, AWSSrcDstCheck:"DoNothing", ServiceLoopPrevention:"Drop", WorkloadSourceSpoofing:"Disabled", ReportingIntervalSecs:0, ReportingTTLSecs:90000000000, EndpointReportingEnabled:false, EndpointReportingDelaySecs:1000000000, EndpointStatusPathPrefix:"/var/run/calico", IptablesMarkMask:0xffff0000, DisableConntrackInvalidCheck:false, HealthEnabled:true, HealthPort:9099, HealthHost:"localhost", HealthTimeoutOverrides:map[string]time.Duration(nil), PrometheusMetricsEnabled:false, PrometheusMetricsHost:"", PrometheusMetricsPort:9091, PrometheusGoMetricsEnabled:true, PrometheusProcessMetricsEnabled:true, PrometheusWireGuardMetricsEnabled:true, FailsafeInboundHostPorts:[]v3.ProtoPort{v3.ProtoPort{Protocol:"tcp", Port:0x16, Net:""}, v3.ProtoPort{Protocol:"udp", Port:0x44, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0xb3, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94c, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1561, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x192b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0a, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0b, Net:""}}, FailsafeOutboundHostPorts:[]v3.ProtoPort{v3.ProtoPort{Protocol:"udp", Port:0x35, Net:""}, v3.ProtoPort{Protocol:"udp", Port:0x43, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0xb3, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94c, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1561, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x192b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0a, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0b, Net:""}}, FlowLogsFlushInterval:300000000000, FlowLogsCollectorDebugTrace:false, FlowLogsGoldmaneServer:"", FlowLogsLocalReporter:"Disabled", FlowLogsPolicyEvaluationMode:"Continuous", KubeNodePortRanges:[]numorstring.Port{numorstring.Port{MinPort:0x7530, MaxPort:0x7fff, PortName:""}}, NATPortRange:numorstring.Port{MinPort:0x0, MaxPort:0x0, PortName:""}, NATOutgoingAddress:net.IP(nil), NATOutgoingExclusions:"IPPoolsOnly", UsageReportingEnabled:true, UsageReportingInitialDelaySecs:300000000000, UsageReportingIntervalSecs:86400000000000, ClusterGUID:"0a1c0013396f44c38b2e5c65a241bc20", ClusterType:"k8s,bgp,kubeadm,kdd", CalicoVersion:"v3.31.3", ExternalNodesCIDRList:[]string(nil), DebugMemoryProfilePath:"", DebugCPUProfilePath:"/tmp/felix-cpu-<timestamp>.pprof", DebugDisableLogDropping:false, DebugSimulateCalcGraphHangAfter:0, DebugSimulateDataplaneHangAfter:0, DebugSimulateDataplaneApplyDelay:0, DebugPanicAfter:0, DebugSimulateDataRace:false, DebugHost:"localhost", DebugPort:0, RouteSource:"CalicoIPAM", RouteTableRange:idalloc.IndexRange{Min:0, Max:0}, RouteTableRanges:[]idalloc.IndexRange(nil), RouteSyncDisabled:false, IptablesNATOutgoingInterfaceFilter:"", SidecarAccelerationEnabled:false, XDPEnabled:true, GenericXDPEnabled:false, Variant:"Calico", GoGCThreshold:40, GoMemoryLimitMB:-1, GoMaxProcs:-1, MTUIfacePattern:(*regexp.Regexp)(0xc000ad6aa0), Encapsulation:config.Encapsulation{IPIPEnabled:true, VXLANEnabled:false, VXLANEnabledV6:false}, NftablesRefreshInterval:180000000000, NftablesFilterAllowAction:"ACCEPT", NftablesMangleAllowAction:"ACCEPT", NftablesFilterDenyAction:"DROP", NftablesMarkMask:0xffff0000, internalOverrides:map[string]string{}, sourceToRawConfig:map[config.Source]map[string]string{0x1:map[string]string{"BPFConnectTimeLoadBalancing":"TCP", "BPFHostNetworkedNATWithoutCTLB":"Enabled", "CalicoVersion":"v3.31.3", "ClusterGUID":"0a1c0013396f44c38b2e5c65a241bc20", "ClusterType":"k8s,bgp,kubeadm,kdd", "FloatingIPs":"Disabled", "LogSeverityScreen":"Info", "ReportingIntervalSecs":"0"}, 0x2:map[string]string{"IpInIpTunnelAddr":"10.100.210.128"}, 0x3:map[string]string{"LogFilePath":"None", "LogSeverityFile":"None", "LogSeveritySys":"None", "MetadataAddr":"None"}, 0x4:map[string]string{"datastoretype":"kubernetes", "defaultendpointtohostaction":"ACCEPT", "felixhostname":"kube-965gf-default-worker-c5p85-fm7kc-8g7k4", "healthenabled":"true", "ipinipmtu":"0", "ipv6support":"false", "vxlanmtu":"0", "wireguardmtu":"0"}}, rawValues:map[string]string{"BPFConnectTimeLoadBalancing":"TCP", "BPFHostNetworkedNATWithoutCTLB":"Enabled", "CalicoVersion":"v3.31.3", "ClusterGUID":"0a1c0013396f44c38b2e5c65a241bc20", "ClusterType":"k8s,bgp,kubeadm,kdd", "DatastoreType":"kubernetes", "DefaultEndpointToHostAction":"ACCEPT", "FelixHostname":"kube-965gf-default-worker-c5p85-fm7kc-8g7k4", "FloatingIPs":"Disabled", "HealthEnabled":"true", "IpInIpMtu":"0", "IpInIpTunnelAddr":"10.100.210.128", "Ipv6Support":"false", "LogFilePath":"None", "LogSeverityFile":"None", "LogSeverityScreen":"Info", "LogSeveritySys":"None", "MetadataAddr":"None", "ReportingIntervalSecs":"0", "VXLANMTU":"0", "WireguardMTU":"0"}, Err:error(nil), loadClientConfigFromEnvironment:(func() (*apiconfig.CalicoAPIConfig, error))(0x1a40600), useNodeResourceUpdates:false, RequireMTUFile:false} gitcommit="2e3c880bcabff580ddd7a08340878ede207f37be" version="v3.31.3"
2026-02-17 02:35:18.162 [INFO][60] felix/daemon.go 758: Setting GOGC from configuration. GOGC=40
2026-02-17 02:35:18.162 [INFO][60] felix/daemon.go 786: Using runtime default GOMAXPROCS. default=4
2026-02-17 02:35:18.162 [INFO][60] felix/health.go 374: Health enabled.  Server is already running. host="localhost" port=9099
2026-02-17 02:35:18.162 [INFO][60] felix/driver.go 76: Using internal (linux) dataplane driver.
2026-02-17 02:35:18.163 [INFO][60] felix/driver.go 164: Calculated iptables mark bits acceptMark=0x10000 dropMark=0x40000 endpointMark=0xffe00000 endpointMarkNonCali=0x0 passMark=0x20000 scratch0Mark=0x80000 scratch1Mark=0x100000
2026-02-17 02:35:18.165 [INFO][58] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "wireguardmtu"="0"
2026-02-17 02:35:18.165 [INFO][58] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "vxlanmtu"="0"
2026-02-17 02:35:18.165 [INFO][58] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "healthenabled"="true"
2026-02-17 02:35:18.165 [INFO][58] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "defaultendpointtohostaction"="ACCEPT"
2026-02-17 02:35:18.165 [INFO][58] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "ipinipmtu"="0"
2026-02-17 02:35:18.165 [INFO][58] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "ipv6support"="false"
2026-02-17 02:35:18.165 [INFO][58] tunnel-ip-allocator/config_params.go 638: Merging in config from environment variable: map[defaultendpointtohostaction:ACCEPT healthenabled:true ipinipmtu:0 ipv6support:false vxlanmtu:0 wireguardmtu:0]
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 769: Parsing value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 805: Parsed value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 769: Parsing value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 805: Parsed value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 769: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 805: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 769: Parsing value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 805: Parsed value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 769: Parsing value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 805: Parsed value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 769: Parsing value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:18.166 [INFO][58] tunnel-ip-allocator/config_params.go 805: Parsed value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:18.167 [INFO][58] tunnel-ip-allocator/watchersyncer.go 118: Start called
2026-02-17 02:35:18.167 [INFO][58] tunnel-ip-allocator/watchersyncer.go 158: Sending status update Status=wait-for-ready
2026-02-17 02:35:18.167 [INFO][58] tunnel-ip-allocator/watchersyncer.go 177: Starting main event processing loop
2026-02-17 02:35:18.167 [INFO][58] tunnel-ip-allocator/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/nodes/kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:18.167 [INFO][58] tunnel-ip-allocator/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/ippools"
2026-02-17 02:35:18.168 [INFO][57] confd/resource.go 290: Target config /etc/calico/confd/config/bird6_ipam.cfg has been updated
2026-02-17 02:35:18.169 [INFO][57] confd/resource.go 290: Target config /etc/calico/confd/config/bird_aggr.cfg has been updated
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 86: BPF conntrack timeout set name="TCPResetSeen" value=40s
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 86: BPF conntrack timeout set name="UDPTimeout" value=1m0s
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 86: BPF conntrack timeout set name="GenericTimeout" value=10m0s
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 86: BPF conntrack timeout set name="ICMPTimeout" value=5s
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 86: BPF conntrack timeout set name="CreationGracePeriod" value=10s
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 86: BPF conntrack timeout set name="TCPSynSent" value=20s
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 86: BPF conntrack timeout set name="TCPEstablished" value=1h0m0s
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 97: BPF conntrack timeout set from nf_conntrack_tcp_timeout_time_wait name="TCPFinsSeen" value=2m0s
2026-02-17 02:35:18.170 [INFO][60] felix/timeouts.go 116: BPF conntrack timers CreationGracePeriod=10s GenericTimeout=10m0s ICMPTimeout=5s TCPEstablished=1h0m0s TCPFinsSeen=2m0s TCPResetSeen=40s TCPSynSent=20s UDPTimeout=1m0s
2026-02-17 02:35:18.170 [INFO][60] felix/int_dataplane.go 436: Creating internal dataplane driver. config=intdataplane.Config{Hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4", NodeZone:"nova", IPv6Enabled:false, RuleRendererOverride:rules.RuleRenderer(nil), IPIPMTU:0, VXLANMTU:0, VXLANMTUV6:0, VXLANPort:4789, MaxIPSetSize:1048576, RouteSyncDisabled:false, IptablesBackend:"auto", IPSetsRefreshInterval:90000000000, RouteRefreshInterval:90000000000, DeviceRouteSourceAddress:net.IP(nil), DeviceRouteSourceAddressIPv6:net.IP(nil), DeviceRouteProtocol:3, RemoveExternalRoutes:true, ProgramClusterRoutes:false, IPForwarding:"Enabled", TableRefreshInterval:180000000000, IptablesPostWriteCheckInterval:5000000000, IptablesInsertMode:"insert", IptablesLockFilePath:"/run/xtables.lock", IptablesLockTimeout:0, IptablesLockProbeInterval:50000000, XDPRefreshInterval:90000000000, FloatingIPsEnabled:false, Wireguard:wireguard.Config{Enabled:false, EnabledV6:false, ListeningPort:51820, ListeningPortV6:51821, FirewallMark:0, RoutingRulePriority:99, RoutingTableIndex:1, RoutingTableIndexV6:2, InterfaceName:"wireguard.cali", InterfaceNameV6:"wg-v6.cali", MTU:0, MTUV6:0, RouteSource:"CalicoIPAM", EncryptHostTraffic:false, PersistentKeepAlive:0, RouteSyncDisabled:false, ThreadedNAPI:false}, NetlinkTimeout:10000000000, RulesConfig:rules.Config{IPSetConfigV4:(*ipsets.IPVersionConfig)(0xc000a02460), IPSetConfigV6:(*ipsets.IPVersionConfig)(0xc000a02500), WorkloadIfacePrefixes:[]string{"cali"}, MarkAccept:0x10000, MarkPass:0x20000, MarkDrop:0x40000, MarkScratch0:0x80000, MarkScratch1:0x100000, MarkEndpoint:0xffe00000, MarkNonCaliEndpoint:0x0, KubeNodePortRanges:[]numorstring.Port{numorstring.Port{MinPort:0x7530, MaxPort:0x7fff, PortName:""}}, KubeIPVSSupportEnabled:false, OpenStackMetadataIP:net.IP(nil), OpenStackMetadataPort:0x2247, OpenStackSpecialCasesEnabled:false, VXLANEnabled:false, VXLANEnabledV6:false, VXLANPort:4789, VXLANVNI:4096, IPIPEnabled:true, FelixConfigIPIPEnabled:(*bool)(nil), IPIPTunnelAddress:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xa, 0x64, 0xd2, 0x80}, VXLANTunnelAddress:net.IP(nil), VXLANTunnelAddressV6:net.IP(nil), AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, WireguardEnabled:false, WireguardEnabledV6:false, WireguardInterfaceName:"wireguard.cali", WireguardInterfaceNameV6:"wg-v6.cali", WireguardMark:0x0, WireguardListeningPort:51820, WireguardListeningPortV6:51821, WireguardEncryptHostTraffic:false, RouteSource:"CalicoIPAM", LogPrefix:"calico-packet", EndpointToHostAction:"ACCEPT", FilterAllowAction:"ACCEPT", MangleAllowAction:"ACCEPT", FilterDenyAction:"DROP", FailsafeInboundHostPorts:[]v3.ProtoPort{v3.ProtoPort{Protocol:"tcp", Port:0x16, Net:""}, v3.ProtoPort{Protocol:"udp", Port:0x44, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0xb3, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94c, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1561, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x192b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0a, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0b, Net:""}}, FailsafeOutboundHostPorts:[]v3.ProtoPort{v3.ProtoPort{Protocol:"udp", Port:0x35, Net:""}, v3.ProtoPort{Protocol:"udp", Port:0x43, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0xb3, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94c, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1561, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x192b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0a, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0b, Net:""}}, DisableConntrackInvalid:false, NATPortRange:numorstring.Port{MinPort:0x0, MaxPort:0x0, PortName:""}, IptablesNATOutgoingInterfaceFilter:"", NATOutgoingAddress:net.IP(nil), NATOutgoingExclusions:"IPPoolsOnly", BPFEnabled:false, BPFForceTrackPacketsFromIfaces:[]string{"docker+"}, ServiceLoopPrevention:"Drop", NFTables:false, FlowLogsEnabled:false}, IfaceMonitorConfig:ifacemonitor.Config{InterfaceExcludes:[]*regexp.Regexp{(*regexp.Regexp)(0xc000ad6820)}, ResyncInterval:90000000000, NetlinkTimeout:10000000000}, StatusReportingInterval:0, ConfigChangedRestartCallback:(func())(0x3cd5ac0), FatalErrorRestartCallback:(func(error))(0x3cd59c0), PostInSyncCallback:(func())(0x3c9f520), HealthAggregator:(*health.HealthAggregator)(0xc000ad4e70), WatchdogTimeout:90000000000, RouteTableManager:(*idalloc.IndexAllocator)(0xc000a04440), bpfProxyHealthzServer:(*healthcheck.ProxyHealthServer)(nil), DebugSimulateDataplaneHangAfter:0, DebugSimulateDataplaneApplyDelay:0, ExternalNodesCidrs:[]string(nil), BPFEnabled:false, BPFPolicyDebugEnabled:true, BPFDisableUnprivileged:true, BPFJITHardening:"Auto", BPFKubeProxyIptablesCleanupEnabled:true, BPFLogLevel:"off", BPFConntrackLogLevel:"off", BPFLogFilters:map[string]string(nil), BPFCTLBLogFilter:"", BPFExtToServiceConnmark:0, BPFDataIfacePattern:(*regexp.Regexp)(0xc000ad6640), BPFL3IfacePattern:(*regexp.Regexp)(nil), XDPEnabled:true, XDPAllowGeneric:false, BPFConntrackCleanupMode:"Auto", BPFConntrackTimeouts:timeouts.Timeouts{CreationGracePeriod:10000000000, TCPSynSent:20000000000, TCPEstablished:3600000000000, TCPFinsSeen:120000000000, TCPResetSeen:40000000000, UDPTimeout:60000000000, GenericTimeout:600000000000, ICMPTimeout:5000000000}, BPFCgroupV2:"", BPFConnTimeLBEnabled:false, BPFConnTimeLB:"TCP", BPFHostNetworkedNAT:"Enabled", BPFNodePortDSREnabled:false, BPFDSROptoutCIDRs:[]string(nil), BPFPSNATPorts:numorstring.Port{MinPort:0x4e20, MaxPort:0x752f, PortName:""}, BPFMapSizeRoute:262144, BPFMapSizeConntrack:512000, BPFMapSizePerCPUConntrack:0, BPFMapSizeConntrackScaling:"DoubleIfFull", BPFMapSizeConntrackCleanupQueue:100000, BPFMapSizeNATFrontend:65536, BPFMapSizeNATBackend:262144, BPFMapSizeNATAffinity:65536, BPFMapSizeIPSets:1048576, BPFMapSizeIfState:1000, BPFIpv6Enabled:false, BPFHostConntrackBypass:false, BPFEnforceRPF:"Loose", BPFDisableGROForIfaces:(*regexp.Regexp)(nil), BPFExcludeCIDRsFromNAT:[]string(nil), BPFExportBufferSizeMB:1, BPFRedirectToPeer:"L2Only", BPFAttachType:"TCX", BPFProfiling:"Disabled", KubeProxyMinSyncPeriod:1000000000, KubeProxyHealtzPort:10256, SidecarAccelerationEnabled:false, NfNetlinkBufSize:65536, Collector:collector.Collector(nil), LookupsCache:(*calc.LookupsCache)(nil), FlowLogsEnabled:false, ServiceLoopPrevention:"Drop", LookPathOverride:(func(string) (string, error))(nil), KubeClientSet:(*kubernetes.Clientset)(0xc000cb21c0), FeatureDetectOverrides:map[string]string(nil), FeatureGates:map[string]string(nil), hostMTU:0, MTUIfacePattern:(*regexp.Regexp)(0xc000ad6aa0), RequireMTUFile:false, RouteSource:"CalicoIPAM", KubernetesProvider:0x0, NewNftablesDataplane:(func(knftables.Family, string) (knftables.Interface, error))(nil)}
2026-02-17 02:35:18.170 [INFO][60] felix/rule_defs.go 491: Creating rule renderer. config=rules.Config{IPSetConfigV4:(*ipsets.IPVersionConfig)(0xc000a02460), IPSetConfigV6:(*ipsets.IPVersionConfig)(0xc000a02500), WorkloadIfacePrefixes:[]string{"cali"}, MarkAccept:0x10000, MarkPass:0x20000, MarkDrop:0x40000, MarkScratch0:0x80000, MarkScratch1:0x100000, MarkEndpoint:0xffe00000, MarkNonCaliEndpoint:0x0, KubeNodePortRanges:[]numorstring.Port{numorstring.Port{MinPort:0x7530, MaxPort:0x7fff, PortName:""}}, KubeIPVSSupportEnabled:false, OpenStackMetadataIP:net.IP(nil), OpenStackMetadataPort:0x2247, OpenStackSpecialCasesEnabled:false, VXLANEnabled:false, VXLANEnabledV6:false, VXLANPort:4789, VXLANVNI:4096, IPIPEnabled:true, FelixConfigIPIPEnabled:(*bool)(nil), IPIPTunnelAddress:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xa, 0x64, 0xd2, 0x80}, VXLANTunnelAddress:net.IP(nil), VXLANTunnelAddressV6:net.IP(nil), AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, WireguardEnabled:false, WireguardEnabledV6:false, WireguardInterfaceName:"wireguard.cali", WireguardInterfaceNameV6:"wg-v6.cali", WireguardMark:0x0, WireguardListeningPort:51820, WireguardListeningPortV6:51821, WireguardEncryptHostTraffic:false, RouteSource:"CalicoIPAM", LogPrefix:"calico-packet", EndpointToHostAction:"ACCEPT", FilterAllowAction:"ACCEPT", MangleAllowAction:"ACCEPT", FilterDenyAction:"DROP", FailsafeInboundHostPorts:[]v3.ProtoPort{v3.ProtoPort{Protocol:"tcp", Port:0x16, Net:""}, v3.ProtoPort{Protocol:"udp", Port:0x44, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0xb3, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94c, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1561, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x192b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0a, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0b, Net:""}}, FailsafeOutboundHostPorts:[]v3.ProtoPort{v3.ProtoPort{Protocol:"udp", Port:0x35, Net:""}, v3.ProtoPort{Protocol:"udp", Port:0x43, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0xb3, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x94c, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1561, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x192b, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0a, Net:""}, v3.ProtoPort{Protocol:"tcp", Port:0x1a0b, Net:""}}, DisableConntrackInvalid:false, NATPortRange:numorstring.Port{MinPort:0x0, MaxPort:0x0, PortName:""}, IptablesNATOutgoingInterfaceFilter:"", NATOutgoingAddress:net.IP(nil), NATOutgoingExclusions:"IPPoolsOnly", BPFEnabled:false, BPFForceTrackPacketsFromIfaces:[]string{"docker+"}, ServiceLoopPrevention:"Drop", NFTables:false, FlowLogsEnabled:false}
2026-02-17 02:35:18.170 [INFO][60] felix/rule_defs.go 526: packets that are not passed by any policy or profile will be dropped.
2026-02-17 02:35:18.170 [INFO][60] felix/rule_defs.go 541: Workload to host packets will be accepted.
2026-02-17 02:35:18.170 [INFO][60] felix/rule_defs.go 555: filter table allowed packets will be accepted immediately.
2026-02-17 02:35:18.170 [INFO][60] felix/rule_defs.go 563: mangle table allowed packets will be accepted immediately.
2026-02-17 02:35:18.170 [INFO][60] felix/rule_defs.go 571: Packets to unknown service IPs will be dropped
2026-02-17 02:35:18.170 [INFO][60] felix/int_dataplane.go 1509: Determined pod MTU mtu=1352
2026-02-17 02:35:18.170 [INFO][60] felix/iface_monitor.go 92: configured to periodically rescan interfaces. interval=1m30s
2026-02-17 02:35:18.170 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"ip6tables-nft-save", "ip6tables-save"} command="ip6tables-nft-save" ipVersion=0x6 saveOrRestore="save"
2026-02-17 02:35:18.170 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2026-02-17 02:35:18.171 [INFO][57] confd/resource.go 290: Target config /etc/calico/confd/config/bird.cfg has been updated
2026-02-17 02:35:18.172 [INFO][57] confd/resource.go 290: Target config /etc/calico/confd/config/bird_ipam.cfg has been updated
2026-02-17 02:35:18.172 [INFO][57] confd/resource.go 290: Target config /etc/calico/confd/config/bird6_aggr.cfg has been updated
2026-02-17 02:35:18.175 [INFO][58] tunnel-ip-allocator/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/nodes/kube-965gf-default-worker-c5p85-fm7kc-8g7k4"
2026-02-17 02:35:18.175 [INFO][58] tunnel-ip-allocator/watchersyncer.go 158: Sending status update Status=resync
2026-02-17 02:35:18.175 [INFO][58] tunnel-ip-allocator/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.176 [INFO][58] tunnel-ip-allocator/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/ippools"
2026-02-17 02:35:18.176 [INFO][58] tunnel-ip-allocator/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.176 [INFO][58] tunnel-ip-allocator/watchersyncer.go 255: All watchers have sync'd data - sending data and final sync
2026-02-17 02:35:18.176 [INFO][58] tunnel-ip-allocator/watchersyncer.go 158: Sending status update Status=in-sync
2026-02-17 02:35:18.183 [INFO][57] confd/resource.go 290: Target config /etc/calico/confd/config/bird6.cfg has been updated
2026-02-17 02:35:18.189 [INFO][60] felix/feature_detect_linux.go 176: Updating detected iptables features features=environment.Features{SNATFullyRandom:true, MASQFullyRandom:true, RestoreSupportsLock:true, ChecksumOffloadBroken:false, NFLogSize:true, IPIPDeviceIsL3:true, KernelSideRouteFiltering:true} iptablesVersion=1.8.8 kernelVersion=5.15.0-170
2026-02-17 02:35:18.196 [INFO][61] cni-config-monitor/token_watch.go 240: Update of CNI kubeconfig triggered based on elapsed time.
2026-02-17 02:35:18.197 [INFO][61] cni-config-monitor/token_watch.go 295: Wrote updated CNI kubeconfig file. path="/host/etc/cni/net.d/calico-kubeconfig"
2026-02-17 02:35:18.205 [INFO][58] tunnel-ip-allocator/allocateip.go 345: Current address is still valid, do nothing currentAddr="10.100.210.128" type="ipipTunnelAddress"
2026-02-17 02:35:18.214 [INFO][60] felix/table.go 348: Calculated old-insert detection regex. pattern="(?:-j|--jump) cali-|(?:-j|--jump) califw-|(?:-j|--jump) calitw-|(?:-j|--jump) califh-|(?:-j|--jump) calith-|(?:-j|--jump) calipi-|(?:-j|--jump) calipo-|(?:-j|--jump) felix-"
2026-02-17 02:35:18.214 [INFO][60] felix/table.go 467: Enabling iptables-in-nftables-mode workarounds.
2026-02-17 02:35:18.214 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-restore", "iptables-restore"} command="iptables-nft-restore" ipVersion=0x4 saveOrRestore="restore"
2026-02-17 02:35:18.214 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2026-02-17 02:35:18.214 [INFO][60] felix/table.go 348: Calculated old-insert detection regex. pattern="(?:-j|--jump) cali-|(?:-j|--jump) califw-|(?:-j|--jump) calitw-|(?:-j|--jump) califh-|(?:-j|--jump) calith-|(?:-j|--jump) calipi-|(?:-j|--jump) calipo-|(?:-j|--jump) felix-|-A POSTROUTING .* felix-masq-ipam-pools .*|-A POSTROUTING -o tunl0 -m addrtype ! --src-type LOCAL --limit-iface-out -m addrtype --src-type LOCAL -j MASQUERADE"
2026-02-17 02:35:18.215 [INFO][60] felix/table.go 467: Enabling iptables-in-nftables-mode workarounds.
2026-02-17 02:35:18.215 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-restore", "iptables-restore"} command="iptables-nft-restore" ipVersion=0x4 saveOrRestore="restore"
2026-02-17 02:35:18.215 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2026-02-17 02:35:18.215 [INFO][60] felix/table.go 348: Calculated old-insert detection regex. pattern="(?:-j|--jump) cali-|(?:-j|--jump) califw-|(?:-j|--jump) calitw-|(?:-j|--jump) califh-|(?:-j|--jump) calith-|(?:-j|--jump) calipi-|(?:-j|--jump) calipo-|(?:-j|--jump) felix-"
2026-02-17 02:35:18.215 [INFO][60] felix/table.go 467: Enabling iptables-in-nftables-mode workarounds.
2026-02-17 02:35:18.215 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-restore", "iptables-restore"} command="iptables-nft-restore" ipVersion=0x4 saveOrRestore="restore"
2026-02-17 02:35:18.215 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2026-02-17 02:35:18.215 [INFO][60] felix/table.go 348: Calculated old-insert detection regex. pattern="(?:-j|--jump) cali-|(?:-j|--jump) califw-|(?:-j|--jump) calitw-|(?:-j|--jump) califh-|(?:-j|--jump) calith-|(?:-j|--jump) calipi-|(?:-j|--jump) calipo-|(?:-j|--jump) felix-"
2026-02-17 02:35:18.215 [INFO][60] felix/table.go 467: Enabling iptables-in-nftables-mode workarounds.
2026-02-17 02:35:18.215 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-restore", "iptables-restore"} command="iptables-nft-restore" ipVersion=0x4 saveOrRestore="restore"
2026-02-17 02:35:18.215 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2026-02-17 02:35:18.216 [INFO][60] felix/int_dataplane.go 780: XDP acceleration enabled.
2026-02-17 02:35:18.245 [INFO][60] felix/table.go 348: Calculated old-insert detection regex. pattern="(?:-j|--jump) cali-|(?:-j|--jump) califw-|(?:-j|--jump) calitw-|(?:-j|--jump) califh-|(?:-j|--jump) calith-|(?:-j|--jump) calipi-|(?:-j|--jump) calipo-|(?:-j|--jump) felix-"
2026-02-17 02:35:18.246 [INFO][60] felix/table.go 467: Enabling iptables-in-nftables-mode workarounds.
2026-02-17 02:35:18.246 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"ip6tables-nft-restore", "ip6tables-restore"} command="ip6tables-nft-restore" ipVersion=0x6 saveOrRestore="restore"
2026-02-17 02:35:18.246 [INFO][60] felix/feature_detect_linux.go 416: Looked up iptables command backendMode="nft" candidates=[]string{"ip6tables-nft-save", "ip6tables-save"} command="ip6tables-nft-save" ipVersion=0x6 saveOrRestore="save"
libbpf: Error in bpf_create_map_xattr(cali_v4_nat_fe3):Invalid argument(-22). Retrying without BTF.
2026-02-17 02:35:18.325 [INFO][60] felix/maps.go 833: Loaded map file descriptor. fd=0x1f name="/sys/fs/bpf/tc/globals/cali_ctlb_conn"
libbpf: Error in bpf_create_map_xattr(cali_v4_nat_fe3):Invalid argument(-22). Retrying without BTF.
2026-02-17 02:35:18.410 [INFO][60] felix/maps.go 833: Loaded map file descriptor. fd=0x20 name="/sys/fs/bpf/tc/globals/cali_ctlb_send"
libbpf: Error in bpf_create_map_xattr(cali_v4_nat_fe3):Invalid argument(-22). Retrying without BTF.
2026-02-17 02:35:18.489 [INFO][60] felix/maps.go 833: Loaded map file descriptor. fd=0x21 name="/sys/fs/bpf/tc/globals/cali_ctlb_recv"
2026-02-17 02:35:18.489 [INFO][60] felix/int_dataplane.go 866: Failed to remove BPF connect-time load balancer, ignoring. error=error querying cgroup 11 : no such file or directory
error querying cgroup 15 : no such file or directory
error querying cgroup 20 : no such file or directory
error querying cgroup 10 : no such file or directory
error querying cgroup 14 : no such file or directory
error querying cgroup 19 : no such file or directory
2026-02-17 02:35:18.669 [INFO][60] felix/int_dataplane.go 2955: File /var/lib/calico/bpf_ct_map_size does not exist
2026-02-17 02:35:18.669 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-ipam-pools" setType="hash:net"
2026-02-17 02:35:18.669 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="masq-ipam-pools" setType="hash:net"
2026-02-17 02:35:18.669 [INFO][60] felix/int_dataplane.go 1129: IPIP enabled, starting thread to keep tunnel configuration in sync.
2026-02-17 02:35:18.670 [INFO][60] felix/int_dataplane.go 1369: Registering to report health.
2026-02-17 02:35:18.670 [INFO][60] felix/route_mgr.go 479: Tunnel device thread started. device="tunl0" ipVersion=0x4 mtu=1352 tunnelDevice="tunl0" wait=10s xsumBroken=false
2026-02-17 02:35:18.674 [INFO][60] felix/int_dataplane.go 2471: attempted to modprobe nf_conntrack_proto_sctp error=exit status 1 output=""
2026-02-17 02:35:18.675 [INFO][60] felix/int_dataplane.go 2474: Making sure IPv4 forwarding is enabled.
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-PREROUTING" ipVersion=0x4 table="raw"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-rpf-skip" ipVersion=0x4 table="raw"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint" ipVersion=0x4 table="raw"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-OUTPUT" ipVersion=0x4 table="raw"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint" ipVersion=0x4 table="raw"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-FORWARD" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-hep-forward" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-hep-forward" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.675 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-cidr-block" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-INPUT" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-wl-to-host" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-OUTPUT" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint" ipVersion=0x4 table="filter"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-PREROUTING" ipVersion=0x4 table="nat"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fip-dnat" ipVersion=0x4 table="nat"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-POSTROUTING" ipVersion=0x4 table="nat"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fip-snat" ipVersion=0x4 table="nat"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-nat-outgoing" ipVersion=0x4 table="nat"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-OUTPUT" ipVersion=0x4 table="nat"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-PREROUTING" ipVersion=0x4 table="mangle"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint" ipVersion=0x4 table="mangle"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-POSTROUTING" ipVersion=0x4 table="mangle"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-egress-dscp" ipVersion=0x4 table="mangle"
2026-02-17 02:35:18.676 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint" ipVersion=0x4 table="mangle"
2026-02-17 02:35:18.691 [INFO][60] felix/int_dataplane.go 2181: Set XDP failsafe ports: [{Protocol:tcp Port:22 Net:} {Protocol:udp Port:68 Net:} {Protocol:tcp Port:179 Net:} {Protocol:tcp Port:2379 Net:} {Protocol:tcp Port:2380 Net:} {Protocol:tcp Port:5473 Net:} {Protocol:tcp Port:6443 Net:} {Protocol:tcp Port:6666 Net:} {Protocol:tcp Port:6667 Net:}]
2026-02-17 02:35:18.691 [INFO][60] felix/health.go 204: Health of component changed name="FelixStartup" newReport="live,ready" oldReport="live,non-ready"
2026-02-17 02:35:18.691 [INFO][60] felix/daemon.go 467: Connect to the dataplane driver.
2026-02-17 02:35:18.692 [INFO][60] felix/int_dataplane.go 2210: Started internal iptables dataplane driver loop
2026-02-17 02:35:18.692 [INFO][60] felix/int_dataplane.go 2774: Started internal status report thread
2026-02-17 02:35:18.692 [INFO][60] felix/int_dataplane.go 2336: Will refresh IP sets on timer interval=1m30s
2026-02-17 02:35:18.692 [INFO][60] felix/int_dataplane.go 2776: Process status reports disabled
2026-02-17 02:35:18.692 [INFO][60] felix/iface_monitor.go 117: Interface monitoring thread started.
2026-02-17 02:35:18.692 [INFO][60] felix/int_dataplane.go 2336: Will refresh routes on timer interval=1m30s
2026-02-17 02:35:18.692 [INFO][60] felix/int_dataplane.go 2336: Will refresh XDP state on timer interval=1m30s
2026-02-17 02:35:18.692 [INFO][60] felix/iface_monitor.go 137: Subscribed to netlink updates.
2026-02-17 02:35:18.692 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=1 ifaceName="lo" state="up"
2026-02-17 02:35:18.693 [INFO][60] felix/daemon.go 566: using resource updates where applicable
2026-02-17 02:35:18.693 [INFO][60] felix/daemon.go 569: Created Syncer syncer=&watchersyncer.watcherSyncer{status:0x0, watcherCaches:[]*watchersyncer.watcherCache{(*watchersyncer.watcherCache)(0xc000a601a0), (*watchersyncer.watcherCache)(0xc000a60270), (*watchersyncer.watcherCache)(0xc000a60340), (*watchersyncer.watcherCache)(0xc000a60410), (*watchersyncer.watcherCache)(0xc000a604e0), (*watchersyncer.watcherCache)(0xc000a605b0), (*watchersyncer.watcherCache)(0xc000a60680), (*watchersyncer.watcherCache)(0xc000a60750), (*watchersyncer.watcherCache)(0xc000a60820), (*watchersyncer.watcherCache)(0xc000a608f0), (*watchersyncer.watcherCache)(0xc000a609c0), (*watchersyncer.watcherCache)(0xc000a60a90), (*watchersyncer.watcherCache)(0xc000a60b60), (*watchersyncer.watcherCache)(0xc000a60c30), (*watchersyncer.watcherCache)(0xc000a60d00), (*watchersyncer.watcherCache)(0xc000a60dd0), (*watchersyncer.watcherCache)(0xc000a60ea0), (*watchersyncer.watcherCache)(0xc000a60f70), (*watchersyncer.watcherCache)(0xc000a61040), (*watchersyncer.watcherCache)(0xc000a61110), (*watchersyncer.watcherCache)(0xc000a611e0), (*watchersyncer.watcherCache)(0xc000a612b0), (*watchersyncer.watcherCache)(0xc000a61380)}, results:(chan interface {})(0xc00037a5b0), numSynced:0, callbacks:(*dedupebuffer.DedupeBuffer)(0xc000787c20), wgwc:(*sync.WaitGroup)(nil), wgws:(*sync.WaitGroup)(nil), cancel:(context.CancelFunc)(nil), watchRetryTimeout:600000000000}
2026-02-17 02:35:18.694 [INFO][60] felix/daemon.go 573: Starting the datastore Syncer
2026-02-17 02:35:18.694 [INFO][60] felix/watchersyncer.go 118: Start called
2026-02-17 02:35:18.694 [INFO][60] felix/calc_graph.go 156: Creating calculation graph, filtered to hostname kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x223bb60)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x223bb60)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x223bd20)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x223bd20)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x223e5e0)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x223e5e0)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.PolicyKey: (dispatcher.UpdateHandler)(0x223e5e0)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.ProfileRulesKey: (dispatcher.UpdateHandler)(0x223e5e0)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x223e5e0)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.TierKey: (dispatcher.UpdateHandler)(0x223e5e0)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1fa9a20)
2026-02-17 02:35:18.694 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{127.0.0.0,127.0.0.1,::1} ifaceName="lo"
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1f99a60)
2026-02-17 02:35:18.694 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=2 ifaceName="ens3" state="up"
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1f99a60)
2026-02-17 02:35:18.694 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1f99a60)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.NetworkSetKey: (dispatcher.UpdateHandler)(0x1f99a60)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.PolicyKey: (dispatcher.UpdateHandler)(0x223d500)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.TierKey: (dispatcher.UpdateHandler)(0x223d500)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x223d500)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x223d500)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x223e8a0)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x223e8a0)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostIPKey: (dispatcher.UpdateHandler)(0x223e380)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.IPPoolKey: (dispatcher.UpdateHandler)(0x223e380)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WireguardKey: (dispatcher.UpdateHandler)(0x223e380)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x223e380)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.GlobalConfigKey: (dispatcher.UpdateHandler)(0x223d900)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostConfigKey: (dispatcher.UpdateHandler)(0x223d900)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.ReadyFlagKey: (dispatcher.UpdateHandler)(0x223d900)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x223d7e0)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x223bb60)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x223bb60)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x223b960)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x223b960)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.IPPoolKey: (dispatcher.UpdateHandler)(0x223d660)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostIPKey: (dispatcher.UpdateHandler)(0x223b700)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x223b700)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x223b700)
2026-02-17 02:35:18.695 [INFO][60] felix/dispatcher.go 68: Registering listener for type model.HostConfigKey: (dispatcher.UpdateHandler)(0x223b700)
2026-02-17 02:35:18.695 [INFO][60] felix/async_calc_graph.go 256: Starting AsyncCalcGraph
2026-02-17 02:35:18.695 [INFO][60] felix/daemon.go 683: Started the processing graph
2026-02-17 02:35:18.696 [INFO][60] felix/daemon.go 709: Starting endpoint-status file-reporter path="/var/run/calico"
2026-02-17 02:35:18.696 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::f816:3eff:fecf:9c85,192.168.24.199} ifaceName="ens3"
2026-02-17 02:35:18.696 [INFO][60] felix/watchersyncer.go 158: Sending status update Status=wait-for-ready
2026-02-17 02:35:18.696 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"lo", State:"up", Index:1}
2026-02-17 02:35:18.696 [INFO][60] felix/watchersyncer.go 177: Starting main event processing loop
2026-02-17 02:35:18.696 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"lo", Addrs:set.Typed[string]{"127.0.0.0":set.v{}, "127.0.0.1":set.v{}, "::1":set.v{}}}
2026-02-17 02:35:18.696 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"lo", Addrs:set.Typed[string]{"127.0.0.0":set.v{}, "127.0.0.1":set.v{}, "::1":set.v{}}}
2026-02-17 02:35:18.696 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2026-02-17 02:35:18.696 [INFO][60] felix/async_calc_graph.go 137: AsyncCalcGraph running
2026-02-17 02:35:18.696 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"ens3", State:"up", Index:2}
2026-02-17 02:35:18.697 [INFO][60] felix/status_file_reporter.go 151: Endpoint status file reporter running.
2026-02-17 02:35:18.697 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"ens3", Addrs:set.Typed[string]{"192.168.24.199":set.v{}, "fe80::f816:3eff:fecf:9c85":set.v{}}}
2026-02-17 02:35:18.697 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"ens3", Addrs:set.Typed[string]{"192.168.24.199":set.v{}, "fe80::f816:3eff:fecf:9c85":set.v{}}}
2026-02-17 02:35:18.697 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2026-02-17 02:35:18.697 [INFO][60] felix/int_dataplane.go 2409: Interface monitor now in sync.
2026-02-17 02:35:18.696 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../ipam/v2/assignment/"
2026-02-17 02:35:18.697 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/networkpolicies"
2026-02-17 02:35:18.697 [INFO][60] felix/daemon.go 1114: Reading from dataplane driver pipe...
2026-02-17 02:35:18.697 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/clusterinformations"
2026-02-17 02:35:18.698 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/felixconfigurations"
2026-02-17 02:35:18.698 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/globalnetworkpolicies"
2026-02-17 02:35:18.699 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/stagedglobalnetworkpolicies"
2026-02-17 02:35:18.699 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/globalnetworksets"
2026-02-17 02:35:18.699 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/ippools"
2026-02-17 02:35:18.699 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/workloadendpoints"
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/bgpconfigurations"
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/profiles"
2026-02-17 02:35:18.697 [INFO][60] felix/daemon.go 1387: Configuration update from calculation graph. configBySource=map[string]map[string]string{"config file":map[string]string{"LogFilePath":"None", "LogSeverityFile":"None", "LogSeveritySys":"None", "MetadataAddr":"None"}, "datastore (global)":map[string]string{"BPFConnectTimeLoadBalancing":"TCP", "BPFHostNetworkedNATWithoutCTLB":"Enabled", "CalicoVersion":"v3.31.3", "ClusterGUID":"0a1c0013396f44c38b2e5c65a241bc20", "ClusterType":"k8s,bgp,kubeadm,kdd", "FloatingIPs":"Disabled", "LogSeverityScreen":"Info", "ReportingIntervalSecs":"0"}, "datastore (per-host)":map[string]string{"IpInIpTunnelAddr":"10.100.210.128"}, "environment variable":map[string]string{"datastoretype":"kubernetes", "defaultendpointtohostaction":"ACCEPT", "felixhostname":"kube-965gf-default-worker-c5p85-fm7kc-8g7k4", "healthenabled":"true", "ipinipmtu":"0", "ipv6support":"false", "vxlanmtu":"0", "wireguardmtu":"0"}} configUpdate=config:{key:"BPFConnectTimeLoadBalancing" value:"TCP"} config:{key:"BPFHostNetworkedNATWithoutCTLB" value:"Enabled"} config:{key:"CalicoVersion" value:"v3.31.3"} config:{key:"ClusterGUID" value:"0a1c0013396f44c38b2e5c65a241bc20"} config:{key:"ClusterType" value:"k8s,bgp,kubeadm,kdd"} config:{key:"DatastoreType" value:"kubernetes"} config:{key:"DefaultEndpointToHostAction" value:"ACCEPT"} config:{key:"FelixHostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} config:{key:"FloatingIPs" value:"Disabled"} config:{key:"HealthEnabled" value:"true"} config:{key:"IpInIpMtu" value:"0"} config:{key:"IpInIpTunnelAddr" value:"10.100.210.128"} config:{key:"Ipv6Support" value:"false"} config:{key:"LogFilePath" value:"None"} config:{key:"LogSeverityFile" value:"None"} config:{key:"LogSeverityScreen" value:"Info"} config:{key:"LogSeveritySys" value:"None"} config:{key:"MetadataAddr" value:"None"} config:{key:"ReportingIntervalSecs" value:"0"} config:{key:"VXLANMTU" value:"0"} config:{key:"WireguardMTU" value:"0"} source_to_raw_config:{key:1 value:{source:"datastore (global)" config:{key:"BPFConnectTimeLoadBalancing" value:"TCP"} config:{key:"BPFHostNetworkedNATWithoutCTLB" value:"Enabled"} config:{key:"CalicoVersion" value:"v3.31.3"} config:{key:"ClusterGUID" value:"0a1c0013396f44c38b2e5c65a241bc20"} config:{key:"ClusterType" value:"k8s,bgp,kubeadm,kdd"} config:{key:"FloatingIPs" value:"Disabled"} config:{key:"LogSeverityScreen" value:"Info"} config:{key:"ReportingIntervalSecs" value:"0"}}} source_to_raw_config:{key:2 value:{source:"datastore (per-host)" config:{key:"IpInIpTunnelAddr" value:"10.100.210.128"}}} source_to_raw_config:{key:3 value:{source:"config file" config:{key:"LogFilePath" value:"None"} config:{key:"LogSeverityFile" value:"None"} config:{key:"LogSeveritySys" value:"None"} config:{key:"MetadataAddr" value:"None"}}} source_to_raw_config:{key:4 value:{source:"environment variable" config:{key:"datastoretype" value:"kubernetes"} config:{key:"defaultendpointtohostaction" value:"ACCEPT"} config:{key:"felixhostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} config:{key:"healthenabled" value:"true"} config:{key:"ipinipmtu" value:"0"} config:{key:"ipv6support" value:"false"} config:{key:"vxlanmtu" value:"0"} config:{key:"wireguardmtu" value:"0"}}}
2026-02-17 02:35:18.701 [INFO][60] felix/daemon.go 804: No driver process to monitor
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/stagednetworkpolicies"
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/stagedkubernetesnetworkpolicies"
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/networksets"
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/tiers"
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/hostendpoints"
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/kubernetesadminnetworkpolicies"
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for FelixHostname: kube-965gf-default-worker-c5p85-fm7kc-8g7k4 (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for FelixHostname: kube-965gf-default-worker-c5p85-fm7kc-8g7k4 (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for DatastoreType: kubernetes (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for DatastoreType: kubernetes (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/bgppeers"
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/kubernetesnetworkpolicies"
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/nodes"
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for LogSeverityFile: None (from config file)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/kubernetesendpointslices"
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for LogSeverityFile:  (from config file)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for LogSeveritySys: None (from config file)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for LogSeveritySys:  (from config file)
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/kubernetesbaselineadminnetworkpolicies"
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for MetadataAddr: None (from config file)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for MetadataAddr:  (from config file)
2026-02-17 02:35:18.700 [INFO][60] felix/watchercache.go 243: Full resync is required ListRoot=".../v3/pc.org/kubernetesservice"
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for LogFilePath: None (from config file)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for LogFilePath:  (from config file)
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for IpInIpTunnelAddr: 10.100.210.128 (from datastore (per-host))
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for IpInIpTunnelAddr: 10.100.210.128 (from datastore (per-host))
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for LogSeverityScreen: Info (from datastore (global))
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for LogSeverityScreen: INFO (from datastore (global))
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for ReportingIntervalSecs: 0 (from datastore (global))
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 805: Parsed value for ReportingIntervalSecs: 0s (from datastore (global))
2026-02-17 02:35:18.703 [INFO][60] felix/config_params.go 769: Parsing value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 805: Parsed value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 769: Parsing value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 805: Parsed value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 769: Parsing value for FloatingIPs: Disabled (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 805: Parsed value for FloatingIPs: Disabled (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 769: Parsing value for ClusterGUID: 0a1c0013396f44c38b2e5c65a241bc20 (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 805: Parsed value for ClusterGUID: 0a1c0013396f44c38b2e5c65a241bc20 (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 769: Parsing value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 805: Parsed value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 769: Parsing value for CalicoVersion: v3.31.3 (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/config_params.go 805: Parsed value for CalicoVersion: v3.31.3 (from datastore (global))
2026-02-17 02:35:18.704 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ConfigUpdate update from calculation graph. msg=config:{key:"BPFConnectTimeLoadBalancing" value:"TCP"} config:{key:"BPFHostNetworkedNATWithoutCTLB" value:"Enabled"} config:{key:"CalicoVersion" value:"v3.31.3"} config:{key:"ClusterGUID" value:"0a1c0013396f44c38b2e5c65a241bc20"} config:{key:"ClusterType" value:"k8s,bgp,kubeadm,kdd"} config:{key:"DatastoreType" value:"kubernetes"} config:{key:"DefaultEndpointToHostAction" value:"ACCEPT"} config:{key:"FelixHostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} config:{key:"FloatingIPs" value:"Disabled"} config:{key:"HealthEnabled" value:"true"} config:{key:"IpInIpMtu" value:"0"} config:{key:"IpInIpTunnelAddr" value:"10.100.210.128"} config:{key:"Ipv6Support" value:"false"} config:{key:"LogFilePath" value:"None"} config:{key:"LogSeverityFile" value:"None"} config:{key:"LogSeverityScreen" value:"Info"} config:{key:"LogSeveritySys" value:"None"} config:{key:"MetadataAddr" value:"None"} config:{key:"ReportingIntervalSecs" value:"0"} config:{key:"VXLANMTU" value:"0"} config:{key:"WireguardMTU" value:"0"} source_to_raw_config:{key:1 value:{source:"datastore (global)" config:{key:"BPFConnectTimeLoadBalancing" value:"TCP"} config:{key:"BPFHostNetworkedNATWithoutCTLB" value:"Enabled"} config:{key:"CalicoVersion" value:"v3.31.3"} config:{key:"ClusterGUID" value:"0a1c0013396f44c38b2e5c65a241bc20"} config:{key:"ClusterType" value:"k8s,bgp,kubeadm,kdd"} config:{key:"FloatingIPs" value:"Disabled"} config:{key:"LogSeverityScreen" value:"Info"} config:{key:"ReportingIntervalSecs" value:"0"}}} source_to_raw_config:{key:2 value:{source:"datastore (per-host)" config:{key:"IpInIpTunnelAddr" value:"10.100.210.128"}}} source_to_raw_config:{key:3 value:{source:"config file" config:{key:"LogFilePath" value:"None"} config:{key:"LogSeverityFile" value:"None"} config:{key:"LogSeveritySys" value:"None"} config:{key:"MetadataAddr" value:"None"}}} source_to_raw_config:{key:4 value:{source:"environment variable" config:{key:"datastoretype" value:"kubernetes"} config:{key:"defaultendpointtohostaction" value:"ACCEPT"} config:{key:"felixhostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} config:{key:"healthenabled" value:"true"} config:{key:"ipinipmtu" value:"0"} config:{key:"ipv6support" value:"false"} config:{key:"vxlanmtu" value:"0"} config:{key:"wireguardmtu" value:"0"}}}
2026-02-17 02:35:18.706 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/globalnetworkpolicies"
2026-02-17 02:35:18.706 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/networkpolicies"
2026-02-17 02:35:18.707 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/stagednetworkpolicies"
2026-02-17 02:35:18.707 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/globalnetworksets"
2026-02-17 02:35:18.707 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.707 [INFO][60] felix/watchersyncer.go 158: Sending status update Status=resync
2026-02-17 02:35:18.707 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.707 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.707 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.707 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/ippools"
2026-02-17 02:35:18.708 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/stagedglobalnetworkpolicies"
2026-02-17 02:35:18.708 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.708 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.708 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/clusterinformations"
2026-02-17 02:35:18.708 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../ipam/v2/assignment/"
2026-02-17 02:35:18.708 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/kubernetesendpointslices"
2026-02-17 02:35:18.709 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/stagedkubernetesnetworkpolicies"
2026-02-17 02:35:18.709 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.709 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.709 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.709 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.709 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/hostendpoints"
2026-02-17 02:35:18.709 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/nodes"
2026-02-17 02:35:18.709 [INFO][60] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ClusterGUID) 0a1c0013396f44c38b2e5c65a241bc20 1240 <nil> 0s} new}
2026-02-17 02:35:18.709 [INFO][60] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ClusterType) k8s,bgp,kubeadm,kdd 1240 <nil> 0s} new}
2026-02-17 02:35:18.709 [INFO][60] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=CalicoVersion) v3.31.3 1240 <nil> 0s} new}
2026-02-17 02:35:18.710 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/felixconfigurations"
2026-02-17 02:35:18.708 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/networksets"
2026-02-17 02:35:18.710 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/kubernetesadminnetworkpolicies"
2026-02-17 02:35:18.710 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/tiers"
2026-02-17 02:35:18.710 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.710 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.710 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.710 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.710 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.710 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.710 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/kubernetesservice"
2026-02-17 02:35:18.710 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.710 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/bgppeers"
2026-02-17 02:35:18.710 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.711 [INFO][60] felix/config_batcher.go 61: Host config update for this host: {{HostConfig(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4,name=IpInIpTunnelAddr) 10.100.210.128 1423 <nil> 0s} new}
2026-02-17 02:35:18.711 [INFO][60] felix/active_bpgpeer_calculator.go 148: Labels of the local host updated. new=map[string]string{"beta.kubernetes.io/arch":"amd64", "beta.kubernetes.io/instance-type":"m1.large", "beta.kubernetes.io/os":"linux", "failure-domain.beta.kubernetes.io/region":"RegionOne", "failure-domain.beta.kubernetes.io/zone":"nova", "kubernetes.io/arch":"amd64", "kubernetes.io/hostname":"kube-965gf-default-worker-c5p85-fm7kc-8g7k4", "kubernetes.io/os":"linux", "node-role.kubernetes.io/worker":"", "node.cluster.x-k8s.io/nodegroup":"default-worker", "node.kubernetes.io/instance-type":"m1.large", "topology.cinder.csi.openstack.org/zone":"nova", "topology.kubernetes.io/region":"RegionOne", "topology.kubernetes.io/zone":"nova"} old=map[string]string{}
2026-02-17 02:35:18.711 [INFO][60] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=LogSeverityScreen) Info 1245 <nil> 0s} new}
2026-02-17 02:35:18.711 [INFO][60] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ReportingIntervalSecs) 0 1245 <nil> 0s} new}
2026-02-17 02:35:18.711 [INFO][60] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=BPFConnectTimeLoadBalancing) TCP 1245 <nil> 0s} new}
2026-02-17 02:35:18.711 [INFO][60] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=BPFHostNetworkedNATWithoutCTLB) Enabled 1245 <nil> 0s} new}
2026-02-17 02:35:18.711 [INFO][60] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=FloatingIPs) Disabled 1245 <nil> 0s} new}
2026-02-17 02:35:18.711 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/bgpconfigurations"
2026-02-17 02:35:18.711 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.712 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/kubernetesnetworkpolicies"
2026-02-17 02:35:18.712 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.712 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/kubernetesbaselineadminnetworkpolicies"
2026-02-17 02:35:18.712 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataUpdate update from calculation graph. msg=hostname:"kube-965gf-lpshv-rpzlp" ipv4_addr:"192.168.24.10"
2026-02-17 02:35:18.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataUpdate update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199"
2026-02-17 02:35:18.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataUpdate update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111"
2026-02-17 02:35:18.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:18.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:18.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-lpshv-rpzlp" ipv4_addr:"192.168.24.10/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-lpshv-rpzlp"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/control-plane" value:""} labels:{key:"node-role.kubernetes.io/master" value:""} labels:{key:"node.kubernetes.io/exclude-from-external-load-balancers" value:""} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:18.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.IPAMPoolUpdate update from calculation graph. msg=id:"10.100.0.0-16" pool:{cidr:"10.100.0.0/16" masquerade:true ipip_mode:"always"}
2026-02-17 02:35:18.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"kubernetes" namespace:"default" type:"ClusterIP" cluster_ips:"10.254.0.1" ports:{Protocol:"TCP" Port:443}
2026-02-17 02:35:18.717 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"k8s-keystone-auth" namespace:"kube-system" type:"ClusterIP" cluster_ips:"10.254.216.206" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:35:18.717 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"kube-dns" namespace:"kube-system" type:"ClusterIP" cluster_ips:"10.254.0.10" ports:{Protocol:"UDP" Port:53} ports:{Protocol:"TCP" Port:53} ports:{Protocol:"TCP" Port:9153}
2026-02-17 02:35:18.717 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"manila-csi-openstack-manila-csi-controllerplugin" namespace:"kube-system" type:"ClusterIP" cluster_ips:"10.254.113.181" ports:{Protocol:"TCP" Port:12345}
2026-02-17 02:35:18.717 [INFO][60] felix/route_mgr.go 566: Failed to get tunnel device, assuming it isn't present error=Link not found ipVersion=0x4 tunnelDevice="tunl0"
2026-02-17 02:35:18.720 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/workloadendpoints"
2026-02-17 02:35:18.720 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.723 [INFO][60] felix/watchercache.go 447: Sending synced update ListRoot=".../v3/pc.org/profiles"
2026-02-17 02:35:18.724 [INFO][60] felix/watchersyncer.go 243: Received InSync event from one of the watcher caches
2026-02-17 02:35:18.724 [INFO][60] felix/watchersyncer.go 255: All watchers have sync'd data - sending data and final sync
2026-02-17 02:35:18.724 [INFO][60] felix/watchersyncer.go 158: Sending status update Status=in-sync
2026-02-17 02:35:18.725 [INFO][60] felix/config_batcher.go 102: Datamodel in sync, flushing config update
2026-02-17 02:35:18.726 [INFO][60] felix/config_batcher.go 112: Sending config update global: map[BPFConnectTimeLoadBalancing:TCP BPFHostNetworkedNATWithoutCTLB:Enabled CalicoVersion:v3.31.3 ClusterGUID:0a1c0013396f44c38b2e5c65a241bc20 ClusterType:k8s,bgp,kubeadm,kdd FloatingIPs:Disabled LogSeverityScreen:Info ReportingIntervalSecs:0], host: map[IpInIpTunnelAddr:10.100.210.128].
2026-02-17 02:35:18.726 [INFO][60] felix/async_calc_graph.go 166: First time we've been in sync
2026-02-17 02:35:18.726 [INFO][60] felix/health.go 204: Health of component changed name="CalculationGraph" newReport="live,ready" oldReport="live,non-ready"
2026-02-17 02:35:18.726 [INFO][60] felix/event_sequencer.go 278: Possible config update. global=map[string]string{"BPFConnectTimeLoadBalancing":"TCP", "BPFHostNetworkedNATWithoutCTLB":"Enabled", "CalicoVersion":"v3.31.3", "ClusterGUID":"0a1c0013396f44c38b2e5c65a241bc20", "ClusterType":"k8s,bgp,kubeadm,kdd", "FloatingIPs":"Disabled", "LogSeverityScreen":"Info", "ReportingIntervalSecs":"0"} host=map[string]string{"IpInIpTunnelAddr":"10.100.210.128"}
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 638: Merging in config from datastore (global): map[BPFConnectTimeLoadBalancing:TCP BPFHostNetworkedNATWithoutCTLB:Enabled CalicoVersion:v3.31.3 ClusterGUID:0a1c0013396f44c38b2e5c65a241bc20 ClusterType:k8s,bgp,kubeadm,kdd FloatingIPs:Disabled LogSeverityScreen:Info ReportingIntervalSecs:0]
2026-02-17 02:35:18.726 [INFO][60] felix/usagerep.go 91: Waiting before first check-in delay=5m0.855s
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for FelixHostname: kube-965gf-default-worker-c5p85-fm7kc-8g7k4 (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for FelixHostname: kube-965gf-default-worker-c5p85-fm7kc-8g7k4 (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for DatastoreType: kubernetes (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for DatastoreType: kubernetes (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 769: Parsing value for LogSeveritySys: None (from config file)
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.726 [INFO][60] felix/config_params.go 805: Parsed value for LogSeveritySys:  (from config file)
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for MetadataAddr: None (from config file)
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for MetadataAddr:  (from config file)
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for LogFilePath: None (from config file)
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for LogFilePath:  (from config file)
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for LogSeverityFile: None (from config file)
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for LogSeverityFile:  (from config file)
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for IpInIpTunnelAddr: 10.100.210.128 (from datastore (per-host))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for IpInIpTunnelAddr: 10.100.210.128 (from datastore (per-host))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for ClusterGUID: 0a1c0013396f44c38b2e5c65a241bc20 (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for ClusterGUID: 0a1c0013396f44c38b2e5c65a241bc20 (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for CalicoVersion: v3.31.3 (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for CalicoVersion: v3.31.3 (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for LogSeverityScreen: Info (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for LogSeverityScreen: INFO (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for ReportingIntervalSecs: 0 (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for ReportingIntervalSecs: 0s (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 769: Parsing value for FloatingIPs: Disabled (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 805: Parsed value for FloatingIPs: Disabled (from datastore (global))
2026-02-17 02:35:18.727 [INFO][60] felix/config_params.go 638: Merging in config from datastore (per-host): map[IpInIpTunnelAddr:10.100.210.128]
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for VXLANMTU: 0 (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for FelixHostname: kube-965gf-default-worker-c5p85-fm7kc-8g7k4 (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for FelixHostname: kube-965gf-default-worker-c5p85-fm7kc-8g7k4 (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for DatastoreType: kubernetes (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for DatastoreType: kubernetes (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for HealthEnabled: true (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for IpInIpMtu: 0 (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for Ipv6Support: false (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for WireguardMTU: 0 (from environment variable)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for LogSeveritySys: None (from config file)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for LogSeveritySys:  (from config file)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for MetadataAddr: None (from config file)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for MetadataAddr:  (from config file)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 769: Parsing value for LogFilePath: None (from config file)
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.728 [INFO][60] felix/config_params.go 805: Parsed value for LogFilePath:  (from config file)
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for LogSeverityFile: None (from config file)
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 786: Value set to 'none', replacing with zero-value: "".
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for LogSeverityFile:  (from config file)
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for IpInIpTunnelAddr: 10.100.210.128 (from datastore (per-host))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for IpInIpTunnelAddr: 10.100.210.128 (from datastore (per-host))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for ReportingIntervalSecs: 0 (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for ReportingIntervalSecs: 0s (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for FloatingIPs: Disabled (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for FloatingIPs: Disabled (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for ClusterGUID: 0a1c0013396f44c38b2e5c65a241bc20 (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for ClusterGUID: 0a1c0013396f44c38b2e5c65a241bc20 (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for CalicoVersion: v3.31.3 (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for CalicoVersion: v3.31.3 (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 769: Parsing value for LogSeverityScreen: Info (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/config_params.go 805: Parsed value for LogSeverityScreen: INFO (from datastore (global))
2026-02-17 02:35:18.729 [INFO][60] felix/async_calc_graph.go 221: First flush after becoming in sync, sending InSync message.
2026-02-17 02:35:18.729 [INFO][60] felix/daemon.go 1319: Datastore now in sync.
2026-02-17 02:35:18.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"csi-nfs-node-sa"} labels:{key:"projectcalico.org/name" value:"csi-nfs-node-sa"}
2026-02-17 02:35:18.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:18.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"namespace-controller"} labels:{key:"projectcalico.org/name" value:"namespace-controller"}
2026-02-17 02:35:18.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"pv-protection-controller"} labels:{key:"projectcalico.org/name" value:"pv-protection-controller"}
2026-02-17 02:35:18.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"root-ca-cert-publisher"} labels:{key:"projectcalico.org/name" value:"root-ca-cert-publisher"}
2026-02-17 02:35:18.731 [INFO][60] felix/route_mgr.go 618: Tunnel device MTU needs to be updated ipVersion=0x4 new=1352 old=1480 tunnelDevice="tunl0"
2026-02-17 02:35:18.731 [INFO][60] felix/route_mgr.go 622: Updated tunnel MTU ipVersion=0x4 tunnelDevice="tunl0"
2026-02-17 02:35:18.731 [INFO][60] felix/route_mgr.go 688: Assigning address to tunnel device address=10.100.210.128/32 ipVersion=0x4 tunnelDevice="tunl0"
2026-02-17 02:35:18.731 [INFO][60] felix/route_mgr.go 640: Tunnel wasn't admin up, enabling it flags=0 ipVersion=0x4 mtu=1352 tunnelAddr="10.100.210.128" tunnelDevice="tunl0"
2026-02-17 02:35:18.731 [INFO][60] felix/route_mgr.go 645: Set tunnel admin up ipVersion=0x4 mtu=1352 tunnelAddr="10.100.210.128" tunnelDevice="tunl0"
2026-02-17 02:35:18.731 [INFO][60] felix/route_mgr.go 531: parent device changed from "" to "ens3" ipVersion=0x4 tunnelDevice="tunl0"
2026-02-17 02:35:18.732 [INFO][60] felix/route_mgr.go 544: Tunnel device configured ipVersion=0x4 tunnelDevice="tunl0"
2026-02-17 02:35:18.733 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="10.100.210.128" exists=true ifIndex=3
2026-02-17 02:35:18.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"token-cleaner"} labels:{key:"projectcalico.org/name" value:"token-cleaner"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"ttl-after-finished-controller"} labels:{key:"projectcalico.org/name" value:"ttl-after-finished-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-public" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"calico-cni-plugin"} labels:{key:"projectcalico.org/name" value:"calico-cni-plugin"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"certificate-controller"} labels:{key:"projectcalico.org/name" value:"certificate-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"csi-cinder-controller-sa"} labels:{key:"projectcalico.org/name" value:"csi-cinder-controller-sa"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"node-controller"} labels:{key:"projectcalico.org/name" value:"node-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"persistent-volume-binder"} labels:{key:"projectcalico.org/name" value:"persistent-volume-binder"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"replication-controller"} labels:{key:"projectcalico.org/name" value:"replication-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-node-lease" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"calico-node"} labels:{key:"projectcalico.org/name" value:"calico-node"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"coredns"} labels:{key:"projectcalico.org/name" value:"coredns"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"disruption-controller"} labels:{key:"projectcalico.org/name" value:"disruption-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"replicaset-controller"} labels:{key:"projectcalico.org/name" value:"replicaset-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"service-account-controller"} labels:{key:"projectcalico.org/name" value:"service-account-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"attachdetach-controller"} labels:{key:"projectcalico.org/name" value:"attachdetach-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"daemon-set-controller"} labels:{key:"projectcalico.org/name" value:"daemon-set-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"endpointslice-controller"} labels:{key:"projectcalico.org/name" value:"endpointslice-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"ephemeral-volume-controller"} labels:{key:"projectcalico.org/name" value:"ephemeral-volume-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"generic-garbage-collector"} labels:{key:"projectcalico.org/name" value:"generic-garbage-collector"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"horizontal-pod-autoscaler"} labels:{key:"projectcalico.org/name" value:"horizontal-pod-autoscaler"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"job-controller"} labels:{key:"projectcalico.org/name" value:"job-controller"}
2026-02-17 02:35:18.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"kube-proxy"} labels:{key:"projectcalico.org/name" value:"kube-proxy"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"legacy-service-account-token-cleaner"} labels:{key:"projectcalico.org/name" value:"legacy-service-account-token-cleaner"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"manila-csi-openstack-manila-csi-controllerplugin"} labels:{key:"app" value:"openstack-manila-csi"} labels:{key:"chart" value:"openstack-manila-csi-2.32.0"} labels:{key:"component" value:"controllerplugin"} labels:{key:"heritage" value:"Helm"} labels:{key:"projectcalico.org/name" value:"manila-csi-openstack-manila-csi-controllerplugin"} labels:{key:"release" value:"manila-csi"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"manila-csi-openstack-manila-csi-nodeplugin"} labels:{key:"app" value:"openstack-manila-csi"} labels:{key:"chart" value:"openstack-manila-csi-2.32.0"} labels:{key:"component" value:"nodeplugin"} labels:{key:"heritage" value:"Helm"} labels:{key:"projectcalico.org/name" value:"manila-csi-openstack-manila-csi-nodeplugin"} labels:{key:"release" value:"manila-csi"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"bootstrap-signer"} labels:{key:"projectcalico.org/name" value:"bootstrap-signer"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"csi-cinder-node-sa"} labels:{key:"projectcalico.org/name" value:"csi-cinder-node-sa"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"resourcequota-controller"} labels:{key:"projectcalico.org/name" value:"resourcequota-controller"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"statefulset-controller"} labels:{key:"projectcalico.org/name" value:"statefulset-controller"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"ttl-controller"} labels:{key:"projectcalico.org/name" value:"ttl-controller"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"validatingadmissionpolicy-status-controller"} labels:{key:"projectcalico.org/name" value:"validatingadmissionpolicy-status-controller"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"default" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"calico-kube-controllers"} labels:{key:"projectcalico.org/name" value:"calico-kube-controllers"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"clusterrole-aggregation-controller"} labels:{key:"projectcalico.org/name" value:"clusterrole-aggregation-controller"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"cronjob-controller"} labels:{key:"projectcalico.org/name" value:"cronjob-controller"}
2026-02-17 02:35:18.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"endpoint-controller"} labels:{key:"projectcalico.org/name" value:"endpoint-controller"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"endpointslicemirroring-controller"} labels:{key:"projectcalico.org/name" value:"endpointslicemirroring-controller"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"pvc-protection-controller"} labels:{key:"projectcalico.org/name" value:"pvc-protection-controller"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"cloud-controller-manager"} labels:{key:"app.kubernetes.io/instance" value:"openstack-ccm"} labels:{key:"app.kubernetes.io/managed-by" value:"Helm"} labels:{key:"app.kubernetes.io/name" value:"openstack-cloud-controller-manager"} labels:{key:"app.kubernetes.io/version" value:"v1.35.0"} labels:{key:"helm.sh/chart" value:"openstack-cloud-controller-manager-2.35.0"} labels:{key:"projectcalico.org/name" value:"cloud-controller-manager"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"csi-nfs-controller-sa"} labels:{key:"projectcalico.org/name" value:"csi-nfs-controller-sa"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"deployment-controller"} labels:{key:"projectcalico.org/name" value:"deployment-controller"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"expand-controller"} labels:{key:"projectcalico.org/name" value:"expand-controller"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kube-system" name:"pod-garbage-collector"} labels:{key:"projectcalico.org/name" value:"pod-garbage-collector"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"default"} labels:{key:"kubernetes.io/metadata.name" value:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kube-node-lease"} labels:{key:"kubernetes.io/metadata.name" value:"kube-node-lease"} labels:{key:"projectcalico.org/name" value:"kube-node-lease"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kube-public"} labels:{key:"kubernetes.io/metadata.name" value:"kube-public"} labels:{key:"projectcalico.org/name" value:"kube-public"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kube-system"} labels:{key:"kubernetes.io/metadata.name" value:"kube-system"} labels:{key:"projectcalico.org/name" value:"kube-system"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.Encapsulation update from calculation graph. msg=ipip_enabled:true
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.InSync update from calculation graph. msg=
2026-02-17 02:35:18.737 [INFO][60] felix/int_dataplane.go 2367: Datastore in sync, flushing the dataplane for the first time... timeSinceStart=635.747304ms
2026-02-17 02:35:18.737 [INFO][60] felix/masq_mgr.go 145: IPAM pools updated, refreshing iptables rule ipVersion=0x4
2026-02-17 02:35:18.737 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:35:18.737 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:35:18.737 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="dscp-src-net" setType="hash:net"
2026-02-17 02:35:18.833 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=3 ifaceName="tunl0" state="down"
2026-02-17 02:35:18.834 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{10.100.210.128} ifaceName="tunl0"
2026-02-17 02:35:18.834 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=3 ifaceName="tunl0" state="up"
2026-02-17 02:35:18.863 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=4 ifaceName="calico_tmp_B" state="down"
2026-02-17 02:35:18.863 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calico_tmp_B"
2026-02-17 02:35:18.865 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=5 ifaceName="calico_tmp_A" state="down"
2026-02-17 02:35:18.865 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calico_tmp_A"
2026-02-17 02:35:18.980 [INFO][60] felix/wireguard.go 1763: Trying to connect to linkClient ipVersion=0x4
2026-02-17 02:35:18.981 [INFO][60] felix/wireguard.go 648: Public key out of sync or updated ipVersion=0x4 ourPublicKey=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
2026-02-17 02:35:19.047 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=5 ifaceName="calico_tmp_A" state=""
2026-02-17 02:35:19.047 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calico_tmp_A"
2026-02-17 02:35:19.047 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=4 ifaceName="calico_tmp_B" state=""
2026-02-17 02:35:19.047 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calico_tmp_B"
2026-02-17 02:35:19.059 [INFO][60] felix/int_dataplane.go 2307: Completed first update to dataplane. secsSinceStart=0.957517703
2026-02-17 02:35:19.067 [INFO][60] felix/health.go 204: Health of component changed name="InternalDataplaneMainLoop" newReport="live,ready" oldReport="live,non-ready"
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"tunl0", State:"down", Index:3}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"tunl0", Addrs:set.Typed[string]{"10.100.210.128":set.v{}}}
2026-02-17 02:35:19.067 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"tunl0", Addrs:set.Typed[string]{"10.100.210.128":set.v{}}}
2026-02-17 02:35:19.067 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"tunl0", State:"up", Index:3}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calico_tmp_B", State:"down", Index:4}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.067 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calico_tmp_A", State:"down", Index:5}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.067 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calico_tmp_A", State:"", Index:5}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Set[string](nil)}
2026-02-17 02:35:19.067 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Set[string](nil)}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calico_tmp_B", State:"", Index:4}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Set[string](nil)}
2026-02-17 02:35:19.067 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Set[string](nil)}
2026-02-17 02:35:19.067 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:35:19.121 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-lpshv-rpzlp" ipv4_addr:"192.168.24.10/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-lpshv-rpzlp"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/control-plane" value:""} labels:{key:"node-role.kubernetes.io/master" value:""} labels:{key:"node.kubernetes.io/exclude-from-external-load-balancers" value:""} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:19.121 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:35:19.121 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:35:19.121 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:35:19.141 [WARNING][75] complete-startup/startup.go 298: Calico is not ready yet, waiting... reason="calico/node is not ready: BIRD6 is not ready: error querying BIRD: unable to connect to BIRDv6 socket: dial unix /var/run/calico/bird6.ctl: connect: connection refused"
2026-02-17 02:35:19.293 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/coredns-668d6bf9bc-v2z6k, name=eth0)
2026-02-17 02:35:19.294 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.kube-system.coredns"} profile:{}
2026-02-17 02:35:19.294 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.kube-system"} profile:{inbound_rules:{action:"allow" rule_id:"YlN-KJA93B7Fe2ih"} outbound_rules:{action:"allow" rule_id:"GUM3x2IgYhIM5cBY"}}
2026-02-17 02:35:19.294 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/coredns-668d6bf9bc-v2z6k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali306c06c1582" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.coredns" ipv4_nets:"10.100.210.129/32"}
2026-02-17 02:35:19.294 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.294 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.294 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.295 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali306c06c1582" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.295 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.kube-system" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.295 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_u2Tn2rSoAPffvE7JO6" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.295 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali306c06c1582" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.295 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.kube-system" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.295 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_u2Tn2rSoAPffvE7JO6" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.295 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali306c06c1582"
2026-02-17 02:35:19.296 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.296 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.352 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:35:19.352 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} status="down"
2026-02-17 02:35:19.364 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=6 ifaceName="cali306c06c1582" state="down"
2026-02-17 02:35:19.364 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali306c06c1582"
2026-02-17 02:35:19.364 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali306c06c1582", State:"down", Index:6}
2026-02-17 02:35:19.364 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali306c06c1582", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.364 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali306c06c1582", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.364 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali306c06c1582"
2026-02-17 02:35:19.364 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.364 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.366 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=6 ifaceName="cali306c06c1582" state="up"
2026-02-17 02:35:19.385 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:35:19.385 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} status="down"
2026-02-17 02:35:19.385 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali306c06c1582", State:"up", Index:6}
2026-02-17 02:35:19.385 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali306c06c1582"
2026-02-17 02:35:19.385 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali306c06c1582"
2026-02-17 02:35:19.385 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali306c06c1582"
2026-02-17 02:35:19.386 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.386 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:19.405 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg, name=eth0)
2026-02-17 02:35:19.407 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:19.407 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} status="up"
2026-02-17 02:35:19.407 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.kube-system.csi-cinder-controller-sa"} profile:{}
2026-02-17 02:35:19.407 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali84ae1cdca9b" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.csi-cinder-controller-sa" ipv4_nets:"10.100.210.130/32"}
2026-02-17 02:35:19.407 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:35:19.435 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:19.435 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:19.435 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:19.436 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali84ae1cdca9b" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.436 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_2EgHMJ0hJk63WMxVD7" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.436 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali84ae1cdca9b" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.436 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_2EgHMJ0hJk63WMxVD7" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.436 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali84ae1cdca9b"
2026-02-17 02:35:19.436 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:19.436 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:19.477 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=7 ifaceName="cali84ae1cdca9b" state="down"
2026-02-17 02:35:19.477 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali84ae1cdca9b"
2026-02-17 02:35:19.477 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=7 ifaceName="cali84ae1cdca9b" state="up"
2026-02-17 02:35:19.486 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:35:19.486 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"} status="down"
2026-02-17 02:35:19.486 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali84ae1cdca9b", State:"down", Index:7}
2026-02-17 02:35:19.486 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali84ae1cdca9b", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.486 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali84ae1cdca9b", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.486 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali84ae1cdca9b", State:"up", Index:7}
2026-02-17 02:35:19.514 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/manila-csi-openstack-manila-csi-controllerplugin-0, name=eth0)
2026-02-17 02:35:19.514 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.kube-system.manila-csi-openstack-manila-csi-controllerplugin"} profile:{}
2026-02-17 02:35:19.514 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6bd85d6a14a" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.manila-csi-openstack-manila-csi-controllerplugin" ipv4_nets:"10.100.210.131/32"}
2026-02-17 02:35:19.544 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali84ae1cdca9b"
2026-02-17 02:35:19.544 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali84ae1cdca9b"
2026-02-17 02:35:19.544 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:19.544 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:19.544 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:19.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali6bd85d6a14a" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_s6e3_Jq3ddmHZgUOWD" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali6bd85d6a14a" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_s6e3_Jq3ddmHZgUOWD" ipVersion=0x4 table="filter"
2026-02-17 02:35:19.549 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali84ae1cdca9b"
2026-02-17 02:35:19.549 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6bd85d6a14a"
2026-02-17 02:35:19.549 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:19.549 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:19.549 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:19.549 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:19.590 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=8 ifaceName="cali6bd85d6a14a" state="down"
2026-02-17 02:35:19.590 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6bd85d6a14a"
2026-02-17 02:35:19.591 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=8 ifaceName="cali6bd85d6a14a" state="up"
2026-02-17 02:35:19.600 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:35:19.601 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"} status="down"
2026-02-17 02:35:19.601 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:19.601 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"} status="up"
2026-02-17 02:35:19.601 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6bd85d6a14a", State:"down", Index:8}
2026-02-17 02:35:19.601 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6bd85d6a14a", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.601 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6bd85d6a14a", Addrs:set.Typed[string]{}}
2026-02-17 02:35:19.601 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6bd85d6a14a", State:"up", Index:8}
2026-02-17 02:35:19.655 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6bd85d6a14a"
2026-02-17 02:35:19.655 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6bd85d6a14a"
2026-02-17 02:35:19.655 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6bd85d6a14a"
2026-02-17 02:35:19.655 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:19.655 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:19.673 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:19.673 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"} status="up"
bird: device1: Initializing
bird: direct1: Initializing
bird: Mesh_192_168_24_111: Initializing
bird: Mesh_192_168_24_10: Initializing
bird: device1: Starting
bird: device1: Connected to table master
bird: device1: State changed to feed
bird: direct1: Starting
bird: direct1: Connected to table master
bird: direct1: State changed to feed
bird: Mesh_192_168_24_111: Starting
bird: Mesh_192_168_24_111: State changed to start
bird: Mesh_192_168_24_10: Starting
bird: Mesh_192_168_24_10: State changed to start
bird: Graceful restart started
bird: Started
bird: device1: State changed to up
bird: direct1: State changed to up
bird: device1: Initializing
bird: direct1: Initializing
bird: device1: Starting
bird: device1: Connected to table master
bird: device1: State changed to feed
bird: direct1: Starting
bird: direct1: Connected to table master
bird: direct1: State changed to feed
bird: Graceful restart started
bird: Graceful restart done
bird: Started
bird: device1: State changed to up
bird: direct1: State changed to up
2026-02-17 02:35:20.143 [INFO][75] complete-startup/health.go 206: Number of node(s) with BGP peering established = 0
2026-02-17 02:35:20.144 [INFO][75] complete-startup/health.go 206: Number of node(s) with BGP peering established = 0
2026-02-17 02:35:20.143 [INFO][60] felix/health.go 334: Overall health status changed: live=true ready=true
+---------------------------+---------+----------------+-----------------+--------+
|         COMPONENT         | TIMEOUT |    LIVENESS    |    READINESS    | DETAIL |
+---------------------------+---------+----------------+-----------------+--------+
| CalculationGraph          | 30s     | reporting live | reporting ready |        |
| FelixStartup              | -       | reporting live | reporting ready |        |
| InternalDataplaneMainLoop | 1m30s   | reporting live | reporting ready |        |
+---------------------------+---------+----------------+-----------------+--------+
2026-02-17 02:35:20.144 [WARNING][75] complete-startup/startup.go 298: Calico is not ready yet, waiting... reason="calico/node is not ready: BIRD is not ready: BGP not established with 192.168.24.111,192.168.24.10"
2026-02-17 02:35:20.215 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/calico-kube-controllers-9b54b4c6c-47cxf, name=eth0)
2026-02-17 02:35:20.215 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.kube-system.calico-kube-controllers"} profile:{}
2026-02-17 02:35:20.215 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali44b2c2086ee" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.calico-kube-controllers" ipv4_nets:"10.100.210.132/32"}
2026-02-17 02:35:20.215 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:35:20.215 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.216 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.216 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.216 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali44b2c2086ee" ipVersion=0x4 table="filter"
2026-02-17 02:35:20.216 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_PTRGc0U-L5Kz7V6ERW" ipVersion=0x4 table="filter"
2026-02-17 02:35:20.217 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali44b2c2086ee" ipVersion=0x4 table="filter"
2026-02-17 02:35:20.217 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_PTRGc0U-L5Kz7V6ERW" ipVersion=0x4 table="filter"
2026-02-17 02:35:20.217 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali44b2c2086ee"
2026-02-17 02:35:20.217 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.217 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.258 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:35:20.258 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} status="down"
2026-02-17 02:35:20.293 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=9 ifaceName="cali44b2c2086ee" state="down"
2026-02-17 02:35:20.293 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali44b2c2086ee"
2026-02-17 02:35:20.293 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali44b2c2086ee", State:"down", Index:9}
2026-02-17 02:35:20.293 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali44b2c2086ee", Addrs:set.Typed[string]{}}
2026-02-17 02:35:20.293 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali44b2c2086ee", Addrs:set.Typed[string]{}}
2026-02-17 02:35:20.293 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali44b2c2086ee"
2026-02-17 02:35:20.294 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.294 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.299 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=9 ifaceName="cali44b2c2086ee" state="up"
2026-02-17 02:35:20.325 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:35:20.325 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} status="down"
2026-02-17 02:35:20.325 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali44b2c2086ee", State:"up", Index:9}
2026-02-17 02:35:20.325 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali44b2c2086ee"
2026-02-17 02:35:20.325 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali44b2c2086ee"
2026-02-17 02:35:20.325 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali44b2c2086ee"
2026-02-17 02:35:20.325 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.325 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:20.345 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:20.345 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} status="up"
2026-02-17 02:35:20.435 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/coredns-668d6bf9bc-v2z6k, name=eth0)
2026-02-17 02:35:20.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/coredns-668d6bf9bc-v2z6k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali306c06c1582" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.coredns" ipv4_nets:"10.100.210.129/32"}
2026-02-17 02:35:20.435 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.435 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.435 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.436 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali306c06c1582"
2026-02-17 02:35:20.436 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.436 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.456 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:20.456 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} status="up"
2026-02-17 02:35:20.479 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/coredns-668d6bf9bc-v2z6k, name=eth0)
2026-02-17 02:35:20.479 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/coredns-668d6bf9bc-v2z6k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali306c06c1582" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.coredns" ipv4_nets:"10.100.210.129/32"}
2026-02-17 02:35:20.479 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.479 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.479 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.480 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali306c06c1582"
2026-02-17 02:35:20.480 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.480 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"}
2026-02-17 02:35:20.532 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:20.532 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-v2z6k", EndpointId:"eth0"} status="up"
2026-02-17 02:35:20.665 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=8
2026-02-17 02:35:20.665 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6bd85d6a14a"
2026-02-17 02:35:20.666 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6bd85d6a14a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:20.666 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6bd85d6a14a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:21.053 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=7
2026-02-17 02:35:21.053 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali84ae1cdca9b"
2026-02-17 02:35:21.053 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali84ae1cdca9b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:21.053 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali84ae1cdca9b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:21.086 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=6
2026-02-17 02:35:21.086 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali306c06c1582"
2026-02-17 02:35:21.086 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali306c06c1582", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:21.086 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali306c06c1582", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:21.145 [INFO][75] complete-startup/health.go 206: Number of node(s) with BGP peering established = 0
2026-02-17 02:35:21.146 [INFO][75] complete-startup/health.go 206: Number of node(s) with BGP peering established = 0
2026-02-17 02:35:21.146 [WARNING][75] complete-startup/startup.go 298: Calico is not ready yet, waiting... reason="calico/node is not ready: BIRD is not ready: BGP not established with 192.168.24.111,192.168.24.10"
2026-02-17 02:35:21.238 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/coredns-668d6bf9bc-mw625, name=eth0)
2026-02-17 02:35:21.239 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/coredns-668d6bf9bc-mw625" endpoint_id:"eth0"} endpoint:{state:"active" name:"califd58ec4e852" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.coredns" ipv4_nets:"10.100.210.133/32"}
2026-02-17 02:35:21.239 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.239 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.239 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.240 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-califd58ec4e852" ipVersion=0x4 table="filter"
2026-02-17 02:35:21.240 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-califd58ec4e852" ipVersion=0x4 table="filter"
2026-02-17 02:35:21.240 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="califd58ec4e852"
2026-02-17 02:35:21.240 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.240 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.273 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=9
2026-02-17 02:35:21.273 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali44b2c2086ee"
2026-02-17 02:35:21.282 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:35:21.282 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} status="down"
2026-02-17 02:35:21.282 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali44b2c2086ee", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:21.282 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali44b2c2086ee", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:21.311 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=10 ifaceName="califd58ec4e852" state="down"
2026-02-17 02:35:21.311 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califd58ec4e852"
2026-02-17 02:35:21.311 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califd58ec4e852", State:"down", Index:10}
2026-02-17 02:35:21.311 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califd58ec4e852", Addrs:set.Typed[string]{}}
2026-02-17 02:35:21.311 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califd58ec4e852", Addrs:set.Typed[string]{}}
2026-02-17 02:35:21.311 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califd58ec4e852"
2026-02-17 02:35:21.311 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.311 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.311 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=10 ifaceName="califd58ec4e852" state="up"
2026-02-17 02:35:21.331 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:35:21.331 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} status="down"
2026-02-17 02:35:21.331 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califd58ec4e852", State:"up", Index:10}
2026-02-17 02:35:21.331 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califd58ec4e852"
2026-02-17 02:35:21.331 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califd58ec4e852"
2026-02-17 02:35:21.331 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califd58ec4e852"
2026-02-17 02:35:21.331 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.331 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:21.353 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:21.353 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} status="up"
2026-02-17 02:35:22.147 [INFO][75] complete-startup/health.go 206: Number of node(s) with BGP peering established = 0
2026-02-17 02:35:22.148 [INFO][75] complete-startup/health.go 206: Number of node(s) with BGP peering established = 0
2026-02-17 02:35:22.148 [WARNING][75] complete-startup/startup.go 298: Calico is not ready yet, waiting... reason="calico/node is not ready: BIRD is not ready: BGP not established with 192.168.24.111,192.168.24.10"
bird: Mesh_192_168_24_10: Connected to table master
bird: Mesh_192_168_24_10: State changed to wait
bird: Mesh_192_168_24_111: Connected to table master
bird: Mesh_192_168_24_111: State changed to feed
bird: Mesh_192_168_24_111: State changed to up
bird: Graceful restart done
bird: Mesh_192_168_24_10: State changed to feed
2026-02-17 02:35:22.444 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/coredns-668d6bf9bc-mw625, name=eth0)
2026-02-17 02:35:22.444 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/coredns-668d6bf9bc-mw625" endpoint_id:"eth0"} endpoint:{state:"active" name:"califd58ec4e852" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.coredns" ipv4_nets:"10.100.210.133/32"}
2026-02-17 02:35:22.445 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.445 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.445 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.446 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califd58ec4e852"
2026-02-17 02:35:22.446 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.446 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.475 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/coredns-668d6bf9bc-mw625, name=eth0)
2026-02-17 02:35:22.505 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:22.505 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} status="up"
2026-02-17 02:35:22.506 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/coredns-668d6bf9bc-mw625" endpoint_id:"eth0"} endpoint:{state:"active" name:"califd58ec4e852" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.coredns" ipv4_nets:"10.100.210.133/32"}
2026-02-17 02:35:22.506 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.506 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.506 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.507 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califd58ec4e852"
2026-02-17 02:35:22.507 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.507 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"}
2026-02-17 02:35:22.529 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:22.529 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-668d6bf9bc-mw625", EndpointId:"eth0"} status="up"
2026-02-17 02:35:22.710 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:22.710 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:35:22.710 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:35:23.097 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=10
2026-02-17 02:35:23.097 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califd58ec4e852"
2026-02-17 02:35:23.097 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califd58ec4e852", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:23.097 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califd58ec4e852", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:35:23.149 [INFO][75] complete-startup/health.go 206: Number of node(s) with BGP peering established = 0
bird: Mesh_192_168_24_10: State changed to up
2026-02-17 02:35:23.149 [INFO][75] complete-startup/health.go 206: Number of node(s) with BGP peering established = 2
2026-02-17 02:35:23.151 [INFO][75] complete-startup/utils.go 125: Using NODENAME environment for node name kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:23.151 [INFO][75] complete-startup/utils.go 137: Determined node name: kube-965gf-default-worker-c5p85-fm7kc-8g7k4
2026-02-17 02:35:23.153 [INFO][75] complete-startup/utils.go 191: Setting NetworkUnavailable to false
2026-02-17 02:35:23.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:23.178 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:35:23.179 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:35:23.180 [INFO][75] complete-startup/startup.go 352: Calico started successfully
2026-02-17 02:35:24.855 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"sonobuoy"} labels:{key:"kubernetes.io/metadata.name" value:"sonobuoy"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"projectcalico.org/name" value:"sonobuoy"}
2026-02-17 02:35:24.883 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"sonobuoy" name:"sonobuoy-serviceaccount"} labels:{key:"component" value:"sonobuoy"} labels:{key:"projectcalico.org/name" value:"sonobuoy-serviceaccount"}
2026-02-17 02:35:24.911 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"sonobuoy" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:24.968 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"sonobuoy-aggregator" namespace:"sonobuoy" type:"ClusterIP" cluster_ips:"10.254.2.200" ports:{Protocol:"TCP" Port:8080}
2026-02-17 02:35:32.701 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/calico-kube-controllers-9b54b4c6c-47cxf, name=eth0)
2026-02-17 02:35:32.701 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali44b2c2086ee" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.calico-kube-controllers" ipv4_nets:"10.100.210.132/32"}
2026-02-17 02:35:32.702 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.702 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.702 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.703 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali44b2c2086ee"
2026-02-17 02:35:32.703 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.703 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.732 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:32.733 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} status="up"
2026-02-17 02:35:32.775 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/calico-kube-controllers-9b54b4c6c-47cxf, name=eth0)
2026-02-17 02:35:32.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali44b2c2086ee" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.calico-kube-controllers" ipv4_nets:"10.100.210.132/32"}
2026-02-17 02:35:32.775 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.775 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.775 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.777 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali44b2c2086ee"
2026-02-17 02:35:32.777 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.777 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"}
2026-02-17 02:35:32.795 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:32.795 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-9b54b4c6c-47cxf", EndpointId:"eth0"} status="up"
2026-02-17 02:35:46.795 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/manila-csi-openstack-manila-csi-controllerplugin-0, name=eth0)
2026-02-17 02:35:46.795 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6bd85d6a14a" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.manila-csi-openstack-manila-csi-controllerplugin" ipv4_nets:"10.100.210.131/32"}
2026-02-17 02:35:46.795 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:46.795 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:46.796 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:46.797 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6bd85d6a14a"
2026-02-17 02:35:46.797 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:46.797 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"}
2026-02-17 02:35:46.837 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:46.837 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/manila-csi-openstack-manila-csi-controllerplugin-0", EndpointId:"eth0"} status="up"
2026-02-17 02:35:48.149 [INFO][57] confd/status_file_watcher.go 123: Started watching directory via fsnotify. dir="/var/run/calico/endpoint-status"
2026-02-17 02:35:48.861 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:48.862 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:35:48.862 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:35:49.499 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:49.499 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:35:49.499 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:35:49.757 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-lpshv-rpzlp" ipv4_addr:"192.168.24.10/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-lpshv-rpzlp"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/control-plane" value:""} labels:{key:"node-role.kubernetes.io/master" value:""} labels:{key:"node.kubernetes.io/exclude-from-external-load-balancers" value:""} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:35:49.757 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:35:49.757 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:35:52.645 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg, name=eth0)
2026-02-17 02:35:52.645 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali84ae1cdca9b" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.csi-cinder-controller-sa" ipv4_nets:"10.100.210.130/32"}
2026-02-17 02:35:52.646 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:52.646 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:52.646 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:52.646 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali84ae1cdca9b"
2026-02-17 02:35:52.646 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:52.646 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"}
2026-02-17 02:35:52.664 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:35:52.664 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/openstack-cinder-csi-controllerplugin-6f5db6c797-v5czg", EndpointId:"eth0"} status="up"
2026-02-17 02:35:54.500 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-wrapper-6803"} labels:{key:"e2e-framework" value:"emptydir-wrapper"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-wrapper-6803"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-wrapper-6803"}
2026-02-17 02:35:54.538 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-468"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"containers-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-468"}
2026-02-17 02:35:54.538 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-wrapper-6803" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:54.538 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-9193"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"watch-9193"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-9193"}
2026-02-17 02:35:54.538 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-6179"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-6179"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-6179"}
2026-02-17 02:35:54.564 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"containers-468" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:54.564 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"watch-9193" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:54.586 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"statefulset-6179" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:54.607 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test" namespace:"statefulset-6179" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:35:54.693 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-9193"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"watch-9193"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-9193"}
2026-02-17 02:35:54.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-266"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-266"}
2026-02-17 02:35:54.773 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-266" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:35:59.891 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"watch-9193" name:"default"}
2026-02-17 02:36:00.233 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-9193"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"watch-9193"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-9193"}
2026-02-17 02:36:00.260 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"watch-9193"}
2026-02-17 02:36:08.554 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-468"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"containers-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-468"}
2026-02-17 02:36:08.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-170"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-170"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-170"}
2026-02-17 02:36:08.922 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replicaset-170" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:09.332 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=11 ifaceName="cali4f401300ccd" state="down"
2026-02-17 02:36:09.333 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4f401300ccd"
2026-02-17 02:36:09.332 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4f401300ccd", State:"down", Index:11}
2026-02-17 02:36:09.333 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{}}
2026-02-17 02:36:09.333 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{}}
2026-02-17 02:36:09.333 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=11 ifaceName="cali4f401300ccd" state="up"
2026-02-17 02:36:09.355 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4f401300ccd", State:"up", Index:11}
2026-02-17 02:36:09.355 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali4f401300ccd"
2026-02-17 02:36:09.355 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:36:09.489 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:36:09.490 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.statefulset-6179.default"} profile:{}
2026-02-17 02:36:09.491 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.statefulset-6179"} profile:{inbound_rules:{action:"allow" rule_id:"Xs1zpcPFcYSzBkkm"} outbound_rules:{action:"allow" rule_id:"K650vvLBilQ20Psm"}}
2026-02-17 02:36:09.491 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:36:09.491 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:09.491 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:09.491 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:09.492 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:36:09.492 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali4f401300ccd" ipVersion=0x4 table="filter"
2026-02-17 02:36:09.492 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_qLm7i3lKeGtjB0tIp4" ipVersion=0x4 table="filter"
2026-02-17 02:36:09.492 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_1ixldVOeZiKbmAiDGa" ipVersion=0x4 table="filter"
2026-02-17 02:36:09.492 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:36:09.492 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali4f401300ccd" ipVersion=0x4 table="filter"
2026-02-17 02:36:09.492 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_qLm7i3lKeGtjB0tIp4" ipVersion=0x4 table="filter"
2026-02-17 02:36:09.492 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_1ixldVOeZiKbmAiDGa" ipVersion=0x4 table="filter"
2026-02-17 02:36:09.492 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:36:09.494 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:09.494 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:09.550 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:09.550 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:36:10.528 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-wrapper-6803"} labels:{key:"e2e-framework" value:"emptydir-wrapper"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-wrapper-6803"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-wrapper-6803"}
2026-02-17 02:36:10.718 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-6171"} labels:{key:"e2e-framework" value:"security-context"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-6171"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-6171"}
2026-02-17 02:36:10.853 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"security-context-6171" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:11.097 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=11
2026-02-17 02:36:11.097 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali4f401300ccd"
2026-02-17 02:36:11.097 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:36:11.097 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:36:14.123 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"containers-468" name:"default"}
2026-02-17 02:36:14.617 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-468"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"containers-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-468"}
2026-02-17 02:36:14.645 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"containers-468"}
2026-02-17 02:36:15.577 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-wrapper-6803" name:"default"}
2026-02-17 02:36:15.721 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:36:15.721 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:36:15.721 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.721 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.721 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.724 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:36:15.724 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.724 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.745 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:15.746 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:36:15.748 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:36:15.748 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:36:15.749 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.749 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.749 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.749 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:36:15.749 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.750 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:15.770 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:15.770 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:36:16.000 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-wrapper-6803"} labels:{key:"e2e-framework" value:"emptydir-wrapper"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-wrapper-6803"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-wrapper-6803"}
2026-02-17 02:36:16.036 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-wrapper-6803"}
2026-02-17 02:36:16.085 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-266"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-266"}
2026-02-17 02:36:16.239 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9999"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9999"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9999"}
2026-02-17 02:36:16.269 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-9999" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:16.311 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9999"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9999"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9999"} labels:{key:"webhook-9999" value:"true"}
2026-02-17 02:36:16.345 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2868"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2868"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2868"} labels:{key:"webhook-9999-markers" value:"true"}
2026-02-17 02:36:16.371 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-2868" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:18.227 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:36:18.782 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replicaset-170/test-rs-gl72b, name=eth0)
2026-02-17 02:36:18.782 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.replicaset-170"} profile:{inbound_rules:{action:"allow" rule_id:"w4mLE6UluCv5VGYy"} outbound_rules:{action:"allow" rule_id:"r45nPP3iwBIfxdBS"}}
2026-02-17 02:36:18.783 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replicaset-170.default"} profile:{}
2026-02-17 02:36:18.783 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replicaset-170/test-rs-gl72b" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1a3061897e7" profile_ids:"kns.replicaset-170" profile_ids:"ksa.replicaset-170.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:36:18.783 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:18.783 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:18.783 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:18.784 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali1a3061897e7" ipVersion=0x4 table="filter"
2026-02-17 02:36:18.784 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.replicaset-170" ipVersion=0x4 table="filter"
2026-02-17 02:36:18.784 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_gAxbAI9jbD4BHSieFT" ipVersion=0x4 table="filter"
2026-02-17 02:36:18.784 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali1a3061897e7" ipVersion=0x4 table="filter"
2026-02-17 02:36:18.784 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.replicaset-170" ipVersion=0x4 table="filter"
2026-02-17 02:36:18.784 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_gAxbAI9jbD4BHSieFT" ipVersion=0x4 table="filter"
2026-02-17 02:36:18.784 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali1a3061897e7"
2026-02-17 02:36:18.784 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:18.784 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:18.824 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:36:18.824 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"} status="down"
2026-02-17 02:36:18.824 [INFO][60] felix/summary.go 100: Summarising 82 dataplane reconciliation loops over 1m0.7s: avg=33ms longest=322ms (resync-calico-v4,resync-filter-v4,resync-ipsets-v4,resync-mangle-v4,resync-nat-v4,resync-raw-v4,resync-routes-v4,resync-routes-v4,resync-rules-v4,update-filter-v4,update-ipsets-4,update-mangle-v4,update-nat-v4,update-raw-v4)
2026-02-17 02:36:18.877 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=12 ifaceName="cali1a3061897e7" state="down"
2026-02-17 02:36:18.877 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1a3061897e7"
2026-02-17 02:36:18.878 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=12 ifaceName="cali1a3061897e7" state="up"
2026-02-17 02:36:18.878 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1a3061897e7", State:"down", Index:12}
2026-02-17 02:36:18.878 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1a3061897e7", Addrs:set.Typed[string]{}}
2026-02-17 02:36:18.878 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1a3061897e7", Addrs:set.Typed[string]{}}
2026-02-17 02:36:18.878 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1a3061897e7", State:"up", Index:12}
2026-02-17 02:36:18.878 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali1a3061897e7"
2026-02-17 02:36:18.878 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali1a3061897e7"
2026-02-17 02:36:18.878 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1a3061897e7"
2026-02-17 02:36:18.878 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:18.878 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:18.903 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:18.903 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"} status="up"
2026-02-17 02:36:19.657 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:36:19.657 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:36:19.657 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:36:19.746 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replicaset-170/test-rs-gl72b, name=eth0)
2026-02-17 02:36:19.746 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replicaset-170/test-rs-gl72b" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1a3061897e7" profile_ids:"kns.replicaset-170" profile_ids:"ksa.replicaset-170.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:36:19.747 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:19.747 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:19.747 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:19.751 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1a3061897e7"
2026-02-17 02:36:19.751 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:19.751 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:19.778 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:19.778 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"} status="up"
2026-02-17 02:36:19.779 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-170"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-170"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-170"}
2026-02-17 02:36:19.804 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-7550"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-7550"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-7550"}
2026-02-17 02:36:19.833 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-7550" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:20.066 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-6171"} labels:{key:"e2e-framework" value:"security-context"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-6171"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-6171"}
2026-02-17 02:36:20.095 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-1327"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-1327"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-1327"}
2026-02-17 02:36:20.137 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"var-expansion-1327" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:20.445 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:36:20.445 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:36:20.445 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:36:20.537 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=12
2026-02-17 02:36:20.537 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali1a3061897e7"
2026-02-17 02:36:20.537 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1a3061897e7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:36:20.537 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1a3061897e7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:36:21.027 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-9999" type:"ClusterIP" cluster_ips:"10.254.219.116" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:36:21.244 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-266" name:"default"}
2026-02-17 02:36:21.379 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-266"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-266"}
2026-02-17 02:36:21.409 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-266"}
2026-02-17 02:36:22.104 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-9999"
2026-02-17 02:36:22.194 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9999"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9999"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9999"} labels:{key:"webhook-9999" value:"true"}
2026-02-17 02:36:22.221 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2868"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2868"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2868"} labels:{key:"webhook-9999-markers" value:"true"}
2026-02-17 02:36:22.245 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-8282"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-8282"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-8282"}
2026-02-17 02:36:22.272 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"job-8282" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:23.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-7550"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-7550"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-7550"}
2026-02-17 02:36:23.968 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-6144"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-6144"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-6144"}
2026-02-17 02:36:23.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"var-expansion-6144" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:24.233 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-1327"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-1327"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-1327"}
2026-02-17 02:36:24.261 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5406"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5406"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5406"}
2026-02-17 02:36:24.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-5406" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:24.312 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5406"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5406"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5406"} labels:{key:"webhook-5406" value:"true"}
2026-02-17 02:36:24.313 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-4058"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-4058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-4058"} labels:{key:"webhook-5406-markers" value:"true"}
2026-02-17 02:36:24.330 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-4058" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:24.358 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-8282"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-8282"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-8282"}
2026-02-17 02:36:24.382 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-5928"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-5928"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-5928"}
2026-02-17 02:36:24.412 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replicaset-5928" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:25.090 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.replicaset-170.default"
2026-02-17 02:36:25.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replicaset-170.default"} profile:{inbound_rules:{action:"deny" rule_id:"rRjvPW2dC8xLx-kg"} outbound_rules:{action:"deny" rule_id:"mRHnslGNXXuIIGKy"}}
2026-02-17 02:36:25.091 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replicaset-170" name:"default"}
2026-02-17 02:36:25.197 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"security-context-6171" name:"default"}
2026-02-17 02:36:25.254 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replicaset-170/test-rs-gl72b, name=eth0)
2026-02-17 02:36:25.254 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replicaset-170/test-rs-gl72b" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1a3061897e7" profile_ids:"kns.replicaset-170" profile_ids:"ksa.replicaset-170.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:36:25.254 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.254 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.254 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.254 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replicaset-170/test-rs-gl72b, name=eth0)
2026-02-17 02:36:25.255 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1a3061897e7"
2026-02-17 02:36:25.255 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.255 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.280 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:25.280 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"} status="up"
2026-02-17 02:36:25.280 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replicaset-170/test-rs-gl72b" endpoint_id:"eth0"}
2026-02-17 02:36:25.280 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.replicaset-170"}
2026-02-17 02:36:25.280 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.replicaset-170.default"}
2026-02-17 02:36:25.281 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.281 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.281 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.replicaset-170" ipVersion=0x4 table="filter"
2026-02-17 02:36:25.281 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_gAxbAI9jbD4BHSieFT" ipVersion=0x4 table="filter"
2026-02-17 02:36:25.281 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.replicaset-170" ipVersion=0x4 table="filter"
2026-02-17 02:36:25.281 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_gAxbAI9jbD4BHSieFT" ipVersion=0x4 table="filter"
2026-02-17 02:36:25.281 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.282 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali1a3061897e7" ipVersion=0x4 table="filter"
2026-02-17 02:36:25.282 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali1a3061897e7" ipVersion=0x4 table="filter"
2026-02-17 02:36:25.282 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.282 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.283 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.135
2026-02-17 02:36:25.334 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-170/test-rs-gl72b", EndpointId:"eth0"}
2026-02-17 02:36:25.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-170"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-170"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-170"}
2026-02-17 02:36:26.008 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replicaset-170"}
2026-02-17 02:36:26.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-6171"} labels:{key:"e2e-framework" value:"security-context"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-6171"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-6171"}
2026-02-17 02:36:26.609 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"security-context-6171"}
2026-02-17 02:36:27.256 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-9999" name:"default"}
bird: KIF: Received address message for unknown interface 12
2026-02-17 02:36:27.509 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=12 ifaceName="cali1a3061897e7" state="down"
2026-02-17 02:36:27.510 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1a3061897e7"
2026-02-17 02:36:27.510 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=12
2026-02-17 02:36:27.510 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1a3061897e7", State:"down", Index:12}
2026-02-17 02:36:27.510 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1a3061897e7", Addrs:set.Typed[string]{}}
2026-02-17 02:36:27.510 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1a3061897e7", Addrs:set.Typed[string]{}}
2026-02-17 02:36:27.514 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=12 ifaceName="cali1a3061897e7" state=""
2026-02-17 02:36:27.514 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali1a3061897e7"
2026-02-17 02:36:27.530 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1a3061897e7", State:"", Index:12}
2026-02-17 02:36:27.530 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1a3061897e7", Addrs:set.Set[string](nil)}
2026-02-17 02:36:27.530 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1a3061897e7", Addrs:set.Set[string](nil)}
2026-02-17 02:36:27.622 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-2868" name:"default"}
2026-02-17 02:36:27.674 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-5928"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-5928"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-5928"}
2026-02-17 02:36:27.707 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"fake-node-9877"} labels:{key:"e2e-framework" value:"fake-node"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"fake-node-9877"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"fake-node-9877"}
2026-02-17 02:36:27.733 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"fake-node-9877" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:27.749 [INFO][57] confd/client.go 1157: Recompute BGP peerings: HostBGPConfig(node=e2e-fake-node-7td4z; name=ip_addr_v4) updated; HostBGPConfig(node=e2e-fake-node-7td4z; name=ip_addr_v6) updated; HostBGPConfig(node=e2e-fake-node-7td4z; name=rr_cluster_id) updated; e2e-fake-node-7td4z updated
2026-02-17 02:36:27.754 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"e2e-fake-node-7td4z"
bird: Reconfiguration requested by SIGHUP
bird: Reconfiguring
bird: device1: Reconfigured
bird: direct1: Reconfigured
bird: Mesh_192_168_24_111: Reconfigured
bird: Mesh_192_168_24_10: Reconfigured
bird: Reconfigured
2026-02-17 02:36:27.769 [INFO][57] confd/resource.go 290: Target config /etc/calico/confd/config/bird.cfg has been updated due to change in key: /calico/bgp/v1/host
2026-02-17 02:36:27.782 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"e2e-fake-node-7td4z"
2026-02-17 02:36:27.782 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"e2e-fake-node-7td4z"
2026-02-17 02:36:27.808 [INFO][57] confd/client.go 1157: Recompute BGP peerings: e2e-fake-node-7td4z updated
2026-02-17 02:36:27.808 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"e2e-fake-node-7td4z" labels:{key:"e2e-fake-node-7td4z" value:"patched"}
2026-02-17 02:36:27.899 [INFO][57] confd/client.go 1157: Recompute BGP peerings: e2e-fake-node-7td4z updated
2026-02-17 02:36:27.900 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"e2e-fake-node-7td4z" labels:{key:"e2e-fake-node-7td4z" value:"updated"}
2026-02-17 02:36:27.911 [INFO][57] confd/client.go 1157: Recompute BGP peerings: HostBGPConfig(node=e2e-fake-node-7td4z; name=ip_addr_v4) deleted; HostBGPConfig(node=e2e-fake-node-7td4z; name=ip_addr_v6) deleted; HostBGPConfig(node=e2e-fake-node-7td4z; name=rr_cluster_id) deleted; e2e-fake-node-7td4z deleted
bird: Reconfiguration requested by SIGHUP
bird: 2026-02-17 02:36:27.921 [INFO][57] confd/resource.go 290: Target config /etc/calico/confd/config/bird.cfg has been updated due to change in key: /calico/bgp/v1/host
Reconfiguring
bird: device1: Reconfigured
bird: direct1: Reconfigured
bird: Mesh_192_168_24_111: Reconfigured
bird: Mesh_192_168_24_10: Reconfigured
bird: Reconfigured
2026-02-17 02:36:27.931 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Remove update from calculation graph. msg=hostname:"e2e-fake-node-7td4z"
2026-02-17 02:36:27.931 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:36:27.931 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:36:27.948 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"fake-node-9877"} labels:{key:"e2e-framework" value:"fake-node"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"fake-node-9877"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"fake-node-9877"}
2026-02-17 02:36:28.055 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2015"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2015"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2015"}
2026-02-17 02:36:28.078 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-2015" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:28.152 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-6144"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-6144"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-6144"}
2026-02-17 02:36:28.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-8095"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-8095"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-8095"}
2026-02-17 02:36:28.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-8095" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:28.197 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-8095"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-8095"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-8095"} labels:{key:"webhook-8095" value:"true"}
2026-02-17 02:36:28.223 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2830"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2830"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2830"} labels:{key:"webhook-8095-markers" value:"true"}
2026-02-17 02:36:28.223 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-2830" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:28.223 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:36:28.341 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9999"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9999"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9999"} labels:{key:"webhook-9999" value:"true"}
2026-02-17 02:36:28.358 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-9999"}
2026-02-17 02:36:28.869 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2868"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2868"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2868"} labels:{key:"webhook-9999-markers" value:"true"}
2026-02-17 02:36:28.869 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:36:28.901 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-2868"}
2026-02-17 02:36:29.263 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"var-expansion-1327" name:"default"}
2026-02-17 02:36:29.358 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-7550" name:"default"}
2026-02-17 02:36:29.557 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-1327"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-1327"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-1327"}
2026-02-17 02:36:29.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"var-expansion-1327"}
2026-02-17 02:36:29.670 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-5406" type:"ClusterIP" cluster_ips:"10.254.74.86" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:36:29.722 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-7550"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-7550"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-7550"}
2026-02-17 02:36:29.777 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-7550"}
2026-02-17 02:36:29.813 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"job-8282" name:"default"}
2026-02-17 02:36:30.632 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-8095" type:"ClusterIP" cluster_ips:"10.254.143.205" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:36:30.714 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-8282"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-8282"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-8282"}
2026-02-17 02:36:32.197 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2015"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2015"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2015"}
2026-02-17 02:36:32.251 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-6271"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-6271"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-6271"}
2026-02-17 02:36:32.274 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-6271" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:32.992 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replicaset-5928" name:"default"}
2026-02-17 02:36:33.294 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-5928"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-5928"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-5928"}
2026-02-17 02:36:33.451 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-5406"
2026-02-17 02:36:33.703 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"fake-node-9877" name:"default"}
2026-02-17 02:36:33.835 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"var-expansion-6144" name:"default"}
2026-02-17 02:36:34.042 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"fake-node-9877"} labels:{key:"e2e-framework" value:"fake-node"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"fake-node-9877"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"fake-node-9877"}
2026-02-17 02:36:34.073 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"fake-node-9877"}
2026-02-17 02:36:34.113 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5406"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5406"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5406"} labels:{key:"webhook-5406" value:"true"}
2026-02-17 02:36:34.149 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-4058"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-4058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-4058"} labels:{key:"webhook-5406-markers" value:"true"}
2026-02-17 02:36:34.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7326"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7326"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-7326"}
2026-02-17 02:36:34.196 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-7326" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:34.219 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-6144"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-6144"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-6144"}
2026-02-17 02:36:34.247 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"var-expansion-6144"}
2026-02-17 02:36:34.313 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-8095"
2026-02-17 02:36:34.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-8095"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-8095"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-8095"} labels:{key:"webhook-8095" value:"true"}
2026-02-17 02:36:34.960 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2830"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2830"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2830"} labels:{key:"webhook-8095-markers" value:"true"}
2026-02-17 02:36:34.995 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-2819"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-2819"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-2819"}
2026-02-17 02:36:35.020 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"cronjob-2819" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:35.993 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-8282"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-8282"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-8282"}
2026-02-17 02:36:36.022 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"job-8282"}
2026-02-17 02:36:37.726 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-2015" name:"default"}
2026-02-17 02:36:37.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2015"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2015"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2015"}
2026-02-17 02:36:37.803 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-2015"}
2026-02-17 02:36:38.408 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7326"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7326"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-7326"}
2026-02-17 02:36:38.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-3961"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-3961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-3961"}
2026-02-17 02:36:38.457 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-3961" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:38.548 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-3961"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-3961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-3961"}
2026-02-17 02:36:38.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-9386"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-9386"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-9386"}
2026-02-17 02:36:38.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replicaset-9386" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:38.841 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-5928"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-5928"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-5928"}
2026-02-17 02:36:38.862 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replicaset-5928"}
2026-02-17 02:36:39.297 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-5406" name:"default"}
2026-02-17 02:36:39.321 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-6271"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-6271"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-6271"}
2026-02-17 02:36:39.340 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-5994"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-5994"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-5994"}
2026-02-17 02:36:39.360 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replicaset-5994" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:39.484 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-4058" name:"default"}
2026-02-17 02:36:39.687 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-4058"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-4058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-4058"} labels:{key:"webhook-5406-markers" value:"true"}
2026-02-17 02:36:39.713 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-4058"}
2026-02-17 02:36:39.784 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5406"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5406"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5406"} labels:{key:"webhook-5406" value:"true"}
2026-02-17 02:36:39.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-5406"}
2026-02-17 02:36:40.134 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-8095" name:"default"}
2026-02-17 02:36:40.387 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-2830" name:"default"}
2026-02-17 02:36:40.605 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2830"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2830"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2830"} labels:{key:"webhook-8095-markers" value:"true"}
2026-02-17 02:36:40.628 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-2830"}
2026-02-17 02:36:40.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-8095"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-8095"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-8095"} labels:{key:"webhook-8095" value:"true"}
2026-02-17 02:36:40.727 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-8095"}
2026-02-17 02:36:41.427 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-5994"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-5994"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-5994"}
2026-02-17 02:36:41.459 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-1718"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-1718"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-1718"}
2026-02-17 02:36:41.482 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-1718" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:41.506 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"affinity-clusterip" namespace:"services-1718" type:"ClusterIP" cluster_ips:"10.254.172.3" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:36:42.112 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-1718/affinity-clusterip-l6vmh, name=eth0)
2026-02-17 02:36:42.113 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-1718"} profile:{inbound_rules:{action:"allow" rule_id:"M97Bqtq7LQ1k5lOf"} outbound_rules:{action:"allow" rule_id:"l95KWg9Qa9XEHQkO"}}
2026-02-17 02:36:42.113 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-1718.default"} profile:{}
2026-02-17 02:36:42.114 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-1718/affinity-clusterip-l6vmh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6dc1682d1a0" profile_ids:"kns.services-1718" profile_ids:"ksa.services-1718.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:36:42.114 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.114 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.114 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.115 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:36:42.115 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali6dc1682d1a0" ipVersion=0x4 table="filter"
2026-02-17 02:36:42.115 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-1718" ipVersion=0x4 table="filter"
2026-02-17 02:36:42.115 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_xVTS8Lhensg6fU49rr" ipVersion=0x4 table="filter"
2026-02-17 02:36:42.115 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:36:42.116 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali6dc1682d1a0" ipVersion=0x4 table="filter"
2026-02-17 02:36:42.116 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-1718" ipVersion=0x4 table="filter"
2026-02-17 02:36:42.116 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_xVTS8Lhensg6fU49rr" ipVersion=0x4 table="filter"
2026-02-17 02:36:42.116 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:42.116 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.117 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.164 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:36:42.164 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} status="down"
2026-02-17 02:36:42.182 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=13 ifaceName="cali6dc1682d1a0" state="down"
2026-02-17 02:36:42.183 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:42.183 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6dc1682d1a0", State:"down", Index:13}
2026-02-17 02:36:42.183 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6dc1682d1a0", Addrs:set.Typed[string]{}}
2026-02-17 02:36:42.183 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6dc1682d1a0", Addrs:set.Typed[string]{}}
2026-02-17 02:36:42.183 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:42.183 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.183 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.184 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=13 ifaceName="cali6dc1682d1a0" state="up"
2026-02-17 02:36:42.209 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:36:42.209 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} status="down"
2026-02-17 02:36:42.209 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6dc1682d1a0", State:"up", Index:13}
2026-02-17 02:36:42.209 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:42.209 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:42.209 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:42.210 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.210 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:42.235 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:42.235 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} status="up"
2026-02-17 02:36:43.129 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=13
2026-02-17 02:36:43.129 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:43.129 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6dc1682d1a0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:36:43.129 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6dc1682d1a0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:36:43.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-7326" name:"default"}
2026-02-17 02:36:43.692 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-9386"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-9386"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-9386"}
2026-02-17 02:36:43.741 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-7796"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-7796"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-7796"}
2026-02-17 02:36:43.769 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"podtemplate-7796" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:43.804 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-3961" name:"default"}
2026-02-17 02:36:43.833 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-7796"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-7796"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-7796"}
2026-02-17 02:36:43.859 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2871"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2871"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2871"}
2026-02-17 02:36:43.859 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-2871" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:43.881 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2871"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2871"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2871"} labels:{key:"webhook-2871" value:"true"}
2026-02-17 02:36:43.905 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5830"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5830"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5830"} labels:{key:"webhook-2871-markers" value:"true"}
2026-02-17 02:36:43.905 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-5830" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:44.313 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7326"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7326"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-7326"}
2026-02-17 02:36:44.340 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-7326"}
2026-02-17 02:36:44.584 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-3961"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-3961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-3961"}
2026-02-17 02:36:44.652 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-3961"}
2026-02-17 02:36:44.983 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-6271" name:"default"}
2026-02-17 02:36:45.063 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-6271"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-6271"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-6271"}
2026-02-17 02:36:45.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-6271"}
2026-02-17 02:36:46.515 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replicaset-5994" name:"default"}
2026-02-17 02:36:47.129 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-5994"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-5994"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-5994"}
2026-02-17 02:36:47.151 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replicaset-5994"}
2026-02-17 02:36:48.665 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-2871" type:"ClusterIP" cluster_ips:"10.254.100.130" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:36:49.134 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"podtemplate-7796" name:"default"}
2026-02-17 02:36:49.249 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replicaset-9386" name:"default"}
2026-02-17 02:36:49.517 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-9386"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-9386"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-9386"}
2026-02-17 02:36:49.539 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replicaset-9386"}
2026-02-17 02:36:49.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-7796"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-7796"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-7796"}
2026-02-17 02:36:49.636 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"podtemplate-7796"}
2026-02-17 02:36:49.781 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-2871"
2026-02-17 02:36:49.849 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2871"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2871"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2871"} labels:{key:"webhook-2871" value:"true"}
2026-02-17 02:36:49.875 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5830"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5830"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5830"} labels:{key:"webhook-2871-markers" value:"true"}
2026-02-17 02:36:49.906 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-3007"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-3007"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-3007"}
2026-02-17 02:36:49.906 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-3007" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:49.920 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-1718/affinity-clusterip-l6vmh, name=eth0)
2026-02-17 02:36:49.933 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-1718/affinity-clusterip-l6vmh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6dc1682d1a0" profile_ids:"kns.services-1718" profile_ids:"ksa.services-1718.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:36:49.933 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:49.933 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:49.933 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:49.936 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:49.937 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:49.937 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:49.958 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:49.958 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} status="up"
2026-02-17 02:36:51.027 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:36:51.027 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:36:51.027 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:36:54.316 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-1718/affinity-clusterip-l6vmh, name=eth0)
2026-02-17 02:36:54.316 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-1718/affinity-clusterip-l6vmh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6dc1682d1a0" profile_ids:"kns.services-1718" profile_ids:"ksa.services-1718.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:36:54.317 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:54.317 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:54.317 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:54.317 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:54.318 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:54.318 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:54.358 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:54.358 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"} status="up"
2026-02-17 02:36:54.920 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:36:54.920 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:36:54.920 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:54.920 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:54.920 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:54.921 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:36:54.921 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:54.921 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:54.946 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:54.946 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:36:55.237 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-2871" name:"default"}
2026-02-17 02:36:55.450 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-5830" name:"default"}
2026-02-17 02:36:55.521 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5830"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5830"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5830"} labels:{key:"webhook-2871-markers" value:"true"}
2026-02-17 02:36:55.543 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-5830"}
2026-02-17 02:36:55.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2871"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2871"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2871"} labels:{key:"webhook-2871" value:"true"}
2026-02-17 02:36:55.619 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-2871"}
2026-02-17 02:36:55.686 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:36:55.687 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"}
2026-02-17 02:36:55.687 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.statefulset-6179"}
2026-02-17 02:36:55.687 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.statefulset-6179.default"}
2026-02-17 02:36:55.687 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:55.687 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:55.688 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_qLm7i3lKeGtjB0tIp4" ipVersion=0x4 table="filter"
2026-02-17 02:36:55.688 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_1ixldVOeZiKbmAiDGa" ipVersion=0x4 table="filter"
2026-02-17 02:36:55.688 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_qLm7i3lKeGtjB0tIp4" ipVersion=0x4 table="filter"
2026-02-17 02:36:55.688 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_1ixldVOeZiKbmAiDGa" ipVersion=0x4 table="filter"
2026-02-17 02:36:55.688 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:55.688 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:36:55.688 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali4f401300ccd" ipVersion=0x4 table="filter"
2026-02-17 02:36:55.688 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:36:55.688 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali4f401300ccd" ipVersion=0x4 table="filter"
2026-02-17 02:36:55.688 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:55.688 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:55.690 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.134
bird: KIF: Received address message for unknown interface 11
2026-02-17 02:36:55.761 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:55.800 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=11 ifaceName="cali4f401300ccd" state="down"
2026-02-17 02:36:55.800 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4f401300ccd"
2026-02-17 02:36:55.800 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4f401300ccd", State:"down", Index:11}
2026-02-17 02:36:55.800 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{}}
2026-02-17 02:36:55.801 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{}}
2026-02-17 02:36:55.801 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=11
2026-02-17 02:36:55.803 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=11 ifaceName="cali4f401300ccd" state=""
2026-02-17 02:36:55.803 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali4f401300ccd"
2026-02-17 02:36:55.825 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4f401300ccd", State:"", Index:11}
2026-02-17 02:36:55.825 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Set[string](nil)}
2026-02-17 02:36:55.825 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Set[string](nil)}
2026-02-17 02:36:56.527 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:36:56.528 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.statefulset-6179"} profile:{inbound_rules:{action:"allow" rule_id:"Xs1zpcPFcYSzBkkm"} outbound_rules:{action:"allow" rule_id:"K650vvLBilQ20Psm"}}
2026-02-17 02:36:56.528 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.statefulset-6179.default"} profile:{}
2026-02-17 02:36:56.528 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:36:56.528 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:56.528 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:56.528 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:56.529 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.529 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali4f401300ccd" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.529 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_qLm7i3lKeGtjB0tIp4" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.529 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_1ixldVOeZiKbmAiDGa" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.529 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.529 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali4f401300ccd" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.529 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_qLm7i3lKeGtjB0tIp4" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.529 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_1ixldVOeZiKbmAiDGa" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.529 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali4f401300ccd"
2026-02-17 02:36:56.529 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:56.529 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:56.562 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:36:56.563 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="down"
2026-02-17 02:36:56.599 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=14 ifaceName="cali4f401300ccd" state="down"
2026-02-17 02:36:56.600 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4f401300ccd"
2026-02-17 02:36:56.600 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=14 ifaceName="cali4f401300ccd" state="up"
2026-02-17 02:36:56.600 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4f401300ccd", State:"down", Index:14}
2026-02-17 02:36:56.600 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{}}
2026-02-17 02:36:56.600 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{}}
2026-02-17 02:36:56.600 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4f401300ccd", State:"up", Index:14}
2026-02-17 02:36:56.600 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali4f401300ccd"
2026-02-17 02:36:56.600 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali4f401300ccd"
2026-02-17 02:36:56.600 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:36:56.601 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:56.601 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:36:56.624 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:36:56.624 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:36:56.654 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-1718/affinity-clusterip-l6vmh, name=eth0)
2026-02-17 02:36:56.655 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-1718/affinity-clusterip-l6vmh" endpoint_id:"eth0"}
2026-02-17 02:36:56.655 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-1718"}
2026-02-17 02:36:56.655 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-1718.default"}
2026-02-17 02:36:56.655 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:56.655 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:56.655 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-1718" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.655 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_xVTS8Lhensg6fU49rr" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.655 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-1718" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.656 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_xVTS8Lhensg6fU49rr" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.656 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:56.656 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.656 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali6dc1682d1a0" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.656 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.656 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali6dc1682d1a0" ipVersion=0x4 table="filter"
2026-02-17 02:36:56.656 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:56.656 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:56.656 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.136
2026-02-17 02:36:56.735 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1718/affinity-clusterip-l6vmh", EndpointId:"eth0"}
2026-02-17 02:36:56.761 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=13
2026-02-17 02:36:56.761 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:56.762 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=13 ifaceName="cali6dc1682d1a0" state="down"
2026-02-17 02:36:56.768 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6dc1682d1a0", Addrs:set.Typed[string]{}}
2026-02-17 02:36:56.769 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6dc1682d1a0", Addrs:set.Typed[string]{}}
2026-02-17 02:36:56.769 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6dc1682d1a0", State:"down", Index:13}
2026-02-17 02:36:56.769 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=13 ifaceName="cali6dc1682d1a0" state=""
2026-02-17 02:36:56.769 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6dc1682d1a0"
2026-02-17 02:36:56.793 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6dc1682d1a0", State:"", Index:13}
2026-02-17 02:36:56.793 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6dc1682d1a0", Addrs:set.Set[string](nil)}
2026-02-17 02:36:56.793 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6dc1682d1a0", Addrs:set.Set[string](nil)}
2026-02-17 02:36:57.500 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"affinity-clusterip" namespace:"services-1718"
2026-02-17 02:36:57.575 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-1718"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-1718"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-1718"}
2026-02-17 02:36:57.608 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-9979"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-9979"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-9979"}
2026-02-17 02:36:57.630 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-9979" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:36:58.105 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=14
2026-02-17 02:36:58.105 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali4f401300ccd"
2026-02-17 02:36:58.105 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:36:58.105 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:36:58.675 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-3007"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-3007"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-3007"}
2026-02-17 02:36:58.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4858"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4858"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4858"}
2026-02-17 02:36:58.726 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-4858" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:02.609 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-1718" name:"default"}
2026-02-17 02:37:02.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-1718"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-1718"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-1718"}
2026-02-17 02:37:02.957 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-1718"}
2026-02-17 02:37:03.719 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-3007" name:"default"}
2026-02-17 02:37:03.895 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-3007"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-3007"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-3007"}
2026-02-17 02:37:03.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-3007"}
2026-02-17 02:37:04.986 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:37:04.987 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:37:04.987 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:04.987 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:04.988 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:04.989 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:37:04.990 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:04.990 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:05.016 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:37:05.016 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:37:05.017 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:37:05.017 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:37:05.017 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:05.018 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:05.018 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:05.018 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:37:05.019 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:05.019 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:05.042 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:37:05.042 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:37:14.811 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4858"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4858"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4858"}
2026-02-17 02:37:14.838 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ephemeral-containers-test-947"} labels:{key:"e2e-framework" value:"ephemeral-containers-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ephemeral-containers-test-947"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"ephemeral-containers-test-947"}
2026-02-17 02:37:14.858 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"ephemeral-containers-test-947" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:16.595 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:37:16.597 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:37:16.598 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:16.598 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:16.598 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:16.598 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:37:16.598 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:16.598 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:16.621 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:37:16.621 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:37:17.164 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:37:17.164 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4f401300ccd" profile_ids:"kns.statefulset-6179" profile_ids:"ksa.statefulset-6179.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:37:17.164 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.165 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.165 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.166 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4f401300ccd"
2026-02-17 02:37:17.166 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.166 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.188 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:37:17.188 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:37:17.831 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-6179/ss2-1, name=eth0)
2026-02-17 02:37:17.831 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-6179/ss2-1" endpoint_id:"eth0"}
2026-02-17 02:37:17.831 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.statefulset-6179"}
2026-02-17 02:37:17.831 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.statefulset-6179.default"}
2026-02-17 02:37:17.832 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.832 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.832 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_qLm7i3lKeGtjB0tIp4" ipVersion=0x4 table="filter"
2026-02-17 02:37:17.832 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_1ixldVOeZiKbmAiDGa" ipVersion=0x4 table="filter"
2026-02-17 02:37:17.832 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_qLm7i3lKeGtjB0tIp4" ipVersion=0x4 table="filter"
2026-02-17 02:37:17.832 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_1ixldVOeZiKbmAiDGa" ipVersion=0x4 table="filter"
2026-02-17 02:37:17.832 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.832 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:37:17.832 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali4f401300ccd" ipVersion=0x4 table="filter"
2026-02-17 02:37:17.832 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:37:17.832 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali4f401300ccd" ipVersion=0x4 table="filter"
2026-02-17 02:37:17.832 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.832 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.833 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.137
bird: KIF: Received address message for unknown interface 14
2026-02-17 02:37:17.895 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-6179/ss2-1", EndpointId:"eth0"}
2026-02-17 02:37:17.942 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=14 ifaceName="cali4f401300ccd" state="down"
2026-02-17 02:37:17.942 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4f401300ccd", State:"down", Index:14}
2026-02-17 02:37:17.942 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4f401300ccd"
2026-02-17 02:37:17.942 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=14
2026-02-17 02:37:17.946 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=14 ifaceName="cali4f401300ccd" state=""
2026-02-17 02:37:17.946 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali4f401300ccd"
2026-02-17 02:37:17.965 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{}}
2026-02-17 02:37:17.965 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Typed[string]{}}
2026-02-17 02:37:17.965 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4f401300ccd", State:"", Index:14}
2026-02-17 02:37:17.965 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Set[string](nil)}
2026-02-17 02:37:17.965 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4f401300ccd", Addrs:set.Set[string](nil)}
2026-02-17 02:37:18.243 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:37:19.923 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-4858" name:"default"}
2026-02-17 02:37:19.948 [INFO][60] felix/summary.go 100: Summarising 213 dataplane reconciliation loops over 1m1.1s: avg=28ms longest=80ms (resync-calico-v4,resync-filter-v4,update-filter-v4)
2026-02-17 02:37:20.175 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4858"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4858"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4858"}
2026-02-17 02:37:20.199 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-4858"}
2026-02-17 02:37:21.002 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:37:21.002 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:37:21.002 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:37:21.279 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ephemeral-containers-test-947"} labels:{key:"e2e-framework" value:"ephemeral-containers-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ephemeral-containers-test-947"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"ephemeral-containers-test-947"}
2026-02-17 02:37:21.317 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-1592"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-1592"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-1592"}
2026-02-17 02:37:21.317 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"init-container-1592" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:25.066 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-1592"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-1592"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-1592"}
2026-02-17 02:37:25.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1920"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1920"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1920"}
2026-02-17 02:37:25.105 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"statefulset-1920" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:25.124 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test" namespace:"statefulset-1920" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:37:25.177 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-6179"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-6179"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-6179"}
2026-02-17 02:37:25.202 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"sysctl-5481"} labels:{key:"e2e-framework" value:"sysctl"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"sysctl-5481"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"sysctl-5481"}
2026-02-17 02:37:25.225 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"sysctl-5481" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:26.566 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"ephemeral-containers-test-947" name:"default"}
2026-02-17 02:37:26.776 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ephemeral-containers-test-947"} labels:{key:"e2e-framework" value:"ephemeral-containers-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ephemeral-containers-test-947"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"ephemeral-containers-test-947"}
2026-02-17 02:37:29.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"sysctl-5481"} labels:{key:"e2e-framework" value:"sysctl"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"sysctl-5481"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"sysctl-5481"}
2026-02-17 02:37:29.363 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-3082"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-3082"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-3082"}
2026-02-17 02:37:29.394 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-lifecycle-hook-3082" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:30.417 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"statefulset-6179" name:"default"}
2026-02-17 02:37:30.850 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test" namespace:"statefulset-6179"
2026-02-17 02:37:30.892 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"init-container-1592" name:"default"}
2026-02-17 02:37:30.946 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-1592"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-1592"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-1592"}
2026-02-17 02:37:30.971 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"init-container-1592"}
2026-02-17 02:37:31.345 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-6179"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-6179"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-6179"}
2026-02-17 02:37:31.371 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"statefulset-6179"}
2026-02-17 02:37:34.385 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"sysctl-5481" name:"default"}
2026-02-17 02:37:34.639 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"sysctl-5481"} labels:{key:"e2e-framework" value:"sysctl"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"sysctl-5481"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"sysctl-5481"}
2026-02-17 02:37:34.664 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"sysctl-5481"}
2026-02-17 02:37:35.828 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-1920/test-ss-1, name=eth0)
2026-02-17 02:37:35.829 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.statefulset-1920"} profile:{inbound_rules:{action:"allow" rule_id:"rPTTmrdxPz5n-wCD"} outbound_rules:{action:"allow" rule_id:"tuSUZP1PnhNXNLe0"}}
2026-02-17 02:37:35.829 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.statefulset-1920.default"} profile:{}
2026-02-17 02:37:35.829 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-1920/test-ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6c9712f6171" profile_ids:"kns.statefulset-1920" profile_ids:"ksa.statefulset-1920.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:37:35.829 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:35.829 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:35.829 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:35.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:37:35.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali6c9712f6171" ipVersion=0x4 table="filter"
2026-02-17 02:37:35.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_E-QBogQ60VqMBMZ3x0" ipVersion=0x4 table="filter"
2026-02-17 02:37:35.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_sH34LEYDFWU6v6xFMe" ipVersion=0x4 table="filter"
2026-02-17 02:37:35.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:37:35.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali6c9712f6171" ipVersion=0x4 table="filter"
2026-02-17 02:37:35.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_E-QBogQ60VqMBMZ3x0" ipVersion=0x4 table="filter"
2026-02-17 02:37:35.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_sH34LEYDFWU6v6xFMe" ipVersion=0x4 table="filter"
2026-02-17 02:37:35.830 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6c9712f6171"
2026-02-17 02:37:35.830 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:35.830 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:35.857 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=15 ifaceName="cali6c9712f6171" state="down"
2026-02-17 02:37:35.858 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6c9712f6171"
2026-02-17 02:37:35.868 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=15 ifaceName="cali6c9712f6171" state="up"
2026-02-17 02:37:35.880 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:37:35.880 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} status="down"
2026-02-17 02:37:35.880 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6c9712f6171", State:"down", Index:15}
2026-02-17 02:37:35.880 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6c9712f6171", Addrs:set.Typed[string]{}}
2026-02-17 02:37:35.880 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6c9712f6171", Addrs:set.Typed[string]{}}
2026-02-17 02:37:35.880 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6c9712f6171", State:"up", Index:15}
2026-02-17 02:37:35.881 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6c9712f6171"
2026-02-17 02:37:35.881 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6c9712f6171"
2026-02-17 02:37:35.881 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6c9712f6171"
2026-02-17 02:37:35.881 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:35.881 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:35.910 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:37:35.910 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:37:36.858 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=15
2026-02-17 02:37:36.858 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6c9712f6171"
2026-02-17 02:37:36.858 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6c9712f6171", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:37:36.858 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6c9712f6171", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:37:37.153 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-1920/test-ss-1, name=eth0)
2026-02-17 02:37:37.153 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-1920/test-ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6c9712f6171" profile_ids:"kns.statefulset-1920" profile_ids:"ksa.statefulset-1920.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:37:37.153 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.153 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.153 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.154 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6c9712f6171"
2026-02-17 02:37:37.154 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.154 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.177 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-1920/test-ss-1, name=eth0)
2026-02-17 02:37:37.177 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:37:37.178 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:37:37.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-1920/test-ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6c9712f6171" profile_ids:"kns.statefulset-1920" profile_ids:"ksa.statefulset-1920.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:37:37.178 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.178 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.178 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.179 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6c9712f6171"
2026-02-17 02:37:37.179 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.179 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:37.204 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:37:37.204 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:37:39.528 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-3082"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-3082"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-3082"}
2026-02-17 02:37:39.553 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5028"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5028"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5028"}
2026-02-17 02:37:39.577 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-5028" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:43.673 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5028"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5028"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5028"}
2026-02-17 02:37:43.721 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-2007"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"events-2007"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-2007"}
2026-02-17 02:37:43.749 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"events-2007" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:43.834 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-2007"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"events-2007"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-2007"}
2026-02-17 02:37:43.868 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-71"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"dns-71"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-71"}
2026-02-17 02:37:43.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"dns-71" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:44.785 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-lifecycle-hook-3082" name:"default"}
2026-02-17 02:37:45.453 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-1920/test-ss-1, name=eth0)
2026-02-17 02:37:45.454 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-1920/test-ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6c9712f6171" profile_ids:"kns.statefulset-1920" profile_ids:"ksa.statefulset-1920.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:37:45.454 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.454 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.454 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.455 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6c9712f6171"
2026-02-17 02:37:45.456 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.456 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.500 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:37:45.500 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:37:45.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1920"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1920"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1920"}
2026-02-17 02:37:45.578 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-7028"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-7028"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-7028"}
2026-02-17 02:37:45.608 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"dns-7028" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:45.648 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"dns-test-service" namespace:"dns-7028" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:37:45.648 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service-2" namespace:"dns-7028" type:"ClusterIP" cluster_ips:"10.254.97.150" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:37:45.710 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-3082"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-3082"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-3082"}
2026-02-17 02:37:45.758 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-lifecycle-hook-3082"}
2026-02-17 02:37:45.847 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-1920/test-ss-1, name=eth0)
2026-02-17 02:37:45.847 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-1920/test-ss-1" endpoint_id:"eth0"}
2026-02-17 02:37:45.847 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.statefulset-1920"}
2026-02-17 02:37:45.847 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.statefulset-1920.default"}
2026-02-17 02:37:45.847 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.848 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.848 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_E-QBogQ60VqMBMZ3x0" ipVersion=0x4 table="filter"
2026-02-17 02:37:45.849 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_sH34LEYDFWU6v6xFMe" ipVersion=0x4 table="filter"
2026-02-17 02:37:45.849 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_E-QBogQ60VqMBMZ3x0" ipVersion=0x4 table="filter"
2026-02-17 02:37:45.849 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_sH34LEYDFWU6v6xFMe" ipVersion=0x4 table="filter"
2026-02-17 02:37:45.849 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.849 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:37:45.850 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali6c9712f6171" ipVersion=0x4 table="filter"
2026-02-17 02:37:45.850 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:37:45.850 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali6c9712f6171" ipVersion=0x4 table="filter"
2026-02-17 02:37:45.850 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.850 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.850 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.138
bird: KIF: Received address message for unknown interface 15
2026-02-17 02:37:45.906 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-1920/test-ss-1", EndpointId:"eth0"}
2026-02-17 02:37:45.955 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=15 ifaceName="cali6c9712f6171" state="down"
2026-02-17 02:37:45.955 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6c9712f6171"
2026-02-17 02:37:45.955 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=15
2026-02-17 02:37:45.955 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6c9712f6171", State:"down", Index:15}
2026-02-17 02:37:45.956 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6c9712f6171", Addrs:set.Typed[string]{}}
2026-02-17 02:37:45.956 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6c9712f6171", Addrs:set.Typed[string]{}}
2026-02-17 02:37:45.963 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=15 ifaceName="cali6c9712f6171" state=""
2026-02-17 02:37:45.963 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6c9712f6171"
2026-02-17 02:37:45.982 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6c9712f6171", State:"", Index:15}
2026-02-17 02:37:45.982 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6c9712f6171", Addrs:set.Set[string](nil)}
2026-02-17 02:37:45.982 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6c9712f6171", Addrs:set.Set[string](nil)}
2026-02-17 02:37:48.692 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-5028" name:"default"}
2026-02-17 02:37:49.005 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"events-2007" name:"default"}
2026-02-17 02:37:49.144 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5028"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5028"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5028"}
2026-02-17 02:37:49.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-5028"}
2026-02-17 02:37:49.221 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-2007"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"events-2007"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-2007"}
2026-02-17 02:37:49.244 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"events-2007"}
2026-02-17 02:37:50.555 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"statefulset-1920" name:"default"}
2026-02-17 02:37:50.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test" namespace:"statefulset-1920"
2026-02-17 02:37:51.039 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1920"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1920"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1920"}
2026-02-17 02:37:51.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"statefulset-1920"}
2026-02-17 02:37:56.054 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-71"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"dns-71"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-71"}
2026-02-17 02:37:56.089 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9173"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9173"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9173"}
2026-02-17 02:37:56.089 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-9173" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:37:57.897 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test-service-2" namespace:"dns-7028"
2026-02-17 02:37:57.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"dns-test-service" namespace:"dns-7028"
2026-02-17 02:37:58.052 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-7028"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-7028"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-7028"}
2026-02-17 02:37:58.077 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-130"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-130"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-130"}
2026-02-17 02:37:58.100 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"field-validation-130" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:01.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-2819"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-2819"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-2819"}
2026-02-17 02:38:01.121 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"dns-71" name:"default"}
2026-02-17 02:38:01.121 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"apf-6755"} labels:{key:"e2e-framework" value:"apf"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"apf-6755"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"apf-6755"}
2026-02-17 02:38:01.148 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"apf-6755" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:01.258 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-130"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-130"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-130"}
2026-02-17 02:38:01.295 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-1789"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-1789"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-1789"}
2026-02-17 02:38:01.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-1789" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:01.341 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"affinity-clusterip-transition" namespace:"services-1789" type:"ClusterIP" cluster_ips:"10.254.65.100" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:38:01.394 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"apf-6755"} labels:{key:"e2e-framework" value:"apf"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"apf-6755"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"apf-6755"}
2026-02-17 02:38:01.394 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-8331"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-8331"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-8331"}
2026-02-17 02:38:01.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-8331" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:01.789 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-71"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"dns-71"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-71"}
2026-02-17 02:38:01.814 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"dns-71"}
2026-02-17 02:38:01.976 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-1789/affinity-clusterip-transition-p7m79, name=eth0)
2026-02-17 02:38:01.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-1789"} profile:{inbound_rules:{action:"allow" rule_id:"_-5E_CXPC-p85Na8"} outbound_rules:{action:"allow" rule_id:"MxIXNZHQDLnQJvog"}}
2026-02-17 02:38:01.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-1789.default"} profile:{}
2026-02-17 02:38:01.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-1789/affinity-clusterip-transition-p7m79" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0e53f3912f7" profile_ids:"kns.services-1789" profile_ids:"ksa.services-1789.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:38:01.977 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:01.978 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:01.978 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:01.978 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali0e53f3912f7" ipVersion=0x4 table="filter"
2026-02-17 02:38:01.978 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-1789" ipVersion=0x4 table="filter"
2026-02-17 02:38:01.978 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_qRuy6YL2F_M6w2cd-1" ipVersion=0x4 table="filter"
2026-02-17 02:38:01.978 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali0e53f3912f7" ipVersion=0x4 table="filter"
2026-02-17 02:38:01.978 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-1789" ipVersion=0x4 table="filter"
2026-02-17 02:38:01.978 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_qRuy6YL2F_M6w2cd-1" ipVersion=0x4 table="filter"
2026-02-17 02:38:01.979 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali0e53f3912f7"
2026-02-17 02:38:01.979 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:01.979 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:02.024 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:38:02.024 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} status="down"
2026-02-17 02:38:02.055 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=16 ifaceName="cali0e53f3912f7" state="down"
2026-02-17 02:38:02.056 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali0e53f3912f7"
2026-02-17 02:38:02.056 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0e53f3912f7", State:"down", Index:16}
2026-02-17 02:38:02.056 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0e53f3912f7", Addrs:set.Typed[string]{}}
2026-02-17 02:38:02.056 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0e53f3912f7", Addrs:set.Typed[string]{}}
2026-02-17 02:38:02.056 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali0e53f3912f7"
2026-02-17 02:38:02.056 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:02.057 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:02.057 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=16 ifaceName="cali0e53f3912f7" state="up"
2026-02-17 02:38:02.082 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:38:02.082 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} status="down"
2026-02-17 02:38:02.082 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0e53f3912f7", State:"up", Index:16}
2026-02-17 02:38:02.082 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali0e53f3912f7"
2026-02-17 02:38:02.082 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali0e53f3912f7"
2026-02-17 02:38:02.082 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali0e53f3912f7"
2026-02-17 02:38:02.082 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:02.082 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:02.114 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:02.114 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} status="up"
2026-02-17 02:38:02.377 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9173"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9173"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9173"}
2026-02-17 02:38:02.402 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-9810"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-9810"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-9810"}
2026-02-17 02:38:02.427 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-9810" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:03.160 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"dns-7028" name:"default"}
2026-02-17 02:38:03.225 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=16
2026-02-17 02:38:03.225 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali0e53f3912f7"
2026-02-17 02:38:03.225 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0e53f3912f7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:38:03.225 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0e53f3912f7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:38:03.360 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-1789/affinity-clusterip-transition-p7m79, name=eth0)
2026-02-17 02:38:03.360 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-1789/affinity-clusterip-transition-p7m79" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0e53f3912f7" profile_ids:"kns.services-1789" profile_ids:"ksa.services-1789.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:38:03.360 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:03.361 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:03.361 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:03.361 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali0e53f3912f7"
2026-02-17 02:38:03.361 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:03.361 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:03.406 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:03.406 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} status="up"
2026-02-17 02:38:03.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-7028"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-7028"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-7028"}
2026-02-17 02:38:03.616 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"dns-7028"}
2026-02-17 02:38:04.367 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ephemeral-containers-test-947"} labels:{key:"e2e-framework" value:"ephemeral-containers-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ephemeral-containers-test-947"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"ephemeral-containers-test-947"}
2026-02-17 02:38:04.394 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"ephemeral-containers-test-947"}
2026-02-17 02:38:06.339 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"field-validation-130" name:"default"}
2026-02-17 02:38:06.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"cronjob-2819" name:"default"}
2026-02-17 02:38:06.526 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-9810"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-9810"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-9810"}
2026-02-17 02:38:06.551 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-9490"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-9490"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-9490"}
2026-02-17 02:38:06.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-9490" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:06.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"externalname-service" namespace:"services-9490" type:"ExternalName"
2026-02-17 02:38:06.609 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"externalname-service" namespace:"services-9490" type:"NodePort" cluster_ips:"10.254.126.68" ports:{Protocol:"TCP" Port:80 NodePort:31842}
2026-02-17 02:38:06.707 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-2819"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-2819"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-2819"}
2026-02-17 02:38:06.816 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-130"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-130"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-130"}
2026-02-17 02:38:06.851 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"field-validation-130"}
2026-02-17 02:38:06.973 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"apf-6755" name:"default"}
2026-02-17 02:38:07.040 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"apf-6755"} labels:{key:"e2e-framework" value:"apf"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"apf-6755"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"apf-6755"}
2026-02-17 02:38:07.069 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"apf-6755"}
2026-02-17 02:38:07.323 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-9490/externalname-service-gb76x, name=eth0)
2026-02-17 02:38:07.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-9490"} profile:{inbound_rules:{action:"allow" rule_id:"fAagup0t-RyqfisF"} outbound_rules:{action:"allow" rule_id:"WAse3sjbqH5764f_"}}
2026-02-17 02:38:07.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-9490.default"} profile:{}
2026-02-17 02:38:07.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-9490/externalname-service-gb76x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib83ccf9fbcd" profile_ids:"kns.services-9490" profile_ids:"ksa.services-9490.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:38:07.324 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.324 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.324 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.324 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calib83ccf9fbcd" ipVersion=0x4 table="filter"
2026-02-17 02:38:07.324 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-9490" ipVersion=0x4 table="filter"
2026-02-17 02:38:07.324 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_xBANpCnS5foa2OHGjN" ipVersion=0x4 table="filter"
2026-02-17 02:38:07.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calib83ccf9fbcd" ipVersion=0x4 table="filter"
2026-02-17 02:38:07.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-9490" ipVersion=0x4 table="filter"
2026-02-17 02:38:07.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_xBANpCnS5foa2OHGjN" ipVersion=0x4 table="filter"
2026-02-17 02:38:07.325 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:07.325 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.325 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.385 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:38:07.385 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} status="down"
2026-02-17 02:38:07.397 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=17 ifaceName="calib83ccf9fbcd" state="down"
2026-02-17 02:38:07.398 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:07.398 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib83ccf9fbcd", State:"down", Index:17}
2026-02-17 02:38:07.398 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib83ccf9fbcd", Addrs:set.Typed[string]{}}
2026-02-17 02:38:07.398 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib83ccf9fbcd", Addrs:set.Typed[string]{}}
2026-02-17 02:38:07.398 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:07.398 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.398 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.405 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=17 ifaceName="calib83ccf9fbcd" state="up"
2026-02-17 02:38:07.427 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:38:07.427 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} status="down"
2026-02-17 02:38:07.427 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib83ccf9fbcd", State:"up", Index:17}
2026-02-17 02:38:07.427 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:07.427 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:07.427 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:07.427 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.427 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:07.446 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:07.446 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} status="up"
2026-02-17 02:38:07.447 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-9173" name:"default"}
2026-02-17 02:38:07.794 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9173"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9173"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9173"}
2026-02-17 02:38:07.821 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-9173"}
2026-02-17 02:38:07.842 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"affinity-clusterip-transition" namespace:"services-1789" type:"ClusterIP" cluster_ips:"10.254.65.100" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:38:08.124 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"affinity-clusterip-transition" namespace:"services-1789" type:"ClusterIP" cluster_ips:"10.254.65.100" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:38:08.396 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-9490/externalname-service-gb76x, name=eth0)
2026-02-17 02:38:08.396 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-9490/externalname-service-gb76x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib83ccf9fbcd" profile_ids:"kns.services-9490" profile_ids:"ksa.services-9490.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:38:08.396 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:08.403 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:08.403 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:08.405 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:08.405 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:08.405 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:08.429 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:08.429 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} status="up"
2026-02-17 02:38:08.825 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=17
2026-02-17 02:38:08.825 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:08.825 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib83ccf9fbcd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:38:08.825 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib83ccf9fbcd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:38:11.720 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-9810" name:"default"}
2026-02-17 02:38:11.882 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-9810"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-9810"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-9810"}
2026-02-17 02:38:11.908 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-9810"}
2026-02-17 02:38:14.361 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"externalname-service" namespace:"services-9490"
2026-02-17 02:38:14.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-9490"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-9490"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-9490"}
2026-02-17 02:38:14.462 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-5101"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-5101"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-5101"}
2026-02-17 02:38:14.462 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-5101" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:17.626 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-8331"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-8331"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-8331"}
2026-02-17 02:38:17.667 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5166"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5166"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5166"}
2026-02-17 02:38:17.699 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-5166" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:17.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5166"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5166"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5166"} labels:{key:"webhook-5166" value:"true"}
2026-02-17 02:38:17.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-7969"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-7969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-7969"} labels:{key:"webhook-5166-markers" value:"true"}
2026-02-17 02:38:17.745 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-7969" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:18.269 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:38:19.605 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-9490/externalname-service-gb76x, name=eth0)
2026-02-17 02:38:19.605 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-9490/externalname-service-gb76x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib83ccf9fbcd" profile_ids:"kns.services-9490" profile_ids:"ksa.services-9490.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:38:19.606 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:19.606 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:19.606 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:19.609 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:19.609 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:19.610 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:19.630 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:19.630 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"} status="up"
2026-02-17 02:38:19.776 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.services-9490.default"
2026-02-17 02:38:19.777 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-9490.default"} profile:{inbound_rules:{action:"deny" rule_id:"7D7sCcQXMO5084jj"} outbound_rules:{action:"deny" rule_id:"IVNBOlIUvhi5um0Q"}}
2026-02-17 02:38:19.777 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-9490" name:"default"}
2026-02-17 02:38:19.969 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-9490"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-9490"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-9490"}
2026-02-17 02:38:19.992 [INFO][60] felix/summary.go 100: Summarising 137 dataplane reconciliation loops over 1m0s: avg=29ms longest=84ms (resync-calico-v4,resync-filter-v4)
2026-02-17 02:38:20.363 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-5166" type:"ClusterIP" cluster_ips:"10.254.115.246" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:38:21.925 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-9490/externalname-service-gb76x, name=eth0)
2026-02-17 02:38:21.926 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-9490/externalname-service-gb76x" endpoint_id:"eth0"}
2026-02-17 02:38:21.926 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-9490"}
2026-02-17 02:38:21.926 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-9490.default"}
2026-02-17 02:38:21.926 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:21.926 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:21.926 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-9490" ipVersion=0x4 table="filter"
2026-02-17 02:38:21.926 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_xBANpCnS5foa2OHGjN" ipVersion=0x4 table="filter"
2026-02-17 02:38:21.926 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-9490" ipVersion=0x4 table="filter"
2026-02-17 02:38:21.926 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_xBANpCnS5foa2OHGjN" ipVersion=0x4 table="filter"
2026-02-17 02:38:21.926 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:21.927 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calib83ccf9fbcd" ipVersion=0x4 table="filter"
2026-02-17 02:38:21.927 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calib83ccf9fbcd" ipVersion=0x4 table="filter"
2026-02-17 02:38:21.927 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:21.927 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:21.927 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.140
2026-02-17 02:38:21.992 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9490/externalname-service-gb76x", EndpointId:"eth0"}
2026-02-17 02:38:22.031 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=17 ifaceName="calib83ccf9fbcd" state="down"
2026-02-17 02:38:22.033 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib83ccf9fbcd", State:"down", Index:17}
2026-02-17 02:38:22.033 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:22.033 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=17
2026-02-17 02:38:22.038 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=17 ifaceName="calib83ccf9fbcd" state=""
2026-02-17 02:38:22.038 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calib83ccf9fbcd"
2026-02-17 02:38:22.057 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib83ccf9fbcd", Addrs:set.Typed[string]{}}
2026-02-17 02:38:22.057 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib83ccf9fbcd", Addrs:set.Typed[string]{}}
2026-02-17 02:38:22.057 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib83ccf9fbcd", State:"", Index:17}
2026-02-17 02:38:22.057 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib83ccf9fbcd", Addrs:set.Set[string](nil)}
2026-02-17 02:38:22.057 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib83ccf9fbcd", Addrs:set.Set[string](nil)}
2026-02-17 02:38:22.648 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-8331" name:"default"}
2026-02-17 02:38:22.947 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-9490"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-9490"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-9490"}
2026-02-17 02:38:22.974 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-9490"}
2026-02-17 02:38:23.224 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-8331"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-8331"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-8331"}
2026-02-17 02:38:23.255 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-8331"}
2026-02-17 02:38:23.569 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:38:23.569 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:38:23.569 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:38:33.583 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-5166"
2026-02-17 02:38:33.740 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5166"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5166"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5166"} labels:{key:"webhook-5166" value:"true"}
2026-02-17 02:38:33.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-7969"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-7969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-7969"} labels:{key:"webhook-5166-markers" value:"true"}
2026-02-17 02:38:33.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-7595"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-7595"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-7595"}
2026-02-17 02:38:33.779 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"statefulset-7595" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:33.822 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test" namespace:"statefulset-7595" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:38:38.825 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-1789/affinity-clusterip-transition-p7m79, name=eth0)
2026-02-17 02:38:38.826 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-1789/affinity-clusterip-transition-p7m79" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0e53f3912f7" profile_ids:"kns.services-1789" profile_ids:"ksa.services-1789.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:38:38.826 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:38.826 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:38.826 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:38.827 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali0e53f3912f7"
2026-02-17 02:38:38.827 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:38.827 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:38.877 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:38.878 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"} status="up"
2026-02-17 02:38:39.017 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-5166" name:"default"}
2026-02-17 02:38:39.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5166"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5166"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5166"} labels:{key:"webhook-5166" value:"true"}
2026-02-17 02:38:39.339 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-5166"}
2026-02-17 02:38:39.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-7969" name:"default"}
2026-02-17 02:38:39.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-7969"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-7969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-7969"} labels:{key:"webhook-5166-markers" value:"true"}
2026-02-17 02:38:39.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-7969"}
2026-02-17 02:38:41.127 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-1789/affinity-clusterip-transition-p7m79, name=eth0)
2026-02-17 02:38:41.129 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-1789/affinity-clusterip-transition-p7m79" endpoint_id:"eth0"}
2026-02-17 02:38:41.130 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-1789"}
2026-02-17 02:38:41.131 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-1789.default"}
2026-02-17 02:38:41.131 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:41.131 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:41.138 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-1789" ipVersion=0x4 table="filter"
2026-02-17 02:38:41.138 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_qRuy6YL2F_M6w2cd-1" ipVersion=0x4 table="filter"
2026-02-17 02:38:41.139 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-1789" ipVersion=0x4 table="filter"
2026-02-17 02:38:41.139 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_qRuy6YL2F_M6w2cd-1" ipVersion=0x4 table="filter"
2026-02-17 02:38:41.139 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:41.139 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali0e53f3912f7" ipVersion=0x4 table="filter"
2026-02-17 02:38:41.139 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali0e53f3912f7" ipVersion=0x4 table="filter"
2026-02-17 02:38:41.139 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:41.139 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:41.140 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.139
2026-02-17 02:38:41.198 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-1789/affinity-clusterip-transition-p7m79", EndpointId:"eth0"}
2026-02-17 02:38:41.234 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=16 ifaceName="cali0e53f3912f7" state="down"
2026-02-17 02:38:41.234 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0e53f3912f7", State:"down", Index:16}
2026-02-17 02:38:41.234 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali0e53f3912f7"
2026-02-17 02:38:41.234 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0e53f3912f7", Addrs:set.Typed[string]{}}
2026-02-17 02:38:41.234 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=16
2026-02-17 02:38:41.234 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0e53f3912f7", Addrs:set.Typed[string]{}}
2026-02-17 02:38:41.238 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=16 ifaceName="cali0e53f3912f7" state=""
2026-02-17 02:38:41.238 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali0e53f3912f7"
2026-02-17 02:38:41.260 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0e53f3912f7", State:"", Index:16}
2026-02-17 02:38:41.260 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0e53f3912f7", Addrs:set.Set[string](nil)}
2026-02-17 02:38:41.260 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0e53f3912f7", Addrs:set.Set[string](nil)}
2026-02-17 02:38:42.492 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"affinity-clusterip-transition" namespace:"services-1789"
2026-02-17 02:38:42.534 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-1789"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-1789"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-1789"}
2026-02-17 02:38:42.578 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-1839"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-1839"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-1839"}
2026-02-17 02:38:42.623 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-1839" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:44.534 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-2819"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-2819"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-2819"}
2026-02-17 02:38:44.559 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"cronjob-2819"}
2026-02-17 02:38:46.731 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-1839"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-1839"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-1839"}
2026-02-17 02:38:46.759 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-3620"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-3620"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-3620"}
2026-02-17 02:38:46.783 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"disruption-3620" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:47.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-1789" name:"default"}
2026-02-17 02:38:47.987 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-1789"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-1789"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-1789"}
2026-02-17 02:38:48.016 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-1789"}
2026-02-17 02:38:50.932 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-3620"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-3620"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-3620"}
2026-02-17 02:38:50.973 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-882"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-882"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-882"}
2026-02-17 02:38:50.998 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-882" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:51.482 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-882"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-882"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-882"}
2026-02-17 02:38:51.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6507"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6507"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6507"}
2026-02-17 02:38:51.539 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"deployment-6507" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:52.011 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-1839" name:"default"}
2026-02-17 02:38:52.033 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-1839"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-1839"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-1839"}
2026-02-17 02:38:52.051 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-1839"}
2026-02-17 02:38:52.753 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-9979"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-9979"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-9979"}
2026-02-17 02:38:52.773 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"lease-test-4080"} labels:{key:"e2e-framework" value:"lease-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"lease-test-4080"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"lease-test-4080"}
2026-02-17 02:38:52.808 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"lease-test-4080" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:52.906 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"lease-test-4080"} labels:{key:"e2e-framework" value:"lease-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"lease-test-4080"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"lease-test-4080"}
2026-02-17 02:38:52.932 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-3450"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-3450"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-3450"}
2026-02-17 02:38:52.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-3450" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:38:54.625 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7595/ss-1, name=eth0)
2026-02-17 02:38:54.625 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.statefulset-7595"} profile:{inbound_rules:{action:"allow" rule_id:"lELFEF_dSGMCb2AV"} outbound_rules:{action:"allow" rule_id:"0yi_44Eta4EavFM9"}}
2026-02-17 02:38:54.626 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.statefulset-7595.default"} profile:{}
2026-02-17 02:38:54.626 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7595/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali817ee69f77b" profile_ids:"kns.statefulset-7595" profile_ids:"ksa.statefulset-7595.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:38:54.626 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.626 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.626 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.626 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:38:54.626 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali817ee69f77b" ipVersion=0x4 table="filter"
2026-02-17 02:38:54.626 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_Pyqlu5Sq62rMt3Qzh2" ipVersion=0x4 table="filter"
2026-02-17 02:38:54.626 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_iPSeyaq9Olz6ycZigc" ipVersion=0x4 table="filter"
2026-02-17 02:38:54.626 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:38:54.626 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali817ee69f77b" ipVersion=0x4 table="filter"
2026-02-17 02:38:54.627 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_Pyqlu5Sq62rMt3Qzh2" ipVersion=0x4 table="filter"
2026-02-17 02:38:54.627 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_iPSeyaq9Olz6ycZigc" ipVersion=0x4 table="filter"
2026-02-17 02:38:54.627 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali817ee69f77b"
2026-02-17 02:38:54.627 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.627 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.671 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:38:54.672 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} status="down"
2026-02-17 02:38:54.697 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=18 ifaceName="cali817ee69f77b" state="down"
2026-02-17 02:38:54.697 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali817ee69f77b"
2026-02-17 02:38:54.697 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali817ee69f77b", State:"down", Index:18}
2026-02-17 02:38:54.697 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali817ee69f77b", Addrs:set.Typed[string]{}}
2026-02-17 02:38:54.697 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali817ee69f77b", Addrs:set.Typed[string]{}}
2026-02-17 02:38:54.697 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali817ee69f77b"
2026-02-17 02:38:54.697 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.697 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.702 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=18 ifaceName="cali817ee69f77b" state="up"
2026-02-17 02:38:54.722 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:38:54.722 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} status="down"
2026-02-17 02:38:54.722 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali817ee69f77b", State:"up", Index:18}
2026-02-17 02:38:54.722 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali817ee69f77b"
2026-02-17 02:38:54.722 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali817ee69f77b"
2026-02-17 02:38:54.722 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali817ee69f77b"
2026-02-17 02:38:54.722 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.722 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:54.749 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:54.749 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:38:55.730 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7595/ss-1, name=eth0)
2026-02-17 02:38:55.731 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7595/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali817ee69f77b" profile_ids:"kns.statefulset-7595" profile_ids:"ksa.statefulset-7595.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:38:55.731 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.731 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.731 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.732 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali817ee69f77b"
2026-02-17 02:38:55.733 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.733 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.756 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:55.756 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:38:55.771 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7595/ss-1, name=eth0)
2026-02-17 02:38:55.771 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7595/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali817ee69f77b" profile_ids:"kns.statefulset-7595" profile_ids:"ksa.statefulset-7595.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:38:55.771 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.772 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.772 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.773 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali817ee69f77b"
2026-02-17 02:38:55.773 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.774 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:38:55.803 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:38:55.803 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:38:56.089 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=18
2026-02-17 02:38:56.089 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali817ee69f77b"
2026-02-17 02:38:56.089 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali817ee69f77b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:38:56.090 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali817ee69f77b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:38:56.161 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"disruption-3620" name:"default"}
2026-02-17 02:38:56.419 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-3620"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-3620"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-3620"}
2026-02-17 02:38:56.816 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-882" name:"default"}
2026-02-17 02:38:56.919 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-882"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-882"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-882"}
2026-02-17 02:38:56.947 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-882"}
2026-02-17 02:38:57.799 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-9979" name:"default"}
2026-02-17 02:38:58.167 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"lease-test-4080" name:"default"}
2026-02-17 02:38:58.198 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-9979"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-9979"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-9979"}
2026-02-17 02:38:58.227 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-9979"}
2026-02-17 02:38:58.448 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"lease-test-4080"} labels:{key:"e2e-framework" value:"lease-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"lease-test-4080"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"lease-test-4080"}
2026-02-17 02:38:58.480 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"lease-test-4080"}
2026-02-17 02:38:58.678 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6507"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6507"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6507"}
2026-02-17 02:38:58.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-46"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-46"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-46"}
2026-02-17 02:38:58.722 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"subpath-46" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:01.740 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-3620"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-3620"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-3620"}
2026-02-17 02:39:01.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"disruption-3620"}
2026-02-17 02:39:03.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"deployment-6507" name:"default"}
2026-02-17 02:39:04.205 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6507"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6507"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6507"}
2026-02-17 02:39:04.230 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"deployment-6507"}
2026-02-17 02:39:15.739 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7595/ss-1, name=eth0)
2026-02-17 02:39:15.739 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7595/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali817ee69f77b" profile_ids:"kns.statefulset-7595" profile_ids:"ksa.statefulset-7595.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:39:15.739 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:15.739 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:15.740 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:15.741 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali817ee69f77b"
2026-02-17 02:39:15.741 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:15.741 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:15.771 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:39:15.771 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:39:18.287 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:39:22.918 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-46"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-46"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-46"}
2026-02-17 02:39:22.943 [INFO][60] felix/summary.go 100: Summarising 89 dataplane reconciliation loops over 1m3s: avg=28ms longest=67ms (resync-calico-v4,resync-filter-v4,update-filter-v4)
2026-02-17 02:39:22.951 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-1165"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-1165"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-1165"}
2026-02-17 02:39:22.974 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-1165" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:25.185 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7595/ss-1, name=eth0)
2026-02-17 02:39:25.185 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7595/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali817ee69f77b" profile_ids:"kns.statefulset-7595" profile_ids:"ksa.statefulset-7595.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:39:25.186 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.186 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.186 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.187 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali817ee69f77b"
2026-02-17 02:39:25.187 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.187 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.217 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:39:25.217 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:39:25.518 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7595/ss-1, name=eth0)
2026-02-17 02:39:25.518 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7595/ss-1" endpoint_id:"eth0"}
2026-02-17 02:39:25.519 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.statefulset-7595"}
2026-02-17 02:39:25.519 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.statefulset-7595.default"}
2026-02-17 02:39:25.519 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.519 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.519 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_Pyqlu5Sq62rMt3Qzh2" ipVersion=0x4 table="filter"
2026-02-17 02:39:25.519 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_iPSeyaq9Olz6ycZigc" ipVersion=0x4 table="filter"
2026-02-17 02:39:25.519 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_Pyqlu5Sq62rMt3Qzh2" ipVersion=0x4 table="filter"
2026-02-17 02:39:25.519 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_iPSeyaq9Olz6ycZigc" ipVersion=0x4 table="filter"
2026-02-17 02:39:25.519 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.520 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:39:25.520 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali817ee69f77b" ipVersion=0x4 table="filter"
2026-02-17 02:39:25.520 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:39:25.520 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali817ee69f77b" ipVersion=0x4 table="filter"
2026-02-17 02:39:25.520 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.520 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.520 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.141
bird: KIF: Received address message for unknown interface 18
2026-02-17 02:39:25.595 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7595/ss-1", EndpointId:"eth0"}
2026-02-17 02:39:25.624 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=18 ifaceName="cali817ee69f77b" state="down"
2026-02-17 02:39:25.625 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali817ee69f77b", State:"down", Index:18}
2026-02-17 02:39:25.625 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali817ee69f77b"
2026-02-17 02:39:25.625 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=18
2026-02-17 02:39:25.629 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=18 ifaceName="cali817ee69f77b" state=""
2026-02-17 02:39:25.629 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali817ee69f77b"
2026-02-17 02:39:25.647 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali817ee69f77b", Addrs:set.Typed[string]{}}
2026-02-17 02:39:25.647 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali817ee69f77b", Addrs:set.Typed[string]{}}
2026-02-17 02:39:25.647 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali817ee69f77b", State:"", Index:18}
2026-02-17 02:39:25.647 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali817ee69f77b", Addrs:set.Set[string](nil)}
2026-02-17 02:39:25.647 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali817ee69f77b", Addrs:set.Set[string](nil)}
2026-02-17 02:39:27.687 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-1165"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-1165"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-1165"}
2026-02-17 02:39:27.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4140"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4140"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4140"}
2026-02-17 02:39:27.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-4140" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:28.129 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"subpath-46" name:"default"}
2026-02-17 02:39:28.319 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-46"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-46"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-46"}
2026-02-17 02:39:28.342 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"subpath-46"}
2026-02-17 02:39:31.800 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4140"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4140"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4140"}
2026-02-17 02:39:31.833 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"certificates-142"} labels:{key:"e2e-framework" value:"certificates"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"certificates-142"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"certificates-142"}
2026-02-17 02:39:31.862 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"certificates-142" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:32.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-1165" name:"default"}
2026-02-17 02:39:33.046 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-1165"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-1165"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-1165"}
2026-02-17 02:39:33.082 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-1165"}
2026-02-17 02:39:33.325 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"certificates-142"} labels:{key:"e2e-framework" value:"certificates"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"certificates-142"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"certificates-142"}
2026-02-17 02:39:33.352 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3362"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3362"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3362"}
2026-02-17 02:39:33.378 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-3362" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:35.302 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-7595"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-7595"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-7595"}
2026-02-17 02:39:35.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-6067"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-6067"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-6067"}
2026-02-17 02:39:35.382 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-6067" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:36.973 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-4140" name:"default"}
2026-02-17 02:39:37.030 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4140"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4140"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4140"}
2026-02-17 02:39:37.055 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-4140"}
2026-02-17 02:39:37.497 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3362"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3362"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3362"}
2026-02-17 02:39:37.524 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"server-version-1389"} labels:{key:"e2e-framework" value:"server-version"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"server-version-1389"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"server-version-1389"}
2026-02-17 02:39:37.547 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"server-version-1389" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:37.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"server-version-1389"} labels:{key:"e2e-framework" value:"server-version"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"server-version-1389"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"server-version-1389"}
2026-02-17 02:39:37.620 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-8969"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-8969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-8969"}
2026-02-17 02:39:37.649 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-8969" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:38.571 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"certificates-142" name:"default"}
2026-02-17 02:39:38.659 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"certificates-142"} labels:{key:"e2e-framework" value:"certificates"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"certificates-142"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"certificates-142"}
2026-02-17 02:39:38.681 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"certificates-142"}
2026-02-17 02:39:39.536 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-6067"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-6067"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-6067"}
2026-02-17 02:39:39.563 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subjectreview-1159"} labels:{key:"e2e-framework" value:"subjectreview"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"subjectreview-1159"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"subjectreview-1159"}
2026-02-17 02:39:39.563 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"subjectreview-1159" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:39.585 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"subjectreview-1159" name:"e2e"} labels:{key:"projectcalico.org/name" value:"e2e"}
2026-02-17 02:39:39.637 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subjectreview-1159"} labels:{key:"e2e-framework" value:"subjectreview"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"subjectreview-1159"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"subjectreview-1159"}
2026-02-17 02:39:39.669 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csiinlinevolumes-7578"} labels:{key:"e2e-framework" value:"csiinlinevolumes"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"csiinlinevolumes-7578"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csiinlinevolumes-7578"}
2026-02-17 02:39:39.698 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"csiinlinevolumes-7578" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:39.802 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csiinlinevolumes-7578"} labels:{key:"e2e-framework" value:"csiinlinevolumes"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"csiinlinevolumes-7578"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csiinlinevolumes-7578"}
2026-02-17 02:39:39.857 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8815"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8815"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8815"}
2026-02-17 02:39:39.878 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-8815" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:40.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test" namespace:"statefulset-7595"
2026-02-17 02:39:40.431 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"statefulset-7595" name:"default"}
2026-02-17 02:39:41.038 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-7595"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-7595"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-7595"}
2026-02-17 02:39:41.067 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"statefulset-7595"}
2026-02-17 02:39:41.732 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-8969"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-8969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-8969"}
2026-02-17 02:39:41.758 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1869"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1869"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1869"}
2026-02-17 02:39:41.777 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-1869" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:42.900 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-3362" name:"default"}
2026-02-17 02:39:42.936 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"server-version-1389" name:"default"}
2026-02-17 02:39:43.050 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3362"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3362"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3362"}
2026-02-17 02:39:43.078 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-3362"}
2026-02-17 02:39:43.301 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"server-version-1389"} labels:{key:"e2e-framework" value:"server-version"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"server-version-1389"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"server-version-1389"}
2026-02-17 02:39:43.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"server-version-1389"}
2026-02-17 02:39:43.974 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8815"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8815"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8815"}
2026-02-17 02:39:44.009 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-4970"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-4970"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-4970"}
2026-02-17 02:39:44.034 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-4970" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:44.846 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"csiinlinevolumes-7578" name:"default"}
2026-02-17 02:39:44.948 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"subjectreview-1159" name:"default"}
2026-02-17 02:39:44.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"subjectreview-1159" name:"e2e"}
2026-02-17 02:39:45.158 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csiinlinevolumes-7578"} labels:{key:"e2e-framework" value:"csiinlinevolumes"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"csiinlinevolumes-7578"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csiinlinevolumes-7578"}
2026-02-17 02:39:45.186 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"csiinlinevolumes-7578"}
2026-02-17 02:39:45.277 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-6067" name:"default"}
2026-02-17 02:39:45.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subjectreview-1159"} labels:{key:"e2e-framework" value:"subjectreview"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"subjectreview-1159"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"subjectreview-1159"}
2026-02-17 02:39:45.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"subjectreview-1159"}
2026-02-17 02:39:45.642 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-6067"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-6067"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-6067"}
2026-02-17 02:39:45.899 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1869"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1869"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1869"}
2026-02-17 02:39:45.931 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7755"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7755"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7755"}
2026-02-17 02:39:45.931 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-7755" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:46.754 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-8969" name:"default"}
2026-02-17 02:39:47.086 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-8969"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-8969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-8969"}
2026-02-17 02:39:47.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-8969"}
2026-02-17 02:39:48.031 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7755"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7755"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7755"}
2026-02-17 02:39:48.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-4756"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-4756"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-4756"}
2026-02-17 02:39:48.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"custom-resource-definition-4756" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:48.129 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-4756"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-4756"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-4756"}
2026-02-17 02:39:48.156 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregator-5244"} labels:{key:"e2e-framework" value:"aggregator"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"aggregator-5244"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"aggregator-5244"}
2026-02-17 02:39:48.156 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"aggregator-5244" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:39:49.534 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-8815" name:"default"}
2026-02-17 02:39:49.587 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8815"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8815"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8815"}
2026-02-17 02:39:49.620 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-8815"}
2026-02-17 02:39:50.811 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"sample-api" namespace:"aggregator-5244" type:"ClusterIP" cluster_ips:"10.254.212.187" ports:{Protocol:"TCP" Port:7443}
2026-02-17 02:39:50.861 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"aggregator-5244" name:"sample-apiserver"} labels:{key:"projectcalico.org/name" value:"sample-apiserver"}
2026-02-17 02:39:50.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-6067"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-6067"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-6067"}
2026-02-17 02:39:50.972 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-6067"}
2026-02-17 02:39:51.119 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-1869" name:"default"}
2026-02-17 02:39:51.434 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1869"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1869"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1869"}
2026-02-17 02:39:51.467 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-1869"}
2026-02-17 02:39:53.174 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-7755" name:"default"}
2026-02-17 02:39:53.283 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"custom-resource-definition-4756" name:"default"}
2026-02-17 02:39:53.600 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7755"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7755"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7755"}
2026-02-17 02:39:53.875 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-4756"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-4756"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-4756"}
2026-02-17 02:39:53.904 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"custom-resource-definition-4756"}
2026-02-17 02:39:55.153 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7755"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7755"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7755"}
2026-02-17 02:39:55.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-7755"}
2026-02-17 02:40:15.230 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"sample-api" namespace:"aggregator-5244"
2026-02-17 02:40:15.277 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"aggregator-5244" name:"sample-apiserver"}
2026-02-17 02:40:15.383 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregator-5244"} labels:{key:"e2e-framework" value:"aggregator"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"aggregator-5244"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"aggregator-5244"}
2026-02-17 02:40:15.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-8127"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-8127"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-8127"}
2026-02-17 02:40:15.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"security-context-test-8127" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:40:18.305 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:40:19.506 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-8127"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-8127"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-8127"}
2026-02-17 02:40:19.533 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-2058"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-2058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-2058"}
2026-02-17 02:40:19.533 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"var-expansion-2058" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:40:19.582 [INFO][60] felix/usagerep.go 116: Initial delay complete, doing first report
2026-02-17 02:40:19.582 [INFO][60] felix/usagerep.go 209: Reporting cluster usage/checking for deprecation warnings. alpEnabled=false calicoVersion="v3.31.3" clusterGUID="0a1c0013396f44c38b2e5c65a241bc20" clusterType="k8s,bgp,kubeadm,kdd" gitRevision="2e3c880bcabff580ddd7a08340878ede207f37be" kubernetesVersion="v1.32.12" stats=calc.StatsUpdate{NumHosts:3, NumWorkloadEndpoints:10, NumHostEndpoints:0, NumTiers:3, NumPolicies:0, NumProfiles:69, NumALPPolicies:0} version="v3.31.3"
2026-02-17 02:40:20.298 [INFO][60] felix/usagerep.go 118: First report done, starting ticker
2026-02-17 02:40:20.782 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"aggregator-5244" name:"default"}
2026-02-17 02:40:20.828 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregator-5244"} labels:{key:"e2e-framework" value:"aggregator"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"aggregator-5244"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"aggregator-5244"}
2026-02-17 02:40:20.854 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"aggregator-5244"}
2026-02-17 02:40:24.669 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"security-context-test-8127" name:"default"}
2026-02-17 02:40:24.695 [INFO][60] felix/summary.go 100: Summarising 113 dataplane reconciliation loops over 1m1.8s: avg=27ms longest=77ms (resync-calico-v4,resync-filter-v4,update-filter-v4)
2026-02-17 02:40:24.784 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-8127"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-8127"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-8127"}
2026-02-17 02:40:24.814 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"security-context-test-8127"}
2026-02-17 02:40:25.402 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:40:25.402 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:40:25.402 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:40:55.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-lpshv-rpzlp" ipv4_addr:"192.168.24.10/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-lpshv-rpzlp"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/control-plane" value:""} labels:{key:"node-role.kubernetes.io/master" value:""} labels:{key:"node.kubernetes.io/exclude-from-external-load-balancers" value:""} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:40:55.315 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:40:55.316 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:40:56.401 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-2058"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-2058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-2058"}
2026-02-17 02:40:56.427 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-4729"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-4729"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-4729"}
2026-02-17 02:40:56.448 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-4729" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:00.534 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-4729"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-4729"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-4729"}
2026-02-17 02:41:00.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-7266"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-7266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-7266"}
2026-02-17 02:41:00.588 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replicaset-7266" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:01.168 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replicaset-7266/test-rs-zklcr, name=eth0)
2026-02-17 02:41:01.168 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.replicaset-7266"} profile:{inbound_rules:{action:"allow" rule_id:"ZFZ-jYdyOAGOzfJQ"} outbound_rules:{action:"allow" rule_id:"T367nZIuansR8cmU"}}
2026-02-17 02:41:01.168 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replicaset-7266.default"} profile:{}
2026-02-17 02:41:01.168 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replicaset-7266/test-rs-zklcr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3236df7085a" profile_ids:"kns.replicaset-7266" profile_ids:"ksa.replicaset-7266.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:41:01.168 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.168 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.168 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.169 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:41:01.169 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali3236df7085a" ipVersion=0x4 table="filter"
2026-02-17 02:41:01.169 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.replicaset-7266" ipVersion=0x4 table="filter"
2026-02-17 02:41:01.169 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_3hiyvYJWlhgHLn_1xr" ipVersion=0x4 table="filter"
2026-02-17 02:41:01.169 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:41:01.169 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali3236df7085a" ipVersion=0x4 table="filter"
2026-02-17 02:41:01.169 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.replicaset-7266" ipVersion=0x4 table="filter"
2026-02-17 02:41:01.169 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_3hiyvYJWlhgHLn_1xr" ipVersion=0x4 table="filter"
2026-02-17 02:41:01.169 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3236df7085a"
2026-02-17 02:41:01.169 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.169 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.206 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:41:01.206 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} status="down"
2026-02-17 02:41:01.255 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=19 ifaceName="cali3236df7085a" state="down"
2026-02-17 02:41:01.255 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3236df7085a", State:"down", Index:19}
2026-02-17 02:41:01.255 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3236df7085a"
2026-02-17 02:41:01.255 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3236df7085a", Addrs:set.Typed[string]{}}
2026-02-17 02:41:01.255 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3236df7085a", Addrs:set.Typed[string]{}}
2026-02-17 02:41:01.255 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3236df7085a"
2026-02-17 02:41:01.255 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.255 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=19 ifaceName="cali3236df7085a" state="up"
2026-02-17 02:41:01.255 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.273 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:41:01.273 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} status="down"
2026-02-17 02:41:01.273 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3236df7085a", State:"up", Index:19}
2026-02-17 02:41:01.273 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3236df7085a"
2026-02-17 02:41:01.273 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3236df7085a"
2026-02-17 02:41:01.273 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3236df7085a"
2026-02-17 02:41:01.273 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.273 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:01.296 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:41:01.296 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} status="up"
2026-02-17 02:41:01.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"var-expansion-2058" name:"default"}
2026-02-17 02:41:01.877 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-2058"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-2058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-2058"}
2026-02-17 02:41:01.908 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"var-expansion-2058"}
2026-02-17 02:41:02.427 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replicaset-7266/test-rs-zklcr, name=eth0)
2026-02-17 02:41:02.428 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replicaset-7266/test-rs-zklcr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3236df7085a" profile_ids:"kns.replicaset-7266" profile_ids:"ksa.replicaset-7266.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:41:02.428 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:02.428 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:02.428 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:02.429 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3236df7085a"
2026-02-17 02:41:02.429 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:02.429 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:02.457 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:41:02.458 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} status="up"
2026-02-17 02:41:02.489 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=19
2026-02-17 02:41:02.489 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3236df7085a"
2026-02-17 02:41:02.489 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3236df7085a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:41:02.489 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3236df7085a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:41:05.564 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-4729" name:"default"}
2026-02-17 02:41:05.670 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replicaset-7266/test-rs-zklcr, name=eth0)
2026-02-17 02:41:05.671 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replicaset-7266/test-rs-zklcr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3236df7085a" profile_ids:"kns.replicaset-7266" profile_ids:"ksa.replicaset-7266.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:41:05.672 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.672 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.672 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.672 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3236df7085a"
2026-02-17 02:41:05.672 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.672 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.680 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replicaset-7266/test-rs-zklcr, name=eth0)
2026-02-17 02:41:05.694 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:41:05.694 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"} status="up"
2026-02-17 02:41:05.694 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replicaset-7266/test-rs-zklcr" endpoint_id:"eth0"}
2026-02-17 02:41:05.694 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.replicaset-7266"}
2026-02-17 02:41:05.694 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.replicaset-7266.default"}
2026-02-17 02:41:05.694 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-7266"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-7266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-7266"}
2026-02-17 02:41:05.694 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.694 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.695 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.replicaset-7266" ipVersion=0x4 table="filter"
2026-02-17 02:41:05.695 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_3hiyvYJWlhgHLn_1xr" ipVersion=0x4 table="filter"
2026-02-17 02:41:05.695 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.replicaset-7266" ipVersion=0x4 table="filter"
2026-02-17 02:41:05.695 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_3hiyvYJWlhgHLn_1xr" ipVersion=0x4 table="filter"
2026-02-17 02:41:05.695 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.696 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:41:05.696 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali3236df7085a" ipVersion=0x4 table="filter"
2026-02-17 02:41:05.696 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:41:05.696 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali3236df7085a" ipVersion=0x4 table="filter"
2026-02-17 02:41:05.696 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.696 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.696 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.142
2026-02-17 02:41:05.745 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replicaset-7266/test-rs-zklcr", EndpointId:"eth0"}
2026-02-17 02:41:05.745 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-6071"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-6071"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-6071"}
2026-02-17 02:41:05.745 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pod-network-test-6071" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:06.060 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=19 ifaceName="cali3236df7085a" state="down"
2026-02-17 02:41:06.060 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3236df7085a"
2026-02-17 02:41:06.060 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3236df7085a", State:"down", Index:19}
2026-02-17 02:41:06.060 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3236df7085a", Addrs:set.Typed[string]{}}
2026-02-17 02:41:06.060 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3236df7085a", Addrs:set.Typed[string]{}}
2026-02-17 02:41:06.060 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=19
2026-02-17 02:41:06.091 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=19 ifaceName="cali3236df7085a" state=""
2026-02-17 02:41:06.091 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3236df7085a"
2026-02-17 02:41:06.091 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3236df7085a", State:"", Index:19}
2026-02-17 02:41:06.091 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3236df7085a", Addrs:set.Set[string](nil)}
2026-02-17 02:41:06.091 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3236df7085a", Addrs:set.Set[string](nil)}
2026-02-17 02:41:06.254 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-4729"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-4729"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-4729"}
2026-02-17 02:41:06.284 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-4729"}
2026-02-17 02:41:06.374 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6071/netserver-0, name=eth0)
2026-02-17 02:41:06.375 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.pod-network-test-6071"} profile:{inbound_rules:{action:"allow" rule_id:"XAyFBQirQ9MjoXrb"} outbound_rules:{action:"allow" rule_id:"YwcxL5WTzW9-Yavb"}}
2026-02-17 02:41:06.376 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.pod-network-test-6071.default"} profile:{}
2026-02-17 02:41:06.376 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6071/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali732c5fadbaf" profile_ids:"kns.pod-network-test-6071" profile_ids:"ksa.pod-network-test-6071.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:41:06.376 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.376 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.377 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali732c5fadbaf" ipVersion=0x4 table="filter"
2026-02-17 02:41:06.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_h6_WJARtO0fcvrkc3S" ipVersion=0x4 table="filter"
2026-02-17 02:41:06.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_0g19TprDObgIOYJB52" ipVersion=0x4 table="filter"
2026-02-17 02:41:06.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali732c5fadbaf" ipVersion=0x4 table="filter"
2026-02-17 02:41:06.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_h6_WJARtO0fcvrkc3S" ipVersion=0x4 table="filter"
2026-02-17 02:41:06.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_0g19TprDObgIOYJB52" ipVersion=0x4 table="filter"
2026-02-17 02:41:06.378 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali732c5fadbaf"
2026-02-17 02:41:06.378 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.378 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.423 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:41:06.423 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} status="down"
2026-02-17 02:41:06.450 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=20 ifaceName="cali732c5fadbaf" state="down"
2026-02-17 02:41:06.450 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali732c5fadbaf"
2026-02-17 02:41:06.450 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali732c5fadbaf", State:"down", Index:20}
2026-02-17 02:41:06.451 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali732c5fadbaf", Addrs:set.Typed[string]{}}
2026-02-17 02:41:06.451 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali732c5fadbaf", Addrs:set.Typed[string]{}}
2026-02-17 02:41:06.451 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali732c5fadbaf"
2026-02-17 02:41:06.451 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.451 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.451 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=20 ifaceName="cali732c5fadbaf" state="up"
2026-02-17 02:41:06.471 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:41:06.471 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} status="down"
2026-02-17 02:41:06.471 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali732c5fadbaf", State:"up", Index:20}
2026-02-17 02:41:06.471 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali732c5fadbaf"
2026-02-17 02:41:06.471 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali732c5fadbaf"
2026-02-17 02:41:06.471 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali732c5fadbaf"
2026-02-17 02:41:06.472 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.472 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:06.490 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:41:06.490 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:41:07.464 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6071/netserver-0, name=eth0)
2026-02-17 02:41:07.464 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6071/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali732c5fadbaf" profile_ids:"kns.pod-network-test-6071" profile_ids:"ksa.pod-network-test-6071.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:41:07.464 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:07.464 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:07.464 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:07.465 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali732c5fadbaf"
2026-02-17 02:41:07.465 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:07.465 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:07.484 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:41:07.484 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:41:08.345 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=20
2026-02-17 02:41:08.345 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali732c5fadbaf"
2026-02-17 02:41:08.345 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali732c5fadbaf", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:41:08.345 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali732c5fadbaf", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:41:11.036 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replicaset-7266" name:"default"}
2026-02-17 02:41:11.128 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-7266"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-7266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-7266"}
2026-02-17 02:41:11.153 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replicaset-7266"}
2026-02-17 02:41:15.610 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-3450"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-3450"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-3450"}
2026-02-17 02:41:15.639 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-2123"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-2123"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-2123"}
2026-02-17 02:41:15.664 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"endpointslice-2123" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:15.717 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-2123"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-2123"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-2123"}
2026-02-17 02:41:15.744 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-8658"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-8658"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-8658"}
2026-02-17 02:41:15.768 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"job-8658" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:18.321 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:41:19.481 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6071/netserver-0, name=eth0)
2026-02-17 02:41:19.482 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6071/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali732c5fadbaf" profile_ids:"kns.pod-network-test-6071" profile_ids:"ksa.pod-network-test-6071.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:41:19.482 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:19.482 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:19.482 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:19.483 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali732c5fadbaf"
2026-02-17 02:41:19.483 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:19.483 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:19.510 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:41:19.510 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:41:20.650 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-3450" name:"default"}
2026-02-17 02:41:21.008 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-3450"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-3450"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-3450"}
2026-02-17 02:41:21.038 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-3450"}
2026-02-17 02:41:21.270 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"endpointslice-2123" name:"default"}
2026-02-17 02:41:21.295 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-2123"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-2123"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-2123"}
2026-02-17 02:41:21.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"endpointslice-2123"}
2026-02-17 02:41:24.125 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-6071"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-6071"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-6071"}
2026-02-17 02:41:24.153 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4559"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4559"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4559"}
2026-02-17 02:41:24.155 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-4559" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:26.464 [INFO][60] felix/summary.go 100: Summarising 54 dataplane reconciliation loops over 1m1.8s: avg=26ms longest=51ms (resync-calico-v4,resync-filter-v4,update-filter-v4)
2026-02-17 02:41:28.265 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4559"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4559"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4559"}
2026-02-17 02:41:28.287 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3359"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3359"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3359"}
2026-02-17 02:41:28.308 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-3359" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:29.403 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6071/netserver-0, name=eth0)
2026-02-17 02:41:29.403 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6071/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali732c5fadbaf" profile_ids:"kns.pod-network-test-6071" profile_ids:"ksa.pod-network-test-6071.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:41:29.403 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.407 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.407 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.409 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali732c5fadbaf"
2026-02-17 02:41:29.409 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.409 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.435 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:41:29.435 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:41:29.505 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.pod-network-test-6071.default"
2026-02-17 02:41:29.506 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.pod-network-test-6071.default"} profile:{inbound_rules:{action:"deny" rule_id:"D8YLZLd6YXgQ2cFG"} outbound_rules:{action:"deny" rule_id:"xY22lm3to5FElMFz"}}
2026-02-17 02:41:29.506 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pod-network-test-6071" name:"default"}
2026-02-17 02:41:29.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-6071"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-6071"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-6071"}
2026-02-17 02:41:29.735 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6071/netserver-0, name=eth0)
2026-02-17 02:41:29.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6071/netserver-0" endpoint_id:"eth0"}
2026-02-17 02:41:29.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.pod-network-test-6071"}
2026-02-17 02:41:29.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.pod-network-test-6071.default"}
2026-02-17 02:41:29.736 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.736 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.737 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_h6_WJARtO0fcvrkc3S" ipVersion=0x4 table="filter"
2026-02-17 02:41:29.737 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_0g19TprDObgIOYJB52" ipVersion=0x4 table="filter"
2026-02-17 02:41:29.737 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_h6_WJARtO0fcvrkc3S" ipVersion=0x4 table="filter"
2026-02-17 02:41:29.737 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_0g19TprDObgIOYJB52" ipVersion=0x4 table="filter"
2026-02-17 02:41:29.737 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.737 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali732c5fadbaf" ipVersion=0x4 table="filter"
2026-02-17 02:41:29.737 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali732c5fadbaf" ipVersion=0x4 table="filter"
2026-02-17 02:41:29.737 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.737 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.737 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.143
2026-02-17 02:41:29.795 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6071/netserver-0", EndpointId:"eth0"}
2026-02-17 02:41:29.846 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=20
2026-02-17 02:41:29.846 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali732c5fadbaf"
2026-02-17 02:41:29.846 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=20 ifaceName="cali732c5fadbaf" state="down"
2026-02-17 02:41:29.846 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali732c5fadbaf", Addrs:set.Typed[string]{}}
2026-02-17 02:41:29.846 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali732c5fadbaf", Addrs:set.Typed[string]{}}
2026-02-17 02:41:29.846 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali732c5fadbaf", State:"down", Index:20}
2026-02-17 02:41:29.850 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=20 ifaceName="cali732c5fadbaf" state=""
2026-02-17 02:41:29.850 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali732c5fadbaf"
2026-02-17 02:41:29.872 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali732c5fadbaf", State:"", Index:20}
2026-02-17 02:41:29.872 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali732c5fadbaf", Addrs:set.Set[string](nil)}
2026-02-17 02:41:29.872 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali732c5fadbaf", Addrs:set.Set[string](nil)}
2026-02-17 02:41:32.462 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3359"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3359"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3359"}
2026-02-17 02:41:32.506 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-9118"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-9118"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-9118"}
2026-02-17 02:41:32.526 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-9118" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:33.566 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-4559" name:"default"}
2026-02-17 02:41:33.797 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4559"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4559"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4559"}
2026-02-17 02:41:33.821 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-4559"}
2026-02-17 02:41:34.682 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-9118"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-9118"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-9118"}
2026-02-17 02:41:34.710 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csistoragecapacity-1872"} labels:{key:"e2e-framework" value:"csistoragecapacity"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"csistoragecapacity-1872"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csistoragecapacity-1872"}
2026-02-17 02:41:34.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"csistoragecapacity-1872" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:34.862 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csistoragecapacity-1872"} labels:{key:"e2e-framework" value:"csistoragecapacity"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"csistoragecapacity-1872"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csistoragecapacity-1872"}
2026-02-17 02:41:34.888 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5319"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5319"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5319"}
2026-02-17 02:41:34.906 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-5319" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:35.134 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-6071"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-6071"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-6071"}
2026-02-17 02:41:35.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pod-network-test-6071"}
2026-02-17 02:41:37.640 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-3359" name:"default"}
2026-02-17 02:41:37.733 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3359"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3359"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3359"}
2026-02-17 02:41:37.756 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-3359"}
2026-02-17 02:41:38.985 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5319"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5319"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5319"}
2026-02-17 02:41:39.018 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-4201"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-4201"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-4201"}
2026-02-17 02:41:39.018 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-4201" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:39.709 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-9118" name:"default"}
2026-02-17 02:41:40.137 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"csistoragecapacity-1872" name:"default"}
2026-02-17 02:41:40.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csistoragecapacity-1872"} labels:{key:"e2e-framework" value:"csistoragecapacity"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"csistoragecapacity-1872"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csistoragecapacity-1872"}
2026-02-17 02:41:40.445 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"csistoragecapacity-1872"}
2026-02-17 02:41:40.539 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-9118"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-9118"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-9118"}
2026-02-17 02:41:44.123 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-5319" name:"default"}
2026-02-17 02:41:44.410 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5319"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5319"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5319"}
2026-02-17 02:41:44.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-5319"}
2026-02-17 02:41:45.627 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-4201"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-4201"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-4201"}
2026-02-17 02:41:45.660 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-3049"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-3049"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-3049"}
2026-02-17 02:41:45.660 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-3049" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:41:50.843 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-4201" name:"default"}
2026-02-17 02:41:50.929 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-4201"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-4201"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-4201"}
2026-02-17 02:41:50.954 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-4201"}
2026-02-17 02:41:58.776 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-3049"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-3049"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-3049"}
2026-02-17 02:41:58.805 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-994"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-994"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-994"}
2026-02-17 02:41:58.831 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"init-container-994" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:03.330 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-994"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-994"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-994"}
2026-02-17 02:42:03.360 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9098"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9098"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9098"}
2026-02-17 02:42:03.360 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-9098" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:03.383 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9098"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9098"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9098"} labels:{key:"webhook-9098" value:"true"}
2026-02-17 02:42:03.406 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9474"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9474"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9474"} labels:{key:"webhook-9098-markers" value:"true"}
2026-02-17 02:42:03.406 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-9474" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:03.795 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-3049" name:"default"}
2026-02-17 02:42:04.312 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-3049"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-3049"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-3049"}
2026-02-17 02:42:04.342 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-3049"}
2026-02-17 02:42:06.098 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-9098" type:"ClusterIP" cluster_ips:"10.254.53.127" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:42:07.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-9098"
2026-02-17 02:42:07.238 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9098"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9098"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9098"} labels:{key:"webhook-9098" value:"true"}
2026-02-17 02:42:07.263 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9474"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9474"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9474"} labels:{key:"webhook-9098-markers" value:"true"}
2026-02-17 02:42:07.263 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-7086"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-7086"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-7086"}
2026-02-17 02:42:07.290 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"statefulset-7086" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:07.316 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test" namespace:"statefulset-7086" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:42:08.069 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-8658"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-8658"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-8658"}
2026-02-17 02:42:08.095 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-6407"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-6407"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-6407"}
2026-02-17 02:42:08.126 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-6407" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:08.557 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"init-container-994" name:"default"}
2026-02-17 02:42:08.750 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-994"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-994"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-994"}
2026-02-17 02:42:08.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"init-container-994"}
2026-02-17 02:42:12.233 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-6407"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-6407"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-6407"}
2026-02-17 02:42:12.260 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-7453"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-7453"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-7453"}
2026-02-17 02:42:12.287 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-7453" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:12.640 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-9098" name:"default"}
2026-02-17 02:42:12.747 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-9474" name:"default"}
2026-02-17 02:42:12.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9474"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9474"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9474"} labels:{key:"webhook-9098-markers" value:"true"}
2026-02-17 02:42:12.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-9474"}
2026-02-17 02:42:12.895 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9098"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9098"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9098"} labels:{key:"webhook-9098" value:"true"}
2026-02-17 02:42:12.921 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-9098"}
2026-02-17 02:42:13.444 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"job-8658" name:"default"}
2026-02-17 02:42:13.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-8658"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-8658"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-8658"}
2026-02-17 02:42:13.697 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"job-8658"}
2026-02-17 02:42:17.438 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-6407" name:"default"}
2026-02-17 02:42:17.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-5101"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-5101"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-5101"}
2026-02-17 02:42:17.489 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-9155"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-9155"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-9155"}
2026-02-17 02:42:17.514 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"disruption-9155" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:17.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-6407"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-6407"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-6407"}
2026-02-17 02:42:17.744 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-6407"}
2026-02-17 02:42:17.821 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-7453"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-7453"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-7453"}
2026-02-17 02:42:17.845 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-1063"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-1063"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-1063"}
2026-02-17 02:42:17.871 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-1063" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:18.359 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:42:18.517 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-9118"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pods-9118"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-9118"}
2026-02-17 02:42:18.547 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-9118"}
2026-02-17 02:42:19.655 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-9155"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-9155"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-9155"}
2026-02-17 02:42:19.710 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslicemirroring-2830"} labels:{key:"e2e-framework" value:"endpointslicemirroring"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslicemirroring-2830"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"endpointslicemirroring-2830"}
2026-02-17 02:42:19.743 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"endpointslicemirroring-2830" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:19.773 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"example-custom-endpoints" namespace:"endpointslicemirroring-2830" type:"ClusterIP" cluster_ips:"10.254.126.91" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:42:21.822 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslicemirroring-2830"} labels:{key:"e2e-framework" value:"endpointslicemirroring"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslicemirroring-2830"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"endpointslicemirroring-2830"}
2026-02-17 02:42:21.890 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-8997"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"gc-8997"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-8997"}
2026-02-17 02:42:21.890 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"gc-8997" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:22.495 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-8997/simpletest.rc-dvz9h, name=eth0)
2026-02-17 02:42:22.496 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.gc-8997"} profile:{inbound_rules:{action:"allow" rule_id:"-SH3oxCVcIH6hom4"} outbound_rules:{action:"allow" rule_id:"Wo6bPEMjH_nBhRPv"}}
2026-02-17 02:42:22.496 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.gc-8997.default"} profile:{}
2026-02-17 02:42:22.496 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-8997/simpletest.rc-dvz9h" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali949bba33ef2" profile_ids:"kns.gc-8997" profile_ids:"ksa.gc-8997.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:42:22.496 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.496 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.496 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.497 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali949bba33ef2" ipVersion=0x4 table="filter"
2026-02-17 02:42:22.497 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.gc-8997" ipVersion=0x4 table="filter"
2026-02-17 02:42:22.497 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-ksa.gc-8997.default" ipVersion=0x4 table="filter"
2026-02-17 02:42:22.497 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali949bba33ef2" ipVersion=0x4 table="filter"
2026-02-17 02:42:22.497 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.gc-8997" ipVersion=0x4 table="filter"
2026-02-17 02:42:22.497 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-ksa.gc-8997.default" ipVersion=0x4 table="filter"
2026-02-17 02:42:22.497 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali949bba33ef2"
2026-02-17 02:42:22.497 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.497 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.550 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:22.550 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} status="down"
2026-02-17 02:42:22.565 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=21 ifaceName="cali949bba33ef2" state="down"
2026-02-17 02:42:22.565 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali949bba33ef2"
2026-02-17 02:42:22.565 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali949bba33ef2", State:"down", Index:21}
2026-02-17 02:42:22.565 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali949bba33ef2", Addrs:set.Typed[string]{}}
2026-02-17 02:42:22.565 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali949bba33ef2", Addrs:set.Typed[string]{}}
2026-02-17 02:42:22.565 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali949bba33ef2"
2026-02-17 02:42:22.565 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.565 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.565 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=21 ifaceName="cali949bba33ef2" state="up"
2026-02-17 02:42:22.582 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:22.582 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} status="down"
2026-02-17 02:42:22.582 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali949bba33ef2", State:"up", Index:21}
2026-02-17 02:42:22.582 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali949bba33ef2"
2026-02-17 02:42:22.582 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali949bba33ef2"
2026-02-17 02:42:22.582 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali949bba33ef2"
2026-02-17 02:42:22.583 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.583 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:22.602 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:22.602 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} status="up"
2026-02-17 02:42:22.761 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-5101" name:"default"}
2026-02-17 02:42:22.861 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-5101"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-5101"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-5101"}
2026-02-17 02:42:22.888 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-7453" name:"default"}
2026-02-17 02:42:22.888 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-5101"}
2026-02-17 02:42:23.296 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-7453"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-7453"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-7453"}
2026-02-17 02:42:23.325 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-7453"}
2026-02-17 02:42:24.349 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=21
2026-02-17 02:42:24.349 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali949bba33ef2"
2026-02-17 02:42:24.349 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali949bba33ef2", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:42:24.349 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali949bba33ef2", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:42:24.694 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"disruption-9155" name:"default"}
2026-02-17 02:42:24.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-9155"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-9155"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-9155"}
2026-02-17 02:42:24.942 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"disruption-9155"}
2026-02-17 02:42:25.831 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-8997/simpletest.rc-dvz9h, name=eth0)
2026-02-17 02:42:25.832 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-8997/simpletest.rc-dvz9h" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali949bba33ef2" profile_ids:"kns.gc-8997" profile_ids:"ksa.gc-8997.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:42:25.832 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:25.832 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:25.832 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:25.833 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali949bba33ef2"
2026-02-17 02:42:25.833 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:25.833 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:25.857 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:25.857 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} status="up"
2026-02-17 02:42:26.558 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:42:26.558 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:42:26.558 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:42:26.580 [INFO][60] felix/summary.go 100: Summarising 113 dataplane reconciliation loops over 1m0.1s: avg=28ms longest=71ms (resync-calico-v4,resync-routes-v4,resync-routes-v4,resync-rules-v4,resync-wg)
2026-02-17 02:42:26.923 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-8997/simpletest.rc-dvz9h, name=eth0)
2026-02-17 02:42:26.923 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-8997/simpletest.rc-dvz9h" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali949bba33ef2" profile_ids:"kns.gc-8997" profile_ids:"ksa.gc-8997.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:42:26.923 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.923 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.924 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.924 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali949bba33ef2"
2026-02-17 02:42:26.925 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.925 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.927 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-8997/simpletest.rc-dvz9h, name=eth0)
2026-02-17 02:42:26.950 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:26.950 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"} status="up"
2026-02-17 02:42:26.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-8997/simpletest.rc-dvz9h" endpoint_id:"eth0"}
2026-02-17 02:42:26.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.gc-8997"}
2026-02-17 02:42:26.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.gc-8997.default"}
2026-02-17 02:42:26.951 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.951 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.gc-8997" ipVersion=0x4 table="filter"
2026-02-17 02:42:26.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-ksa.gc-8997.default" ipVersion=0x4 table="filter"
2026-02-17 02:42:26.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.gc-8997" ipVersion=0x4 table="filter"
2026-02-17 02:42:26.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-ksa.gc-8997.default" ipVersion=0x4 table="filter"
2026-02-17 02:42:26.951 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.952 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali949bba33ef2" ipVersion=0x4 table="filter"
2026-02-17 02:42:26.952 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali949bba33ef2" ipVersion=0x4 table="filter"
2026-02-17 02:42:26.952 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.952 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:26.953 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.144
2026-02-17 02:42:27.030 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-8997/simpletest.rc-dvz9h", EndpointId:"eth0"}
2026-02-17 02:42:27.084 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"example-custom-endpoints" namespace:"endpointslicemirroring-2830"
2026-02-17 02:42:27.215 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"endpointslicemirroring-2830" name:"default"}
2026-02-17 02:42:27.273 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslicemirroring-2830"} labels:{key:"e2e-framework" value:"endpointslicemirroring"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslicemirroring-2830"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"endpointslicemirroring-2830"}
2026-02-17 02:42:27.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"endpointslicemirroring-2830"}
2026-02-17 02:42:28.318 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=21 ifaceName="cali949bba33ef2" state="down"
2026-02-17 02:42:28.318 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali949bba33ef2"
2026-02-17 02:42:28.318 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=21
2026-02-17 02:42:28.318 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali949bba33ef2", State:"down", Index:21}
2026-02-17 02:42:28.318 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali949bba33ef2", Addrs:set.Typed[string]{}}
2026-02-17 02:42:28.318 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali949bba33ef2", Addrs:set.Typed[string]{}}
2026-02-17 02:42:28.323 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=21 ifaceName="cali949bba33ef2" state=""
2026-02-17 02:42:28.323 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali949bba33ef2"
2026-02-17 02:42:28.343 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali949bba33ef2", State:"", Index:21}
2026-02-17 02:42:28.343 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali949bba33ef2", Addrs:set.Set[string](nil)}
2026-02-17 02:42:28.343 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali949bba33ef2", Addrs:set.Set[string](nil)}
2026-02-17 02:42:31.080 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-1063"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-1063"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-1063"}
2026-02-17 02:42:31.107 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-7348"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-7348"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-7348"}
2026-02-17 02:42:31.128 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-7348" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:31.231 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-7348"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-7348"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-7348"}
2026-02-17 02:42:31.253 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-8228"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-8228"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-8228"}
2026-02-17 02:42:31.277 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"dns-8228" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:31.299 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"dns-test-service-3" namespace:"dns-8228" type:"ExternalName"
2026-02-17 02:42:32.072 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-8997"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"gc-8997"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-8997"}
2026-02-17 02:42:32.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-5148"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"job-5148"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-5148"}
2026-02-17 02:42:32.107 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"job-5148" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:33.351 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"dns-test-service-3" namespace:"dns-8228" type:"ExternalName"
2026-02-17 02:42:35.429 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"dns-test-service-3" namespace:"dns-8228" type:"ClusterIP" cluster_ips:"10.254.178.165" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:42:36.275 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-7348" name:"default"}
2026-02-17 02:42:36.849 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-1063" name:"default"}
2026-02-17 02:42:36.978 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-1063"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-1063"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-1063"}
2026-02-17 02:42:37.006 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-1063"}
2026-02-17 02:42:37.095 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-7348"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-7348"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-7348"}
2026-02-17 02:42:37.137 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-7348"}
2026-02-17 02:42:37.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"gc-8997" name:"default"}
2026-02-17 02:42:37.579 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"dns-test-service-3" namespace:"dns-8228"
2026-02-17 02:42:37.634 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-8228"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-8228"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-8228"}
2026-02-17 02:42:37.657 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-4672"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-4672"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-4672"}
2026-02-17 02:42:37.689 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"job-4672" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:37.699 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-n5qsb, name=eth0)
2026-02-17 02:42:37.715 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.job-5148"} profile:{inbound_rules:{action:"allow" rule_id:"ScZSFtPGs0mew8ke"} outbound_rules:{action:"allow" rule_id:"doQDDw7wC26PfwIA"}}
2026-02-17 02:42:37.715 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.job-5148.default"} profile:{}
2026-02-17 02:42:37.715 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-n5qsb" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6b2ff6b288f" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:42:37.715 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.715 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.715 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.715 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.716 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali6b2ff6b288f" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.716 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.job-5148" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.716 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_bc8rKLlpG_RgckYUNR" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.716 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.716 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali6b2ff6b288f" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.716 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.job-5148" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.716 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_bc8rKLlpG_RgckYUNR" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.716 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:37.716 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.716 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.756 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:37.756 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} status="down"
2026-02-17 02:42:37.782 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=22 ifaceName="cali6b2ff6b288f" state="down"
2026-02-17 02:42:37.783 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:37.783 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6b2ff6b288f", State:"down", Index:22}
2026-02-17 02:42:37.783 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6b2ff6b288f", Addrs:set.Typed[string]{}}
2026-02-17 02:42:37.783 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6b2ff6b288f", Addrs:set.Typed[string]{}}
2026-02-17 02:42:37.783 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:37.783 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.783 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.786 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=22 ifaceName="cali6b2ff6b288f" state="up"
2026-02-17 02:42:37.808 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:37.808 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} status="down"
2026-02-17 02:42:37.808 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6b2ff6b288f", State:"up", Index:22}
2026-02-17 02:42:37.808 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:37.808 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:37.808 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:37.809 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.809 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:37.829 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-lrjlh, name=eth0)
2026-02-17 02:42:37.839 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:37.840 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} status="up"
2026-02-17 02:42:37.840 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-lrjlh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic2685047175" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:42:37.840 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:37.840 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:37.840 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:37.840 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calic2685047175" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.840 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calic2685047175" ipVersion=0x4 table="filter"
2026-02-17 02:42:37.840 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic2685047175"
2026-02-17 02:42:37.840 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:37.841 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:37.910 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=23 ifaceName="calic2685047175" state="down"
2026-02-17 02:42:37.910 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic2685047175"
2026-02-17 02:42:37.910 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=23 ifaceName="calic2685047175" state="up"
2026-02-17 02:42:37.918 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:37.918 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} status="down"
2026-02-17 02:42:37.918 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic2685047175", State:"down", Index:23}
2026-02-17 02:42:37.918 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic2685047175", Addrs:set.Typed[string]{}}
2026-02-17 02:42:37.918 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic2685047175", Addrs:set.Typed[string]{}}
2026-02-17 02:42:37.918 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic2685047175", State:"up", Index:23}
2026-02-17 02:42:37.918 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic2685047175"
2026-02-17 02:42:37.918 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic2685047175"
2026-02-17 02:42:37.918 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic2685047175"
2026-02-17 02:42:37.918 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:37.918 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:37.937 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:37.937 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} status="up"
2026-02-17 02:42:37.975 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-8997"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"gc-8997"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-8997"}
2026-02-17 02:42:38.000 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"gc-8997"}
2026-02-17 02:42:39.065 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=23
2026-02-17 02:42:39.065 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic2685047175"
2026-02-17 02:42:39.065 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic2685047175", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:42:39.065 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic2685047175", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:42:39.492 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7086/ss-1, name=eth0)
2026-02-17 02:42:39.492 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.statefulset-7086.default"} profile:{}
2026-02-17 02:42:39.492 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.statefulset-7086"} profile:{inbound_rules:{action:"allow" rule_id:"joSqTmkZFAnFq1Ep"} outbound_rules:{action:"allow" rule_id:"Sn7KIMGTJNf6o5JJ"}}
2026-02-17 02:42:39.493 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7086/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5c1048657e5" profile_ids:"kns.statefulset-7086" profile_ids:"ksa.statefulset-7086.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:42:39.493 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.493 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.493 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.493 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali5c1048657e5" ipVersion=0x4 table="filter"
2026-02-17 02:42:39.493 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_ptE0Ob2j_3LSwyNT1n" ipVersion=0x4 table="filter"
2026-02-17 02:42:39.494 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_sZPADcByTrG4mAfrQQ" ipVersion=0x4 table="filter"
2026-02-17 02:42:39.494 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali5c1048657e5" ipVersion=0x4 table="filter"
2026-02-17 02:42:39.494 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_ptE0Ob2j_3LSwyNT1n" ipVersion=0x4 table="filter"
2026-02-17 02:42:39.494 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_sZPADcByTrG4mAfrQQ" ipVersion=0x4 table="filter"
2026-02-17 02:42:39.494 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali5c1048657e5"
2026-02-17 02:42:39.494 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.494 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.536 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:39.536 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} status="down"
2026-02-17 02:42:39.562 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=24 ifaceName="cali5c1048657e5" state="down"
2026-02-17 02:42:39.562 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5c1048657e5"
2026-02-17 02:42:39.563 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5c1048657e5", State:"down", Index:24}
2026-02-17 02:42:39.563 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5c1048657e5", Addrs:set.Typed[string]{}}
2026-02-17 02:42:39.563 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5c1048657e5", Addrs:set.Typed[string]{}}
2026-02-17 02:42:39.563 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5c1048657e5"
2026-02-17 02:42:39.563 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.563 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.570 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=24 ifaceName="cali5c1048657e5" state="up"
2026-02-17 02:42:39.582 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:39.582 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} status="down"
2026-02-17 02:42:39.582 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5c1048657e5", State:"up", Index:24}
2026-02-17 02:42:39.582 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5c1048657e5"
2026-02-17 02:42:39.582 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5c1048657e5"
2026-02-17 02:42:39.582 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5c1048657e5"
2026-02-17 02:42:39.582 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.582 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:39.598 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:39.598 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:42:39.705 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=22
2026-02-17 02:42:39.705 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:39.705 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6b2ff6b288f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:42:39.705 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6b2ff6b288f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:42:39.957 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-lrjlh, name=eth0)
2026-02-17 02:42:39.957 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-lrjlh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic2685047175" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:42:39.958 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:39.958 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:39.958 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:39.959 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic2685047175"
2026-02-17 02:42:39.960 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:39.960 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:39.979 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-n5qsb, name=eth0)
2026-02-17 02:42:39.986 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:39.986 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} status="up"
2026-02-17 02:42:39.986 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-n5qsb" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6b2ff6b288f" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:42:39.986 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:39.986 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:39.986 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:39.987 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:39.987 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:39.987 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:39.996 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7086/ss-1, name=eth0)
2026-02-17 02:42:40.014 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:40.014 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} status="up"
2026-02-17 02:42:40.014 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7086/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5c1048657e5" profile_ids:"kns.statefulset-7086" profile_ids:"ksa.statefulset-7086.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:42:40.014 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:40.014 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:40.015 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:40.015 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5c1048657e5"
2026-02-17 02:42:40.015 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:40.015 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:40.038 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:40.038 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:42:40.969 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-lrjlh, name=eth0)
2026-02-17 02:42:40.969 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-lrjlh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic2685047175" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:42:40.969 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:40.969 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:40.969 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:40.970 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic2685047175"
2026-02-17 02:42:40.970 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:40.970 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:40.988 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-n5qsb, name=eth0)
2026-02-17 02:42:41.000 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:41.000 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} status="up"
2026-02-17 02:42:41.000 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-n5qsb" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6b2ff6b288f" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:42:41.001 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:41.001 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:41.001 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:41.001 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:41.001 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:41.001 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:41.018 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:41.018 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} status="up"
2026-02-17 02:42:41.371 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=24
2026-02-17 02:42:41.371 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5c1048657e5"
2026-02-17 02:42:41.371 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5c1048657e5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:42:41.371 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5c1048657e5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:42:41.989 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-lrjlh, name=eth0)
2026-02-17 02:42:41.989 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-lrjlh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic2685047175" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:42:41.989 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:41.989 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:41.989 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:41.990 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic2685047175"
2026-02-17 02:42:41.990 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:41.990 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.007 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:42.007 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} status="up"
2026-02-17 02:42:42.009 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-n5qsb, name=eth0)
2026-02-17 02:42:42.010 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-n5qsb" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6b2ff6b288f" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:42:42.010 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.010 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.010 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.011 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:42.011 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.011 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.033 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:42.033 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} status="up"
2026-02-17 02:42:42.178 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-lrjlh, name=eth0)
2026-02-17 02:42:42.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-lrjlh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic2685047175" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:42:42.178 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.178 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.178 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.179 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic2685047175"
2026-02-17 02:42:42.179 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.179 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.182 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-n5qsb, name=eth0)
2026-02-17 02:42:42.199 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:42.199 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} status="up"
2026-02-17 02:42:42.199 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-n5qsb" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6b2ff6b288f" profile_ids:"kns.job-5148" profile_ids:"ksa.job-5148.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:42:42.199 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.199 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.199 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.199 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:42.199 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=true known=true operUp=true status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.200 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.221 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:42.221 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} status="down"
2026-02-17 02:42:42.281 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=23 ifaceName="calic2685047175" state="down"
2026-02-17 02:42:42.281 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic2685047175"
2026-02-17 02:42:42.281 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=23
2026-02-17 02:42:42.281 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic2685047175", State:"down", Index:23}
2026-02-17 02:42:42.281 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic2685047175", Addrs:set.Typed[string]{}}
2026-02-17 02:42:42.281 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic2685047175", Addrs:set.Typed[string]{}}
2026-02-17 02:42:42.281 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic2685047175"
2026-02-17 02:42:42.281 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:42.281 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.282 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.282 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.146
2026-02-17 02:42:42.282 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=23 ifaceName="calic2685047175" state=""
2026-02-17 02:42:42.283 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic2685047175"
2026-02-17 02:42:42.286 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=22 ifaceName="cali6b2ff6b288f" state="down"
2026-02-17 02:42:42.286 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:42.290 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=22
2026-02-17 02:42:42.291 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=22 ifaceName="cali6b2ff6b288f" state=""
2026-02-17 02:42:42.291 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:42.301 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:42.301 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} status="down"
2026-02-17 02:42:42.301 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic2685047175", State:"", Index:23}
2026-02-17 02:42:42.301 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic2685047175", Addrs:set.Set[string](nil)}
2026-02-17 02:42:42.302 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic2685047175", Addrs:set.Set[string](nil)}
2026-02-17 02:42:42.302 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6b2ff6b288f", State:"down", Index:22}
2026-02-17 02:42:42.302 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6b2ff6b288f", Addrs:set.Typed[string]{}}
2026-02-17 02:42:42.302 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6b2ff6b288f", Addrs:set.Typed[string]{}}
2026-02-17 02:42:42.302 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6b2ff6b288f", State:"", Index:22}
2026-02-17 02:42:42.302 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6b2ff6b288f", Addrs:set.Set[string](nil)}
2026-02-17 02:42:42.302 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6b2ff6b288f", Addrs:set.Set[string](nil)}
2026-02-17 02:42:42.302 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic2685047175"
2026-02-17 02:42:42.302 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:42.302 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6b2ff6b288f"
2026-02-17 02:42:42.302 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.302 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.302 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.302 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.302 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.145
2026-02-17 02:42:42.331 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:42.331 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"} status="down"
2026-02-17 02:42:42.331 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:42:42.331 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"} status="down"
2026-02-17 02:42:42.423 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-n5qsb, name=eth0)
2026-02-17 02:42:42.423 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-n5qsb" endpoint_id:"eth0"}
2026-02-17 02:42:42.423 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.423 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.423 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.424 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.424 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali6b2ff6b288f" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.424 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.424 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali6b2ff6b288f" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.424 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.424 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.497 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=job-5148/fail-once-local-lrjlh, name=eth0)
2026-02-17 02:42:42.499 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-n5qsb", EndpointId:"eth0"}
2026-02-17 02:42:42.499 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"job-5148/fail-once-local-lrjlh" endpoint_id:"eth0"}
2026-02-17 02:42:42.499 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.job-5148"}
2026-02-17 02:42:42.499 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.job-5148.default"}
2026-02-17 02:42:42.499 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.499 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.500 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.job-5148" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.500 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_bc8rKLlpG_RgckYUNR" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.500 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.job-5148" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.500 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_bc8rKLlpG_RgckYUNR" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.500 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.500 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calic2685047175" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.500 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calic2685047175" ipVersion=0x4 table="filter"
2026-02-17 02:42:42.500 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.500 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.566 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"job-5148/fail-once-local-lrjlh", EndpointId:"eth0"}
2026-02-17 02:42:42.967 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"dns-8228" name:"default"}
2026-02-17 02:42:43.202 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-8228"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-8228"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-8228"}
2026-02-17 02:42:43.226 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"dns-8228"}
2026-02-17 02:42:44.183 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-5148"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"job-5148"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-5148"}
2026-02-17 02:42:44.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-1245"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-1245"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-1245"}
2026-02-17 02:42:44.280 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"validating-admission-policy-1245" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:44.303 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-1245"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-1245"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-1245"} labels:{key:"validating-admission-policy-1245" value:"true"}
2026-02-17 02:42:44.627 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-1245"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-1245"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-1245"} labels:{key:"validating-admission-policy-1245" value:"true"}
2026-02-17 02:42:44.665 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-8109"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-8109"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-8109"}
2026-02-17 02:42:44.695 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"var-expansion-8109" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:44.817 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-4672"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-4672"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-4672"}
2026-02-17 02:42:44.841 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8940"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8940"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8940"}
2026-02-17 02:42:44.867 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-8940" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:48.972 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7086/ss-1, name=eth0)
2026-02-17 02:42:48.972 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7086/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5c1048657e5" profile_ids:"kns.statefulset-7086" profile_ids:"ksa.statefulset-7086.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:42:48.972 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:48.972 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:48.972 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:48.973 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5c1048657e5"
2026-02-17 02:42:48.973 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:48.973 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:42:48.995 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:42:48.996 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:42:49.002 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8940"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8940"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8940"}
2026-02-17 02:42:49.031 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7272"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-7272"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7272"}
2026-02-17 02:42:49.031 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-7272" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:49.104 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7272"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-7272"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7272"}
2026-02-17 02:42:49.128 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-5857"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-5857"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-5857"}
2026-02-17 02:42:49.128 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-5857" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:49.155 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-5857" name:"testserviceaccount"} labels:{key:"projectcalico.org/name" value:"testserviceaccount"} labels:{key:"test-serviceaccount-static" value:"true"}
2026-02-17 02:42:49.180 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-5857" name:"testserviceaccount"} labels:{key:"projectcalico.org/name" value:"testserviceaccount"} labels:{key:"test-serviceaccount-static" value:"true"}
2026-02-17 02:42:49.181 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-5857" name:"default"}
2026-02-17 02:42:49.181 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-5857" name:"testserviceaccount"}
2026-02-17 02:42:49.181 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-5857" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:49.206 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-5857"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-5857"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-5857"}
2026-02-17 02:42:49.236 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-957"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-957"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-957"}
2026-02-17 02:42:49.262 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"validating-admission-policy-957" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:49.325 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-957"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-957"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-957"} labels:{key:"validating-admission-policy-957" value:"true"}
2026-02-17 02:42:49.563 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-957"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-957"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-957"} labels:{key:"validating-admission-policy-957" value:"true"}
2026-02-17 02:42:49.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-214"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-214"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-214"}
2026-02-17 02:42:49.626 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-214" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:50.051 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"validating-admission-policy-1245" name:"default"}
2026-02-17 02:42:50.312 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"job-5148" name:"default"}
2026-02-17 02:42:50.351 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-1245"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-1245"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-1245"} labels:{key:"validating-admission-policy-1245" value:"true"}
2026-02-17 02:42:50.351 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"validating-admission-policy-1245"}
2026-02-17 02:42:50.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"job-4672" name:"default"}
2026-02-17 02:42:50.867 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-5148"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"job-5148"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-5148"}
2026-02-17 02:42:50.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-4672"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-4672"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-4672"}
2026-02-17 02:42:50.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"job-5148"}
2026-02-17 02:42:53.746 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-214"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-214"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-214"}
2026-02-17 02:42:53.767 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-9327"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-9327"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-9327"}
2026-02-17 02:42:53.786 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"aggregateddiscovery-9327" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:54.119 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-7272" name:"default"}
2026-02-17 02:42:54.236 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-8940" name:"default"}
2026-02-17 02:42:54.421 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-5857" name:"default"}
2026-02-17 02:42:54.534 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8940"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8940"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8940"}
2026-02-17 02:42:54.561 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-8940"}
2026-02-17 02:42:54.594 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-5857"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-5857"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-5857"}
2026-02-17 02:42:54.616 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svcaccounts-5857"}
2026-02-17 02:42:54.870 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7272"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-7272"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7272"}
2026-02-17 02:42:54.895 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-7272"}
2026-02-17 02:42:54.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"validating-admission-policy-957" name:"default"}
2026-02-17 02:42:55.137 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-957"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-957"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-957"} labels:{key:"validating-admission-policy-957" value:"true"}
2026-02-17 02:42:55.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"validating-admission-policy-957"}
2026-02-17 02:42:56.209 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-4672"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"job-4672"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-4672"}
2026-02-17 02:42:56.231 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"job-4672"}
2026-02-17 02:42:56.884 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-9327"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-9327"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-9327"}
2026-02-17 02:42:56.905 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-2954"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-2954"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-2954"}
2026-02-17 02:42:56.936 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-2954" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:56.936 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secret-namespace-6069"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secret-namespace-6069"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secret-namespace-6069"}
2026-02-17 02:42:56.959 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secret-namespace-6069" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:42:57.086 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:42:57.087 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:42:57.087 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:42:57.139 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:42:57.139 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:42:57.139 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:42:58.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-214" name:"default"}
2026-02-17 02:42:59.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-214"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-214"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-214"}
2026-02-17 02:42:59.116 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-214"}
2026-02-17 02:43:01.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-2954"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-2954"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-2954"}
2026-02-17 02:43:01.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secret-namespace-6069"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secret-namespace-6069"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secret-namespace-6069"}
2026-02-17 02:43:01.149 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2763"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2763"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-2763"}
2026-02-17 02:43:01.172 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-2763" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:02.273 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"aggregateddiscovery-9327" name:"default"}
2026-02-17 02:43:02.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-9327"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-9327"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-9327"}
2026-02-17 02:43:02.363 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"aggregateddiscovery-9327"}
2026-02-17 02:43:05.277 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2763"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2763"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-2763"}
2026-02-17 02:43:05.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-1502"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-1502"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-1502"}
2026-02-17 02:43:05.348 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"gc-1502" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:06.240 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secret-namespace-6069" name:"default"}
2026-02-17 02:43:06.325 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8qd5s, name=eth0)
2026-02-17 02:43:06.325 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.gc-1502"} profile:{inbound_rules:{action:"allow" rule_id:"Dm2jwnqctfBgdbuc"} outbound_rules:{action:"allow" rule_id:"6248BJFI26FMmfS4"}}
2026-02-17 02:43:06.326 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.gc-1502.default"} profile:{}
2026-02-17 02:43:06.326 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8qd5s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali295f98b0ee3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:43:06.326 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:06.326 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:06.326 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:06.326 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali295f98b0ee3" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.326 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.gc-1502" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.326 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-ksa.gc-1502.default" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.326 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali295f98b0ee3" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.326 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.gc-1502" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.326 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-ksa.gc-1502.default" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.326 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali295f98b0ee3"
2026-02-17 02:43:06.326 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:06.326 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:06.369 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=25 ifaceName="cali295f98b0ee3" state="down"
2026-02-17 02:43:06.369 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali295f98b0ee3"
2026-02-17 02:43:06.370 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=25 ifaceName="cali295f98b0ee3" state="up"
2026-02-17 02:43:06.374 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:06.374 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} status="down"
2026-02-17 02:43:06.374 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali295f98b0ee3", State:"down", Index:25}
2026-02-17 02:43:06.374 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali295f98b0ee3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:06.374 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali295f98b0ee3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:06.374 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali295f98b0ee3", State:"up", Index:25}
2026-02-17 02:43:06.374 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali295f98b0ee3"
2026-02-17 02:43:06.374 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali295f98b0ee3"
2026-02-17 02:43:06.374 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali295f98b0ee3"
2026-02-17 02:43:06.374 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:06.374 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:06.402 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:06.402 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} status="up"
2026-02-17 02:43:06.496 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mqtsr, name=eth0)
2026-02-17 02:43:06.496 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mqtsr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia5e4f28fb87" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:43:06.496 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:06.496 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:06.496 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:06.497 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calia5e4f28fb87" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.497 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calia5e4f28fb87" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.497 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calia5e4f28fb87"
2026-02-17 02:43:06.497 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:06.497 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:06.551 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:06.551 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"} status="down"
2026-02-17 02:43:06.556 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=26 ifaceName="calia5e4f28fb87" state="down"
2026-02-17 02:43:06.557 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia5e4f28fb87"
2026-02-17 02:43:06.557 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=26 ifaceName="calia5e4f28fb87" state="up"
2026-02-17 02:43:06.557 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia5e4f28fb87", State:"down", Index:26}
2026-02-17 02:43:06.557 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia5e4f28fb87", Addrs:set.Typed[string]{}}
2026-02-17 02:43:06.557 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia5e4f28fb87", Addrs:set.Typed[string]{}}
2026-02-17 02:43:06.557 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia5e4f28fb87", State:"up", Index:26}
2026-02-17 02:43:06.557 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia5e4f28fb87"
2026-02-17 02:43:06.557 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calia5e4f28fb87"
2026-02-17 02:43:06.557 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia5e4f28fb87"
2026-02-17 02:43:06.557 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:06.557 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:06.577 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:06.577 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:06.782 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-nql25, name=eth0)
2026-02-17 02:43:06.782 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-nql25" endpoint_id:"eth0"} endpoint:{state:"active" name:"calife249a8f961" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:43:06.782 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:06.782 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:06.782 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:06.790 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.791 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calife249a8f961" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.791 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.791 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calife249a8f961" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.791 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calife249a8f961"
2026-02-17 02:43:06.791 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:06.791 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:06.834 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=27 ifaceName="calife249a8f961" state="down"
2026-02-17 02:43:06.834 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calife249a8f961"
2026-02-17 02:43:06.835 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=27 ifaceName="calife249a8f961" state="up"
2026-02-17 02:43:06.839 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:06.839 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"} status="down"
2026-02-17 02:43:06.839 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calife249a8f961", State:"down", Index:27}
2026-02-17 02:43:06.839 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calife249a8f961", Addrs:set.Typed[string]{}}
2026-02-17 02:43:06.839 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calife249a8f961", Addrs:set.Typed[string]{}}
2026-02-17 02:43:06.839 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calife249a8f961", State:"up", Index:27}
2026-02-17 02:43:06.839 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calife249a8f961"
2026-02-17 02:43:06.839 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calife249a8f961"
2026-02-17 02:43:06.839 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calife249a8f961"
2026-02-17 02:43:06.839 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:06.839 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:06.861 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:06.861 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"} status="up"
2026-02-17 02:43:06.954 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-zwtcp, name=eth0)
2026-02-17 02:43:06.954 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-zwtcp" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8d141a726cd" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:43:06.954 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:06.954 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:06.954 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:06.955 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.955 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali8d141a726cd" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.955 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.955 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali8d141a726cd" ipVersion=0x4 table="filter"
2026-02-17 02:43:06.955 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali8d141a726cd"
2026-02-17 02:43:06.955 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:06.955 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:06.985 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:06.985 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"} status="down"
2026-02-17 02:43:07.033 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=28 ifaceName="cali8d141a726cd" state="down"
2026-02-17 02:43:07.033 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8d141a726cd", State:"down", Index:28}
2026-02-17 02:43:07.033 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali8d141a726cd"
2026-02-17 02:43:07.033 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:07.033 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali8d141a726cd"
2026-02-17 02:43:07.033 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:07.033 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=28 ifaceName="cali8d141a726cd" state="up"
2026-02-17 02:43:07.061 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:07.061 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"} status="down"
2026-02-17 02:43:07.061 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8d141a726cd", Addrs:set.Typed[string]{}}
2026-02-17 02:43:07.061 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8d141a726cd", Addrs:set.Typed[string]{}}
2026-02-17 02:43:07.061 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8d141a726cd", State:"up", Index:28}
2026-02-17 02:43:07.061 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali8d141a726cd"
2026-02-17 02:43:07.061 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali8d141a726cd"
2026-02-17 02:43:07.061 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali8d141a726cd"
2026-02-17 02:43:07.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:07.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:07.089 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:07.089 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"} status="up"
2026-02-17 02:43:07.163 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2zthh, name=eth0)
2026-02-17 02:43:07.163 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2zthh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic35754e50f0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:43:07.163 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:07.163 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:07.163 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:07.164 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calic35754e50f0" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.164 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calic35754e50f0" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.164 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic35754e50f0"
2026-02-17 02:43:07.164 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:07.164 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:07.218 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:07.218 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} status="down"
2026-02-17 02:43:07.226 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=29 ifaceName="calic35754e50f0" state="down"
2026-02-17 02:43:07.226 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic35754e50f0"
2026-02-17 02:43:07.226 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=29 ifaceName="calic35754e50f0" state="up"
2026-02-17 02:43:07.226 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic35754e50f0", State:"down", Index:29}
2026-02-17 02:43:07.226 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic35754e50f0", Addrs:set.Typed[string]{}}
2026-02-17 02:43:07.226 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic35754e50f0", Addrs:set.Typed[string]{}}
2026-02-17 02:43:07.226 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic35754e50f0", State:"up", Index:29}
2026-02-17 02:43:07.226 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic35754e50f0"
2026-02-17 02:43:07.226 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic35754e50f0"
2026-02-17 02:43:07.227 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic35754e50f0"
2026-02-17 02:43:07.227 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:07.227 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:07.248 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:07.248 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:07.354 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2cwn, name=eth0)
2026-02-17 02:43:07.354 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2cwn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calice538ba578f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:43:07.354 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:07.354 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:07.354 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:07.355 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-c" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.355 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calice538ba578f" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.355 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-c" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.355 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calice538ba578f" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.355 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calice538ba578f"
2026-02-17 02:43:07.355 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:07.355 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:07.401 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=30 ifaceName="calice538ba578f" state="down"
2026-02-17 02:43:07.401 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calice538ba578f"
2026-02-17 02:43:07.419 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=30 ifaceName="calice538ba578f" state="up"
2026-02-17 02:43:07.449 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:07.449 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} status="down"
2026-02-17 02:43:07.449 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calice538ba578f", State:"down", Index:30}
2026-02-17 02:43:07.450 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calice538ba578f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:07.450 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calice538ba578f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:07.450 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calice538ba578f", State:"up", Index:30}
2026-02-17 02:43:07.450 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calice538ba578f"
2026-02-17 02:43:07.450 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calice538ba578f"
2026-02-17 02:43:07.450 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calice538ba578f"
2026-02-17 02:43:07.450 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:07.450 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:07.476 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:07.476 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:07.638 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dbjsw, name=eth0)
2026-02-17 02:43:07.638 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dbjsw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali62facb9d44b" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:43:07.638 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:07.638 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:07.638 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:07.639 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.639 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali62facb9d44b" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.639 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.639 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali62facb9d44b" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.639 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali62facb9d44b"
2026-02-17 02:43:07.639 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:07.639 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:07.645 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=25
2026-02-17 02:43:07.645 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali295f98b0ee3"
2026-02-17 02:43:07.690 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=31 ifaceName="cali62facb9d44b" state="down"
2026-02-17 02:43:07.690 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali62facb9d44b"
2026-02-17 02:43:07.691 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=31 ifaceName="cali62facb9d44b" state="up"
2026-02-17 02:43:07.735 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:07.735 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} status="down"
2026-02-17 02:43:07.735 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali295f98b0ee3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:07.735 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali295f98b0ee3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:07.735 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali62facb9d44b", State:"down", Index:31}
2026-02-17 02:43:07.735 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali62facb9d44b", Addrs:set.Typed[string]{}}
2026-02-17 02:43:07.735 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali62facb9d44b", Addrs:set.Typed[string]{}}
2026-02-17 02:43:07.735 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali62facb9d44b", State:"up", Index:31}
2026-02-17 02:43:07.735 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali62facb9d44b"
2026-02-17 02:43:07.735 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali62facb9d44b"
2026-02-17 02:43:07.735 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali62facb9d44b"
2026-02-17 02:43:07.735 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:07.735 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:07.765 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:07.765 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} status="up"
2026-02-17 02:43:07.978 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9fwvs, name=eth0)
2026-02-17 02:43:07.978 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9fwvs" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb760d2ac8f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:43:07.978 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:07.978 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:07.978 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:07.980 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calibb760d2ac8f" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.980 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calibb760d2ac8f" ipVersion=0x4 table="filter"
2026-02-17 02:43:07.980 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calibb760d2ac8f"
2026-02-17 02:43:07.980 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:07.980 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:08.025 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=26
2026-02-17 02:43:08.025 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia5e4f28fb87"
2026-02-17 02:43:08.031 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=32 ifaceName="calibb760d2ac8f" state="down"
2026-02-17 02:43:08.031 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibb760d2ac8f"
2026-02-17 02:43:08.031 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=32 ifaceName="calibb760d2ac8f" state="up"
2026-02-17 02:43:08.041 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:08.041 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} status="down"
2026-02-17 02:43:08.041 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia5e4f28fb87", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:08.041 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia5e4f28fb87", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:08.042 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibb760d2ac8f", State:"down", Index:32}
2026-02-17 02:43:08.042 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibb760d2ac8f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:08.042 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibb760d2ac8f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:08.042 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibb760d2ac8f", State:"up", Index:32}
2026-02-17 02:43:08.042 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calibb760d2ac8f"
2026-02-17 02:43:08.042 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calibb760d2ac8f"
2026-02-17 02:43:08.042 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibb760d2ac8f"
2026-02-17 02:43:08.042 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:08.042 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:08.093 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=27
2026-02-17 02:43:08.093 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calife249a8f961"
2026-02-17 02:43:08.189 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:08.189 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:08.189 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calife249a8f961", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:08.189 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calife249a8f961", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:08.209 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-2954" name:"default"}
2026-02-17 02:43:08.235 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-kgbn9, name=eth0)
2026-02-17 02:43:08.256 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-kgbn9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6da76cf6bad" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:43:08.256 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:08.256 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:08.256 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:08.256 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali6da76cf6bad" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.256 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali6da76cf6bad" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.256 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6da76cf6bad"
2026-02-17 02:43:08.256 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:08.257 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:08.300 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=33 ifaceName="cali6da76cf6bad" state="down"
2026-02-17 02:43:08.300 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6da76cf6bad"
2026-02-17 02:43:08.301 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=33 ifaceName="cali6da76cf6bad" state="up"
2026-02-17 02:43:08.306 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:08.306 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"} status="down"
2026-02-17 02:43:08.306 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6da76cf6bad", State:"down", Index:33}
2026-02-17 02:43:08.306 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6da76cf6bad", Addrs:set.Typed[string]{}}
2026-02-17 02:43:08.306 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6da76cf6bad", Addrs:set.Typed[string]{}}
2026-02-17 02:43:08.306 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6da76cf6bad", State:"up", Index:33}
2026-02-17 02:43:08.306 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6da76cf6bad"
2026-02-17 02:43:08.306 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6da76cf6bad"
2026-02-17 02:43:08.306 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6da76cf6bad"
2026-02-17 02:43:08.306 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:08.306 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:08.330 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:08.330 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"} status="up"
2026-02-17 02:43:08.349 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=28
2026-02-17 02:43:08.349 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali8d141a726cd"
2026-02-17 02:43:08.349 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8d141a726cd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:08.349 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8d141a726cd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:08.385 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8qd5s, name=eth0)
2026-02-17 02:43:08.386 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8qd5s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali295f98b0ee3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:43:08.386 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:08.386 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:08.386 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:08.386 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali295f98b0ee3"
2026-02-17 02:43:08.386 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:08.386 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:08.456 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:08.456 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} status="up"
2026-02-17 02:43:08.473 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mqtsr, name=eth0)
2026-02-17 02:43:08.473 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mqtsr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia5e4f28fb87" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:43:08.473 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:08.473 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:08.473 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:08.474 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia5e4f28fb87"
2026-02-17 02:43:08.474 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:08.474 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:08.480 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9k646, name=eth0)
2026-02-17 02:43:08.506 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:08.507 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:08.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9k646" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif754c7e8095" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:43:08.507 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:08.507 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:08.507 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:08.509 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calif754c7e8095" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.509 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calif754c7e8095" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.509 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calif754c7e8095"
2026-02-17 02:43:08.509 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:08.509 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:08.539 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=34 ifaceName="calif754c7e8095" state="down"
2026-02-17 02:43:08.539 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif754c7e8095"
2026-02-17 02:43:08.542 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=34 ifaceName="calif754c7e8095" state="up"
2026-02-17 02:43:08.570 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:08.570 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} status="down"
2026-02-17 02:43:08.570 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif754c7e8095", State:"down", Index:34}
2026-02-17 02:43:08.570 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif754c7e8095", Addrs:set.Typed[string]{}}
2026-02-17 02:43:08.570 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif754c7e8095", Addrs:set.Typed[string]{}}
2026-02-17 02:43:08.570 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif754c7e8095", State:"up", Index:34}
2026-02-17 02:43:08.570 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calif754c7e8095"
2026-02-17 02:43:08.570 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif754c7e8095"
2026-02-17 02:43:08.571 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif754c7e8095"
2026-02-17 02:43:08.571 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:08.571 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:08.633 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=29
2026-02-17 02:43:08.633 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic35754e50f0"
2026-02-17 02:43:08.665 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:08.665 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} status="up"
2026-02-17 02:43:08.666 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic35754e50f0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:08.666 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic35754e50f0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:08.820 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=35 ifaceName="calid1776c456c4" state="down"
2026-02-17 02:43:08.820 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid1776c456c4", State:"down", Index:35}
2026-02-17 02:43:08.820 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calid1776c456c4"
2026-02-17 02:43:08.854 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2p27, name=eth0)
2026-02-17 02:43:08.875 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=35 ifaceName="calid1776c456c4" state="up"
2026-02-17 02:43:08.899 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2p27" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid1776c456c4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:43:08.899 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:08.899 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:08.899 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:08.901 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calid1776c456c4" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.901 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calid1776c456c4" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.901 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calid1776c456c4"
2026-02-17 02:43:08.901 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:08.901 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:08.949 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:08.949 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} status="down"
2026-02-17 02:43:08.949 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid1776c456c4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:08.949 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid1776c456c4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:08.949 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid1776c456c4", State:"up", Index:35}
2026-02-17 02:43:08.949 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calid1776c456c4"
2026-02-17 02:43:08.949 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calid1776c456c4"
2026-02-17 02:43:08.949 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid1776c456c4"
2026-02-17 02:43:08.949 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:08.949 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:08.970 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:08.970 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} status="up"
2026-02-17 02:43:08.984 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-wsrqn, name=eth0)
2026-02-17 02:43:08.985 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-wsrqn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali54ed7fc13e4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:43:08.985 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:08.985 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:08.985 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:08.985 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-5" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.985 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali54ed7fc13e4" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.985 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-5" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.985 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali54ed7fc13e4" ipVersion=0x4 table="filter"
2026-02-17 02:43:08.985 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:08.986 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:08.986 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:09.027 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=36 ifaceName="cali54ed7fc13e4" state="down"
2026-02-17 02:43:09.027 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:09.029 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=36 ifaceName="cali54ed7fc13e4" state="up"
2026-02-17 02:43:09.037 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:09.037 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"} status="down"
2026-02-17 02:43:09.037 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secret-namespace-6069"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secret-namespace-6069"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secret-namespace-6069"}
2026-02-17 02:43:09.081 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=30
2026-02-17 02:43:09.081 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calice538ba578f"
2026-02-17 02:43:09.082 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali54ed7fc13e4", State:"down", Index:36}
2026-02-17 02:43:09.082 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali54ed7fc13e4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.082 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali54ed7fc13e4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.082 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali54ed7fc13e4", State:"up", Index:36}
2026-02-17 02:43:09.082 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calice538ba578f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.082 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calice538ba578f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.082 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:09.082 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:09.082 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:09.082 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:09.082 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:09.122 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:09.122 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:09.122 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secret-namespace-6069"}
2026-02-17 02:43:09.122 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-2954"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-2954"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-2954"}
2026-02-17 02:43:09.145 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=31
2026-02-17 02:43:09.145 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali62facb9d44b"
2026-02-17 02:43:09.152 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali62facb9d44b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.153 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali62facb9d44b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.176 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-2954"}
2026-02-17 02:43:09.181 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=32
2026-02-17 02:43:09.181 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calibb760d2ac8f"
2026-02-17 02:43:09.202 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibb760d2ac8f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.202 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibb760d2ac8f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.202 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:43:09.313 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mrlcs, name=eth0)
2026-02-17 02:43:09.313 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mrlcs" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif6a6d0214fc" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.160/32"}
2026-02-17 02:43:09.313 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:09.313 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:09.313 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:09.314 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calif6a6d0214fc" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.314 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calif6a6d0214fc" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.314 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calif6a6d0214fc"
2026-02-17 02:43:09.314 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:09.314 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:09.352 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=37 ifaceName="calif6a6d0214fc" state="down"
2026-02-17 02:43:09.353 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif6a6d0214fc"
2026-02-17 02:43:09.355 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=37 ifaceName="calif6a6d0214fc" state="up"
2026-02-17 02:43:09.368 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:09.368 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"} status="down"
2026-02-17 02:43:09.368 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif6a6d0214fc", State:"down", Index:37}
2026-02-17 02:43:09.368 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif6a6d0214fc", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.368 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif6a6d0214fc", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.368 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif6a6d0214fc", State:"up", Index:37}
2026-02-17 02:43:09.381 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calif6a6d0214fc"
2026-02-17 02:43:09.381 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif6a6d0214fc"
2026-02-17 02:43:09.381 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif6a6d0214fc"
2026-02-17 02:43:09.381 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:09.381 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:09.384 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4l9fr, name=eth0)
2026-02-17 02:43:09.430 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=38 ifaceName="calia054eab9db2" state="down"
2026-02-17 02:43:09.431 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia054eab9db2"
2026-02-17 02:43:09.439 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:09.440 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:09.440 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4l9fr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia054eab9db2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:43:09.440 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia054eab9db2", State:"down", Index:38}
2026-02-17 02:43:09.440 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia054eab9db2", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.440 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia054eab9db2", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.445 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=38 ifaceName="calia054eab9db2" state="up"
2026-02-17 02:43:09.445 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia054eab9db2", State:"up", Index:38}
2026-02-17 02:43:09.485 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia054eab9db2"
2026-02-17 02:43:09.485 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:09.485 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:09.485 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:09.486 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.486 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calia054eab9db2" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.486 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.486 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calia054eab9db2" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.486 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia054eab9db2"
2026-02-17 02:43:09.486 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:09.486 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:09.503 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=33
2026-02-17 02:43:09.503 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6da76cf6bad"
2026-02-17 02:43:09.525 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:09.525 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:09.525 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6da76cf6bad", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.525 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6da76cf6bad", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.549 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dnmxk, name=eth0)
2026-02-17 02:43:09.549 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dnmxk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3cf2ab4bde7" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:43:09.561 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-nql25, name=eth0)
2026-02-17 02:43:09.561 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-nql25" endpoint_id:"eth0"} endpoint:{state:"active" name:"calife249a8f961" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:43:09.578 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-zwtcp, name=eth0)
2026-02-17 02:43:09.578 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-zwtcp" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8d141a726cd" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:43:09.591 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:09.591 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:09.591 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:09.591 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:09.591 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:09.591 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:09.592 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:09.592 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:09.592 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:09.592 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.592 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali3cf2ab4bde7" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.592 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.592 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali3cf2ab4bde7" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.592 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:09.592 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calife249a8f961"
2026-02-17 02:43:09.592 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali8d141a726cd"
2026-02-17 02:43:09.592 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:09.592 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:09.592 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:09.593 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:09.593 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:09.593 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:09.618 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=39 ifaceName="cali3cf2ab4bde7" state="down"
2026-02-17 02:43:09.618 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:09.632 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=39 ifaceName="cali3cf2ab4bde7" state="up"
2026-02-17 02:43:09.661 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:09.661 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"} status="up"
2026-02-17 02:43:09.661 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:09.661 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} status="down"
2026-02-17 02:43:09.661 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:09.661 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"} status="up"
2026-02-17 02:43:09.661 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3cf2ab4bde7", State:"down", Index:39}
2026-02-17 02:43:09.661 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3cf2ab4bde7", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.661 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3cf2ab4bde7", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.661 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3cf2ab4bde7", State:"up", Index:39}
2026-02-17 02:43:09.699 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:09.699 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:09.699 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:09.699 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:09.699 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:09.722 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:09.722 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} status="up"
2026-02-17 02:43:09.767 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-jswv9, name=eth0)
2026-02-17 02:43:09.768 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-jswv9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali90aa4080a5f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:43:09.803 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:09.803 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:09.803 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:09.804 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali90aa4080a5f" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.804 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali90aa4080a5f" ipVersion=0x4 table="filter"
2026-02-17 02:43:09.804 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali90aa4080a5f"
2026-02-17 02:43:09.804 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:09.804 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:09.837 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=40 ifaceName="cali90aa4080a5f" state="down"
2026-02-17 02:43:09.837 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali90aa4080a5f"
2026-02-17 02:43:09.845 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=40 ifaceName="cali90aa4080a5f" state="up"
2026-02-17 02:43:09.853 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:09.853 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} status="down"
2026-02-17 02:43:09.853 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali90aa4080a5f", State:"down", Index:40}
2026-02-17 02:43:09.853 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali90aa4080a5f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.853 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali90aa4080a5f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:09.853 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali90aa4080a5f", State:"up", Index:40}
2026-02-17 02:43:09.884 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=34
2026-02-17 02:43:09.885 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calif754c7e8095"
2026-02-17 02:43:09.885 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif754c7e8095", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.885 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif754c7e8095", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:09.906 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali90aa4080a5f"
2026-02-17 02:43:09.906 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali90aa4080a5f"
2026-02-17 02:43:09.906 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali90aa4080a5f"
2026-02-17 02:43:09.906 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:09.907 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:09.947 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:09.947 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} status="up"
2026-02-17 02:43:09.972 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7086/ss-1, name=eth0)
2026-02-17 02:43:09.972 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7086/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5c1048657e5" profile_ids:"kns.statefulset-7086" profile_ids:"ksa.statefulset-7086.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:43:09.990 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mlcs8, name=eth0)
2026-02-17 02:43:09.990 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mlcs8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali07797ef86d9" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:43:10.014 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:10.014 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:10.014 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:10.015 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:10.015 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:10.015 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:10.015 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali07797ef86d9" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.015 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali07797ef86d9" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.015 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5c1048657e5"
2026-02-17 02:43:10.015 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali07797ef86d9"
2026-02-17 02:43:10.015 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:10.015 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:10.015 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:10.015 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:10.058 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:10.060 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:43:10.060 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:10.060 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"} status="down"
2026-02-17 02:43:10.060 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=41 ifaceName="cali07797ef86d9" state="down"
2026-02-17 02:43:10.060 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali07797ef86d9"
2026-02-17 02:43:10.060 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali07797ef86d9", State:"down", Index:41}
2026-02-17 02:43:10.060 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali07797ef86d9", Addrs:set.Typed[string]{}}
2026-02-17 02:43:10.060 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali07797ef86d9", Addrs:set.Typed[string]{}}
2026-02-17 02:43:10.064 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=41 ifaceName="cali07797ef86d9" state="up"
2026-02-17 02:43:10.064 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali07797ef86d9", State:"up", Index:41}
2026-02-17 02:43:10.120 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali07797ef86d9"
2026-02-17 02:43:10.120 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali07797ef86d9"
2026-02-17 02:43:10.121 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali07797ef86d9"
2026-02-17 02:43:10.121 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:10.121 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:10.156 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:10.156 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"} status="up"
2026-02-17 02:43:10.183 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-42xrl, name=eth0)
2026-02-17 02:43:10.183 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-42xrl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9a4ee94357f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:43:10.227 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:10.227 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:10.227 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:10.228 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-9" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.228 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali9a4ee94357f" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.228 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-9" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.228 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali9a4ee94357f" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.228 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali9a4ee94357f"
2026-02-17 02:43:10.228 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:10.228 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:10.261 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=42 ifaceName="cali9a4ee94357f" state="down"
2026-02-17 02:43:10.262 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9a4ee94357f"
2026-02-17 02:43:10.262 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=42 ifaceName="cali9a4ee94357f" state="up"
2026-02-17 02:43:10.265 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=36
2026-02-17 02:43:10.265 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:10.277 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:10.277 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} status="down"
2026-02-17 02:43:10.277 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9a4ee94357f", State:"down", Index:42}
2026-02-17 02:43:10.277 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9a4ee94357f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:10.277 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9a4ee94357f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:10.277 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9a4ee94357f", State:"up", Index:42}
2026-02-17 02:43:10.278 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali54ed7fc13e4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.278 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali54ed7fc13e4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.328 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali9a4ee94357f"
2026-02-17 02:43:10.328 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali9a4ee94357f"
2026-02-17 02:43:10.328 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9a4ee94357f"
2026-02-17 02:43:10.328 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:10.328 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:10.379 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:10.379 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} status="up"
2026-02-17 02:43:10.380 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-x5hpc, name=eth0)
2026-02-17 02:43:10.381 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-x5hpc" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5cb087f15b6" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:43:10.426 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=38
2026-02-17 02:43:10.426 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia054eab9db2"
2026-02-17 02:43:10.426 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia054eab9db2", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.426 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia054eab9db2", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.430 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:10.430 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:10.430 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:10.430 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali5cb087f15b6" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.430 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali5cb087f15b6" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.430 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali5cb087f15b6"
2026-02-17 02:43:10.430 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:10.430 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:10.453 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=43 ifaceName="cali5cb087f15b6" state="down"
2026-02-17 02:43:10.453 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5cb087f15b6"
2026-02-17 02:43:10.454 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=43 ifaceName="cali5cb087f15b6" state="up"
2026-02-17 02:43:10.489 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=35
2026-02-17 02:43:10.489 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calid1776c456c4"
2026-02-17 02:43:10.507 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:10.507 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"} status="down"
2026-02-17 02:43:10.507 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5cb087f15b6", State:"down", Index:43}
2026-02-17 02:43:10.507 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5cb087f15b6", Addrs:set.Typed[string]{}}
2026-02-17 02:43:10.507 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5cb087f15b6", Addrs:set.Typed[string]{}}
2026-02-17 02:43:10.507 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5cb087f15b6", State:"up", Index:43}
2026-02-17 02:43:10.507 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid1776c456c4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.507 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid1776c456c4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.536 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5cb087f15b6"
2026-02-17 02:43:10.536 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5cb087f15b6"
2026-02-17 02:43:10.536 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5cb087f15b6"
2026-02-17 02:43:10.536 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:10.536 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:10.566 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:10.566 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"} status="up"
2026-02-17 02:43:10.673 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gn2kh, name=eth0)
2026-02-17 02:43:10.673 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gn2kh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9814e36bf0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:43:10.673 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:10.673 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:10.673 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:10.674 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calia9814e36bf0" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.674 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calia9814e36bf0" ipVersion=0x4 table="filter"
2026-02-17 02:43:10.674 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calia9814e36bf0"
2026-02-17 02:43:10.674 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:10.674 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:10.688 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2cwn, name=eth0)
2026-02-17 02:43:10.702 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=44 ifaceName="calia9814e36bf0" state="down"
2026-02-17 02:43:10.702 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia9814e36bf0"
2026-02-17 02:43:10.716 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:10.716 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"} status="down"
2026-02-17 02:43:10.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2cwn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calice538ba578f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:43:10.716 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia9814e36bf0", State:"down", Index:44}
2026-02-17 02:43:10.716 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia9814e36bf0", Addrs:set.Typed[string]{}}
2026-02-17 02:43:10.716 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia9814e36bf0", Addrs:set.Typed[string]{}}
2026-02-17 02:43:10.742 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=44 ifaceName="calia9814e36bf0" state="up"
2026-02-17 02:43:10.742 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia9814e36bf0", State:"up", Index:44}
2026-02-17 02:43:10.748 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia9814e36bf0"
2026-02-17 02:43:10.748 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calia9814e36bf0"
2026-02-17 02:43:10.748 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:10.748 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:10.748 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:10.748 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia9814e36bf0"
2026-02-17 02:43:10.749 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calice538ba578f"
2026-02-17 02:43:10.749 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:10.749 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:10.749 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:10.749 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:10.774 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2zthh, name=eth0)
2026-02-17 02:43:10.813 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:10.813 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:10.813 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:10.813 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:10.813 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2zthh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic35754e50f0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:43:10.819 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=37
2026-02-17 02:43:10.819 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calif6a6d0214fc"
2026-02-17 02:43:10.819 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif6a6d0214fc", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.819 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif6a6d0214fc", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.853 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:10.853 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:10.853 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:10.853 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic35754e50f0"
2026-02-17 02:43:10.854 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:10.854 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:10.889 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:10.889 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:10.917 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=39
2026-02-17 02:43:10.917 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:10.917 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3cf2ab4bde7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.917 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3cf2ab4bde7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.971 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=40
2026-02-17 02:43:10.971 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali90aa4080a5f"
2026-02-17 02:43:10.978 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-qhhhn, name=eth0)
2026-02-17 02:43:10.984 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali90aa4080a5f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.984 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali90aa4080a5f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:10.984 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-qhhhn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7a4165f0506" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:43:11.005 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-2763" name:"default"}
2026-02-17 02:43:11.019 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=45 ifaceName="cali7a4165f0506" state="down"
2026-02-17 02:43:11.019 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7a4165f0506", State:"down", Index:45}
2026-02-17 02:43:11.019 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali7a4165f0506"
2026-02-17 02:43:11.019 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7a4165f0506", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.019 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7a4165f0506", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.037 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=45 ifaceName="cali7a4165f0506" state="up"
2026-02-17 02:43:11.037 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7a4165f0506", State:"up", Index:45}
2026-02-17 02:43:11.056 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali7a4165f0506"
2026-02-17 02:43:11.057 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:11.057 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:11.057 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:11.057 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali7a4165f0506" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.057 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali7a4165f0506" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.057 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7a4165f0506"
2026-02-17 02:43:11.058 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:11.058 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:11.109 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.109 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.120 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-psszh, name=eth0)
2026-02-17 02:43:11.120 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-psszh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7f1a626a776" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:43:11.161 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:11.161 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:11.161 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:11.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-7" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali7f1a626a776" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-7" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali7f1a626a776" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.165 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali7f1a626a776"
2026-02-17 02:43:11.165 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:11.165 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:11.180 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=46 ifaceName="cali7f1a626a776" state="down"
2026-02-17 02:43:11.180 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali7f1a626a776"
2026-02-17 02:43:11.180 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=46 ifaceName="cali7f1a626a776" state="up"
2026-02-17 02:43:11.225 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=41
2026-02-17 02:43:11.225 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali07797ef86d9"
2026-02-17 02:43:11.229 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:11.229 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"} status="down"
2026-02-17 02:43:11.229 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7f1a626a776", State:"down", Index:46}
2026-02-17 02:43:11.229 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1a626a776", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.229 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1a626a776", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.229 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7f1a626a776", State:"up", Index:46}
2026-02-17 02:43:11.229 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali07797ef86d9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:11.229 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali07797ef86d9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:11.264 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali7f1a626a776"
2026-02-17 02:43:11.264 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali7f1a626a776"
2026-02-17 02:43:11.264 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7f1a626a776"
2026-02-17 02:43:11.264 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:11.264 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:11.274 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-rz2mt, name=eth0)
2026-02-17 02:43:11.285 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.285 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.285 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-rz2mt" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali59ece390f74" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:43:11.351 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=47 ifaceName="cali59ece390f74" state="down"
2026-02-17 02:43:11.352 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali59ece390f74"
2026-02-17 02:43:11.352 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali59ece390f74", State:"down", Index:47}
2026-02-17 02:43:11.352 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali59ece390f74", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.352 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali59ece390f74", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.357 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=47 ifaceName="cali59ece390f74" state="up"
2026-02-17 02:43:11.357 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali59ece390f74", State:"up", Index:47}
2026-02-17 02:43:11.373 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali59ece390f74"
2026-02-17 02:43:11.373 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:11.373 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:11.373 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:11.374 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali59ece390f74" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.374 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali59ece390f74" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.374 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali59ece390f74"
2026-02-17 02:43:11.374 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:11.374 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:11.429 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.429 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.450 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2zthh, name=eth0)
2026-02-17 02:43:11.451 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2zthh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic35754e50f0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:43:11.464 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-42xrl, name=eth0)
2026-02-17 02:43:11.464 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-42xrl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9a4ee94357f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:43:11.474 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4l9fr, name=eth0)
2026-02-17 02:43:11.474 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4l9fr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia054eab9db2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:43:11.483 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:11.483 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:11.483 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:11.483 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:11.483 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:11.483 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:11.484 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:11.484 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:11.484 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:11.484 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia054eab9db2"
2026-02-17 02:43:11.485 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic35754e50f0"
2026-02-17 02:43:11.485 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9a4ee94357f"
2026-02-17 02:43:11.485 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:11.485 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:11.485 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:11.485 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:11.485 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:11.485 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:11.508 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-kpkt9, name=eth0)
2026-02-17 02:43:11.525 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.525 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.525 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.525 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.525 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.525 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.525 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-kpkt9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2b66fd7e636" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:43:11.544 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=48 ifaceName="cali2b66fd7e636" state="down"
2026-02-17 02:43:11.544 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2b66fd7e636"
2026-02-17 02:43:11.544 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2b66fd7e636", State:"down", Index:48}
2026-02-17 02:43:11.544 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2b66fd7e636", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.544 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2b66fd7e636", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.548 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=48 ifaceName="cali2b66fd7e636" state="up"
2026-02-17 02:43:11.548 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2b66fd7e636", State:"up", Index:48}
2026-02-17 02:43:11.589 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali2b66fd7e636"
2026-02-17 02:43:11.589 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:11.589 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:11.589 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:11.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali2b66fd7e636" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali2b66fd7e636" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.590 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2b66fd7e636"
2026-02-17 02:43:11.590 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:11.590 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:11.609 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=42
2026-02-17 02:43:11.609 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali9a4ee94357f"
2026-02-17 02:43:11.662 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.662 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.662 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9a4ee94357f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:11.662 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9a4ee94357f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:11.680 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4nf6j, name=eth0)
2026-02-17 02:43:11.681 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4nf6j" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie70967d756c" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:43:11.698 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:11.698 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:11.698 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:11.700 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calie70967d756c" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.700 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calie70967d756c" ipVersion=0x4 table="filter"
2026-02-17 02:43:11.700 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calie70967d756c"
2026-02-17 02:43:11.700 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:11.700 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:11.744 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=49 ifaceName="calie70967d756c" state="down"
2026-02-17 02:43:11.745 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie70967d756c"
2026-02-17 02:43:11.749 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=49 ifaceName="calie70967d756c" state="up"
2026-02-17 02:43:11.754 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8qd5s, name=eth0)
2026-02-17 02:43:11.769 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:11.769 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"} status="down"
2026-02-17 02:43:11.769 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie70967d756c", State:"down", Index:49}
2026-02-17 02:43:11.769 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie70967d756c", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.769 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie70967d756c", Addrs:set.Typed[string]{}}
2026-02-17 02:43:11.769 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie70967d756c", State:"up", Index:49}
2026-02-17 02:43:11.769 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8qd5s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali295f98b0ee3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:43:11.798 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mlcs8, name=eth0)
2026-02-17 02:43:11.798 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mlcs8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali07797ef86d9" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:43:11.807 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie70967d756c"
2026-02-17 02:43:11.807 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie70967d756c"
2026-02-17 02:43:11.807 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:11.807 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:11.807 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:11.807 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:11.807 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:11.808 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:11.808 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie70967d756c"
2026-02-17 02:43:11.808 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali295f98b0ee3"
2026-02-17 02:43:11.809 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali07797ef86d9"
2026-02-17 02:43:11.809 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:11.809 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:11.809 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:11.809 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:11.809 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:11.809 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:11.815 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9k646, name=eth0)
2026-02-17 02:43:11.837 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.837 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.837 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.837 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.837 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.837 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.837 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9k646" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif754c7e8095" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:43:11.888 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2763"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2763"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-2763"}
2026-02-17 02:43:11.906 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9fwvs, name=eth0)
2026-02-17 02:43:11.906 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9fwvs" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb760d2ac8f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:43:11.910 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:11.910 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:11.910 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:11.912 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:11.912 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:11.912 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:11.921 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif754c7e8095"
2026-02-17 02:43:11.921 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibb760d2ac8f"
2026-02-17 02:43:11.921 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:11.922 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:11.922 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:11.922 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:11.936 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mrlcs, name=eth0)
2026-02-17 02:43:11.937 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9k646, name=eth0)
2026-02-17 02:43:11.967 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dbjsw, name=eth0)
2026-02-17 02:43:11.973 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.973 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.973 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:11.973 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} status="up"
2026-02-17 02:43:11.973 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mrlcs" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif6a6d0214fc" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.160/32"}
2026-02-17 02:43:11.973 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9k646" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif754c7e8095" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:43:11.973 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-2763"}
2026-02-17 02:43:11.973 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dbjsw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali62facb9d44b" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:43:11.988 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-wsrqn, name=eth0)
2026-02-17 02:43:11.989 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-wsrqn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali54ed7fc13e4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:43:12.013 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2p27, name=eth0)
2026-02-17 02:43:12.013 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2p27" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid1776c456c4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:43:12.020 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.020 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.020 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.021 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:12.021 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:12.021 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:12.022 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.022 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.022 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.022 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.022 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.022 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.023 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.023 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-tptfn, name=eth0)
2026-02-17 02:43:12.023 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.023 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.023 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif6a6d0214fc"
2026-02-17 02:43:12.024 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif754c7e8095"
2026-02-17 02:43:12.024 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali62facb9d44b"
2026-02-17 02:43:12.024 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:12.025 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid1776c456c4"
2026-02-17 02:43:12.025 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.025 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.025 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.025 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.025 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:12.025 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:12.026 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.026 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.026 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.026 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.045 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-42xrl, name=eth0)
2026-02-17 02:43:12.060 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=50 ifaceName="calide84c9b0205" state="down"
2026-02-17 02:43:12.060 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calide84c9b0205"
2026-02-17 02:43:12.060 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=50 ifaceName="calide84c9b0205" state="up"
2026-02-17 02:43:12.072 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-kgbn9, name=eth0)
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.075 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-tptfn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calide84c9b0205" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:43:12.075 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-42xrl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9a4ee94357f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:43:12.075 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-kgbn9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6da76cf6bad" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:43:12.075 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calide84c9b0205", State:"down", Index:50}
2026-02-17 02:43:12.076 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calide84c9b0205", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.076 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calide84c9b0205", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.076 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calide84c9b0205", State:"up", Index:50}
2026-02-17 02:43:12.080 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dbjsw, name=eth0)
2026-02-17 02:43:12.080 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dbjsw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali62facb9d44b" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:43:12.096 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9fwvs, name=eth0)
2026-02-17 02:43:12.096 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9fwvs" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb760d2ac8f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:43:12.106 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dnmxk, name=eth0)
2026-02-17 02:43:12.107 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dnmxk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3cf2ab4bde7" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:43:12.127 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calide84c9b0205"
2026-02-17 02:43:12.127 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.128 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.128 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.129 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:12.129 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:12.129 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:12.130 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:12.130 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:12.130 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:12.130 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.130 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.130 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.132 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:12.132 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dnmxk, name=eth0)
2026-02-17 02:43:12.132 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:12.132 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:12.133 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.133 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.133 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.135 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-d" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.135 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calide84c9b0205" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.135 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-d" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.136 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calide84c9b0205" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.136 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calide84c9b0205"
2026-02-17 02:43:12.137 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9a4ee94357f"
2026-02-17 02:43:12.137 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6da76cf6bad"
2026-02-17 02:43:12.137 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali62facb9d44b"
2026-02-17 02:43:12.137 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibb760d2ac8f"
2026-02-17 02:43:12.138 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:12.138 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:12.138 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:12.154 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2cwn, name=eth0)
2026-02-17 02:43:12.161 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-jswv9, name=eth0)
2026-02-17 02:43:12.173 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2p27, name=eth0)
2026-02-17 02:43:12.182 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gn2kh, name=eth0)
2026-02-17 02:43:12.185 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=46
2026-02-17 02:43:12.185 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali7f1a626a776"
2026-02-17 02:43:12.187 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2qpsp, name=eth0)
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.194 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.195 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dnmxk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3cf2ab4bde7" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:43:12.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2cwn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calice538ba578f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:43:12.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-jswv9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali90aa4080a5f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:43:12.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2p27" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid1776c456c4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:43:12.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gn2kh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9814e36bf0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:43:12.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2qpsp" endpoint_id:"eth0"} endpoint:{state:"active" name:"califff0e9493d2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:43:12.195 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1a626a776", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.195 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1a626a776", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.211 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4l9fr, name=eth0)
2026-02-17 02:43:12.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4l9fr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia054eab9db2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:43:12.221 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gn2kh, name=eth0)
2026-02-17 02:43:12.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gn2kh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9814e36bf0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:43:12.236 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=51 ifaceName="califff0e9493d2" state="down"
2026-02-17 02:43:12.236 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califff0e9493d2"
2026-02-17 02:43:12.236 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califff0e9493d2", State:"down", Index:51}
2026-02-17 02:43:12.236 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califff0e9493d2", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.236 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califff0e9493d2", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.237 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:12.237 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:12.238 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:12.238 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.238 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.238 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.238 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:12.238 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:12.238 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:12.239 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.239 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.239 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.239 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.239 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.239 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.239 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:12.240 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:12.240 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:12.240 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:12.240 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:12.241 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:12.242 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=51 ifaceName="califff0e9493d2" state="up"
2026-02-17 02:43:12.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-califff0e9493d2" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-califff0e9493d2" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.242 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia054eab9db2"
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calice538ba578f"
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali90aa4080a5f"
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid1776c456c4"
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia9814e36bf0"
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="califff0e9493d2"
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:12.243 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.243 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:12.243 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.243 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.243 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.244 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:12.244 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:12.244 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:12.244 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:12.244 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:12.249 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=43
2026-02-17 02:43:12.249 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5cb087f15b6"
2026-02-17 02:43:12.291 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-jswv9, name=eth0)
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.309 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.310 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:12.310 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} status="down"
2026-02-17 02:43:12.310 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califff0e9493d2", State:"up", Index:51}
2026-02-17 02:43:12.310 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5cb087f15b6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.310 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5cb087f15b6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-jswv9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali90aa4080a5f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:43:12.344 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califff0e9493d2"
2026-02-17 02:43:12.344 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califff0e9493d2"
2026-02-17 02:43:12.344 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.344 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.344 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.344 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califff0e9493d2"
2026-02-17 02:43:12.345 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali90aa4080a5f"
2026-02-17 02:43:12.345 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:12.345 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:12.345 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.345 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:12.382 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.382 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.382 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.382 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.386 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gtdjd, name=eth0)
2026-02-17 02:43:12.387 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gtdjd" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif21c5b3721f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:43:12.453 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:12.453 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:12.453 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:12.454 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calif21c5b3721f" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.455 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calif21c5b3721f" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.455 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calif21c5b3721f"
2026-02-17 02:43:12.455 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:12.455 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:12.472 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=52 ifaceName="calif21c5b3721f" state="down"
2026-02-17 02:43:12.472 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif21c5b3721f"
2026-02-17 02:43:12.472 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=52 ifaceName="calif21c5b3721f" state="up"
2026-02-17 02:43:12.473 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=44
2026-02-17 02:43:12.473 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia9814e36bf0"
2026-02-17 02:43:12.521 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:12.521 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"} status="down"
2026-02-17 02:43:12.521 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif21c5b3721f", State:"down", Index:52}
2026-02-17 02:43:12.521 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif21c5b3721f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.521 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif21c5b3721f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.522 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif21c5b3721f", State:"up", Index:52}
2026-02-17 02:43:12.522 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia9814e36bf0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.522 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia9814e36bf0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.561 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calif21c5b3721f"
2026-02-17 02:43:12.561 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif21c5b3721f"
2026-02-17 02:43:12.561 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif21c5b3721f"
2026-02-17 02:43:12.562 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:12.562 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:12.582 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8z984, name=eth0)
2026-02-17 02:43:12.594 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.594 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.595 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8z984" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2832b719781" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:43:12.638 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=53 ifaceName="cali2832b719781" state="down"
2026-02-17 02:43:12.638 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2832b719781"
2026-02-17 02:43:12.638 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2832b719781", State:"down", Index:53}
2026-02-17 02:43:12.638 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2832b719781", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.638 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2832b719781", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.642 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=53 ifaceName="cali2832b719781" state="up"
2026-02-17 02:43:12.642 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2832b719781", State:"up", Index:53}
2026-02-17 02:43:12.645 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-wsrqn, name=eth0)
2026-02-17 02:43:12.646 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-wsrqn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali54ed7fc13e4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:43:12.652 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-wsrqn, name=eth0)
2026-02-17 02:43:12.652 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-wsrqn" endpoint_id:"eth0"}
2026-02-17 02:43:12.669 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali2832b719781"
2026-02-17 02:43:12.669 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:12.669 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:12.669 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:12.670 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.670 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.672 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.673 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali2832b719781" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.673 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali54ed7fc13e4" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.673 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali2832b719781" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.673 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali54ed7fc13e4" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.674 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2832b719781"
2026-02-17 02:43:12.674 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:12.674 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:12.674 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.674 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.677 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.159
2026-02-17 02:43:12.698 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=45
2026-02-17 02:43:12.698 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali7a4165f0506"
2026-02-17 02:43:12.749 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:12.750 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"} status="up"
2026-02-17 02:43:12.750 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wsrqn", EndpointId:"eth0"}
2026-02-17 02:43:12.750 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7a4165f0506", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.750 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7a4165f0506", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.762 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-kpkt9, name=eth0)
2026-02-17 02:43:12.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-kpkt9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2b66fd7e636" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:43:12.766 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-kpkt9, name=eth0)
2026-02-17 02:43:12.766 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-kpkt9" endpoint_id:"eth0"}
2026-02-17 02:43:12.777 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:12.777 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:12.778 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:12.778 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali2b66fd7e636" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.778 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali2b66fd7e636" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.778 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:12.778 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:12.779 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.171
2026-02-17 02:43:12.800 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-nql25, name=eth0)
2026-02-17 02:43:12.811 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-nql25, name=eth0)
2026-02-17 02:43:12.856 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kpkt9", EndpointId:"eth0"}
2026-02-17 02:43:12.856 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-nql25" endpoint_id:"eth0"} endpoint:{state:"active" name:"calife249a8f961" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:43:12.856 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-nql25" endpoint_id:"eth0"}
2026-02-17 02:43:12.857 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=48
2026-02-17 02:43:12.857 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali2b66fd7e636"
2026-02-17 02:43:12.857 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2b66fd7e636", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.857 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2b66fd7e636", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.858 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=54 ifaceName="cali3686dcb96fe" state="down"
2026-02-17 02:43:12.858 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3686dcb96fe"
2026-02-17 02:43:12.858 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3686dcb96fe", State:"down", Index:54}
2026-02-17 02:43:12.858 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3686dcb96fe", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.858 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3686dcb96fe", Addrs:set.Typed[string]{}}
2026-02-17 02:43:12.878 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=54 ifaceName="cali3686dcb96fe" state="up"
2026-02-17 02:43:12.878 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3686dcb96fe", State:"up", Index:54}
2026-02-17 02:43:12.885 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3686dcb96fe"
2026-02-17 02:43:12.885 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:12.885 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:12.885 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:12.885 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calife249a8f961" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.885 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calife249a8f961" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.885 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3686dcb96fe"
2026-02-17 02:43:12.885 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:12.886 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:12.886 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.150
2026-02-17 02:43:12.898 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mrlcs, name=eth0)
2026-02-17 02:43:12.923 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mrlcs, name=eth0)
2026-02-17 02:43:12.925 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-rz2mt, name=eth0)
2026-02-17 02:43:12.935 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-rz2mt, name=eth0)
2026-02-17 02:43:12.953 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-nql25", EndpointId:"eth0"}
2026-02-17 02:43:12.953 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mrlcs" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif6a6d0214fc" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.160/32"}
2026-02-17 02:43:12.953 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mrlcs" endpoint_id:"eth0"}
2026-02-17 02:43:12.953 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-rz2mt" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali59ece390f74" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:43:12.953 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-rz2mt" endpoint_id:"eth0"}
2026-02-17 02:43:12.976 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-tptfn, name=eth0)
2026-02-17 02:43:12.976 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-tptfn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calide84c9b0205" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:43:12.985 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=47
2026-02-17 02:43:12.985 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali59ece390f74"
2026-02-17 02:43:12.985 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali59ece390f74", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.985 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali59ece390f74", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:12.987 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.987 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.987 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.987 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:12.987 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:12.988 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:12.988 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.988 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.988 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.988 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali59ece390f74" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.988 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calif6a6d0214fc" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.988 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali59ece390f74" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.988 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calif6a6d0214fc" ipVersion=0x4 table="filter"
2026-02-17 02:43:12.988 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calide84c9b0205"
2026-02-17 02:43:12.988 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.989 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:12.989 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.989 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:12.989 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:12.989 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:12.990 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.160
2026-02-17 02:43:12.991 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.170
2026-02-17 02:43:13.033 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4nf6j, name=eth0)
2026-02-17 02:43:13.045 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-qhhhn, name=eth0)
2026-02-17 02:43:13.048 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-6mp2s, name=eth0)
2026-02-17 02:43:13.064 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-psszh, name=eth0)
2026-02-17 02:43:13.065 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.065 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.065 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mrlcs", EndpointId:"eth0"}
2026-02-17 02:43:13.065 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rz2mt", EndpointId:"eth0"}
2026-02-17 02:43:13.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4nf6j" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie70967d756c" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:43:13.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-qhhhn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7a4165f0506" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:43:13.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-6mp2s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali744555d0d06" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:43:13.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-psszh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7f1a626a776" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:43:13.072 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-qhhhn, name=eth0)
2026-02-17 02:43:13.072 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-qhhhn" endpoint_id:"eth0"}
2026-02-17 02:43:13.090 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:13.090 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:13.090 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:13.091 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:13.091 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:13.091 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-x5hpc, name=eth0)
2026-02-17 02:43:13.091 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:13.091 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:13.091 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:13.091 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:13.091 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:13.092 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:13.092 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:13.092 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali744555d0d06" ipVersion=0x4 table="filter"
2026-02-17 02:43:13.092 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali7a4165f0506" ipVersion=0x4 table="filter"
2026-02-17 02:43:13.092 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali744555d0d06" ipVersion=0x4 table="filter"
2026-02-17 02:43:13.093 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali7a4165f0506" ipVersion=0x4 table="filter"
2026-02-17 02:43:13.093 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7f1a626a776"
2026-02-17 02:43:13.093 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie70967d756c"
2026-02-17 02:43:13.093 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali744555d0d06"
2026-02-17 02:43:13.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:13.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:13.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:13.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:13.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:13.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:13.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:13.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:13.094 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.168
2026-02-17 02:43:13.118 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=55 ifaceName="cali744555d0d06" state="down"
2026-02-17 02:43:13.118 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali744555d0d06"
2026-02-17 02:43:13.121 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=55 ifaceName="cali744555d0d06" state="up"
2026-02-17 02:43:13.123 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-jswv9, name=eth0)
2026-02-17 02:43:13.141 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gtdjd, name=eth0)
2026-02-17 02:43:13.165 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:13.165 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"} status="down"
2026-02-17 02:43:13.165 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.165 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.165 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.165 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.165 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-qhhhn", EndpointId:"eth0"}
2026-02-17 02:43:13.165 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali744555d0d06", State:"down", Index:55}
2026-02-17 02:43:13.166 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali744555d0d06", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.166 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali744555d0d06", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.166 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali744555d0d06", State:"up", Index:55}
2026-02-17 02:43:13.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-x5hpc" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5cb087f15b6" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:43:13.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-jswv9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali90aa4080a5f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:43:13.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gtdjd" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif21c5b3721f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:43:13.201 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali744555d0d06"
2026-02-17 02:43:13.201 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali744555d0d06"
2026-02-17 02:43:13.201 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:13.201 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:13.201 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:13.201 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:13.202 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:13.202 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:13.202 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:13.202 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:13.202 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:13.204 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5cb087f15b6"
2026-02-17 02:43:13.204 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali90aa4080a5f"
2026-02-17 02:43:13.204 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif21c5b3721f"
2026-02-17 02:43:13.204 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali744555d0d06"
2026-02-17 02:43:13.204 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:13.204 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:13.204 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:13.204 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:13.204 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:13.204 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:13.204 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:13.204 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:13.217 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2qpsp, name=eth0)
2026-02-17 02:43:13.235 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.235 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.235 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.235 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.235 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.235 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.235 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.235 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.235 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2qpsp" endpoint_id:"eth0"} endpoint:{state:"active" name:"califff0e9493d2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:43:13.244 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-m6p72, name=eth0)
2026-02-17 02:43:13.244 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-m6p72" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3ac11d6cea4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:43:13.273 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=51
2026-02-17 02:43:13.273 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califff0e9493d2"
2026-02-17 02:43:13.273 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califff0e9493d2", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:13.273 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califff0e9493d2", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:13.310 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.310 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.310 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.311 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:13.311 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:13.311 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:13.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali3ac11d6cea4" ipVersion=0x4 table="filter"
2026-02-17 02:43:13.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali3ac11d6cea4" ipVersion=0x4 table="filter"
2026-02-17 02:43:13.312 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califff0e9493d2"
2026-02-17 02:43:13.312 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:13.312 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:13.312 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:13.312 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.312 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.316 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=56 ifaceName="cali3ac11d6cea4" state="down"
2026-02-17 02:43:13.316 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:13.323 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=56 ifaceName="cali3ac11d6cea4" state="up"
2026-02-17 02:43:13.365 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2qpsp, name=eth0)
2026-02-17 02:43:13.366 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:13.366 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"} status="down"
2026-02-17 02:43:13.366 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.366 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.366 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2qpsp" endpoint_id:"eth0"} endpoint:{state:"active" name:"califff0e9493d2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:43:13.366 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3ac11d6cea4", State:"down", Index:56}
2026-02-17 02:43:13.366 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3ac11d6cea4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.366 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3ac11d6cea4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.366 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3ac11d6cea4", State:"up", Index:56}
2026-02-17 02:43:13.369 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=49
2026-02-17 02:43:13.369 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie70967d756c"
2026-02-17 02:43:13.369 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie70967d756c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:13.369 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie70967d756c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:13.419 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:13.419 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:13.419 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.419 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.419 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.420 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:13.420 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califff0e9493d2"
2026-02-17 02:43:13.420 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:13.420 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:13.420 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.420 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:13.446 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.446 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.446 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.446 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.447 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9fwvs, name=eth0)
2026-02-17 02:43:13.447 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9fwvs" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb760d2ac8f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:43:13.455 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-t2m79, name=eth0)
2026-02-17 02:43:13.455 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-t2m79" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie631d17be37" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:43:13.490 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4l9fr, name=eth0)
2026-02-17 02:43:13.490 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4l9fr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia054eab9db2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:43:13.500 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=57 ifaceName="calie631d17be37" state="down"
2026-02-17 02:43:13.500 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie631d17be37"
2026-02-17 02:43:13.500 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie631d17be37", State:"down", Index:57}
2026-02-17 02:43:13.500 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie631d17be37", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.500 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie631d17be37", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.506 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=57 ifaceName="calie631d17be37" state="up"
2026-02-17 02:43:13.506 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie631d17be37", State:"up", Index:57}
2026-02-17 02:43:13.521 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie631d17be37"
2026-02-17 02:43:13.521 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:13.521 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:13.521 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:13.523 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:13.523 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:13.523 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:13.529 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:13.529 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:13.529 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:13.530 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-e" ipVersion=0x4 nextLog=2026-02-17 02:43:36.326645211 +0000 UTC m=+498.282333693 table="filter"
2026-02-17 02:43:13.531 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie631d17be37"
2026-02-17 02:43:13.531 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibb760d2ac8f"
2026-02-17 02:43:13.531 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia054eab9db2"
2026-02-17 02:43:13.531 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:13.531 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:13.532 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:13.532 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:13.532 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:13.532 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:13.542 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dbjsw, name=eth0)
2026-02-17 02:43:13.561 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=27 ifaceName="calife249a8f961" state="down"
2026-02-17 02:43:13.561 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calife249a8f961"
2026-02-17 02:43:13.561 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=27
2026-02-17 02:43:13.562 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=27 ifaceName="calife249a8f961" state=""
2026-02-17 02:43:13.562 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calife249a8f961"
2026-02-17 02:43:13.585 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.585 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.585 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.585 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.586 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.586 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.586 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dbjsw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali62facb9d44b" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:43:13.586 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calife249a8f961", State:"down", Index:27}
2026-02-17 02:43:13.586 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calife249a8f961", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.586 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calife249a8f961", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.586 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calife249a8f961", State:"", Index:27}
2026-02-17 02:43:13.586 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calife249a8f961", Addrs:set.Set[string](nil)}
2026-02-17 02:43:13.586 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calife249a8f961", Addrs:set.Set[string](nil)}
2026-02-17 02:43:13.630 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:13.631 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:13.631 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:13.632 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali62facb9d44b"
2026-02-17 02:43:13.632 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:13.632 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:13.661 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.661 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.670 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-7zp7p, name=eth0)
2026-02-17 02:43:13.670 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-7zp7p" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali86689cddfd9" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:43:13.736 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:13.736 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:13.736 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:13.741 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali86689cddfd9"
2026-02-17 02:43:13.741 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:13.741 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:13.757 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=58 ifaceName="cali86689cddfd9" state="down"
2026-02-17 02:43:13.757 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali86689cddfd9"
2026-02-17 02:43:13.757 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=58 ifaceName="cali86689cddfd9" state="up"
2026-02-17 02:43:13.794 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:13.794 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} status="down"
2026-02-17 02:43:13.794 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali86689cddfd9", State:"down", Index:58}
2026-02-17 02:43:13.794 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali86689cddfd9", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.794 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali86689cddfd9", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.794 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali86689cddfd9", State:"up", Index:58}
2026-02-17 02:43:13.817 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=54
2026-02-17 02:43:13.817 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3686dcb96fe"
2026-02-17 02:43:13.817 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3686dcb96fe", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:13.817 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3686dcb96fe", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:13.829 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-bpxbs, name=eth0)
2026-02-17 02:43:13.829 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-bpxbs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali187244b0bc8" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:43:13.841 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali86689cddfd9"
2026-02-17 02:43:13.841 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali86689cddfd9"
2026-02-17 02:43:13.841 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:13.841 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:13.841 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:13.842 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali86689cddfd9"
2026-02-17 02:43:13.842 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali187244b0bc8"
2026-02-17 02:43:13.842 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:13.842 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:13.842 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:13.842 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:13.889 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.889 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} status="up"
2026-02-17 02:43:13.889 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:13.890 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"} status="down"
2026-02-17 02:43:13.899 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=59 ifaceName="cali187244b0bc8" state="down"
2026-02-17 02:43:13.899 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali187244b0bc8", State:"down", Index:59}
2026-02-17 02:43:13.899 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali187244b0bc8"
2026-02-17 02:43:13.900 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali187244b0bc8", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.900 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali187244b0bc8", Addrs:set.Typed[string]{}}
2026-02-17 02:43:13.906 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=59 ifaceName="cali187244b0bc8" state="up"
2026-02-17 02:43:13.907 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali187244b0bc8", State:"up", Index:59}
2026-02-17 02:43:13.950 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali187244b0bc8"
2026-02-17 02:43:13.950 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali187244b0bc8"
2026-02-17 02:43:13.950 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali187244b0bc8"
2026-02-17 02:43:13.951 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:13.951 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:13.974 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:13.974 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.013 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=50
2026-02-17 02:43:14.013 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calide84c9b0205"
2026-02-17 02:43:14.013 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calide84c9b0205", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.013 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calide84c9b0205", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.033 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-wswv8, name=eth0)
2026-02-17 02:43:14.034 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-wswv8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5f51dee26c3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:43:14.059 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:14.059 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:14.060 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:14.060 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali5f51dee26c3"
2026-02-17 02:43:14.060 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:14.060 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:14.091 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=60 ifaceName="cali5f51dee26c3" state="down"
2026-02-17 02:43:14.091 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5f51dee26c3"
2026-02-17 02:43:14.096 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=60 ifaceName="cali5f51dee26c3" state="up"
2026-02-17 02:43:14.113 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-t2m79, name=eth0)
2026-02-17 02:43:14.115 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:14.115 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"} status="down"
2026-02-17 02:43:14.115 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5f51dee26c3", State:"down", Index:60}
2026-02-17 02:43:14.115 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5f51dee26c3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.115 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5f51dee26c3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.115 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5f51dee26c3", State:"up", Index:60}
2026-02-17 02:43:14.115 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-t2m79" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie631d17be37" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:43:14.148 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-6mp2s, name=eth0)
2026-02-17 02:43:14.148 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-6mp2s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali744555d0d06" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:43:14.169 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-m6p72, name=eth0)
2026-02-17 02:43:14.169 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-m6p72" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3ac11d6cea4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:43:14.169 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5f51dee26c3"
2026-02-17 02:43:14.169 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5f51dee26c3"
2026-02-17 02:43:14.169 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.169 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.169 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.173 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:14.173 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:14.173 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:14.175 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:14.175 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:14.175 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:14.181 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie631d17be37"
2026-02-17 02:43:14.181 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali744555d0d06"
2026-02-17 02:43:14.181 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:14.181 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5f51dee26c3"
2026-02-17 02:43:14.182 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:14.185 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:14.185 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.185 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.185 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:14.185 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:14.185 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:14.185 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:14.208 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.208 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.208 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.208 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.208 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.208 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.208 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.208 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.213 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8z984, name=eth0)
2026-02-17 02:43:14.214 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8z984" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2832b719781" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:43:14.233 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=53
2026-02-17 02:43:14.233 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali2832b719781"
2026-02-17 02:43:14.233 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2832b719781", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.233 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2832b719781", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.265 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-cn5f7, name=eth0)
2026-02-17 02:43:14.265 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-cn5f7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba579b191e" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:43:14.271 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:14.271 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:14.271 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:14.271 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:14.271 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:14.271 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:14.272 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali4ba579b191e"
2026-02-17 02:43:14.272 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2832b719781"
2026-02-17 02:43:14.272 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:14.273 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:14.273 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:14.273 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:14.303 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=52
2026-02-17 02:43:14.303 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calif21c5b3721f"
2026-02-17 02:43:14.326 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.327 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.327 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:14.327 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"} status="down"
2026-02-17 02:43:14.327 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif21c5b3721f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.327 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif21c5b3721f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.331 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=61 ifaceName="cali4ba579b191e" state="down"
2026-02-17 02:43:14.331 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba579b191e", State:"down", Index:61}
2026-02-17 02:43:14.331 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4ba579b191e"
2026-02-17 02:43:14.336 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba579b191e", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.336 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba579b191e", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.336 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=61 ifaceName="cali4ba579b191e" state="up"
2026-02-17 02:43:14.336 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba579b191e", State:"up", Index:61}
2026-02-17 02:43:14.381 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali4ba579b191e"
2026-02-17 02:43:14.381 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali4ba579b191e"
2026-02-17 02:43:14.381 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ba579b191e"
2026-02-17 02:43:14.381 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:14.381 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:14.415 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.415 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.493 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-fsnd8, name=eth0)
2026-02-17 02:43:14.493 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-fsnd8" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic3b35193f17" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.185/32"}
2026-02-17 02:43:14.493 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:14.493 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:14.493 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:14.494 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic3b35193f17"
2026-02-17 02:43:14.494 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:14.494 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:14.524 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=62 ifaceName="calic3b35193f17" state="down"
2026-02-17 02:43:14.524 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic3b35193f17"
2026-02-17 02:43:14.524 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=62 ifaceName="calic3b35193f17" state="up"
2026-02-17 02:43:14.547 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:14.547 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"} status="down"
2026-02-17 02:43:14.547 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic3b35193f17", State:"down", Index:62}
2026-02-17 02:43:14.548 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic3b35193f17", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.548 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic3b35193f17", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.548 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic3b35193f17", State:"up", Index:62}
2026-02-17 02:43:14.591 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic3b35193f17"
2026-02-17 02:43:14.591 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic3b35193f17"
2026-02-17 02:43:14.591 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic3b35193f17"
2026-02-17 02:43:14.592 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:14.592 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:14.617 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-t2m79, name=eth0)
2026-02-17 02:43:14.623 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-t2m79, name=eth0)
2026-02-17 02:43:14.633 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.633 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-t2m79" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie631d17be37" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:43:14.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-t2m79" endpoint_id:"eth0"}
2026-02-17 02:43:14.639 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gn2kh, name=eth0)
2026-02-17 02:43:14.639 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gn2kh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9814e36bf0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:43:14.659 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pvhkk, name=eth0)
2026-02-17 02:43:14.659 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pvhkk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b8cc1791d5" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:43:14.698 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.699 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.700 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.700 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:14.700 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:14.700 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:14.701 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:14.701 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:14.701 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:14.703 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:14.703 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia9814e36bf0"
2026-02-17 02:43:14.704 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.704 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.704 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:14.704 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:14.704 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:14.704 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:14.705 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.180
2026-02-17 02:43:14.715 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=63 ifaceName="cali1b8cc1791d5" state="down"
2026-02-17 02:43:14.715 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:14.743 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=63 ifaceName="cali1b8cc1791d5" state="up"
2026-02-17 02:43:14.749 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=56
2026-02-17 02:43:14.749 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:14.764 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-7zp7p, name=eth0)
2026-02-17 02:43:14.778 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-t2m79", EndpointId:"eth0"}
2026-02-17 02:43:14.778 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.778 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.778 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:14.778 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"} status="down"
2026-02-17 02:43:14.778 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-7zp7p" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali86689cddfd9" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:43:14.778 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b8cc1791d5", State:"down", Index:63}
2026-02-17 02:43:14.778 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b8cc1791d5", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.778 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b8cc1791d5", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.778 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b8cc1791d5", State:"up", Index:63}
2026-02-17 02:43:14.778 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3ac11d6cea4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.778 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3ac11d6cea4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.801 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:14.801 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:14.801 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:14.801 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:14.801 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:14.802 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:14.802 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali86689cddfd9"
2026-02-17 02:43:14.802 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:14.802 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:14.802 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:14.802 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:14.830 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.830 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.830 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.830 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.878 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-vsv85, name=eth0)
2026-02-17 02:43:14.879 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-vsv85" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2cf9a57f8b3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:43:14.896 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-42xrl, name=eth0)
2026-02-17 02:43:14.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-42xrl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9a4ee94357f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:43:14.903 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:14.903 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:14.903 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:14.904 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:14.904 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:14.904 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:14.905 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:14.905 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9a4ee94357f"
2026-02-17 02:43:14.905 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:14.905 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:14.905 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:14.905 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:14.909 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=55
2026-02-17 02:43:14.909 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali744555d0d06"
2026-02-17 02:43:14.935 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=64 ifaceName="cali2cf9a57f8b3" state="down"
2026-02-17 02:43:14.937 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:14.937 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=59
2026-02-17 02:43:14.937 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali187244b0bc8"
2026-02-17 02:43:14.941 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=64 ifaceName="cali2cf9a57f8b3" state="up"
2026-02-17 02:43:14.943 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mlcs8, name=eth0)
2026-02-17 02:43:14.958 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mlcs8, name=eth0)
2026-02-17 02:43:14.985 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:14.985 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"} status="down"
2026-02-17 02:43:14.985 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:14.985 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"} status="up"
2026-02-17 02:43:14.985 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali744555d0d06", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.985 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali744555d0d06", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.985 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2cf9a57f8b3", State:"down", Index:64}
2026-02-17 02:43:14.985 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2cf9a57f8b3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.985 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2cf9a57f8b3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:14.985 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali187244b0bc8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.985 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali187244b0bc8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:14.986 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2cf9a57f8b3", State:"up", Index:64}
2026-02-17 02:43:14.986 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mlcs8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali07797ef86d9" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:43:14.986 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mlcs8" endpoint_id:"eth0"}
2026-02-17 02:43:14.995 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4nf6j, name=eth0)
2026-02-17 02:43:14.996 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4nf6j" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie70967d756c" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:43:15.005 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:15.005 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:15.006 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:15.006 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:15.006 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:15.006 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:15.006 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:15.006 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:15.007 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:15.007 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie70967d756c"
2026-02-17 02:43:15.007 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:15.007 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:15.007 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:15.007 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:15.007 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:15.007 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:15.008 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.164
2026-02-17 02:43:15.020 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-psszh, name=eth0)
2026-02-17 02:43:15.024 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-psszh, name=eth0)
2026-02-17 02:43:15.068 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-bpxbs, name=eth0)
2026-02-17 02:43:15.070 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.070 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.070 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.070 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.070 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mlcs8", EndpointId:"eth0"}
2026-02-17 02:43:15.070 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-psszh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7f1a626a776" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:43:15.070 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-psszh" endpoint_id:"eth0"}
2026-02-17 02:43:15.070 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-bpxbs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali187244b0bc8" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:43:15.107 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-vfm4x, name=eth0)
2026-02-17 02:43:15.107 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-vfm4x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie8dd3899665" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:43:15.114 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:15.114 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:15.115 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:15.115 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.115 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.115 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.115 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:15.115 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:15.115 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:15.116 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali187244b0bc8"
2026-02-17 02:43:15.116 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calie8dd3899665"
2026-02-17 02:43:15.117 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:15.117 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:15.117 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.117 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.117 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:15.117 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:15.117 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.169
2026-02-17 02:43:15.161 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=37 ifaceName="calif6a6d0214fc" state="down"
2026-02-17 02:43:15.161 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif6a6d0214fc"
2026-02-17 02:43:15.161 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=37
2026-02-17 02:43:15.171 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=37 ifaceName="calif6a6d0214fc" state=""
2026-02-17 02:43:15.171 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calif6a6d0214fc"
2026-02-17 02:43:15.174 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=47 ifaceName="cali59ece390f74" state="down"
2026-02-17 02:43:15.174 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali59ece390f74"
2026-02-17 02:43:15.174 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=47
2026-02-17 02:43:15.176 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=47 ifaceName="cali59ece390f74" state=""
2026-02-17 02:43:15.176 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali59ece390f74"
2026-02-17 02:43:15.181 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-psszh", EndpointId:"eth0"}
2026-02-17 02:43:15.181 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.181 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.182 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=65 ifaceName="calie8dd3899665" state="down"
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie8dd3899665"
2026-02-17 02:43:15.182 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"} status="down"
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif6a6d0214fc", State:"down", Index:37}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif6a6d0214fc", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.182 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif6a6d0214fc", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif6a6d0214fc", State:"", Index:37}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif6a6d0214fc", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.182 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif6a6d0214fc", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali59ece390f74", State:"down", Index:47}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali59ece390f74", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.182 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali59ece390f74", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali59ece390f74", State:"", Index:47}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali59ece390f74", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.182 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali59ece390f74", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie8dd3899665", State:"down", Index:65}
2026-02-17 02:43:15.182 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie8dd3899665", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.182 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie8dd3899665", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.184 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-wswv8, name=eth0)
2026-02-17 02:43:15.184 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-wswv8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5f51dee26c3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:43:15.184 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=65 ifaceName="calie8dd3899665" state="up"
2026-02-17 02:43:15.184 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie8dd3899665", State:"up", Index:65}
2026-02-17 02:43:15.204 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-7zp7p, name=eth0)
2026-02-17 02:43:15.204 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-7zp7p" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali86689cddfd9" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:43:15.219 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie8dd3899665"
2026-02-17 02:43:15.219 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie8dd3899665"
2026-02-17 02:43:15.219 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:15.219 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:15.219 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:15.225 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-cn5f7, name=eth0)
2026-02-17 02:43:15.229 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:15.229 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:15.229 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:15.234 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali86689cddfd9"
2026-02-17 02:43:15.235 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie8dd3899665"
2026-02-17 02:43:15.235 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5f51dee26c3"
2026-02-17 02:43:15.235 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:15.235 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:15.235 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:15.235 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:15.235 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:15.235 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:15.251 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-bpxbs, name=eth0)
2026-02-17 02:43:15.267 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.267 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.267 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.267 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.267 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.267 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.267 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-cn5f7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba579b191e" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:43:15.268 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-bpxbs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali187244b0bc8" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:43:15.321 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:15.321 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:15.321 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:15.321 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.321 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.321 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.322 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ba579b191e"
2026-02-17 02:43:15.322 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=36 ifaceName="cali54ed7fc13e4" state="down"
2026-02-17 02:43:15.322 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali187244b0bc8"
2026-02-17 02:43:15.322 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:15.322 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:15.322 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.322 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:15.328 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:15.328 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=36
2026-02-17 02:43:15.328 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=36 ifaceName="cali54ed7fc13e4" state=""
2026-02-17 02:43:15.328 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali54ed7fc13e4"
2026-02-17 02:43:15.331 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=48 ifaceName="cali2b66fd7e636" state="down"
2026-02-17 02:43:15.332 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2b66fd7e636"
2026-02-17 02:43:15.332 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=48
2026-02-17 02:43:15.337 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=48 ifaceName="cali2b66fd7e636" state=""
2026-02-17 02:43:15.337 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali2b66fd7e636"
2026-02-17 02:43:15.355 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=57
2026-02-17 02:43:15.355 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie631d17be37"
2026-02-17 02:43:15.368 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.368 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.368 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.368 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali54ed7fc13e4", State:"down", Index:36}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali54ed7fc13e4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.368 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali54ed7fc13e4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali54ed7fc13e4", State:"", Index:36}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali54ed7fc13e4", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.368 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-rclqs, name=eth0)
2026-02-17 02:43:15.368 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali54ed7fc13e4", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2b66fd7e636", State:"down", Index:48}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2b66fd7e636", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.368 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2b66fd7e636", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2b66fd7e636", State:"", Index:48}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2b66fd7e636", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.368 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2b66fd7e636", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie631d17be37", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:15.368 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie631d17be37", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:15.368 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-rclqs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali018011a7f2d" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:43:15.421 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=58
2026-02-17 02:43:15.421 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali86689cddfd9"
2026-02-17 02:43:15.421 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali86689cddfd9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:15.421 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali86689cddfd9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:15.423 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=66 ifaceName="cali018011a7f2d" state="down"
2026-02-17 02:43:15.424 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali018011a7f2d"
2026-02-17 02:43:15.424 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali018011a7f2d", State:"down", Index:66}
2026-02-17 02:43:15.424 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali018011a7f2d", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.424 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali018011a7f2d", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.425 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=66 ifaceName="cali018011a7f2d" state="up"
2026-02-17 02:43:15.425 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali018011a7f2d", State:"up", Index:66}
2026-02-17 02:43:15.428 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali018011a7f2d"
2026-02-17 02:43:15.428 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:15.428 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:15.428 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:15.429 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali018011a7f2d"
2026-02-17 02:43:15.429 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:15.429 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:15.475 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.475 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.609 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=60
2026-02-17 02:43:15.609 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5f51dee26c3"
2026-02-17 02:43:15.609 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5f51dee26c3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:15.609 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5f51dee26c3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:15.652 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dv4bj, name=eth0)
2026-02-17 02:43:15.652 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dv4bj" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5dcdb21470d" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:43:15.652 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:15.652 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:15.652 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:15.658 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali5dcdb21470d"
2026-02-17 02:43:15.658 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:15.658 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:15.692 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=67 ifaceName="cali5dcdb21470d" state="down"
2026-02-17 02:43:15.692 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5dcdb21470d"
2026-02-17 02:43:15.692 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=67 ifaceName="cali5dcdb21470d" state="up"
2026-02-17 02:43:15.727 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:15.727 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"} status="down"
2026-02-17 02:43:15.727 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5dcdb21470d", State:"down", Index:67}
2026-02-17 02:43:15.727 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5dcdb21470d", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.728 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5dcdb21470d", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.728 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5dcdb21470d", State:"up", Index:67}
2026-02-17 02:43:15.738 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5dcdb21470d"
2026-02-17 02:43:15.738 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5dcdb21470d"
2026-02-17 02:43:15.738 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5dcdb21470d"
2026-02-17 02:43:15.738 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:15.738 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:15.762 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:15.762 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"} status="up"
2026-02-17 02:43:15.909 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=41
2026-02-17 02:43:15.909 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali07797ef86d9"
2026-02-17 02:43:15.909 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=41 ifaceName="cali07797ef86d9" state="down"
2026-02-17 02:43:15.909 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali07797ef86d9", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.909 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali07797ef86d9", Addrs:set.Typed[string]{}}
2026-02-17 02:43:15.909 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali07797ef86d9", State:"down", Index:41}
2026-02-17 02:43:15.910 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=41 ifaceName="cali07797ef86d9" state=""
2026-02-17 02:43:15.910 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali07797ef86d9"
2026-02-17 02:43:15.911 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-ct9pf, name=eth0)
2026-02-17 02:43:15.920 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-m6p72, name=eth0)
2026-02-17 02:43:15.933 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=61
2026-02-17 02:43:15.933 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali4ba579b191e"
2026-02-17 02:43:15.937 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-m6p72, name=eth0)
2026-02-17 02:43:15.939 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali07797ef86d9", State:"", Index:41}
2026-02-17 02:43:15.939 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali07797ef86d9", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.939 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali07797ef86d9", Addrs:set.Set[string](nil)}
2026-02-17 02:43:15.939 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba579b191e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:15.939 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba579b191e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:15.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-ct9pf" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidf2ef88aa35" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:43:15.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-m6p72" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3ac11d6cea4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:43:15.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-m6p72" endpoint_id:"eth0"}
2026-02-17 02:43:15.949 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:15.950 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:15.950 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:15.950 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:15.950 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:15.950 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:15.951 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calidf2ef88aa35"
2026-02-17 02:43:15.951 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:15.951 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:15.951 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:15.951 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:15.951 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.179
2026-02-17 02:43:15.993 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=68 ifaceName="calidf2ef88aa35" state="down"
2026-02-17 02:43:15.993 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calidf2ef88aa35"
2026-02-17 02:43:15.994 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=68 ifaceName="calidf2ef88aa35" state="up"
2026-02-17 02:43:16.013 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:16.013 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"} status="down"
2026-02-17 02:43:16.013 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-m6p72", EndpointId:"eth0"}
2026-02-17 02:43:16.013 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidf2ef88aa35", State:"down", Index:68}
2026-02-17 02:43:16.013 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidf2ef88aa35", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.013 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidf2ef88aa35", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.013 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidf2ef88aa35", State:"up", Index:68}
2026-02-17 02:43:16.053 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dt8rj, name=eth0)
2026-02-17 02:43:16.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dt8rj" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ea799efe2a" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:43:16.059 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calidf2ef88aa35"
2026-02-17 02:43:16.060 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calidf2ef88aa35"
2026-02-17 02:43:16.060 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.060 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.060 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.061 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidf2ef88aa35"
2026-02-17 02:43:16.061 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali4ea799efe2a"
2026-02-17 02:43:16.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:16.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:16.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.120 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=69 ifaceName="cali4ea799efe2a" state="down"
2026-02-17 02:43:16.120 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4ea799efe2a"
2026-02-17 02:43:16.121 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=69 ifaceName="cali4ea799efe2a" state="up"
2026-02-17 02:43:16.130 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.130 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.130 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:16.130 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"} status="down"
2026-02-17 02:43:16.130 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ea799efe2a", State:"down", Index:69}
2026-02-17 02:43:16.130 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ea799efe2a", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.130 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ea799efe2a", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.130 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ea799efe2a", State:"up", Index:69}
2026-02-17 02:43:16.169 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali4ea799efe2a"
2026-02-17 02:43:16.169 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali4ea799efe2a"
2026-02-17 02:43:16.169 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ea799efe2a"
2026-02-17 02:43:16.169 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.169 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.190 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=63
2026-02-17 02:43:16.190 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:16.191 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=64
2026-02-17 02:43:16.192 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:16.193 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dt8rj, name=eth0)
2026-02-17 02:43:16.196 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.196 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.196 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b8cc1791d5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:16.196 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b8cc1791d5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:16.196 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2cf9a57f8b3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:16.196 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2cf9a57f8b3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:16.196 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dt8rj" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ea799efe2a" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:43:16.232 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=45 ifaceName="cali7a4165f0506" state="down"
2026-02-17 02:43:16.233 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali7a4165f0506"
2026-02-17 02:43:16.233 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=45
2026-02-17 02:43:16.233 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7a4165f0506", State:"down", Index:45}
2026-02-17 02:43:16.233 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7a4165f0506", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.233 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7a4165f0506", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.235 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=45 ifaceName="cali7a4165f0506" state=""
2026-02-17 02:43:16.235 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali7a4165f0506"
2026-02-17 02:43:16.235 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7a4165f0506", State:"", Index:45}
2026-02-17 02:43:16.235 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7a4165f0506", Addrs:set.Set[string](nil)}
2026-02-17 02:43:16.236 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7a4165f0506", Addrs:set.Set[string](nil)}
2026-02-17 02:43:16.267 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=46 ifaceName="cali7f1a626a776" state="down"
2026-02-17 02:43:16.267 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali7f1a626a776"
2026-02-17 02:43:16.267 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7f1a626a776", State:"down", Index:46}
2026-02-17 02:43:16.267 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1a626a776", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.267 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1a626a776", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.268 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=46
2026-02-17 02:43:16.275 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=46 ifaceName="cali7f1a626a776" state=""
2026-02-17 02:43:16.275 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali7f1a626a776"
2026-02-17 02:43:16.275 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7f1a626a776", State:"", Index:46}
2026-02-17 02:43:16.275 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1a626a776", Addrs:set.Set[string](nil)}
2026-02-17 02:43:16.275 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1a626a776", Addrs:set.Set[string](nil)}
2026-02-17 02:43:16.277 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.277 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.277 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.278 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ea799efe2a"
2026-02-17 02:43:16.278 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.278 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:16.303 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pkv8k, name=eth0)
2026-02-17 02:43:16.306 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.306 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.306 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pkv8k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali623c04119d6" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:43:16.317 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=62
2026-02-17 02:43:16.317 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic3b35193f17"
2026-02-17 02:43:16.317 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic3b35193f17", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:16.317 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic3b35193f17", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:16.341 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-rclqs, name=eth0)
2026-02-17 02:43:16.341 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-rclqs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali018011a7f2d" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:43:16.341 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=70 ifaceName="cali623c04119d6" state="down"
2026-02-17 02:43:16.341 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali623c04119d6", State:"down", Index:70}
2026-02-17 02:43:16.341 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali623c04119d6"
2026-02-17 02:43:16.342 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali623c04119d6", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.342 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali623c04119d6", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.342 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=70 ifaceName="cali623c04119d6" state="up"
2026-02-17 02:43:16.342 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali623c04119d6", State:"up", Index:70}
2026-02-17 02:43:16.377 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pvhkk, name=eth0)
2026-02-17 02:43:16.377 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pvhkk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b8cc1791d5" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:43:16.384 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali623c04119d6"
2026-02-17 02:43:16.384 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:16.384 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:16.384 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:16.385 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.385 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.385 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.385 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:16.385 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:16.385 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:16.387 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali623c04119d6"
2026-02-17 02:43:16.387 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali018011a7f2d"
2026-02-17 02:43:16.387 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:16.387 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:16.387 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:16.387 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.387 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.388 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:16.388 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:16.431 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-rclqs, name=eth0)
2026-02-17 02:43:16.437 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.438 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.438 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.438 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.438 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.438 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.438 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-fsnd8, name=eth0)
2026-02-17 02:43:16.438 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-rclqs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali018011a7f2d" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:43:16.438 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-fsnd8" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic3b35193f17" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.185/32"}
2026-02-17 02:43:16.440 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-rclqs, name=eth0)
2026-02-17 02:43:16.440 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-rclqs" endpoint_id:"eth0"}
2026-02-17 02:43:16.462 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-vsv85, name=eth0)
2026-02-17 02:43:16.463 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-vsv85" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2cf9a57f8b3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:43:16.483 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dv4bj, name=eth0)
2026-02-17 02:43:16.483 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dv4bj" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5dcdb21470d" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:43:16.490 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.491 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.494 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-tptfn, name=eth0)
2026-02-17 02:43:16.496 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:16.497 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:16.498 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:16.498 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5dcdb21470d"
2026-02-17 02:43:16.498 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic3b35193f17"
2026-02-17 02:43:16.498 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.498 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.499 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:16.499 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:16.499 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:16.499 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:16.499 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:16.499 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:16.499 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.189
2026-02-17 02:43:16.503 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-tptfn, name=eth0)
2026-02-17 02:43:16.532 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-vfm4x, name=eth0)
2026-02-17 02:43:16.537 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f8hlr, name=eth0)
2026-02-17 02:43:16.569 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=71 ifaceName="cali5081c6c7480" state="down"
2026-02-17 02:43:16.570 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5081c6c7480"
2026-02-17 02:43:16.580 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=71 ifaceName="cali5081c6c7480" state="up"
2026-02-17 02:43:16.581 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-rclqs", EndpointId:"eth0"}
2026-02-17 02:43:16.581 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.581 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.581 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.581 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.581 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.581 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.581 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5081c6c7480", State:"down", Index:71}
2026-02-17 02:43:16.581 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5081c6c7480", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.582 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5081c6c7480", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.582 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5081c6c7480", State:"up", Index:71}
2026-02-17 02:43:16.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-tptfn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calide84c9b0205" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:43:16.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-tptfn" endpoint_id:"eth0"}
2026-02-17 02:43:16.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-vfm4x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie8dd3899665" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:43:16.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f8hlr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5081c6c7480" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:43:16.596 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-ct9pf, name=eth0)
2026-02-17 02:43:16.596 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-ct9pf" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidf2ef88aa35" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:43:16.596 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5081c6c7480"
2026-02-17 02:43:16.596 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:16.597 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:16.597 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:16.598 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:16.598 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:16.598 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:16.598 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:16.598 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:16.598 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:16.599 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:16.599 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:16.599 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:16.600 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5081c6c7480"
2026-02-17 02:43:16.600 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie8dd3899665"
2026-02-17 02:43:16.600 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidf2ef88aa35"
2026-02-17 02:43:16.600 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:16.600 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:16.600 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:16.600 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:16.600 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:16.600 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:16.600 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:16.600 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:16.601 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.173
2026-02-17 02:43:16.644 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2zthh, name=eth0)
2026-02-17 02:43:16.677 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-tptfn", EndpointId:"eth0"}
2026-02-17 02:43:16.677 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.677 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.678 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.678 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.678 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.678 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.678 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2zthh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic35754e50f0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:43:16.699 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:16.700 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:16.700 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:16.701 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic35754e50f0"
2026-02-17 02:43:16.701 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:16.701 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:16.747 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.747 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.761 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=65
2026-02-17 02:43:16.761 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie8dd3899665"
2026-02-17 02:43:16.761 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie8dd3899665", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:16.761 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie8dd3899665", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:16.768 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gtdjd, name=eth0)
2026-02-17 02:43:16.769 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gtdjd" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif21c5b3721f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:43:16.805 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:16.805 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:16.805 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:16.806 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif21c5b3721f"
2026-02-17 02:43:16.806 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:16.806 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:16.810 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-988t6, name=eth0)
2026-02-17 02:43:16.834 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=72 ifaceName="cali273d0cc93dc" state="down"
2026-02-17 02:43:16.834 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali273d0cc93dc"
2026-02-17 02:43:16.840 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.840 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.840 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali273d0cc93dc", State:"down", Index:72}
2026-02-17 02:43:16.840 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali273d0cc93dc", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.840 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali273d0cc93dc", Addrs:set.Typed[string]{}}
2026-02-17 02:43:16.840 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-988t6" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali273d0cc93dc" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:43:16.847 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=72 ifaceName="cali273d0cc93dc" state="up"
2026-02-17 02:43:16.847 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali273d0cc93dc", State:"up", Index:72}
2026-02-17 02:43:16.913 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali273d0cc93dc"
2026-02-17 02:43:16.913 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:16.913 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:16.913 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:16.915 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali273d0cc93dc"
2026-02-17 02:43:16.915 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:16.915 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:16.919 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2cwn, name=eth0)
2026-02-17 02:43:16.963 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pthnm, name=eth0)
2026-02-17 02:43:16.987 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:16.987 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"} status="up"
2026-02-17 02:43:16.987 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2cwn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calice538ba578f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:43:16.987 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pthnm" endpoint_id:"eth0"} endpoint:{state:"active" name:"calida0a2d64da1" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:43:17.015 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:17.015 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:17.015 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:17.016 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:17.016 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:17.016 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:17.017 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calice538ba578f"
2026-02-17 02:43:17.017 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calida0a2d64da1"
2026-02-17 02:43:17.017 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:17.017 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:17.017 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:17.017 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:17.035 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=73 ifaceName="calida0a2d64da1" state="down"
2026-02-17 02:43:17.035 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calida0a2d64da1"
2026-02-17 02:43:17.049 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=73 ifaceName="calida0a2d64da1" state="up"
2026-02-17 02:43:17.065 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.065 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.065 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:17.065 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"} status="down"
2026-02-17 02:43:17.065 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calida0a2d64da1", State:"down", Index:73}
2026-02-17 02:43:17.065 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calida0a2d64da1", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.065 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calida0a2d64da1", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.065 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calida0a2d64da1", State:"up", Index:73}
2026-02-17 02:43:17.071 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dv4bj, name=eth0)
2026-02-17 02:43:17.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dv4bj" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5dcdb21470d" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:43:17.118 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calida0a2d64da1"
2026-02-17 02:43:17.118 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calida0a2d64da1"
2026-02-17 02:43:17.119 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:17.119 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:17.119 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:17.137 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calida0a2d64da1"
2026-02-17 02:43:17.137 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5dcdb21470d"
2026-02-17 02:43:17.137 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:17.137 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:17.137 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:17.137 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:17.177 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=66
2026-02-17 02:43:17.177 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali018011a7f2d"
2026-02-17 02:43:17.182 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.182 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.182 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.182 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.182 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali018011a7f2d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.182 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali018011a7f2d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.212 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=57 ifaceName="calie631d17be37" state="down"
2026-02-17 02:43:17.213 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie631d17be37"
2026-02-17 02:43:17.213 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie631d17be37", State:"down", Index:57}
2026-02-17 02:43:17.213 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie631d17be37", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.213 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie631d17be37", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.214 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-59xdh, name=eth0)
2026-02-17 02:43:17.214 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-59xdh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali220a1c15179" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:43:17.217 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=57
2026-02-17 02:43:17.223 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=57 ifaceName="calie631d17be37" state=""
2026-02-17 02:43:17.223 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie631d17be37"
2026-02-17 02:43:17.223 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie631d17be37", State:"", Index:57}
2026-02-17 02:43:17.224 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie631d17be37", Addrs:set.Set[string](nil)}
2026-02-17 02:43:17.224 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie631d17be37", Addrs:set.Set[string](nil)}
2026-02-17 02:43:17.224 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:17.224 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:17.224 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:17.225 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali220a1c15179"
2026-02-17 02:43:17.225 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:17.225 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:17.232 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=56 ifaceName="cali3ac11d6cea4" state="down"
2026-02-17 02:43:17.232 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:17.233 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-x5hpc, name=eth0)
2026-02-17 02:43:17.233 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=56
2026-02-17 02:43:17.236 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=56 ifaceName="cali3ac11d6cea4" state=""
2026-02-17 02:43:17.236 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3ac11d6cea4"
2026-02-17 02:43:17.259 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-x5hpc, name=eth0)
2026-02-17 02:43:17.271 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=74 ifaceName="cali220a1c15179" state="down"
2026-02-17 02:43:17.271 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali220a1c15179"
2026-02-17 02:43:17.272 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=74 ifaceName="cali220a1c15179" state="up"
2026-02-17 02:43:17.277 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=69
2026-02-17 02:43:17.277 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali4ea799efe2a"
2026-02-17 02:43:17.281 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:43:17.281 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"} status="down"
2026-02-17 02:43:17.281 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-x5hpc" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5cb087f15b6" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-x5hpc" endpoint_id:"eth0"}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3ac11d6cea4", State:"down", Index:56}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3ac11d6cea4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.282 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3ac11d6cea4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3ac11d6cea4", State:"", Index:56}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3ac11d6cea4", Addrs:set.Set[string](nil)}
2026-02-17 02:43:17.282 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3ac11d6cea4", Addrs:set.Set[string](nil)}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali220a1c15179", State:"down", Index:74}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali220a1c15179", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.282 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali220a1c15179", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali220a1c15179", State:"up", Index:74}
2026-02-17 02:43:17.282 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ea799efe2a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.282 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ea799efe2a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.333 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali220a1c15179"
2026-02-17 02:43:17.333 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali220a1c15179"
2026-02-17 02:43:17.333 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:17.333 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:17.333 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:17.334 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali220a1c15179"
2026-02-17 02:43:17.334 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:17.334 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:17.334 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:17.334 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:17.334 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.166
2026-02-17 02:43:17.366 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7086/ss-1, name=eth0)
2026-02-17 02:43:17.403 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=50
2026-02-17 02:43:17.403 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calide84c9b0205"
2026-02-17 02:43:17.403 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=50 ifaceName="calide84c9b0205" state="down"
2026-02-17 02:43:17.407 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=50 ifaceName="calide84c9b0205" state=""
2026-02-17 02:43:17.407 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calide84c9b0205"
2026-02-17 02:43:17.425 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.425 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.425 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-x5hpc", EndpointId:"eth0"}
2026-02-17 02:43:17.425 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7086/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5c1048657e5" profile_ids:"kns.statefulset-7086" profile_ids:"ksa.statefulset-7086.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:43:17.426 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calide84c9b0205", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.426 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calide84c9b0205", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.426 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calide84c9b0205", State:"down", Index:50}
2026-02-17 02:43:17.426 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calide84c9b0205", State:"", Index:50}
2026-02-17 02:43:17.426 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calide84c9b0205", Addrs:set.Set[string](nil)}
2026-02-17 02:43:17.426 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calide84c9b0205", Addrs:set.Set[string](nil)}
2026-02-17 02:43:17.434 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:17.434 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:17.434 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:17.435 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5c1048657e5"
2026-02-17 02:43:17.435 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:17.435 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:17.446 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-ct9pf, name=eth0)
2026-02-17 02:43:17.465 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8qd5s, name=eth0)
2026-02-17 02:43:17.469 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pkv8k, name=eth0)
2026-02-17 02:43:17.471 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.471 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.471 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-ct9pf" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidf2ef88aa35" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:43:17.471 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8qd5s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali295f98b0ee3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:43:17.472 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pkv8k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali623c04119d6" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:43:17.494 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dt8rj, name=eth0)
2026-02-17 02:43:17.494 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dt8rj" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ea799efe2a" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:43:17.542 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:17.542 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:17.542 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:17.542 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:17.542 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:17.542 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:17.543 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:17.543 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:17.543 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:17.543 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:17.543 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:17.543 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:17.544 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidf2ef88aa35"
2026-02-17 02:43:17.544 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali295f98b0ee3"
2026-02-17 02:43:17.544 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali623c04119d6"
2026-02-17 02:43:17.544 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ea799efe2a"
2026-02-17 02:43:17.544 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:17.544 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:17.544 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:17.544 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:17.544 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:17.544 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:17.544 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:17.544 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:17.569 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=67
2026-02-17 02:43:17.569 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5dcdb21470d"
2026-02-17 02:43:17.574 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.575 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.575 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.575 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.575 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.575 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.575 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:17.575 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"} status="up"
2026-02-17 02:43:17.575 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5dcdb21470d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.575 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5dcdb21470d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.625 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=68
2026-02-17 02:43:17.625 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calidf2ef88aa35"
2026-02-17 02:43:17.625 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidf2ef88aa35", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.625 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidf2ef88aa35", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.763 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=54 ifaceName="cali3686dcb96fe" state="down"
2026-02-17 02:43:17.763 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3686dcb96fe"
2026-02-17 02:43:17.763 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=54
2026-02-17 02:43:17.763 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=54 ifaceName="cali3686dcb96fe" state=""
2026-02-17 02:43:17.763 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3686dcb96fe"
2026-02-17 02:43:17.763 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3686dcb96fe", State:"down", Index:54}
2026-02-17 02:43:17.763 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3686dcb96fe", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.763 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3686dcb96fe", Addrs:set.Typed[string]{}}
2026-02-17 02:43:17.763 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3686dcb96fe", State:"", Index:54}
2026-02-17 02:43:17.763 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3686dcb96fe", Addrs:set.Set[string](nil)}
2026-02-17 02:43:17.763 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3686dcb96fe", Addrs:set.Set[string](nil)}
2026-02-17 02:43:17.764 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.177
2026-02-17 02:43:17.977 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=71
2026-02-17 02:43:17.977 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5081c6c7480"
2026-02-17 02:43:17.977 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5081c6c7480", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.977 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5081c6c7480", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:17.977 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:43:17.981 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=70
2026-02-17 02:43:17.981 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali623c04119d6"
2026-02-17 02:43:18.000 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali623c04119d6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:18.000 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali623c04119d6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:18.005 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7086/ss-1, name=eth0)
2026-02-17 02:43:18.024 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7086/ss-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5c1048657e5" profile_ids:"kns.statefulset-7086" profile_ids:"ksa.statefulset-7086.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:43:18.024 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:43:18.036 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=43
2026-02-17 02:43:18.036 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5cb087f15b6"
2026-02-17 02:43:18.036 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=43 ifaceName="cali5cb087f15b6" state="down"
2026-02-17 02:43:18.036 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5cb087f15b6", Addrs:set.Typed[string]{}}
2026-02-17 02:43:18.036 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5cb087f15b6", Addrs:set.Typed[string]{}}
2026-02-17 02:43:18.036 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5cb087f15b6", State:"down", Index:43}
2026-02-17 02:43:18.039 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=43 ifaceName="cali5cb087f15b6" state=""
2026-02-17 02:43:18.039 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5cb087f15b6"
2026-02-17 02:43:18.039 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5cb087f15b6", State:"", Index:43}
2026-02-17 02:43:18.039 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5cb087f15b6", Addrs:set.Set[string](nil)}
2026-02-17 02:43:18.039 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5cb087f15b6", Addrs:set.Set[string](nil)}
2026-02-17 02:43:18.044 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pthnm, name=eth0)
2026-02-17 02:43:18.045 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pthnm" endpoint_id:"eth0"} endpoint:{state:"active" name:"calida0a2d64da1" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:43:18.050 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pthnm, name=eth0)
2026-02-17 02:43:18.050 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pthnm" endpoint_id:"eth0"}
2026-02-17 02:43:18.069 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.069 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.069 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.071 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:18.071 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:18.072 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:18.073 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5c1048657e5"
2026-02-17 02:43:18.073 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.073 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.073 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:18.073 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:18.079 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.138
2026-02-17 02:43:18.087 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-7086/ss-1, name=eth0)
2026-02-17 02:43:18.150 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:18.150 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"} status="up"
2026-02-17 02:43:18.150 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pthnm", EndpointId:"eth0"}
2026-02-17 02:43:18.150 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-7086/ss-1" endpoint_id:"eth0"}
2026-02-17 02:43:18.151 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.statefulset-7086"}
2026-02-17 02:43:18.151 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.statefulset-7086.default"}
2026-02-17 02:43:18.172 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.172 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.173 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.174 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.175 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.175 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.147
2026-02-17 02:43:18.193 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=24
2026-02-17 02:43:18.193 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5c1048657e5"
2026-02-17 02:43:18.193 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=24 ifaceName="cali5c1048657e5" state="down"
2026-02-17 02:43:18.194 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=24 ifaceName="cali5c1048657e5" state=""
2026-02-17 02:43:18.194 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5c1048657e5"
2026-02-17 02:43:18.247 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-7086/ss-1", EndpointId:"eth0"}
2026-02-17 02:43:18.247 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5c1048657e5", Addrs:set.Typed[string]{}}
2026-02-17 02:43:18.247 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5c1048657e5", Addrs:set.Typed[string]{}}
2026-02-17 02:43:18.247 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5c1048657e5", State:"down", Index:24}
2026-02-17 02:43:18.247 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5c1048657e5", State:"", Index:24}
2026-02-17 02:43:18.247 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5c1048657e5", Addrs:set.Set[string](nil)}
2026-02-17 02:43:18.247 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5c1048657e5", Addrs:set.Set[string](nil)}
2026-02-17 02:43:18.322 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pvhkk, name=eth0)
2026-02-17 02:43:18.357 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pvhkk, name=eth0)
2026-02-17 02:43:18.370 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:43:18.475 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pvhkk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b8cc1791d5" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:43:18.475 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pvhkk" endpoint_id:"eth0"}
2026-02-17 02:43:18.475 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:18.475 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:18.476 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:18.477 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:18.477 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:18.477 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.186
2026-02-17 02:43:18.495 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f8hlr, name=eth0)
2026-02-17 02:43:18.520 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-988t6, name=eth0)
2026-02-17 02:43:18.531 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-zwtcp, name=eth0)
2026-02-17 02:43:18.548 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-zwtcp, name=eth0)
2026-02-17 02:43:18.555 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-59xdh, name=eth0)
2026-02-17 02:43:18.562 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pvhkk", EndpointId:"eth0"}
2026-02-17 02:43:18.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f8hlr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5081c6c7480" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:43:18.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-988t6" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali273d0cc93dc" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:43:18.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-zwtcp" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8d141a726cd" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:43:18.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-zwtcp" endpoint_id:"eth0"}
2026-02-17 02:43:18.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-59xdh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali220a1c15179" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:43:18.562 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:18.562 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:18.562 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:18.562 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:18.563 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:18.563 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:18.563 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.563 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.563 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.563 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:18.563 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:18.563 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:18.565 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali220a1c15179"
2026-02-17 02:43:18.565 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5081c6c7480"
2026-02-17 02:43:18.565 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali273d0cc93dc"
2026-02-17 02:43:18.565 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:18.565 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:18.565 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:18.565 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:18.565 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.565 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.565 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:18.565 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:18.567 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.151
2026-02-17 02:43:18.613 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f8hlr, name=eth0)
2026-02-17 02:43:18.617 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=73
2026-02-17 02:43:18.617 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calida0a2d64da1"
2026-02-17 02:43:18.622 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9k646, name=eth0)
2026-02-17 02:43:18.633 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:18.634 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:18.634 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:18.634 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"} status="up"
2026-02-17 02:43:18.634 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-zwtcp", EndpointId:"eth0"}
2026-02-17 02:43:18.634 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:18.634 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:18.634 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f8hlr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5081c6c7480" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:43:18.634 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9k646" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif754c7e8095" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:43:18.634 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calida0a2d64da1", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:18.634 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calida0a2d64da1", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:18.634 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.634 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.634 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.635 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:18.635 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:18.635 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:18.636 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5081c6c7480"
2026-02-17 02:43:18.636 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif754c7e8095"
2026-02-17 02:43:18.636 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:18.636 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:18.636 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.636 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:18.645 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2p27, name=eth0)
2026-02-17 02:43:18.649 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=72
2026-02-17 02:43:18.649 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali273d0cc93dc"
2026-02-17 02:43:18.669 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:18.669 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"} status="up"
2026-02-17 02:43:18.669 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:18.669 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:18.669 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2p27" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid1776c456c4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:43:18.669 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali273d0cc93dc", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:18.669 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali273d0cc93dc", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:18.706 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:18.706 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:18.706 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:18.708 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid1776c456c4"
2026-02-17 02:43:18.708 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:18.708 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:18.742 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:18.742 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"} status="up"
2026-02-17 02:43:18.743 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dnmxk, name=eth0)
2026-02-17 02:43:18.743 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dnmxk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3cf2ab4bde7" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:43:18.809 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:18.809 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:18.809 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:18.811 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:18.811 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:18.811 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:18.845 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:18.845 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"} status="up"
2026-02-17 02:43:19.133 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=74
2026-02-17 02:43:19.133 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali220a1c15179"
2026-02-17 02:43:19.133 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali220a1c15179", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:19.133 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali220a1c15179", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:43:19.133 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:43:19.157 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=28 ifaceName="cali8d141a726cd" state="down"
2026-02-17 02:43:19.157 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali8d141a726cd"
2026-02-17 02:43:19.157 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=28
2026-02-17 02:43:19.157 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8d141a726cd", State:"down", Index:28}
2026-02-17 02:43:19.157 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8d141a726cd", Addrs:set.Typed[string]{}}
2026-02-17 02:43:19.157 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8d141a726cd", Addrs:set.Typed[string]{}}
2026-02-17 02:43:19.162 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=28 ifaceName="cali8d141a726cd" state=""
2026-02-17 02:43:19.162 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali8d141a726cd"
2026-02-17 02:43:19.173 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=66 ifaceName="cali018011a7f2d" state="down"
2026-02-17 02:43:19.173 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali018011a7f2d"
2026-02-17 02:43:19.174 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=66
2026-02-17 02:43:19.178 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=66 ifaceName="cali018011a7f2d" state=""
2026-02-17 02:43:19.178 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali018011a7f2d"
2026-02-17 02:43:19.178 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8d141a726cd", State:"", Index:28}
2026-02-17 02:43:19.178 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8d141a726cd", Addrs:set.Set[string](nil)}
2026-02-17 02:43:19.178 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8d141a726cd", Addrs:set.Set[string](nil)}
2026-02-17 02:43:19.178 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali018011a7f2d", State:"down", Index:66}
2026-02-17 02:43:19.178 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali018011a7f2d", Addrs:set.Typed[string]{}}
2026-02-17 02:43:19.178 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali018011a7f2d", Addrs:set.Typed[string]{}}
2026-02-17 02:43:19.178 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali018011a7f2d", State:"", Index:66}
2026-02-17 02:43:19.178 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali018011a7f2d", Addrs:set.Set[string](nil)}
2026-02-17 02:43:19.178 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali018011a7f2d", Addrs:set.Set[string](nil)}
2026-02-17 02:43:19.200 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-vsv85, name=eth0)
2026-02-17 02:43:19.200 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-vsv85" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2cf9a57f8b3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:43:19.200 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:43:19.211 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=63 ifaceName="cali1b8cc1791d5" state="down"
2026-02-17 02:43:19.211 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:19.211 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=63
2026-02-17 02:43:19.211 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b8cc1791d5", State:"down", Index:63}
2026-02-17 02:43:19.211 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b8cc1791d5", Addrs:set.Typed[string]{}}
2026-02-17 02:43:19.211 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b8cc1791d5", Addrs:set.Typed[string]{}}
2026-02-17 02:43:19.213 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=63 ifaceName="cali1b8cc1791d5" state=""
2026-02-17 02:43:19.213 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali1b8cc1791d5"
2026-02-17 02:43:19.213 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b8cc1791d5", State:"", Index:63}
2026-02-17 02:43:19.213 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b8cc1791d5", Addrs:set.Set[string](nil)}
2026-02-17 02:43:19.213 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b8cc1791d5", Addrs:set.Set[string](nil)}
2026-02-17 02:43:19.222 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-vsv85, name=eth0)
2026-02-17 02:43:19.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-vsv85" endpoint_id:"eth0"}
2026-02-17 02:43:19.232 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:19.232 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:19.233 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:19.233 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:19.233 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:19.234 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.187
2026-02-17 02:43:19.277 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-6mp2s, name=eth0)
2026-02-17 02:43:19.289 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-vfm4x, name=eth0)
2026-02-17 02:43:19.295 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-vfm4x, name=eth0)
2026-02-17 02:43:19.309 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vsv85", EndpointId:"eth0"}
2026-02-17 02:43:19.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-6mp2s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali744555d0d06" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:43:19.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-vfm4x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie8dd3899665" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:43:19.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-vfm4x" endpoint_id:"eth0"}
2026-02-17 02:43:19.333 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:19.333 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:19.333 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:19.334 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:19.334 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:19.334 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:19.335 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali744555d0d06"
2026-02-17 02:43:19.335 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:19.335 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:19.335 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:19.335 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:19.335 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.188
2026-02-17 02:43:19.393 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:19.393 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"} status="up"
2026-02-17 02:43:19.393 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-vfm4x", EndpointId:"eth0"}
2026-02-17 02:43:19.475 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8z984, name=eth0)
2026-02-17 02:43:19.476 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8z984" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2832b719781" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:43:19.476 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:19.476 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:19.476 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:19.477 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2832b719781"
2026-02-17 02:43:19.477 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:19.477 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:19.524 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-wswv8, name=eth0)
2026-02-17 02:43:19.528 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:19.528 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"} status="up"
2026-02-17 02:43:19.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-wswv8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5f51dee26c3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:43:19.533 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-wswv8, name=eth0)
2026-02-17 02:43:19.533 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-wswv8" endpoint_id:"eth0"}
2026-02-17 02:43:19.544 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:19.544 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:19.545 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:19.545 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:19.545 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:19.546 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.183
2026-02-17 02:43:19.615 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-wswv8", EndpointId:"eth0"}
2026-02-17 02:43:19.841 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mqtsr, name=eth0)
2026-02-17 02:43:19.841 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mqtsr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia5e4f28fb87" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:43:19.841 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:43:19.841 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.841 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.842 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.842 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia5e4f28fb87"
2026-02-17 02:43:19.842 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.843 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.859 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-mqtsr, name=eth0)
2026-02-17 02:43:19.868 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=64 ifaceName="cali2cf9a57f8b3" state="down"
2026-02-17 02:43:19.868 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:19.868 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=64
2026-02-17 02:43:19.868 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=64 ifaceName="cali2cf9a57f8b3" state=""
2026-02-17 02:43:19.868 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali2cf9a57f8b3"
2026-02-17 02:43:19.870 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:19.870 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"} status="up"
2026-02-17 02:43:19.871 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2cf9a57f8b3", State:"down", Index:64}
2026-02-17 02:43:19.871 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2cf9a57f8b3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:19.871 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2cf9a57f8b3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:19.871 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2cf9a57f8b3", State:"", Index:64}
2026-02-17 02:43:19.871 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2cf9a57f8b3", Addrs:set.Set[string](nil)}
2026-02-17 02:43:19.871 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2cf9a57f8b3", Addrs:set.Set[string](nil)}
2026-02-17 02:43:19.894 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-mqtsr" endpoint_id:"eth0"}
2026-02-17 02:43:19.894 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.894 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.895 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.895 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.895 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.896 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.149
2026-02-17 02:43:19.944 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-kgbn9, name=eth0)
2026-02-17 02:43:19.959 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-kgbn9, name=eth0)
2026-02-17 02:43:19.973 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-mqtsr", EndpointId:"eth0"}
2026-02-17 02:43:19.974 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-kgbn9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6da76cf6bad" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:43:19.974 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-kgbn9" endpoint_id:"eth0"}
2026-02-17 02:43:19.974 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:43:19.974 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:19.974 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:19.975 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:19.975 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:19.975 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:19.985 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.156
2026-02-17 02:43:19.996 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pkv8k, name=eth0)
2026-02-17 02:43:20.002 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-pkv8k, name=eth0)
2026-02-17 02:43:20.052 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-cn5f7, name=eth0)
2026-02-17 02:43:20.064 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-kgbn9", EndpointId:"eth0"}
2026-02-17 02:43:20.064 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pkv8k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali623c04119d6" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:43:20.064 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-pkv8k" endpoint_id:"eth0"}
2026-02-17 02:43:20.064 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-cn5f7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba579b191e" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:43:20.068 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:20.069 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:20.069 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:20.069 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:20.069 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:20.069 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:20.070 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ba579b191e"
2026-02-17 02:43:20.070 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:20.070 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:20.070 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:20.070 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:20.071 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.134
2026-02-17 02:43:20.089 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=65 ifaceName="calie8dd3899665" state="down"
2026-02-17 02:43:20.089 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie8dd3899665"
2026-02-17 02:43:20.089 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=65
2026-02-17 02:43:20.090 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=65 ifaceName="calie8dd3899665" state=""
2026-02-17 02:43:20.090 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie8dd3899665"
2026-02-17 02:43:20.157 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-pkv8k", EndpointId:"eth0"}
2026-02-17 02:43:20.157 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:20.157 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"} status="up"
2026-02-17 02:43:20.157 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie8dd3899665", State:"down", Index:65}
2026-02-17 02:43:20.157 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie8dd3899665", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.157 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie8dd3899665", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.157 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie8dd3899665", State:"", Index:65}
2026-02-17 02:43:20.157 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie8dd3899665", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.157 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie8dd3899665", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.318 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-59xdh, name=eth0)
2026-02-17 02:43:20.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-59xdh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali220a1c15179" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:43:20.318 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:20.318 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:20.318 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:20.320 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali220a1c15179"
2026-02-17 02:43:20.321 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:20.321 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:20.354 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=73 ifaceName="calida0a2d64da1" state="down"
2026-02-17 02:43:20.354 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calida0a2d64da1"
2026-02-17 02:43:20.357 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=73
2026-02-17 02:43:20.361 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=73 ifaceName="calida0a2d64da1" state=""
2026-02-17 02:43:20.361 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calida0a2d64da1"
2026-02-17 02:43:20.362 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:20.362 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"} status="up"
2026-02-17 02:43:20.362 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calida0a2d64da1", State:"down", Index:73}
2026-02-17 02:43:20.362 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calida0a2d64da1", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.362 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calida0a2d64da1", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.362 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calida0a2d64da1", State:"", Index:73}
2026-02-17 02:43:20.362 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calida0a2d64da1", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.362 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calida0a2d64da1", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.393 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=60 ifaceName="cali5f51dee26c3" state="down"
2026-02-17 02:43:20.393 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5f51dee26c3"
2026-02-17 02:43:20.394 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=60
2026-02-17 02:43:20.395 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=60 ifaceName="cali5f51dee26c3" state=""
2026-02-17 02:43:20.395 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5f51dee26c3"
2026-02-17 02:43:20.408 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5f51dee26c3", State:"down", Index:60}
2026-02-17 02:43:20.408 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5f51dee26c3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.408 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5f51dee26c3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.408 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5f51dee26c3", State:"", Index:60}
2026-02-17 02:43:20.408 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5f51dee26c3", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.408 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5f51dee26c3", Addrs:set.Set[string](nil)}
bird: KIF: Received address message for unknown interface 33
2026-02-17 02:43:20.608 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=33 ifaceName="cali6da76cf6bad" state="down"
2026-02-17 02:43:20.608 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6da76cf6bad", State:"down", Index:33}
2026-02-17 02:43:20.608 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6da76cf6bad"
2026-02-17 02:43:20.608 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=33
2026-02-17 02:43:20.611 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=33 ifaceName="cali6da76cf6bad" state=""
2026-02-17 02:43:20.611 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6da76cf6bad"
2026-02-17 02:43:20.613 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=26 ifaceName="calia5e4f28fb87" state="down"
2026-02-17 02:43:20.613 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia5e4f28fb87"
2026-02-17 02:43:20.613 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=26
2026-02-17 02:43:20.614 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=26 ifaceName="calia5e4f28fb87" state=""
2026-02-17 02:43:20.614 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia5e4f28fb87"
2026-02-17 02:43:20.637 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6da76cf6bad", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.637 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6da76cf6bad", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.637 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6da76cf6bad", State:"", Index:33}
2026-02-17 02:43:20.637 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6da76cf6bad", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.637 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6da76cf6bad", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.637 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia5e4f28fb87", State:"down", Index:26}
2026-02-17 02:43:20.637 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia5e4f28fb87", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.637 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia5e4f28fb87", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.637 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia5e4f28fb87", State:"", Index:26}
2026-02-17 02:43:20.637 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia5e4f28fb87", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.637 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia5e4f28fb87", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.715 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=70 ifaceName="cali623c04119d6" state="down"
2026-02-17 02:43:20.715 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali623c04119d6"
2026-02-17 02:43:20.715 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=70
2026-02-17 02:43:20.717 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=70 ifaceName="cali623c04119d6" state=""
2026-02-17 02:43:20.717 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali623c04119d6"
2026-02-17 02:43:20.721 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali623c04119d6", State:"down", Index:70}
2026-02-17 02:43:20.721 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali623c04119d6", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.721 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali623c04119d6", Addrs:set.Typed[string]{}}
2026-02-17 02:43:20.722 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali623c04119d6", State:"", Index:70}
2026-02-17 02:43:20.722 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali623c04119d6", Addrs:set.Set[string](nil)}
2026-02-17 02:43:20.722 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali623c04119d6", Addrs:set.Set[string](nil)}
2026-02-17 02:43:21.850 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:43:22.485 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2qpsp, name=eth0)
2026-02-17 02:43:22.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2qpsp" endpoint_id:"eth0"} endpoint:{state:"active" name:"califff0e9493d2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:43:22.486 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.486 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.486 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.497 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2qpsp, name=eth0)
2026-02-17 02:43:22.500 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califff0e9493d2"
2026-02-17 02:43:22.501 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.501 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.508 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2zthh, name=eth0)
2026-02-17 02:43:22.515 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-2zthh, name=eth0)
2026-02-17 02:43:22.528 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:22.528 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"} status="up"
2026-02-17 02:43:22.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2qpsp" endpoint_id:"eth0"}
2026-02-17 02:43:22.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2zthh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic35754e50f0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:43:22.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-2zthh" endpoint_id:"eth0"}
2026-02-17 02:43:22.529 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.529 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.529 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.529 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:22.529 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:22.529 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:22.529 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:22.530 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:22.530 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.530 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.530 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.174
2026-02-17 02:43:22.531 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.152
2026-02-17 02:43:22.536 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-42xrl, name=eth0)
2026-02-17 02:43:22.550 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-42xrl, name=eth0)
2026-02-17 02:43:22.567 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4l9fr, name=eth0)
2026-02-17 02:43:22.575 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4l9fr, name=eth0)
2026-02-17 02:43:22.590 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2zthh", EndpointId:"eth0"}
2026-02-17 02:43:22.590 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-2qpsp", EndpointId:"eth0"}
2026-02-17 02:43:22.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-42xrl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9a4ee94357f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:43:22.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-42xrl" endpoint_id:"eth0"}
2026-02-17 02:43:22.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4l9fr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia054eab9db2" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:43:22.591 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4l9fr" endpoint_id:"eth0"}
2026-02-17 02:43:22.591 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:22.591 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:22.591 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:22.591 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:22.591 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:22.591 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:22.592 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:22.592 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:22.592 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:22.592 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:22.594 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.165
2026-02-17 02:43:22.594 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4nf6j, name=eth0)
2026-02-17 02:43:22.595 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.161
2026-02-17 02:43:22.605 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-4nf6j, name=eth0)
2026-02-17 02:43:22.677 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-42xrl", EndpointId:"eth0"}
2026-02-17 02:43:22.678 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4l9fr", EndpointId:"eth0"}
2026-02-17 02:43:22.678 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4nf6j" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie70967d756c" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:43:22.678 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-4nf6j" endpoint_id:"eth0"}
2026-02-17 02:43:22.679 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:22.679 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:22.680 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:22.681 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:22.681 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:22.682 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.172
2026-02-17 02:43:22.703 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-59xdh, name=eth0)
2026-02-17 02:43:22.706 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-59xdh, name=eth0)
2026-02-17 02:43:22.754 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-4nf6j", EndpointId:"eth0"}
2026-02-17 02:43:22.754 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-59xdh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali220a1c15179" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:43:22.754 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-59xdh" endpoint_id:"eth0"}
2026-02-17 02:43:22.754 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:22.754 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:22.754 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:22.755 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:22.755 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:22.755 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.140
2026-02-17 02:43:22.811 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-6mp2s, name=eth0)
2026-02-17 02:43:22.817 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-6mp2s, name=eth0)
2026-02-17 02:43:22.845 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-59xdh", EndpointId:"eth0"}
2026-02-17 02:43:22.845 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-6mp2s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali744555d0d06" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:43:22.845 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-6mp2s" endpoint_id:"eth0"}
2026-02-17 02:43:22.845 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:22.845 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:22.846 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:22.847 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:22.847 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:22.854 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.178
2026-02-17 02:43:22.946 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-6mp2s", EndpointId:"eth0"}
2026-02-17 02:43:22.951 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-7zp7p, name=eth0)
2026-02-17 02:43:22.951 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-7zp7p" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali86689cddfd9" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:43:22.951 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.951 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.951 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.952 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali86689cddfd9"
2026-02-17 02:43:22.952 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.952 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.964 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-7zp7p, name=eth0)
2026-02-17 02:43:22.989 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:22.989 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"} status="up"
2026-02-17 02:43:22.989 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-7zp7p" endpoint_id:"eth0"}
2026-02-17 02:43:22.989 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.989 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.990 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.990 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.990 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:22.990 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.181
2026-02-17 02:43:22.997 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8qd5s, name=eth0)
2026-02-17 02:43:23.007 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8qd5s, name=eth0)
2026-02-17 02:43:23.022 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8z984, name=eth0)
2026-02-17 02:43:23.034 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-8z984, name=eth0)
2026-02-17 02:43:23.051 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-7zp7p", EndpointId:"eth0"}
2026-02-17 02:43:23.051 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8qd5s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali295f98b0ee3" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:43:23.051 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8qd5s" endpoint_id:"eth0"}
2026-02-17 02:43:23.051 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8z984" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2832b719781" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:43:23.051 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-8z984" endpoint_id:"eth0"}
2026-02-17 02:43:23.051 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:23.051 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:23.051 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:23.052 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:23.052 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:23.052 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:23.052 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:23.052 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:23.052 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:23.052 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:23.053 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.148
2026-02-17 02:43:23.053 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.176
2026-02-17 02:43:23.063 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-988t6, name=eth0)
2026-02-17 02:43:23.067 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-988t6, name=eth0)
2026-02-17 02:43:23.093 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9fwvs, name=eth0)
2026-02-17 02:43:23.097 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9fwvs, name=eth0)
2026-02-17 02:43:23.129 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9k646, name=eth0)
2026-02-17 02:43:23.134 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-9k646, name=eth0)
2026-02-17 02:43:23.146 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8qd5s", EndpointId:"eth0"}
2026-02-17 02:43:23.146 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-8z984", EndpointId:"eth0"}
2026-02-17 02:43:23.146 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-988t6" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali273d0cc93dc" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:43:23.146 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-988t6" endpoint_id:"eth0"}
2026-02-17 02:43:23.146 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9fwvs" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb760d2ac8f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:43:23.146 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9fwvs" endpoint_id:"eth0"}
2026-02-17 02:43:23.146 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9k646" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif754c7e8095" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:43:23.146 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-9k646" endpoint_id:"eth0"}
2026-02-17 02:43:23.146 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:23.146 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:23.147 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:23.148 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:23.148 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:23.148 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:23.148 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:23.148 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.157
2026-02-17 02:43:23.148 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.137
2026-02-17 02:43:23.148 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.155
2026-02-17 02:43:23.176 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-bpxbs, name=eth0)
2026-02-17 02:43:23.185 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-bpxbs, name=eth0)
2026-02-17 02:43:23.273 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-988t6", EndpointId:"eth0"}
2026-02-17 02:43:23.273 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9fwvs", EndpointId:"eth0"}
2026-02-17 02:43:23.273 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-9k646", EndpointId:"eth0"}
2026-02-17 02:43:23.274 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-bpxbs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali187244b0bc8" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:43:23.274 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-bpxbs" endpoint_id:"eth0"}
2026-02-17 02:43:23.274 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:23.274 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:23.274 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:23.274 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:23.274 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:23.275 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.182
2026-02-17 02:43:23.306 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-cn5f7, name=eth0)
2026-02-17 02:43:23.316 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-cn5f7, name=eth0)
2026-02-17 02:43:23.339 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-ct9pf, name=eth0)
2026-02-17 02:43:23.343 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-ct9pf, name=eth0)
2026-02-17 02:43:23.353 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-bpxbs", EndpointId:"eth0"}
2026-02-17 02:43:23.353 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-cn5f7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba579b191e" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:43:23.353 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-cn5f7" endpoint_id:"eth0"}
2026-02-17 02:43:23.353 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-ct9pf" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidf2ef88aa35" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:43:23.353 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-ct9pf" endpoint_id:"eth0"}
2026-02-17 02:43:23.353 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:23.353 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:23.354 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:23.354 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:23.354 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:23.354 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:23.354 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:23.354 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:23.355 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:23.355 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:23.355 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.191
2026-02-17 02:43:23.362 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.184
2026-02-17 02:43:23.393 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dbjsw, name=eth0)
2026-02-17 02:43:23.423 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dnmxk, name=eth0)
2026-02-17 02:43:23.429 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dnmxk, name=eth0)
2026-02-17 02:43:23.437 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-ct9pf", EndpointId:"eth0"}
2026-02-17 02:43:23.437 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-cn5f7", EndpointId:"eth0"}
2026-02-17 02:43:23.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dbjsw" endpoint_id:"eth0"}
2026-02-17 02:43:23.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dnmxk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3cf2ab4bde7" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:43:23.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dnmxk" endpoint_id:"eth0"}
2026-02-17 02:43:23.437 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:23.437 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:23.438 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:23.438 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:23.438 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:23.438 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:23.438 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:23.438 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:23.438 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:23.438 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:23.439 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.162
2026-02-17 02:43:23.439 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.154
2026-02-17 02:43:23.460 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dt8rj, name=eth0)
2026-02-17 02:43:23.468 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dt8rj, name=eth0)
2026-02-17 02:43:23.475 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dv4bj, name=eth0)
2026-02-17 02:43:23.480 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-dv4bj, name=eth0)
2026-02-17 02:43:23.494 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2cwn, name=eth0)
2026-02-17 02:43:23.506 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dnmxk", EndpointId:"eth0"}
2026-02-17 02:43:23.506 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dbjsw", EndpointId:"eth0"}
2026-02-17 02:43:23.506 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dt8rj" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ea799efe2a" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:43:23.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dt8rj" endpoint_id:"eth0"}
2026-02-17 02:43:23.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dv4bj" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5dcdb21470d" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:43:23.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-dv4bj" endpoint_id:"eth0"}
2026-02-17 02:43:23.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2cwn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calice538ba578f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:43:23.507 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:23.507 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:23.507 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2cwn, name=eth0)
2026-02-17 02:43:23.507 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:23.507 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:23.507 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:23.508 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:23.508 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.508 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.508 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.509 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calice538ba578f"
2026-02-17 02:43:23.509 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:23.509 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:23.509 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:23.509 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:23.509 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.509 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.509 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.190
2026-02-17 02:43:23.509 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.135
2026-02-17 02:43:23.519 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2p27, name=eth0)
2026-02-17 02:43:23.528 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f2p27, name=eth0)
2026-02-17 02:43:23.540 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f8hlr, name=eth0)
2026-02-17 02:43:23.545 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-f8hlr, name=eth0)
2026-02-17 02:43:23.574 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dt8rj", EndpointId:"eth0"}
2026-02-17 02:43:23.574 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-dv4bj", EndpointId:"eth0"}
2026-02-17 02:43:23.574 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:43:23.574 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"} status="up"
2026-02-17 02:43:23.574 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2cwn" endpoint_id:"eth0"}
2026-02-17 02:43:23.575 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2p27" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid1776c456c4" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:43:23.575 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f2p27" endpoint_id:"eth0"}
2026-02-17 02:43:23.575 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f8hlr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5081c6c7480" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:43:23.575 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-f8hlr" endpoint_id:"eth0"}
2026-02-17 02:43:23.575 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.575 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.575 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.575 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:23.575 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:23.576 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:23.576 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:23.576 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:23.578 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:23.578 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.578 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.578 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:23.578 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:23.578 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:23.578 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:23.582 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.153
2026-02-17 02:43:23.582 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.136
2026-02-17 02:43:23.583 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.158
2026-02-17 02:43:23.596 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-fsnd8, name=eth0)
2026-02-17 02:43:23.610 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gn2kh, name=eth0)
2026-02-17 02:43:23.615 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gn2kh, name=eth0)
2026-02-17 02:43:23.627 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gtdjd, name=eth0)
2026-02-17 02:43:23.639 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-gtdjd, name=eth0)
2026-02-17 02:43:23.666 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f8hlr", EndpointId:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2cwn", EndpointId:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-f2p27", EndpointId:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-fsnd8" endpoint_id:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gn2kh" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9814e36bf0" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:43:23.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gn2kh" endpoint_id:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gtdjd" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif21c5b3721f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:43:23.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-gtdjd" endpoint_id:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:23.666 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:23.667 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:23.668 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.175
2026-02-17 02:43:23.668 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.167
2026-02-17 02:43:23.668 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.185
2026-02-17 02:43:23.703 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-jswv9, name=eth0)
2026-02-17 02:43:23.711 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-1502/simpletest-rc-to-be-deleted-jswv9, name=eth0)
2026-02-17 02:43:23.726 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-fsnd8", EndpointId:"eth0"}
2026-02-17 02:43:23.726 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gn2kh", EndpointId:"eth0"}
2026-02-17 02:43:23.726 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-gtdjd", EndpointId:"eth0"}
2026-02-17 02:43:23.726 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-jswv9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali90aa4080a5f" profile_ids:"kns.gc-1502" profile_ids:"ksa.gc-1502.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:43:23.726 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-1502/simpletest-rc-to-be-deleted-jswv9" endpoint_id:"eth0"}
2026-02-17 02:43:23.726 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.gc-1502"}
2026-02-17 02:43:23.726 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.gc-1502.default"}
2026-02-17 02:43:23.726 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:23.726 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:23.727 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:23.727 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:23.727 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:23.727 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.163
2026-02-17 02:43:23.804 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-1502/simpletest-rc-to-be-deleted-jswv9", EndpointId:"eth0"}
2026-02-17 02:43:23.804 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-1502"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-1502"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-1502"}
2026-02-17 02:43:23.804 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-132"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-132"}
2026-02-17 02:43:23.804 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"var-expansion-132" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:23.946 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=38 ifaceName="calia054eab9db2" state="down"
2026-02-17 02:43:23.946 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia054eab9db2"
2026-02-17 02:43:23.946 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia054eab9db2", State:"down", Index:38}
2026-02-17 02:43:23.946 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia054eab9db2", Addrs:set.Typed[string]{}}
2026-02-17 02:43:23.946 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia054eab9db2", Addrs:set.Typed[string]{}}
2026-02-17 02:43:23.958 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=38
2026-02-17 02:43:23.971 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=38 ifaceName="calia054eab9db2" state=""
2026-02-17 02:43:23.971 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia054eab9db2"
2026-02-17 02:43:23.971 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia054eab9db2", State:"", Index:38}
2026-02-17 02:43:23.971 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia054eab9db2", Addrs:set.Set[string](nil)}
2026-02-17 02:43:23.971 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia054eab9db2", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.054 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=42 ifaceName="cali9a4ee94357f" state="down"
2026-02-17 02:43:24.054 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9a4ee94357f"
2026-02-17 02:43:24.054 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=42
2026-02-17 02:43:24.054 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9a4ee94357f", State:"down", Index:42}
2026-02-17 02:43:24.054 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9a4ee94357f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.054 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9a4ee94357f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.054 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=42 ifaceName="cali9a4ee94357f" state=""
2026-02-17 02:43:24.054 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali9a4ee94357f"
2026-02-17 02:43:24.073 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9a4ee94357f", State:"", Index:42}
2026-02-17 02:43:24.073 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9a4ee94357f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.073 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9a4ee94357f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.149 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=29 ifaceName="calic35754e50f0" state="down"
2026-02-17 02:43:24.149 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic35754e50f0"
2026-02-17 02:43:24.149 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=29
2026-02-17 02:43:24.149 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic35754e50f0", State:"down", Index:29}
2026-02-17 02:43:24.149 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic35754e50f0", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.149 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic35754e50f0", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.151 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=29 ifaceName="calic35754e50f0" state=""
2026-02-17 02:43:24.151 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic35754e50f0"
2026-02-17 02:43:24.178 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic35754e50f0", State:"", Index:29}
2026-02-17 02:43:24.178 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic35754e50f0", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.179 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic35754e50f0", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.316 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=49 ifaceName="calie70967d756c" state="down"
2026-02-17 02:43:24.316 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie70967d756c"
2026-02-17 02:43:24.316 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=49
2026-02-17 02:43:24.316 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie70967d756c", State:"down", Index:49}
2026-02-17 02:43:24.316 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie70967d756c", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.316 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie70967d756c", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.322 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=49 ifaceName="calie70967d756c" state=""
2026-02-17 02:43:24.322 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie70967d756c"
2026-02-17 02:43:24.343 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie70967d756c", State:"", Index:49}
2026-02-17 02:43:24.343 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie70967d756c", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.343 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie70967d756c", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.381 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=51 ifaceName="califff0e9493d2" state="down"
2026-02-17 02:43:24.381 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califff0e9493d2"
2026-02-17 02:43:24.381 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califff0e9493d2", State:"down", Index:51}
2026-02-17 02:43:24.381 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califff0e9493d2", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.382 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califff0e9493d2", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.386 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=51
2026-02-17 02:43:24.386 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=51 ifaceName="califff0e9493d2" state=""
2026-02-17 02:43:24.386 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="califff0e9493d2"
2026-02-17 02:43:24.400 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califff0e9493d2", State:"", Index:51}
2026-02-17 02:43:24.400 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califff0e9493d2", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.400 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califff0e9493d2", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.400 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
bird: KIF: Received address message for unknown interface 74
2026-02-17 02:43:24.698 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=74 ifaceName="cali220a1c15179" state="down"
2026-02-17 02:43:24.698 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali220a1c15179"
2026-02-17 02:43:24.698 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali220a1c15179", State:"down", Index:74}
2026-02-17 02:43:24.698 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=74
2026-02-17 02:43:24.698 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali220a1c15179", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.698 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali220a1c15179", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.698 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:43:24.707 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=74 ifaceName="cali220a1c15179" state=""
2026-02-17 02:43:24.707 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali220a1c15179"
2026-02-17 02:43:24.718 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali220a1c15179", State:"", Index:74}
2026-02-17 02:43:24.718 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali220a1c15179", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.718 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali220a1c15179", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.746 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=55
2026-02-17 02:43:24.746 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali744555d0d06"
2026-02-17 02:43:24.746 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=55 ifaceName="cali744555d0d06" state="down"
2026-02-17 02:43:24.747 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=55 ifaceName="cali744555d0d06" state=""
2026-02-17 02:43:24.747 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali744555d0d06"
2026-02-17 02:43:24.753 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali744555d0d06", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.753 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali744555d0d06", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.753 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali744555d0d06", State:"down", Index:55}
2026-02-17 02:43:24.753 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali744555d0d06", State:"", Index:55}
2026-02-17 02:43:24.753 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali744555d0d06", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.753 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali744555d0d06", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.932 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=72 ifaceName="cali273d0cc93dc" state="down"
2026-02-17 02:43:24.933 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali273d0cc93dc"
2026-02-17 02:43:24.933 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali273d0cc93dc", State:"down", Index:72}
2026-02-17 02:43:24.933 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali273d0cc93dc", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.933 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali273d0cc93dc", Addrs:set.Typed[string]{}}
2026-02-17 02:43:24.934 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=72
2026-02-17 02:43:24.936 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=72 ifaceName="cali273d0cc93dc" state=""
2026-02-17 02:43:24.936 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali273d0cc93dc"
2026-02-17 02:43:24.954 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali273d0cc93dc", State:"", Index:72}
2026-02-17 02:43:24.954 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali273d0cc93dc", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.954 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali273d0cc93dc", Addrs:set.Set[string](nil)}
2026-02-17 02:43:24.954 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:43:25.042 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=53 ifaceName="cali2832b719781" state="down"
2026-02-17 02:43:25.043 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2832b719781"
2026-02-17 02:43:25.043 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=53
2026-02-17 02:43:25.043 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2832b719781", State:"down", Index:53}
2026-02-17 02:43:25.043 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2832b719781", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.043 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2832b719781", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.044 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=53 ifaceName="cali2832b719781" state=""
2026-02-17 02:43:25.044 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali2832b719781"
2026-02-17 02:43:25.044 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2832b719781", State:"", Index:53}
2026-02-17 02:43:25.044 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2832b719781", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.044 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2832b719781", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.080 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=71 ifaceName="cali5081c6c7480" state="down"
2026-02-17 02:43:25.081 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5081c6c7480"
2026-02-17 02:43:25.081 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=71
2026-02-17 02:43:25.081 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5081c6c7480", State:"down", Index:71}
2026-02-17 02:43:25.081 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5081c6c7480", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.081 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5081c6c7480", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.082 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=71 ifaceName="cali5081c6c7480" state=""
2026-02-17 02:43:25.082 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5081c6c7480"
2026-02-17 02:43:25.082 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5081c6c7480", State:"", Index:71}
2026-02-17 02:43:25.082 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5081c6c7480", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.082 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5081c6c7480", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.173 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=58 ifaceName="cali86689cddfd9" state="down"
2026-02-17 02:43:25.173 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali86689cddfd9"
2026-02-17 02:43:25.175 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=58
2026-02-17 02:43:25.176 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=58 ifaceName="cali86689cddfd9" state=""
2026-02-17 02:43:25.176 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali86689cddfd9"
2026-02-17 02:43:25.189 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali86689cddfd9", State:"down", Index:58}
2026-02-17 02:43:25.189 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali86689cddfd9", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.189 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali86689cddfd9", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.189 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali86689cddfd9", State:"", Index:58}
2026-02-17 02:43:25.189 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali86689cddfd9", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.189 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali86689cddfd9", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.249 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=69 ifaceName="cali4ea799efe2a" state="down"
2026-02-17 02:43:25.249 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ea799efe2a", State:"down", Index:69}
2026-02-17 02:43:25.250 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4ea799efe2a"
2026-02-17 02:43:25.250 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=69
2026-02-17 02:43:25.250 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ea799efe2a", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.250 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ea799efe2a", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.252 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=69 ifaceName="cali4ea799efe2a" state=""
2026-02-17 02:43:25.252 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali4ea799efe2a"
2026-02-17 02:43:25.252 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ea799efe2a", State:"", Index:69}
2026-02-17 02:43:25.252 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ea799efe2a", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.252 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ea799efe2a", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.321 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=25 ifaceName="cali295f98b0ee3" state="down"
2026-02-17 02:43:25.321 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali295f98b0ee3"
2026-02-17 02:43:25.321 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=25
2026-02-17 02:43:25.321 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali295f98b0ee3", State:"down", Index:25}
2026-02-17 02:43:25.321 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali295f98b0ee3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.321 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali295f98b0ee3", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.325 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=25 ifaceName="cali295f98b0ee3" state=""
2026-02-17 02:43:25.325 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali295f98b0ee3"
2026-02-17 02:43:25.325 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali295f98b0ee3", State:"", Index:25}
2026-02-17 02:43:25.325 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali295f98b0ee3", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.325 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali295f98b0ee3", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.327 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=61 ifaceName="cali4ba579b191e" state="down"
2026-02-17 02:43:25.327 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4ba579b191e"
2026-02-17 02:43:25.327 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba579b191e", State:"down", Index:61}
2026-02-17 02:43:25.327 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=61
2026-02-17 02:43:25.327 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba579b191e", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.327 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba579b191e", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.327 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=61 ifaceName="cali4ba579b191e" state=""
2026-02-17 02:43:25.327 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali4ba579b191e"
2026-02-17 02:43:25.327 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba579b191e", State:"", Index:61}
2026-02-17 02:43:25.327 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba579b191e", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.327 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba579b191e", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.338 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=39 ifaceName="cali3cf2ab4bde7" state="down"
2026-02-17 02:43:25.338 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:25.338 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3cf2ab4bde7", State:"down", Index:39}
2026-02-17 02:43:25.338 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3cf2ab4bde7", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.338 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3cf2ab4bde7", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.339 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=39
2026-02-17 02:43:25.340 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=39 ifaceName="cali3cf2ab4bde7" state=""
2026-02-17 02:43:25.340 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3cf2ab4bde7"
2026-02-17 02:43:25.340 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3cf2ab4bde7", State:"", Index:39}
2026-02-17 02:43:25.340 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3cf2ab4bde7", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.340 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3cf2ab4bde7", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.355 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=32 ifaceName="calibb760d2ac8f" state="down"
2026-02-17 02:43:25.355 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibb760d2ac8f", State:"down", Index:32}
2026-02-17 02:43:25.355 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibb760d2ac8f"
2026-02-17 02:43:25.355 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=32
2026-02-17 02:43:25.355 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibb760d2ac8f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.355 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibb760d2ac8f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.361 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=32 ifaceName="calibb760d2ac8f" state=""
2026-02-17 02:43:25.361 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calibb760d2ac8f"
2026-02-17 02:43:25.361 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibb760d2ac8f", State:"", Index:32}
2026-02-17 02:43:25.361 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibb760d2ac8f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.361 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibb760d2ac8f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.432 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=67 ifaceName="cali5dcdb21470d" state="down"
2026-02-17 02:43:25.432 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5dcdb21470d"
2026-02-17 02:43:25.432 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=67
2026-02-17 02:43:25.432 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5dcdb21470d", State:"down", Index:67}
2026-02-17 02:43:25.432 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5dcdb21470d", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.432 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5dcdb21470d", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.433 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=67 ifaceName="cali5dcdb21470d" state=""
2026-02-17 02:43:25.433 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5dcdb21470d"
2026-02-17 02:43:25.434 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5dcdb21470d", State:"", Index:67}
2026-02-17 02:43:25.434 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5dcdb21470d", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.434 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5dcdb21470d", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.449 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=59 ifaceName="cali187244b0bc8" state="down"
2026-02-17 02:43:25.449 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali187244b0bc8"
2026-02-17 02:43:25.449 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali187244b0bc8", State:"down", Index:59}
2026-02-17 02:43:25.449 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali187244b0bc8", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.449 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali187244b0bc8", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.450 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=59
2026-02-17 02:43:25.451 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=59 ifaceName="cali187244b0bc8" state=""
2026-02-17 02:43:25.451 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali187244b0bc8"
2026-02-17 02:43:25.451 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali187244b0bc8", State:"", Index:59}
2026-02-17 02:43:25.451 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali187244b0bc8", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.452 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali187244b0bc8", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.502 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=52 ifaceName="calif21c5b3721f" state="down"
2026-02-17 02:43:25.502 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif21c5b3721f"
2026-02-17 02:43:25.502 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=52
2026-02-17 02:43:25.507 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=52 ifaceName="calif21c5b3721f" state=""
2026-02-17 02:43:25.507 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calif21c5b3721f"
2026-02-17 02:43:25.507 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=68 ifaceName="calidf2ef88aa35" state="down"
2026-02-17 02:43:25.508 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calidf2ef88aa35"
2026-02-17 02:43:25.509 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=68
2026-02-17 02:43:25.510 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=68 ifaceName="calidf2ef88aa35" state=""
2026-02-17 02:43:25.510 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calidf2ef88aa35"
2026-02-17 02:43:25.510 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif21c5b3721f", State:"down", Index:52}
2026-02-17 02:43:25.511 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif21c5b3721f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.511 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif21c5b3721f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.511 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif21c5b3721f", State:"", Index:52}
2026-02-17 02:43:25.511 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif21c5b3721f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.511 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif21c5b3721f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.511 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidf2ef88aa35", State:"down", Index:68}
2026-02-17 02:43:25.511 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidf2ef88aa35", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.511 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidf2ef88aa35", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.511 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidf2ef88aa35", State:"", Index:68}
2026-02-17 02:43:25.511 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidf2ef88aa35", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.511 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidf2ef88aa35", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.587 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=35 ifaceName="calid1776c456c4" state="down"
2026-02-17 02:43:25.587 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calid1776c456c4"
2026-02-17 02:43:25.588 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid1776c456c4", State:"down", Index:35}
2026-02-17 02:43:25.588 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid1776c456c4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.588 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid1776c456c4", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.590 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=35
2026-02-17 02:43:25.597 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=35 ifaceName="calid1776c456c4" state=""
2026-02-17 02:43:25.597 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calid1776c456c4"
2026-02-17 02:43:25.597 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid1776c456c4", State:"", Index:35}
2026-02-17 02:43:25.597 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid1776c456c4", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.597 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid1776c456c4", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.620 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=44 ifaceName="calia9814e36bf0" state="down"
2026-02-17 02:43:25.620 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia9814e36bf0"
2026-02-17 02:43:25.620 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=44
2026-02-17 02:43:25.620 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia9814e36bf0", State:"down", Index:44}
2026-02-17 02:43:25.620 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia9814e36bf0", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.620 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia9814e36bf0", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.623 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=44 ifaceName="calia9814e36bf0" state=""
2026-02-17 02:43:25.623 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia9814e36bf0"
2026-02-17 02:43:25.623 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia9814e36bf0", State:"", Index:44}
2026-02-17 02:43:25.623 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia9814e36bf0", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.623 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia9814e36bf0", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.654 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=30 ifaceName="calice538ba578f" state="down"
2026-02-17 02:43:25.655 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calice538ba578f"
2026-02-17 02:43:25.655 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=30
2026-02-17 02:43:25.655 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calice538ba578f", State:"down", Index:30}
2026-02-17 02:43:25.655 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calice538ba578f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.655 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calice538ba578f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.656 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=30 ifaceName="calice538ba578f" state=""
2026-02-17 02:43:25.656 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calice538ba578f"
2026-02-17 02:43:25.656 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calice538ba578f", State:"", Index:30}
2026-02-17 02:43:25.656 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calice538ba578f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.656 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calice538ba578f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.659 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=34 ifaceName="calif754c7e8095" state="down"
2026-02-17 02:43:25.659 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif754c7e8095"
2026-02-17 02:43:25.659 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif754c7e8095", State:"down", Index:34}
2026-02-17 02:43:25.659 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif754c7e8095", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.659 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif754c7e8095", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.661 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=34
2026-02-17 02:43:25.663 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=34 ifaceName="calif754c7e8095" state=""
2026-02-17 02:43:25.663 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calif754c7e8095"
2026-02-17 02:43:25.663 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif754c7e8095", State:"", Index:34}
2026-02-17 02:43:25.663 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif754c7e8095", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.663 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif754c7e8095", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.697 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=31 ifaceName="cali62facb9d44b" state="down"
2026-02-17 02:43:25.697 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali62facb9d44b", State:"down", Index:31}
2026-02-17 02:43:25.697 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali62facb9d44b"
2026-02-17 02:43:25.697 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=31
2026-02-17 02:43:25.697 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali62facb9d44b", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.697 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali62facb9d44b", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.699 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=31 ifaceName="cali62facb9d44b" state=""
2026-02-17 02:43:25.699 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali62facb9d44b"
2026-02-17 02:43:25.699 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali62facb9d44b", State:"", Index:31}
2026-02-17 02:43:25.699 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali62facb9d44b", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.699 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali62facb9d44b", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.726 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=40 ifaceName="cali90aa4080a5f" state="down"
2026-02-17 02:43:25.726 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali90aa4080a5f"
2026-02-17 02:43:25.726 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=40
2026-02-17 02:43:25.727 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=40 ifaceName="cali90aa4080a5f" state=""
2026-02-17 02:43:25.727 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali90aa4080a5f"
2026-02-17 02:43:25.732 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali90aa4080a5f", State:"down", Index:40}
2026-02-17 02:43:25.732 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali90aa4080a5f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.732 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali90aa4080a5f", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.732 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali90aa4080a5f", State:"", Index:40}
2026-02-17 02:43:25.732 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali90aa4080a5f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.732 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali90aa4080a5f", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.783 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=62 ifaceName="calic3b35193f17" state="down"
2026-02-17 02:43:25.783 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic3b35193f17"
2026-02-17 02:43:25.783 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic3b35193f17", State:"down", Index:62}
2026-02-17 02:43:25.783 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic3b35193f17", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.783 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic3b35193f17", Addrs:set.Typed[string]{}}
2026-02-17 02:43:25.784 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=62
2026-02-17 02:43:25.787 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=62 ifaceName="calic3b35193f17" state=""
2026-02-17 02:43:25.787 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic3b35193f17"
2026-02-17 02:43:25.787 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic3b35193f17", State:"", Index:62}
2026-02-17 02:43:25.787 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic3b35193f17", Addrs:set.Set[string](nil)}
2026-02-17 02:43:25.787 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic3b35193f17", Addrs:set.Set[string](nil)}
2026-02-17 02:43:28.846 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:43:28.872 [INFO][60] felix/summary.go 100: Summarising 322 dataplane reconciliation loops over 1m2.3s: avg=40ms longest=199ms (resync-calico-v4)
2026-02-17 02:43:29.921 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-132"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-132"}
2026-02-17 02:43:29.959 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-3961"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-3961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-3961"}
2026-02-17 02:43:29.979 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"endpointslice-3961" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:30.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"example-int-port" namespace:"endpointslice-3961" type:"ClusterIP" cluster_ips:"10.254.34.76" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:43:30.098 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"example-named-port" namespace:"endpointslice-3961" type:"ClusterIP" cluster_ips:"10.254.242.117" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:43:30.144 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"example-no-match" namespace:"endpointslice-3961" type:"ClusterIP" cluster_ips:"10.254.189.7" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:43:30.342 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-7086"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-7086"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-7086"}
2026-02-17 02:43:30.401 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4761"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-4761"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4761"}
2026-02-17 02:43:30.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-4761" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:30.455 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4761"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-4761"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4761"}
2026-02-17 02:43:30.475 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-8379"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-8379"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-8379"}
2026-02-17 02:43:30.476 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-8379" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:32.370 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"gc-1502" name:"default"}
2026-02-17 02:43:32.577 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-1502"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-1502"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-1502"}
2026-02-17 02:43:32.606 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"gc-1502"}
2026-02-17 02:43:34.416 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-3961"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-3961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-3961"}
2026-02-17 02:43:34.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9761"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9761"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9761"}
2026-02-17 02:43:34.463 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"field-validation-9761" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:35.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"var-expansion-132" name:"default"}
2026-02-17 02:43:35.170 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-132"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-132"}
2026-02-17 02:43:35.193 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"var-expansion-132"}
2026-02-17 02:43:35.447 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"statefulset-7086" name:"default"}
2026-02-17 02:43:35.690 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test" namespace:"statefulset-7086"
2026-02-17 02:43:35.748 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-7086"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-7086"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-7086"}
2026-02-17 02:43:35.770 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"statefulset-7086"}
2026-02-17 02:43:35.810 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-4761" name:"default"}
2026-02-17 02:43:35.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4761"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-4761"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4761"}
2026-02-17 02:43:35.978 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-4761"}
2026-02-17 02:43:37.102 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-8379"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-8379"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-8379"}
2026-02-17 02:43:37.137 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-3605"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-3605"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-3605"}
2026-02-17 02:43:37.169 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"subpath-3605" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:37.612 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9761"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9761"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9761"}
2026-02-17 02:43:37.648 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8874"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-8874"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8874"}
2026-02-17 02:43:37.708 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-8874" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:37.757 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"multiprotocol-test" namespace:"services-8874" type:"ClusterIP" cluster_ips:"10.254.220.53" ports:{Protocol:"TCP" Port:80} ports:{Protocol:"UDP" Port:80}
2026-02-17 02:43:39.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"endpointslice-3961" name:"default"}
2026-02-17 02:43:39.784 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"example-int-port" namespace:"endpointslice-3961"
2026-02-17 02:43:39.837 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"example-named-port" namespace:"endpointslice-3961"
2026-02-17 02:43:39.837 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"example-no-match" namespace:"endpointslice-3961"
2026-02-17 02:43:39.962 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-3961"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-3961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-3961"}
2026-02-17 02:43:42.269 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-8379" name:"default"}
2026-02-17 02:43:42.367 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-8379"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-8379"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-8379"}
2026-02-17 02:43:42.944 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"field-validation-9761" name:"default"}
2026-02-17 02:43:42.969 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9761"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9761"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9761"}
2026-02-17 02:43:42.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"field-validation-9761"}
2026-02-17 02:43:44.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"multiprotocol-test" namespace:"services-8874" type:"ClusterIP" cluster_ips:"10.254.220.53" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:43:45.170 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-3961"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-3961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-3961"}
2026-02-17 02:43:45.199 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"endpointslice-3961"}
2026-02-17 02:43:47.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-4970"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-4970"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-4970"}
2026-02-17 02:43:47.217 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9782"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9782"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9782"}
2026-02-17 02:43:47.235 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"field-validation-9782" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:47.565 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-8379"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-8379"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-8379"}
2026-02-17 02:43:47.594 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-8379"}
2026-02-17 02:43:50.378 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9782"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9782"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9782"}
2026-02-17 02:43:50.405 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-8416"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-8416"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-8416"}
2026-02-17 02:43:50.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"aggregateddiscovery-8416" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:50.477 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-8416"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-8416"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-8416"}
2026-02-17 02:43:50.503 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-2322"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-2322"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-2322"}
2026-02-17 02:43:50.503 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replication-controller-2322" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:50.865 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"multiprotocol-test" namespace:"services-8874" type:"ClusterIP" cluster_ips:"10.254.220.53" ports:{Protocol:"UDP" Port:80}
2026-02-17 02:43:52.331 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-4970" name:"default"}
2026-02-17 02:43:52.452 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-4970"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-4970"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-4970"}
2026-02-17 02:43:52.484 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-4970"}
2026-02-17 02:43:53.572 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-2322"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-2322"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-2322"}
2026-02-17 02:43:53.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7758"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7758"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7758"}
2026-02-17 02:43:53.620 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7758" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:53.650 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7758" name:"e2e-sa-rmctp"} labels:{key:"projectcalico.org/name" value:"e2e-sa-rmctp"}
2026-02-17 02:43:53.650 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7758" name:"e2e-sa-rmctp"} labels:{key:"projectcalico.org/name" value:"e2e-sa-rmctp"}
2026-02-17 02:43:53.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7758"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7758"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7758"}
2026-02-17 02:43:53.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-895"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-895"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-895"}
2026-02-17 02:43:53.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-895" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:55.631 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"field-validation-9782" name:"default"}
2026-02-17 02:43:55.697 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9782"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9782"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9782"}
2026-02-17 02:43:55.725 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"field-validation-9782"}
2026-02-17 02:43:55.842 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"aggregateddiscovery-8416" name:"default"}
2026-02-17 02:43:55.929 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-8416"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-8416"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-8416"}
2026-02-17 02:43:55.958 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"aggregateddiscovery-8416"}
2026-02-17 02:43:58.696 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7758" name:"default"}
2026-02-17 02:43:58.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replication-controller-2322" name:"default"}
2026-02-17 02:43:58.724 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7758" name:"e2e-sa-rmctp"}
2026-02-17 02:43:58.859 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-2322"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-2322"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-2322"}
2026-02-17 02:43:59.147 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7758"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7758"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7758"}
2026-02-17 02:43:59.171 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svcaccounts-7758"}
2026-02-17 02:43:59.518 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8874"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-8874"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8874"}
2026-02-17 02:43:59.537 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-7263"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-7263"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-7263"}
2026-02-17 02:43:59.559 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-7263" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:43:59.636 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-7263"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-7263"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-7263"}
2026-02-17 02:43:59.662 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-4741"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-4741"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-4741"}
2026-02-17 02:43:59.662 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"subpath-4741" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:01.250 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-895"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-895"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-895"}
2026-02-17 02:44:01.273 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8605"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"services-8605"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8605"}
2026-02-17 02:44:01.301 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-8605" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:01.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"externalname-service" namespace:"services-8605" type:"ExternalName"
2026-02-17 02:44:01.377 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"externalname-service" namespace:"services-8605" type:"ClusterIP" cluster_ips:"10.254.242.24" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:44:01.378 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-3605"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-3605"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-3605"}
2026-02-17 02:44:01.484 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-9627"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"containers-9627"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-9627"}
2026-02-17 02:44:01.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"containers-9627" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:02.001 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-8605/externalname-service-xpltz, name=eth0)
2026-02-17 02:44:02.002 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-8605"} profile:{inbound_rules:{action:"allow" rule_id:"5f1lkccfZxudZc70"} outbound_rules:{action:"allow" rule_id:"3JC6ADlSxwewYruu"}}
2026-02-17 02:44:02.002 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-8605.default"} profile:{}
2026-02-17 02:44:02.002 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-8605/externalname-service-xpltz" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie065a2aeea9" profile_ids:"kns.services-8605" profile_ids:"ksa.services-8605.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:44:02.002 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.002 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.002 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.003 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calie065a2aeea9" ipVersion=0x4 logsSkipped=169 table="filter"
2026-02-17 02:44:02.003 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-8605" ipVersion=0x4 table="filter"
2026-02-17 02:44:02.003 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_2Kcvjlb4Z1zTftH2Pl" ipVersion=0x4 table="filter"
2026-02-17 02:44:02.003 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calie065a2aeea9" ipVersion=0x4 table="filter"
2026-02-17 02:44:02.003 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-8605" ipVersion=0x4 table="filter"
2026-02-17 02:44:02.003 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_2Kcvjlb4Z1zTftH2Pl" ipVersion=0x4 table="filter"
2026-02-17 02:44:02.003 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calie065a2aeea9"
2026-02-17 02:44:02.003 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.003 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.046 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:02.047 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} status="down"
2026-02-17 02:44:02.073 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=75 ifaceName="calie065a2aeea9" state="down"
2026-02-17 02:44:02.073 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie065a2aeea9", State:"down", Index:75}
2026-02-17 02:44:02.073 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie065a2aeea9"
2026-02-17 02:44:02.073 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.073 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie065a2aeea9"
2026-02-17 02:44:02.073 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.078 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=75 ifaceName="calie065a2aeea9" state="up"
2026-02-17 02:44:02.097 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:02.097 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} status="down"
2026-02-17 02:44:02.097 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie065a2aeea9", Addrs:set.Typed[string]{}}
2026-02-17 02:44:02.097 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie065a2aeea9", Addrs:set.Typed[string]{}}
2026-02-17 02:44:02.097 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie065a2aeea9", State:"up", Index:75}
2026-02-17 02:44:02.097 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie065a2aeea9"
2026-02-17 02:44:02.097 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie065a2aeea9"
2026-02-17 02:44:02.097 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie065a2aeea9"
2026-02-17 02:44:02.097 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.097 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:02.126 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:02.126 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} status="up"
2026-02-17 02:44:03.193 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=75
2026-02-17 02:44:03.193 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie065a2aeea9"
2026-02-17 02:44:03.193 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie065a2aeea9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:03.193 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie065a2aeea9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:03.373 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-8605/externalname-service-xpltz, name=eth0)
2026-02-17 02:44:03.373 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-8605/externalname-service-xpltz" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie065a2aeea9" profile_ids:"kns.services-8605" profile_ids:"ksa.services-8605.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:44:03.373 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:03.373 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:03.373 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:03.374 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie065a2aeea9"
2026-02-17 02:44:03.374 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:03.375 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:03.398 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:03.399 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} status="up"
2026-02-17 02:44:04.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-2322"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-2322"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-2322"}
2026-02-17 02:44:04.152 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replication-controller-2322"}
2026-02-17 02:44:04.587 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-8874" name:"default"}
2026-02-17 02:44:04.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"multiprotocol-test" namespace:"services-8874"
2026-02-17 02:44:05.100 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8874"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-8874"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8874"}
2026-02-17 02:44:05.131 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-8874"}
2026-02-17 02:44:05.186 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-7263" name:"default"}
2026-02-17 02:44:05.231 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-7263"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-7263"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-7263"}
2026-02-17 02:44:05.260 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-7263"}
2026-02-17 02:44:05.542 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-9627"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"containers-9627"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-9627"}
2026-02-17 02:44:05.565 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csi-storageclass-5692"} labels:{key:"e2e-framework" value:"csi-storageclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"csi-storageclass-5692"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"csi-storageclass-5692"}
2026-02-17 02:44:05.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"csi-storageclass-5692" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:05.683 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csi-storageclass-5692"} labels:{key:"e2e-framework" value:"csi-storageclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"csi-storageclass-5692"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"csi-storageclass-5692"}
2026-02-17 02:44:05.713 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"discovery-1090"} labels:{key:"e2e-framework" value:"discovery"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"discovery-1090"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"discovery-1090"}
2026-02-17 02:44:05.729 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"discovery-1090" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:06.020 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"discovery-1090"} labels:{key:"e2e-framework" value:"discovery"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"discovery-1090"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"discovery-1090"}
2026-02-17 02:44:06.046 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5199"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5199"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5199"}
2026-02-17 02:44:06.073 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-5199" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:06.111 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5199"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5199"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5199"} labels:{key:"webhook-5199" value:"true"}
2026-02-17 02:44:06.132 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-6285"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-6285"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-6285"} labels:{key:"webhook-5199-markers" value:"true"}
2026-02-17 02:44:06.132 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-6285" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:06.564 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-895" name:"default"}
2026-02-17 02:44:06.781 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-895"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-895"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-895"}
2026-02-17 02:44:06.803 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-895"}
2026-02-17 02:44:06.885 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"subpath-3605" name:"default"}
2026-02-17 02:44:06.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-3605"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-3605"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-3605"}
2026-02-17 02:44:06.937 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"subpath-3605"}
2026-02-17 02:44:07.764 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"externalname-service" namespace:"services-8605"
2026-02-17 02:44:07.830 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8605"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"services-8605"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8605"}
2026-02-17 02:44:07.830 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-1279"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-1279"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-1279"}
2026-02-17 02:44:07.830 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-1279" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:07.922 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-1279"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-1279"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-1279"}
2026-02-17 02:44:07.945 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"volumeattachment-4551"} labels:{key:"e2e-framework" value:"volumeattachment"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"volumeattachment-4551"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"volumeattachment-4551"}
2026-02-17 02:44:07.994 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"volumeattachment-4551" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:08.331 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"volumeattachment-4551"} labels:{key:"e2e-framework" value:"volumeattachment"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"volumeattachment-4551"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"volumeattachment-4551"}
2026-02-17 02:44:08.363 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-5085"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"watch-5085"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-5085"}
2026-02-17 02:44:08.394 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"watch-5085" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:08.652 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-5199" type:"ClusterIP" cluster_ips:"10.254.222.78" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:44:09.772 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-5199"
2026-02-17 02:44:09.878 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5199"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5199"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5199"} labels:{key:"webhook-5199" value:"true"}
2026-02-17 02:44:09.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-6285"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-6285"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-6285"} labels:{key:"webhook-5199-markers" value:"true"}
2026-02-17 02:44:09.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-9786"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-9786"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-9786"}
2026-02-17 02:44:09.936 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-9786" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:09.958 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"endpoint-test2" namespace:"services-9786" type:"ClusterIP" cluster_ips:"10.254.131.208" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:44:10.674 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"containers-9627" name:"default"}
2026-02-17 02:44:10.704 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"csi-storageclass-5692" name:"default"}
2026-02-17 02:44:10.980 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-9627"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"containers-9627"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-9627"}
2026-02-17 02:44:11.014 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"containers-9627"}
2026-02-17 02:44:11.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csi-storageclass-5692"} labels:{key:"e2e-framework" value:"csi-storageclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"csi-storageclass-5692"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"csi-storageclass-5692"}
2026-02-17 02:44:11.342 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"csi-storageclass-5692"}
2026-02-17 02:44:11.365 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"discovery-1090" name:"default"}
2026-02-17 02:44:11.513 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"discovery-1090"} labels:{key:"e2e-framework" value:"discovery"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"discovery-1090"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"discovery-1090"}
2026-02-17 02:44:11.549 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"discovery-1090"}
2026-02-17 02:44:12.863 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-8605/externalname-service-xpltz, name=eth0)
2026-02-17 02:44:12.864 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-8605/externalname-service-xpltz" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie065a2aeea9" profile_ids:"kns.services-8605" profile_ids:"ksa.services-8605.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:44:12.864 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:12.864 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:12.864 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:12.866 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie065a2aeea9"
2026-02-17 02:44:12.866 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:12.866 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:12.888 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:12.888 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"} status="up"
2026-02-17 02:44:13.049 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-1279" name:"default"}
2026-02-17 02:44:13.183 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.services-8605.default"
2026-02-17 02:44:13.183 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-8605.default"} profile:{inbound_rules:{action:"deny" rule_id:"h-y50pGJvegPZ_Cw"} outbound_rules:{action:"deny" rule_id:"p2ED-AfL1vmKKN0J"}}
2026-02-17 02:44:13.184 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-8605" name:"default"}
2026-02-17 02:44:13.224 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8605"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"services-8605"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8605"}
2026-02-17 02:44:13.376 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"volumeattachment-4551" name:"default"}
2026-02-17 02:44:14.041 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"volumeattachment-4551"} labels:{key:"e2e-framework" value:"volumeattachment"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"volumeattachment-4551"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"volumeattachment-4551"}
2026-02-17 02:44:14.072 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"volumeattachment-4551"}
2026-02-17 02:44:14.261 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-1279"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-1279"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-1279"}
2026-02-17 02:44:14.289 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-1279"}
2026-02-17 02:44:14.983 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-5199" name:"default"}
2026-02-17 02:44:15.031 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-6285" name:"default"}
2026-02-17 02:44:15.193 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-8605/externalname-service-xpltz, name=eth0)
2026-02-17 02:44:15.193 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-8605/externalname-service-xpltz" endpoint_id:"eth0"}
2026-02-17 02:44:15.193 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-8605.default"}
2026-02-17 02:44:15.193 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-8605"}
2026-02-17 02:44:15.193 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:15.193 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:15.193 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-8605" ipVersion=0x4 table="filter"
2026-02-17 02:44:15.193 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_2Kcvjlb4Z1zTftH2Pl" ipVersion=0x4 table="filter"
2026-02-17 02:44:15.193 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-8605" ipVersion=0x4 table="filter"
2026-02-17 02:44:15.193 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_2Kcvjlb4Z1zTftH2Pl" ipVersion=0x4 table="filter"
2026-02-17 02:44:15.193 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:15.194 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calie065a2aeea9" ipVersion=0x4 table="filter"
2026-02-17 02:44:15.194 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calie065a2aeea9" ipVersion=0x4 table="filter"
2026-02-17 02:44:15.194 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:15.194 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:15.194 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.139
bird: KIF: Received address message for unknown interface 75
2026-02-17 02:44:15.258 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8605/externalname-service-xpltz", EndpointId:"eth0"}
2026-02-17 02:44:15.303 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=75 ifaceName="calie065a2aeea9" state="down"
2026-02-17 02:44:15.303 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie065a2aeea9"
2026-02-17 02:44:15.303 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=75
2026-02-17 02:44:15.303 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie065a2aeea9", State:"down", Index:75}
2026-02-17 02:44:15.303 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie065a2aeea9", Addrs:set.Typed[string]{}}
2026-02-17 02:44:15.303 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie065a2aeea9", Addrs:set.Typed[string]{}}
2026-02-17 02:44:15.304 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=75 ifaceName="calie065a2aeea9" state=""
2026-02-17 02:44:15.304 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie065a2aeea9"
2026-02-17 02:44:15.331 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie065a2aeea9", State:"", Index:75}
2026-02-17 02:44:15.331 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie065a2aeea9", Addrs:set.Set[string](nil)}
2026-02-17 02:44:15.331 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie065a2aeea9", Addrs:set.Set[string](nil)}
2026-02-17 02:44:15.625 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-6285"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-6285"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-6285"} labels:{key:"webhook-5199-markers" value:"true"}
2026-02-17 02:44:15.656 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-6285"}
2026-02-17 02:44:15.833 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5199"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5199"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5199"} labels:{key:"webhook-5199" value:"true"}
2026-02-17 02:44:15.865 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-5199"}
2026-02-17 02:44:16.219 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8605"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"services-8605"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8605"}
2026-02-17 02:44:16.248 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-8605"}
2026-02-17 02:44:17.105 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-9786/pod2, name=eth0)
2026-02-17 02:44:17.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-9786"} profile:{inbound_rules:{action:"allow" rule_id:"1Xd5XwlgH2XTU-dq"} outbound_rules:{action:"allow" rule_id:"oFpEh5LuJ5JJpw9g"}}
2026-02-17 02:44:17.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-9786.default"} profile:{}
2026-02-17 02:44:17.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-9786/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8e68b33f8b0" profile_ids:"kns.services-9786" profile_ids:"ksa.services-9786.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:44:17.106 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.106 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.106 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.106 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:44:17.106 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali8e68b33f8b0" ipVersion=0x4 table="filter"
2026-02-17 02:44:17.107 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-9786" ipVersion=0x4 table="filter"
2026-02-17 02:44:17.107 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_ytjMiduS3v_8Eo33mQ" ipVersion=0x4 table="filter"
2026-02-17 02:44:17.107 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:44:17.107 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali8e68b33f8b0" ipVersion=0x4 table="filter"
2026-02-17 02:44:17.107 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-9786" ipVersion=0x4 table="filter"
2026-02-17 02:44:17.107 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_ytjMiduS3v_8Eo33mQ" ipVersion=0x4 table="filter"
2026-02-17 02:44:17.107 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:17.107 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.107 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.150 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:17.150 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} status="down"
2026-02-17 02:44:17.181 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=76 ifaceName="cali8e68b33f8b0" state="down"
2026-02-17 02:44:17.181 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:17.181 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8e68b33f8b0", State:"down", Index:76}
2026-02-17 02:44:17.181 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8e68b33f8b0", Addrs:set.Typed[string]{}}
2026-02-17 02:44:17.181 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8e68b33f8b0", Addrs:set.Typed[string]{}}
2026-02-17 02:44:17.181 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:17.182 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.182 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.198 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=76 ifaceName="cali8e68b33f8b0" state="up"
2026-02-17 02:44:17.217 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:17.217 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} status="down"
2026-02-17 02:44:17.217 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8e68b33f8b0", State:"up", Index:76}
2026-02-17 02:44:17.217 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:17.217 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:17.217 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:17.217 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.217 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:17.236 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:17.236 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:44:18.410 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:44:18.488 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-9786/pod2, name=eth0)
2026-02-17 02:44:18.488 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-9786/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8e68b33f8b0" profile_ids:"kns.services-9786" profile_ids:"ksa.services-9786.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:44:18.488 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:18.488 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:18.488 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:18.489 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:18.489 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:18.489 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:18.530 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:18.530 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:44:19.065 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=76
2026-02-17 02:44:19.066 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:19.066 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8e68b33f8b0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:19.066 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8e68b33f8b0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:21.348 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-9786/pod2, name=eth0)
2026-02-17 02:44:21.348 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-9786/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8e68b33f8b0" profile_ids:"kns.services-9786" profile_ids:"ksa.services-9786.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:44:21.349 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.349 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.349 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.353 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:21.353 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.353 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.355 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-9786/pod2, name=eth0)
2026-02-17 02:44:21.393 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:21.393 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:44:21.393 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-9786/pod2" endpoint_id:"eth0"}
2026-02-17 02:44:21.393 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-9786"}
2026-02-17 02:44:21.393 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-9786.default"}
2026-02-17 02:44:21.393 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"endpoint-test2" namespace:"services-9786"
2026-02-17 02:44:21.394 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.394 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.394 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-9786" ipVersion=0x4 table="filter"
2026-02-17 02:44:21.394 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_ytjMiduS3v_8Eo33mQ" ipVersion=0x4 table="filter"
2026-02-17 02:44:21.394 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-9786" ipVersion=0x4 table="filter"
2026-02-17 02:44:21.394 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_ytjMiduS3v_8Eo33mQ" ipVersion=0x4 table="filter"
2026-02-17 02:44:21.394 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.394 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:44:21.394 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali8e68b33f8b0" ipVersion=0x4 table="filter"
2026-02-17 02:44:21.394 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:44:21.394 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali8e68b33f8b0" ipVersion=0x4 table="filter"
2026-02-17 02:44:21.394 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.394 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.394 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.141
2026-02-17 02:44:21.468 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-9786/pod2", EndpointId:"eth0"}
2026-02-17 02:44:21.468 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-9786"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-9786"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-9786"}
2026-02-17 02:44:21.469 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-357"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-357"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-357"}
2026-02-17 02:44:21.501 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-357" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:21.758 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=76
2026-02-17 02:44:21.758 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:21.758 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=76 ifaceName="cali8e68b33f8b0" state="down"
2026-02-17 02:44:21.758 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8e68b33f8b0", Addrs:set.Typed[string]{}}
2026-02-17 02:44:21.758 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8e68b33f8b0", Addrs:set.Typed[string]{}}
2026-02-17 02:44:21.758 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8e68b33f8b0", State:"down", Index:76}
2026-02-17 02:44:21.759 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=76 ifaceName="cali8e68b33f8b0" state=""
2026-02-17 02:44:21.759 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali8e68b33f8b0"
2026-02-17 02:44:21.786 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8e68b33f8b0", State:"", Index:76}
2026-02-17 02:44:21.786 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8e68b33f8b0", Addrs:set.Set[string](nil)}
2026-02-17 02:44:21.786 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8e68b33f8b0", Addrs:set.Set[string](nil)}
2026-02-17 02:44:23.829 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-4741"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-4741"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-4741"}
2026-02-17 02:44:23.859 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-4066"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-4066"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-4066"}
2026-02-17 02:44:23.859 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-4066" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:25.565 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-357"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-357"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-357"}
2026-02-17 02:44:25.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-6859"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-6859"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-6859"}
2026-02-17 02:44:25.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"validating-admission-policy-6859" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:25.617 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-6859"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-6859"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-6859"} labels:{key:"validating-admission-policy-6859" value:"true"}
2026-02-17 02:44:25.862 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-6859"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-6859"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-6859"} labels:{key:"validating-admission-policy-6859" value:"true"}
2026-02-17 02:44:25.888 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3387"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3387"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3387"}
2026-02-17 02:44:25.888 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-3387" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:26.448 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-9786" name:"default"}
2026-02-17 02:44:27.043 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-9786"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-9786"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-9786"}
2026-02-17 02:44:27.070 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-9786"}
2026-02-17 02:44:27.961 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-4066"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-4066"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-4066"}
2026-02-17 02:44:27.992 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-webhook-1066"} labels:{key:"e2e-framework" value:"crd-webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-webhook-1066"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"crd-webhook-1066"}
2026-02-17 02:44:27.992 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-webhook-1066" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:28.455 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-5085"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"watch-5085"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-5085"}
2026-02-17 02:44:28.476 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-504"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-504"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-504"}
2026-02-17 02:44:28.499 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-504" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:28.556 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-504"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-504"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-504"}
2026-02-17 02:44:28.577 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"limitrange-5773"} labels:{key:"e2e-framework" value:"limitrange"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"limitrange-5773"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"limitrange-5773"}
2026-02-17 02:44:28.599 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"limitrange-5773" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:28.631 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"e2e-limitrange-bn5ll-34"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"e2e-limitrange-bn5ll-34"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"e2e-limitrange-bn5ll-34"}
2026-02-17 02:44:28.662 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"e2e-limitrange-bn5ll-34" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:28.749 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"limitrange-5773"} labels:{key:"e2e-framework" value:"limitrange"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"limitrange-5773"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"limitrange-5773"}
2026-02-17 02:44:28.772 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"e2e-limitrange-bn5ll-34"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"e2e-limitrange-bn5ll-34"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"e2e-limitrange-bn5ll-34"}
2026-02-17 02:44:28.800 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-7312"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"projected-7312"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-7312"}
2026-02-17 02:44:28.800 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-7312" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:29.035 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"subpath-4741" name:"default"}
2026-02-17 02:44:29.056 [INFO][60] felix/summary.go 100: Summarising 203 dataplane reconciliation loops over 1m0.2s: avg=28ms longest=107ms (resync-calico-v4)
2026-02-17 02:44:29.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-4741"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-4741"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-4741"}
2026-02-17 02:44:29.199 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"subpath-4741"}
2026-02-17 02:44:30.052 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3387"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3387"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3387"}
2026-02-17 02:44:30.086 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8745"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8745"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8745"}
2026-02-17 02:44:30.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-8745" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:30.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-357" name:"default"}
2026-02-17 02:44:31.086 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"validating-admission-policy-6859" name:"default"}
2026-02-17 02:44:31.122 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-357"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-357"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-357"}
2026-02-17 02:44:31.142 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-357"}
2026-02-17 02:44:31.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-crd-conversion-webhook" namespace:"crd-webhook-1066" type:"ClusterIP" cluster_ips:"10.254.78.35" ports:{Protocol:"TCP" Port:9443}
2026-02-17 02:44:31.505 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-6859"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-6859"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-6859"} labels:{key:"validating-admission-policy-6859" value:"true"}
2026-02-17 02:44:31.531 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"validating-admission-policy-6859"}
2026-02-17 02:44:33.089 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-4066" name:"default"}
2026-02-17 02:44:33.213 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-4066"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-4066"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-4066"}
2026-02-17 02:44:33.233 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-4066"}
2026-02-17 02:44:33.578 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"watch-5085" name:"default"}
2026-02-17 02:44:33.837 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-504" name:"default"}
2026-02-17 02:44:34.075 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"e2e-limitrange-bn5ll-34" name:"default"}
2026-02-17 02:44:34.210 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8745"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8745"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8745"}
2026-02-17 02:44:34.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-3860"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-3860"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-3860"}
2026-02-17 02:44:34.253 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"job-3860" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:34.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"e2e-limitrange-bn5ll-34"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"e2e-limitrange-bn5ll-34"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"e2e-limitrange-bn5ll-34"}
2026-02-17 02:44:34.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"e2e-limitrange-bn5ll-34"}
2026-02-17 02:44:34.501 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-5085"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"watch-5085"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-5085"}
2026-02-17 02:44:34.530 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"watch-5085"}
2026-02-17 02:44:34.560 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-504"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-504"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-504"}
2026-02-17 02:44:34.579 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-504"}
2026-02-17 02:44:34.658 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"limitrange-5773" name:"default"}
2026-02-17 02:44:34.957 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"limitrange-5773"} labels:{key:"e2e-framework" value:"limitrange"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"limitrange-5773"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"limitrange-5773"}
2026-02-17 02:44:34.989 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"limitrange-5773"}
2026-02-17 02:44:35.430 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-7312"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"projected-7312"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-7312"}
2026-02-17 02:44:35.457 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-8403"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-8403"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-8403"}
2026-02-17 02:44:35.480 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"deployment-8403" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:35.597 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-crd-conversion-webhook" namespace:"crd-webhook-1066"
2026-02-17 02:44:35.675 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-webhook-1066"} labels:{key:"e2e-framework" value:"crd-webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-webhook-1066"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"crd-webhook-1066"}
2026-02-17 02:44:35.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-1901"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-1901"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-1901"}
2026-02-17 02:44:35.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-1901" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:35.886 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-3387" name:"default"}
2026-02-17 02:44:35.960 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"agnhost-replica" namespace:"kubectl-1901" type:"ClusterIP" cluster_ips:"10.254.156.213" ports:{Protocol:"TCP" Port:6379}
2026-02-17 02:44:36.048 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3387"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3387"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3387"}
2026-02-17 02:44:36.075 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-3387"}
2026-02-17 02:44:36.213 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"agnhost-primary" namespace:"kubectl-1901" type:"ClusterIP" cluster_ips:"10.254.185.95" ports:{Protocol:"TCP" Port:6379}
2026-02-17 02:44:36.517 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"frontend" namespace:"kubectl-1901" type:"ClusterIP" cluster_ips:"10.254.75.231" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:44:37.412 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-1901/frontend-8467f96566-mj56c, name=eth0)
2026-02-17 02:44:37.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.kubectl-1901.default"} profile:{}
2026-02-17 02:44:37.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.kubectl-1901"} profile:{inbound_rules:{action:"allow" rule_id:"r01V-g7v8_WV71lp"} outbound_rules:{action:"allow" rule_id:"ts7vSWFeXjGMAcyb"}}
2026-02-17 02:44:37.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-1901/frontend-8467f96566-mj56c" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7beebf9541e" profile_ids:"kns.kubectl-1901" profile_ids:"ksa.kubectl-1901.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:44:37.414 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.414 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.414 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.414 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali7beebf9541e" ipVersion=0x4 table="filter"
2026-02-17 02:44:37.414 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.kubectl-1901" ipVersion=0x4 table="filter"
2026-02-17 02:44:37.414 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_We1qGl-ANejVP4_Un6" ipVersion=0x4 table="filter"
2026-02-17 02:44:37.414 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali7beebf9541e" ipVersion=0x4 table="filter"
2026-02-17 02:44:37.414 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.kubectl-1901" ipVersion=0x4 table="filter"
2026-02-17 02:44:37.414 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_We1qGl-ANejVP4_Un6" ipVersion=0x4 table="filter"
2026-02-17 02:44:37.414 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali7beebf9541e"
2026-02-17 02:44:37.414 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.414 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.462 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:37.462 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} status="down"
2026-02-17 02:44:37.495 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=77 ifaceName="cali7beebf9541e" state="down"
2026-02-17 02:44:37.496 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7beebf9541e", State:"down", Index:77}
2026-02-17 02:44:37.496 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali7beebf9541e"
2026-02-17 02:44:37.496 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.496 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.496 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali7beebf9541e"
2026-02-17 02:44:37.498 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=77 ifaceName="cali7beebf9541e" state="up"
2026-02-17 02:44:37.518 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:37.518 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} status="down"
2026-02-17 02:44:37.518 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7beebf9541e", Addrs:set.Typed[string]{}}
2026-02-17 02:44:37.518 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7beebf9541e", Addrs:set.Typed[string]{}}
2026-02-17 02:44:37.518 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7beebf9541e", State:"up", Index:77}
2026-02-17 02:44:37.518 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali7beebf9541e"
2026-02-17 02:44:37.518 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali7beebf9541e"
2026-02-17 02:44:37.519 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7beebf9541e"
2026-02-17 02:44:37.519 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.519 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:37.541 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:37.541 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} status="up"
2026-02-17 02:44:37.651 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-8403"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-8403"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-8403"}
2026-02-17 02:44:37.715 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-480"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-480"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-480"}
2026-02-17 02:44:37.756 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"runtimeclass-480" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:37.786 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc, name=eth0)
2026-02-17 02:44:37.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliaa165a308ab" profile_ids:"kns.kubectl-1901" profile_ids:"ksa.kubectl-1901.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:44:37.788 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:37.788 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:37.788 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:37.788 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-caliaa165a308ab" ipVersion=0x4 table="filter"
2026-02-17 02:44:37.788 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-caliaa165a308ab" ipVersion=0x4 table="filter"
2026-02-17 02:44:37.788 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="caliaa165a308ab"
2026-02-17 02:44:37.788 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:37.788 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:37.834 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:37.834 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"} status="down"
2026-02-17 02:44:37.834 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-480"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-480"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-480"}
2026-02-17 02:44:37.846 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=78 ifaceName="caliaa165a308ab" state="down"
2026-02-17 02:44:37.846 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliaa165a308ab"
2026-02-17 02:44:37.846 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=78 ifaceName="caliaa165a308ab" state="up"
2026-02-17 02:44:37.856 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliaa165a308ab", State:"down", Index:78}
2026-02-17 02:44:37.856 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliaa165a308ab", Addrs:set.Typed[string]{}}
2026-02-17 02:44:37.856 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliaa165a308ab", Addrs:set.Typed[string]{}}
2026-02-17 02:44:37.856 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliaa165a308ab", State:"up", Index:78}
2026-02-17 02:44:37.856 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliaa165a308ab"
2026-02-17 02:44:37.856 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliaa165a308ab"
2026-02-17 02:44:37.857 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliaa165a308ab"
2026-02-17 02:44:37.857 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:37.857 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:37.885 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:37.885 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"} status="up"
2026-02-17 02:44:37.903 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9070"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9070"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9070"}
2026-02-17 02:44:37.927 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-9070" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:38.397 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=77
2026-02-17 02:44:38.397 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali7beebf9541e"
2026-02-17 02:44:38.398 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7beebf9541e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:38.398 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7beebf9541e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:38.678 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc, name=eth0)
2026-02-17 02:44:38.678 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliaa165a308ab" profile_ids:"kns.kubectl-1901" profile_ids:"ksa.kubectl-1901.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:44:38.678 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:38.678 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:38.678 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:38.679 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliaa165a308ab"
2026-02-17 02:44:38.679 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:38.679 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:38.708 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-1901/frontend-8467f96566-mj56c, name=eth0)
2026-02-17 02:44:38.742 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:38.742 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"} status="up"
2026-02-17 02:44:38.742 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-1901/frontend-8467f96566-mj56c" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7beebf9541e" profile_ids:"kns.kubectl-1901" profile_ids:"ksa.kubectl-1901.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:44:38.742 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:38.742 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:38.742 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:38.747 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7beebf9541e"
2026-02-17 02:44:38.747 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:38.747 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:38.768 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:38.768 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} status="up"
2026-02-17 02:44:39.234 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-8745" name:"default"}
2026-02-17 02:44:39.257 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=78
2026-02-17 02:44:39.257 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliaa165a308ab"
2026-02-17 02:44:39.260 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliaa165a308ab", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:39.260 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliaa165a308ab", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:39.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8745"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8745"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8745"}
2026-02-17 02:44:39.462 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-8745"}
2026-02-17 02:44:40.358 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-3860"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-3860"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-3860"}
2026-02-17 02:44:40.382 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-3017"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-3017"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-3017"}
2026-02-17 02:44:40.404 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-3017" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:40.423 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"nodeport-test" namespace:"services-3017" type:"NodePort" cluster_ips:"10.254.142.83" ports:{Protocol:"TCP" Port:80 NodePort:32295}
2026-02-17 02:44:40.621 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-7312" name:"default"}
2026-02-17 02:44:40.919 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-webhook-1066" name:"default"}
2026-02-17 02:44:41.024 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-7312"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"projected-7312"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-7312"}
2026-02-17 02:44:41.108 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-3017/nodeport-test-dck9v, name=eth0)
2026-02-17 02:44:41.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-3017.default"} profile:{}
2026-02-17 02:44:41.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-3017"} profile:{inbound_rules:{action:"allow" rule_id:"hlo0CV3EgPbh52BD"} outbound_rules:{action:"allow" rule_id:"MO0vdYxO3IH8BHNg"}}
2026-02-17 02:44:41.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-3017/nodeport-test-dck9v" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali535f4b50317" profile_ids:"kns.services-3017" profile_ids:"ksa.services-3017.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:44:41.109 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.110 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.110 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.110 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali535f4b50317" ipVersion=0x4 table="filter"
2026-02-17 02:44:41.110 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-3017" ipVersion=0x4 table="filter"
2026-02-17 02:44:41.110 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_A5npTByOL36cIqCXRD" ipVersion=0x4 table="filter"
2026-02-17 02:44:41.111 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali535f4b50317" ipVersion=0x4 table="filter"
2026-02-17 02:44:41.111 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-3017" ipVersion=0x4 table="filter"
2026-02-17 02:44:41.111 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_A5npTByOL36cIqCXRD" ipVersion=0x4 table="filter"
2026-02-17 02:44:41.111 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali535f4b50317"
2026-02-17 02:44:41.111 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.111 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.168 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:41.168 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"} status="down"
2026-02-17 02:44:41.168 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9070"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9070"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9070"}
2026-02-17 02:44:41.169 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"chunking-6222"} labels:{key:"e2e-framework" value:"chunking"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"chunking-6222"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"chunking-6222"}
2026-02-17 02:44:41.169 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"chunking-6222" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:41.189 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=79 ifaceName="cali535f4b50317" state="down"
2026-02-17 02:44:41.189 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali535f4b50317"
2026-02-17 02:44:41.190 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=79 ifaceName="cali535f4b50317" state="up"
2026-02-17 02:44:41.203 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali535f4b50317", State:"down", Index:79}
2026-02-17 02:44:41.203 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali535f4b50317", Addrs:set.Typed[string]{}}
2026-02-17 02:44:41.203 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali535f4b50317", Addrs:set.Typed[string]{}}
2026-02-17 02:44:41.203 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali535f4b50317", State:"up", Index:79}
2026-02-17 02:44:41.203 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali535f4b50317"
2026-02-17 02:44:41.203 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali535f4b50317"
2026-02-17 02:44:41.203 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali535f4b50317"
2026-02-17 02:44:41.204 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.204 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.231 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:41.231 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"} status="up"
2026-02-17 02:44:41.623 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-webhook-1066"} labels:{key:"e2e-framework" value:"crd-webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-webhook-1066"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"crd-webhook-1066"}
2026-02-17 02:44:41.645 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-webhook-1066"}
2026-02-17 02:44:41.708 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-3017/nodeport-test-dck9v, name=eth0)
2026-02-17 02:44:41.708 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-3017/nodeport-test-dck9v" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali535f4b50317" profile_ids:"kns.services-3017" profile_ids:"ksa.services-3017.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:44:41.708 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.708 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.708 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.709 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali535f4b50317"
2026-02-17 02:44:41.709 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.709 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:41.754 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:41.754 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"} status="up"
2026-02-17 02:44:42.201 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"agnhost-replica" namespace:"kubectl-1901"
2026-02-17 02:44:42.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"agnhost-primary" namespace:"kubectl-1901"
2026-02-17 02:44:42.457 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"frontend" namespace:"kubectl-1901"
2026-02-17 02:44:42.616 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-1901/frontend-8467f96566-mj56c, name=eth0)
2026-02-17 02:44:42.616 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-1901/frontend-8467f96566-mj56c" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7beebf9541e" profile_ids:"kns.kubectl-1901" profile_ids:"ksa.kubectl-1901.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:44:42.616 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.616 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.617 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.617 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7beebf9541e"
2026-02-17 02:44:42.618 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.618 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.650 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:42.650 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"} status="up"
2026-02-17 02:44:42.667 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"deployment-8403" name:"default"}
2026-02-17 02:44:42.959 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-1901/frontend-8467f96566-mj56c, name=eth0)
2026-02-17 02:44:42.959 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-1901/frontend-8467f96566-mj56c" endpoint_id:"eth0"}
2026-02-17 02:44:42.959 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.960 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.960 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.960 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali7beebf9541e" ipVersion=0x4 table="filter"
2026-02-17 02:44:42.960 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali7beebf9541e" ipVersion=0x4 table="filter"
2026-02-17 02:44:42.960 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.960 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:42.961 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.142
bird: KIF: Received address message for unknown interface 77
2026-02-17 02:44:42.988 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc, name=eth0)
2026-02-17 02:44:43.005 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=79
2026-02-17 02:44:43.005 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali535f4b50317"
2026-02-17 02:44:43.027 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/frontend-8467f96566-mj56c", EndpointId:"eth0"}
2026-02-17 02:44:43.027 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali535f4b50317", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:43.027 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali535f4b50317", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:43.049 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliaa165a308ab" profile_ids:"kns.kubectl-1901" profile_ids:"ksa.kubectl-1901.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:44:43.049 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-1901"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-1901"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-1901"}
2026-02-17 02:44:43.049 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.050 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.050 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.051 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliaa165a308ab"
2026-02-17 02:44:43.051 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.051 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.063 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=77 ifaceName="cali7beebf9541e" state="down"
2026-02-17 02:44:43.063 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali7beebf9541e"
2026-02-17 02:44:43.065 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=77 ifaceName="cali7beebf9541e" state=""
2026-02-17 02:44:43.065 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali7beebf9541e"
2026-02-17 02:44:43.068 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=77
2026-02-17 02:44:43.071 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:43.072 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"} status="up"
2026-02-17 02:44:43.072 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-3522"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"watch-3522"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-3522"}
2026-02-17 02:44:43.072 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"watch-3522" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:43.096 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7beebf9541e", State:"down", Index:77}
2026-02-17 02:44:43.096 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7beebf9541e", Addrs:set.Typed[string]{}}
2026-02-17 02:44:43.096 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7beebf9541e", Addrs:set.Typed[string]{}}
2026-02-17 02:44:43.096 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7beebf9541e", State:"", Index:77}
2026-02-17 02:44:43.096 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7beebf9541e", Addrs:set.Set[string](nil)}
2026-02-17 02:44:43.096 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7beebf9541e", Addrs:set.Set[string](nil)}
2026-02-17 02:44:43.226 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"runtimeclass-480" name:"default"}
2026-02-17 02:44:43.306 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc, name=eth0)
2026-02-17 02:44:43.306 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc" endpoint_id:"eth0"}
2026-02-17 02:44:43.306 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.kubectl-1901"}
2026-02-17 02:44:43.306 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.kubectl-1901.default"}
2026-02-17 02:44:43.307 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.307 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.kubectl-1901" ipVersion=0x4 table="filter"
2026-02-17 02:44:43.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_We1qGl-ANejVP4_Un6" ipVersion=0x4 table="filter"
2026-02-17 02:44:43.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.kubectl-1901" ipVersion=0x4 table="filter"
2026-02-17 02:44:43.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_We1qGl-ANejVP4_Un6" ipVersion=0x4 table="filter"
2026-02-17 02:44:43.311 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.312 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-caliaa165a308ab" ipVersion=0x4 table="filter"
2026-02-17 02:44:43.312 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-caliaa165a308ab" ipVersion=0x4 table="filter"
2026-02-17 02:44:43.312 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.312 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.312 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.143
2026-02-17 02:44:43.366 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-1901/agnhost-replica-55c4f8fb74-hkpvc", EndpointId:"eth0"}
2026-02-17 02:44:43.408 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=78 ifaceName="caliaa165a308ab" state="down"
2026-02-17 02:44:43.409 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliaa165a308ab", State:"down", Index:78}
2026-02-17 02:44:43.409 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliaa165a308ab"
2026-02-17 02:44:43.409 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=78
2026-02-17 02:44:43.411 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=78 ifaceName="caliaa165a308ab" state=""
2026-02-17 02:44:43.411 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliaa165a308ab"
2026-02-17 02:44:43.431 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliaa165a308ab", Addrs:set.Typed[string]{}}
2026-02-17 02:44:43.431 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliaa165a308ab", Addrs:set.Typed[string]{}}
2026-02-17 02:44:43.431 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliaa165a308ab", State:"", Index:78}
2026-02-17 02:44:43.431 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliaa165a308ab", Addrs:set.Set[string](nil)}
2026-02-17 02:44:43.431 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliaa165a308ab", Addrs:set.Set[string](nil)}
2026-02-17 02:44:44.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-480"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-480"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-480"}
2026-02-17 02:44:44.192 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"runtimeclass-480"}
2026-02-17 02:44:44.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-8403"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-8403"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-8403"}
2026-02-17 02:44:44.341 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"deployment-8403"}
2026-02-17 02:44:45.889 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"job-3860" name:"default"}
2026-02-17 02:44:45.953 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-3522"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"watch-3522"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-3522"}
2026-02-17 02:44:45.980 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-9784"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-9784"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-9784"}
2026-02-17 02:44:46.013 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-9784" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:46.108 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-3860"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-3860"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-3860"}
2026-02-17 02:44:46.135 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"job-3860"}
2026-02-17 02:44:46.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-9070" name:"default"}
2026-02-17 02:44:46.729 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-7312"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"projected-7312"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-7312"}
2026-02-17 02:44:46.756 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-7312"}
2026-02-17 02:44:47.080 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9070"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9070"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9070"}
2026-02-17 02:44:47.105 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-9070"}
2026-02-17 02:44:48.255 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-3017"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-3017"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-3017"}
2026-02-17 02:44:48.287 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6248"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6248"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6248"}
2026-02-17 02:44:48.311 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"deployment-6248" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:48.531 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-1901" name:"default"}
2026-02-17 02:44:49.004 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-564597bcc-kb882, name=eth0)
2026-02-17 02:44:49.004 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.deployment-6248.default"} profile:{}
2026-02-17 02:44:49.004 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.deployment-6248"} profile:{inbound_rules:{action:"allow" rule_id:"URn6lcpPGUegBhpm"} outbound_rules:{action:"allow" rule_id:"gvhAM54_DkmLtlEh"}}
2026-02-17 02:44:49.004 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-564597bcc-kb882" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9a0096d9734" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:44:49.004 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.004 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.004 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.005 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali9a0096d9734" ipVersion=0x4 table="filter"
2026-02-17 02:44:49.005 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.deployment-6248" ipVersion=0x4 table="filter"
2026-02-17 02:44:49.005 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_XqOVPES6dnU9_IySrv" ipVersion=0x4 table="filter"
2026-02-17 02:44:49.005 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali9a0096d9734" ipVersion=0x4 table="filter"
2026-02-17 02:44:49.005 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.deployment-6248" ipVersion=0x4 table="filter"
2026-02-17 02:44:49.005 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_XqOVPES6dnU9_IySrv" ipVersion=0x4 table="filter"
2026-02-17 02:44:49.005 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali9a0096d9734"
2026-02-17 02:44:49.005 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.005 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.054 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:49.054 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} status="down"
2026-02-17 02:44:49.054 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-1901"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-1901"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-1901"}
2026-02-17 02:44:49.054 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-1901"}
2026-02-17 02:44:49.081 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=80 ifaceName="cali9a0096d9734" state="down"
2026-02-17 02:44:49.081 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9a0096d9734", State:"down", Index:80}
2026-02-17 02:44:49.081 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9a0096d9734"
2026-02-17 02:44:49.081 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9a0096d9734", Addrs:set.Typed[string]{}}
2026-02-17 02:44:49.081 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9a0096d9734", Addrs:set.Typed[string]{}}
2026-02-17 02:44:49.081 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali9a0096d9734"
2026-02-17 02:44:49.081 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.081 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.083 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=80 ifaceName="cali9a0096d9734" state="up"
2026-02-17 02:44:49.103 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:49.103 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} status="down"
2026-02-17 02:44:49.103 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9a0096d9734", State:"up", Index:80}
2026-02-17 02:44:49.103 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali9a0096d9734"
2026-02-17 02:44:49.103 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali9a0096d9734"
2026-02-17 02:44:49.103 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9a0096d9734"
2026-02-17 02:44:49.103 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.103 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.126 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:49.126 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} status="up"
2026-02-17 02:44:49.763 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-564597bcc-kb882, name=eth0)
2026-02-17 02:44:49.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-564597bcc-kb882" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9a0096d9734" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:44:49.764 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.764 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.764 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.766 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9a0096d9734"
2026-02-17 02:44:49.766 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.766 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:49.793 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:49.793 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} status="up"
2026-02-17 02:44:50.105 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-9784"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-9784"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-9784"}
2026-02-17 02:44:50.175 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5845"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5845"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5845"}
2026-02-17 02:44:50.197 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-5845" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:50.553 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=80
2026-02-17 02:44:50.553 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali9a0096d9734"
2026-02-17 02:44:50.553 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9a0096d9734", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:50.554 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9a0096d9734", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:51.683 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"watch-3522" name:"default"}
2026-02-17 02:44:51.741 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-564597bcc-kb882, name=eth0)
2026-02-17 02:44:51.742 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-564597bcc-kb882" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9a0096d9734" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:44:51.742 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:51.742 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:51.742 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:51.742 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9a0096d9734"
2026-02-17 02:44:51.743 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:51.743 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:51.777 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:51.777 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"} status="up"
2026-02-17 02:44:52.090 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-564597bcc-kb882, name=eth0)
2026-02-17 02:44:52.091 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-564597bcc-kb882" endpoint_id:"eth0"}
2026-02-17 02:44:52.092 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.deployment-6248"}
2026-02-17 02:44:52.092 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.deployment-6248.default"}
2026-02-17 02:44:52.093 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:52.093 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:52.093 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.deployment-6248" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.093 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_XqOVPES6dnU9_IySrv" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.093 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.deployment-6248" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.093 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_XqOVPES6dnU9_IySrv" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.093 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:52.093 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali9a0096d9734" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.093 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali9a0096d9734" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:52.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:52.101 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.145
2026-02-17 02:44:52.157 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-564597bcc-kb882", EndpointId:"eth0"}
2026-02-17 02:44:52.157 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-3522"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"watch-3522"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-3522"}
2026-02-17 02:44:52.157 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"watch-3522"}
2026-02-17 02:44:52.194 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=80 ifaceName="cali9a0096d9734" state="down"
2026-02-17 02:44:52.195 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9a0096d9734"
2026-02-17 02:44:52.195 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=80
2026-02-17 02:44:52.195 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9a0096d9734", State:"down", Index:80}
2026-02-17 02:44:52.195 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9a0096d9734", Addrs:set.Typed[string]{}}
2026-02-17 02:44:52.195 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9a0096d9734", Addrs:set.Typed[string]{}}
2026-02-17 02:44:52.200 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=80 ifaceName="cali9a0096d9734" state=""
2026-02-17 02:44:52.200 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali9a0096d9734"
2026-02-17 02:44:52.217 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9a0096d9734", State:"", Index:80}
2026-02-17 02:44:52.217 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9a0096d9734", Addrs:set.Set[string](nil)}
2026-02-17 02:44:52.217 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9a0096d9734", Addrs:set.Set[string](nil)}
2026-02-17 02:44:52.464 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-f78d658f9-dhfhj, name=eth0)
2026-02-17 02:44:52.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.deployment-6248"} profile:{inbound_rules:{action:"allow" rule_id:"URn6lcpPGUegBhpm"} outbound_rules:{action:"allow" rule_id:"gvhAM54_DkmLtlEh"}}
2026-02-17 02:44:52.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.deployment-6248.default"} profile:{}
2026-02-17 02:44:52.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-f78d658f9-dhfhj" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie5cc45e1236" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:44:52.465 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.466 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.466 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.466 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calie5cc45e1236" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.467 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.deployment-6248" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.467 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_XqOVPES6dnU9_IySrv" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.467 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calie5cc45e1236" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.467 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.deployment-6248" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.467 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_XqOVPES6dnU9_IySrv" ipVersion=0x4 table="filter"
2026-02-17 02:44:52.467 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calie5cc45e1236"
2026-02-17 02:44:52.467 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.467 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.506 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:52.506 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} status="down"
2026-02-17 02:44:52.536 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=81 ifaceName="calie5cc45e1236" state="down"
2026-02-17 02:44:52.536 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie5cc45e1236"
2026-02-17 02:44:52.536 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie5cc45e1236", State:"down", Index:81}
2026-02-17 02:44:52.536 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie5cc45e1236", Addrs:set.Typed[string]{}}
2026-02-17 02:44:52.536 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie5cc45e1236", Addrs:set.Typed[string]{}}
2026-02-17 02:44:52.536 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie5cc45e1236"
2026-02-17 02:44:52.537 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.537 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.539 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=81 ifaceName="calie5cc45e1236" state="up"
2026-02-17 02:44:52.559 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:52.559 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} status="down"
2026-02-17 02:44:52.559 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie5cc45e1236", State:"up", Index:81}
2026-02-17 02:44:52.559 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie5cc45e1236"
2026-02-17 02:44:52.559 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie5cc45e1236"
2026-02-17 02:44:52.560 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie5cc45e1236"
2026-02-17 02:44:52.560 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.560 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.579 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:52.579 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} status="up"
2026-02-17 02:44:52.781 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-f78d658f9-dhfhj, name=eth0)
2026-02-17 02:44:52.781 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-f78d658f9-dhfhj" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie5cc45e1236" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:44:52.781 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.781 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.781 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.782 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie5cc45e1236"
2026-02-17 02:44:52.782 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.782 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:52.817 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:52.817 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} status="up"
2026-02-17 02:44:53.312 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.services-3017.default"
2026-02-17 02:44:53.312 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-3017.default"} profile:{inbound_rules:{action:"deny" rule_id:"gSS7dycPSpI7B8BV"} outbound_rules:{action:"deny" rule_id:"71oUchYmnB_Q9S15"}}
2026-02-17 02:44:53.312 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-3017" name:"default"}
2026-02-17 02:44:53.605 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"nodeport-test" namespace:"services-3017"
2026-02-17 02:44:53.933 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-3017/nodeport-test-dck9v, name=eth0)
2026-02-17 02:44:53.933 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-3017/nodeport-test-dck9v" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali535f4b50317" profile_ids:"kns.services-3017" profile_ids:"ksa.services-3017.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:44:53.933 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:53.933 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:53.933 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:53.934 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali535f4b50317"
2026-02-17 02:44:53.934 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:53.935 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:53.963 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:53.963 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"} status="up"
2026-02-17 02:44:54.021 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-3017"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-3017"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-3017"}
2026-02-17 02:44:54.201 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=81
2026-02-17 02:44:54.201 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie5cc45e1236"
2026-02-17 02:44:54.201 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie5cc45e1236", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:54.201 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie5cc45e1236", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:54.313 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-79899bcfcc-79d7z, name=eth0)
2026-02-17 02:44:54.313 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-79899bcfcc-79d7z" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif1672e8bf7f" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.177/32"}
2026-02-17 02:44:54.313 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.313 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.313 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.313 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:44:54.313 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calif1672e8bf7f" ipVersion=0x4 table="filter"
2026-02-17 02:44:54.313 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:44:54.313 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calif1672e8bf7f" ipVersion=0x4 table="filter"
2026-02-17 02:44:54.313 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calif1672e8bf7f"
2026-02-17 02:44:54.313 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.314 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.360 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:54.360 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"} status="down"
2026-02-17 02:44:54.382 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5845"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5845"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5845"}
2026-02-17 02:44:54.397 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=82 ifaceName="calif1672e8bf7f" state="down"
2026-02-17 02:44:54.397 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif1672e8bf7f"
2026-02-17 02:44:54.397 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=82 ifaceName="calif1672e8bf7f" state="up"
2026-02-17 02:44:54.417 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif1672e8bf7f", State:"down", Index:82}
2026-02-17 02:44:54.417 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif1672e8bf7f", Addrs:set.Typed[string]{}}
2026-02-17 02:44:54.417 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif1672e8bf7f", Addrs:set.Typed[string]{}}
2026-02-17 02:44:54.417 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif1672e8bf7f", State:"up", Index:82}
2026-02-17 02:44:54.417 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calif1672e8bf7f"
2026-02-17 02:44:54.417 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif1672e8bf7f"
2026-02-17 02:44:54.417 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif1672e8bf7f"
2026-02-17 02:44:54.417 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.417 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.444 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:54.445 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"} status="up"
2026-02-17 02:44:54.445 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7353"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7353"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7353"}
2026-02-17 02:44:54.445 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-7353" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:54.800 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-79899bcfcc-79d7z, name=eth0)
2026-02-17 02:44:54.800 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-79899bcfcc-79d7z" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif1672e8bf7f" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.177/32"}
2026-02-17 02:44:54.801 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.801 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.801 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.802 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif1672e8bf7f"
2026-02-17 02:44:54.802 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.802 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:54.829 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:54.829 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"} status="up"
2026-02-17 02:44:54.848 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-f78d658f9-dhfhj, name=eth0)
2026-02-17 02:44:54.849 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-f78d658f9-dhfhj" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie5cc45e1236" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:44:54.849 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:54.849 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:54.849 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:54.850 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie5cc45e1236"
2026-02-17 02:44:54.850 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:54.850 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:54.880 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:54.880 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"} status="up"
2026-02-17 02:44:55.008 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-79899bcfcc-79d7z, name=eth0)
2026-02-17 02:44:55.008 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-79899bcfcc-79d7z" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif1672e8bf7f" profile_ids:"kns.deployment-6248" profile_ids:"ksa.deployment-6248.default" ipv4_nets:"10.100.210.177/32"}
2026-02-17 02:44:55.008 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:55.008 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:55.008 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:55.009 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif1672e8bf7f"
2026-02-17 02:44:55.009 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:55.009 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:55.036 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:55.036 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"} status="up"
2026-02-17 02:44:55.037 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6248"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6248"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6248"}
2026-02-17 02:44:55.062 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-4554"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-4554"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-4554"}
2026-02-17 02:44:55.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"validating-admission-policy-4554" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:55.113 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-4554"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-4554"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-4554"} labels:{key:"validating-admission-policy-4554" value:"true"}
2026-02-17 02:44:55.150 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-f78d658f9-dhfhj, name=eth0)
2026-02-17 02:44:55.150 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-f78d658f9-dhfhj" endpoint_id:"eth0"}
2026-02-17 02:44:55.150 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:55.150 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:55.151 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:55.151 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calie5cc45e1236" ipVersion=0x4 table="filter"
2026-02-17 02:44:55.151 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calie5cc45e1236" ipVersion=0x4 table="filter"
2026-02-17 02:44:55.153 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:55.153 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:55.159 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.146
bird: KIF: Received address message for unknown interface 81
2026-02-17 02:44:55.246 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-f78d658f9-dhfhj", EndpointId:"eth0"}
2026-02-17 02:44:55.254 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=81 ifaceName="calie5cc45e1236" state="down"
2026-02-17 02:44:55.254 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie5cc45e1236"
2026-02-17 02:44:55.254 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=81
2026-02-17 02:44:55.254 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie5cc45e1236", State:"down", Index:81}
2026-02-17 02:44:55.254 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie5cc45e1236", Addrs:set.Typed[string]{}}
2026-02-17 02:44:55.254 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie5cc45e1236", Addrs:set.Typed[string]{}}
2026-02-17 02:44:55.259 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=81 ifaceName="calie5cc45e1236" state=""
2026-02-17 02:44:55.259 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie5cc45e1236"
2026-02-17 02:44:55.277 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie5cc45e1236", State:"", Index:81}
2026-02-17 02:44:55.277 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie5cc45e1236", Addrs:set.Set[string](nil)}
2026-02-17 02:44:55.277 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie5cc45e1236", Addrs:set.Set[string](nil)}
2026-02-17 02:44:55.904 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-4554"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-4554"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-4554"} labels:{key:"validating-admission-policy-4554" value:"true"}
2026-02-17 02:44:55.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2880"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2880"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2880"}
2026-02-17 02:44:55.980 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-2880" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:56.089 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=82
2026-02-17 02:44:56.089 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calif1672e8bf7f"
2026-02-17 02:44:56.089 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif1672e8bf7f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:56.089 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif1672e8bf7f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:56.112 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-9784" name:"default"}
2026-02-17 02:44:56.275 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-3017/nodeport-test-dck9v, name=eth0)
2026-02-17 02:44:56.275 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-3017/nodeport-test-dck9v" endpoint_id:"eth0"}
2026-02-17 02:44:56.275 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-3017"}
2026-02-17 02:44:56.276 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-3017.default"}
2026-02-17 02:44:56.277 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:56.277 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:56.286 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-3017" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.286 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_A5npTByOL36cIqCXRD" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.286 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-3017" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.286 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_A5npTByOL36cIqCXRD" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.286 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:56.286 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali535f4b50317" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.286 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali535f4b50317" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.286 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:56.286 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:56.287 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.144
2026-02-17 02:44:56.345 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3017/nodeport-test-dck9v", EndpointId:"eth0"}
2026-02-17 02:44:56.380 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=79 ifaceName="cali535f4b50317" state="down"
2026-02-17 02:44:56.381 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali535f4b50317"
2026-02-17 02:44:56.381 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali535f4b50317", State:"down", Index:79}
2026-02-17 02:44:56.381 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali535f4b50317", Addrs:set.Typed[string]{}}
2026-02-17 02:44:56.381 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali535f4b50317", Addrs:set.Typed[string]{}}
2026-02-17 02:44:56.384 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=79 ifaceName="cali535f4b50317" state=""
2026-02-17 02:44:56.384 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali535f4b50317"
2026-02-17 02:44:56.387 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=79
2026-02-17 02:44:56.435 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali535f4b50317", State:"", Index:79}
2026-02-17 02:44:56.435 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali535f4b50317", Addrs:set.Set[string](nil)}
2026-02-17 02:44:56.435 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali535f4b50317", Addrs:set.Set[string](nil)}
2026-02-17 02:44:56.712 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d, name=eth0)
2026-02-17 02:44:56.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.downward-api-2880"} profile:{inbound_rules:{action:"allow" rule_id:"9AjCUXZfxWuRTELA"} outbound_rules:{action:"allow" rule_id:"RFzc67BoZXDVEG4E"}}
2026-02-17 02:44:56.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.downward-api-2880.default"} profile:{}
2026-02-17 02:44:56.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali481955bfe14" profile_ids:"kns.downward-api-2880" profile_ids:"ksa.downward-api-2880.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:44:56.712 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.713 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.713 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.713 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.713 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali481955bfe14" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.713 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_57JUo5tPnb9Pm_TwEp" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.713 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_FXB5FJDUHBBbXlR5RM" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.713 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.713 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali481955bfe14" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.713 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_57JUo5tPnb9Pm_TwEp" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.713 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_FXB5FJDUHBBbXlR5RM" ipVersion=0x4 table="filter"
2026-02-17 02:44:56.713 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali481955bfe14"
2026-02-17 02:44:56.713 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.713 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.754 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:56.754 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} status="down"
2026-02-17 02:44:56.789 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=83 ifaceName="cali481955bfe14" state="down"
2026-02-17 02:44:56.789 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali481955bfe14"
2026-02-17 02:44:56.789 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali481955bfe14", State:"down", Index:83}
2026-02-17 02:44:56.789 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali481955bfe14", Addrs:set.Typed[string]{}}
2026-02-17 02:44:56.789 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali481955bfe14", Addrs:set.Typed[string]{}}
2026-02-17 02:44:56.790 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali481955bfe14"
2026-02-17 02:44:56.790 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.790 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.790 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=83 ifaceName="cali481955bfe14" state="up"
2026-02-17 02:44:56.822 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:56.822 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} status="down"
2026-02-17 02:44:56.822 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali481955bfe14", State:"up", Index:83}
2026-02-17 02:44:56.822 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali481955bfe14"
2026-02-17 02:44:56.822 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali481955bfe14"
2026-02-17 02:44:56.823 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali481955bfe14"
2026-02-17 02:44:56.823 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.823 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:56.845 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:56.845 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} status="up"
2026-02-17 02:44:56.974 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-9784"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-9784"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-9784"}
2026-02-17 02:44:57.008 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svcaccounts-9784"}
2026-02-17 02:44:57.046 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7353"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7353"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7353"}
2026-02-17 02:44:57.105 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-3931"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-3931"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-3931"}
2026-02-17 02:44:57.130 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-3931" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:44:57.272 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6248/test-deployment-79899bcfcc-79d7z, name=eth0)
2026-02-17 02:44:57.273 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6248/test-deployment-79899bcfcc-79d7z" endpoint_id:"eth0"}
2026-02-17 02:44:57.273 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.deployment-6248"}
2026-02-17 02:44:57.273 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.deployment-6248.default"}
2026-02-17 02:44:57.273 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:57.273 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:57.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.deployment-6248" ipVersion=0x4 table="filter"
2026-02-17 02:44:57.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_XqOVPES6dnU9_IySrv" ipVersion=0x4 table="filter"
2026-02-17 02:44:57.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.deployment-6248" ipVersion=0x4 table="filter"
2026-02-17 02:44:57.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_XqOVPES6dnU9_IySrv" ipVersion=0x4 table="filter"
2026-02-17 02:44:57.274 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:57.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:44:57.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calif1672e8bf7f" ipVersion=0x4 table="filter"
2026-02-17 02:44:57.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:44:57.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calif1672e8bf7f" ipVersion=0x4 table="filter"
2026-02-17 02:44:57.275 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:57.275 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:57.275 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.177
2026-02-17 02:44:57.354 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6248/test-deployment-79899bcfcc-79d7z", EndpointId:"eth0"}
2026-02-17 02:44:57.382 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=82
2026-02-17 02:44:57.382 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif1672e8bf7f"
2026-02-17 02:44:57.382 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=82 ifaceName="calif1672e8bf7f" state="down"
2026-02-17 02:44:57.383 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=82 ifaceName="calif1672e8bf7f" state=""
2026-02-17 02:44:57.383 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calif1672e8bf7f"
2026-02-17 02:44:57.383 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif1672e8bf7f", Addrs:set.Typed[string]{}}
2026-02-17 02:44:57.383 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif1672e8bf7f", Addrs:set.Typed[string]{}}
2026-02-17 02:44:57.383 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif1672e8bf7f", State:"down", Index:82}
2026-02-17 02:44:57.383 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif1672e8bf7f", State:"", Index:82}
2026-02-17 02:44:57.383 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif1672e8bf7f", Addrs:set.Set[string](nil)}
2026-02-17 02:44:57.384 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif1672e8bf7f", Addrs:set.Set[string](nil)}
2026-02-17 02:44:57.601 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-3017"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-3017"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-3017"}
2026-02-17 02:44:57.660 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-3017"}
2026-02-17 02:44:57.869 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d, name=eth0)
2026-02-17 02:44:57.869 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali481955bfe14" profile_ids:"kns.downward-api-2880" profile_ids:"ksa.downward-api-2880.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:44:57.869 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:57.869 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:57.869 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:57.870 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali481955bfe14"
2026-02-17 02:44:57.870 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:57.870 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:57.893 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:57.893 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} status="up"
2026-02-17 02:44:58.105 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=83
2026-02-17 02:44:58.105 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali481955bfe14"
2026-02-17 02:44:58.105 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali481955bfe14", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:58.105 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali481955bfe14", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:44:59.077 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d, name=eth0)
2026-02-17 02:44:59.078 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali481955bfe14" profile_ids:"kns.downward-api-2880" profile_ids:"ksa.downward-api-2880.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:44:59.078 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.078 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.078 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.078 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali481955bfe14"
2026-02-17 02:44:59.079 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.079 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
bird: KIF: Received address message for unknown interface 83
2026-02-17 02:44:59.103 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:44:59.103 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} status="up"
2026-02-17 02:44:59.183 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=83
2026-02-17 02:44:59.183 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali481955bfe14"
2026-02-17 02:44:59.184 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=83 ifaceName="cali481955bfe14" state="down"
2026-02-17 02:44:59.184 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali481955bfe14", Addrs:set.Typed[string]{}}
2026-02-17 02:44:59.184 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali481955bfe14", Addrs:set.Typed[string]{}}
2026-02-17 02:44:59.184 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali481955bfe14", State:"down", Index:83}
2026-02-17 02:44:59.184 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali481955bfe14"
2026-02-17 02:44:59.184 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.184 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.184 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.150
2026-02-17 02:44:59.186 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=83 ifaceName="cali481955bfe14" state=""
2026-02-17 02:44:59.186 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali481955bfe14"
2026-02-17 02:44:59.204 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:59.205 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} status="down"
2026-02-17 02:44:59.205 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali481955bfe14", State:"", Index:83}
2026-02-17 02:44:59.205 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali481955bfe14", Addrs:set.Set[string](nil)}
2026-02-17 02:44:59.205 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali481955bfe14", Addrs:set.Set[string](nil)}
2026-02-17 02:44:59.205 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali481955bfe14"
2026-02-17 02:44:59.205 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.205 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.224 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:44:59.224 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"} status="down"
2026-02-17 02:44:59.299 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d, name=eth0)
2026-02-17 02:44:59.300 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d" endpoint_id:"eth0"}
2026-02-17 02:44:59.300 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.downward-api-2880"}
2026-02-17 02:44:59.300 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.downward-api-2880.default"}
2026-02-17 02:44:59.300 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.300 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.300 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_57JUo5tPnb9Pm_TwEp" ipVersion=0x4 table="filter"
2026-02-17 02:44:59.301 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_FXB5FJDUHBBbXlR5RM" ipVersion=0x4 table="filter"
2026-02-17 02:44:59.301 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_57JUo5tPnb9Pm_TwEp" ipVersion=0x4 table="filter"
2026-02-17 02:44:59.301 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_FXB5FJDUHBBbXlR5RM" ipVersion=0x4 table="filter"
2026-02-17 02:44:59.301 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.301 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:44:59.301 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali481955bfe14" ipVersion=0x4 table="filter"
2026-02-17 02:44:59.301 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:44:59.301 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali481955bfe14" ipVersion=0x4 table="filter"
2026-02-17 02:44:59.301 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.301 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.361 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"downward-api-2880/downward-api-e9a93220-a2a3-4db7-bd13-db9bd470860d", EndpointId:"eth0"}
2026-02-17 02:44:59.512 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-5845" name:"default"}
2026-02-17 02:44:59.697 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5845"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5845"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5845"}
2026-02-17 02:45:00.093 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2880"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2880"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2880"}
2026-02-17 02:45:00.124 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"conformance-tests-7281"} labels:{key:"e2e-framework" value:"conformance-tests"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"conformance-tests-7281"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"conformance-tests-7281"}
2026-02-17 02:45:00.181 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"conformance-tests-7281" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:00.208 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"deployment-6248" name:"default"}
2026-02-17 02:45:00.228 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"conformance-tests-7281"} labels:{key:"e2e-framework" value:"conformance-tests"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"conformance-tests-7281"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"conformance-tests-7281"}
2026-02-17 02:45:00.252 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ingressclass-3370"} labels:{key:"e2e-framework" value:"ingressclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ingressclass-3370"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"ingressclass-3370"}
2026-02-17 02:45:00.252 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"ingressclass-3370" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:00.547 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ingressclass-3370"} labels:{key:"e2e-framework" value:"ingressclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ingressclass-3370"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"ingressclass-3370"}
2026-02-17 02:45:00.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-7252"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"containers-7252"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-7252"}
2026-02-17 02:45:00.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"containers-7252" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:00.832 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6248"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6248"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6248"}
2026-02-17 02:45:00.857 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"deployment-6248"}
2026-02-17 02:45:01.377 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"validating-admission-policy-4554" name:"default"}
2026-02-17 02:45:01.402 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"validating-admission-policy-4554"} labels:{key:"e2e-framework" value:"validating-admission-policy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"validating-admission-policy-4554"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"validating-admission-policy-4554"} labels:{key:"validating-admission-policy-4554" value:"true"}
2026-02-17 02:45:01.429 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"validating-admission-policy-4554"}
2026-02-17 02:45:02.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-7353" name:"default"}
2026-02-17 02:45:02.391 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7353"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7353"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7353"}
2026-02-17 02:45:04.677 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-7252"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"containers-7252"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-7252"}
2026-02-17 02:45:04.705 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9741"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9741"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9741"}
2026-02-17 02:45:04.705 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-9741" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:05.119 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5845"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5845"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5845"}
2026-02-17 02:45:05.145 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-5845"}
2026-02-17 02:45:05.641 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-2880" name:"default"}
2026-02-17 02:45:05.682 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2880"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2880"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2880"}
2026-02-17 02:45:05.706 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"conformance-tests-7281" name:"default"}
2026-02-17 02:45:05.706 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-2880"}
2026-02-17 02:45:05.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"ingressclass-3370" name:"default"}
2026-02-17 02:45:05.906 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"conformance-tests-7281"} labels:{key:"e2e-framework" value:"conformance-tests"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"conformance-tests-7281"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"conformance-tests-7281"}
2026-02-17 02:45:05.929 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"conformance-tests-7281"}
2026-02-17 02:45:06.226 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ingressclass-3370"} labels:{key:"e2e-framework" value:"ingressclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ingressclass-3370"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"ingressclass-3370"}
2026-02-17 02:45:06.253 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"ingressclass-3370"}
2026-02-17 02:45:06.897 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9741"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9741"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9741"}
2026-02-17 02:45:06.926 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-6339"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-6339"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-6339"}
2026-02-17 02:45:06.952 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-6339" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:07.765 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7353"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7353"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7353"}
2026-02-17 02:45:07.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-7353"}
2026-02-17 02:45:10.088 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"containers-7252" name:"default"}
2026-02-17 02:45:10.143 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-7252"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"containers-7252"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-7252"}
2026-02-17 02:45:10.170 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"containers-7252"}
2026-02-17 02:45:11.042 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-6339"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-6339"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-6339"}
2026-02-17 02:45:11.075 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-5913"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-5913"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-5913"}
2026-02-17 02:45:11.095 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"aggregateddiscovery-5913" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:11.137 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-5913"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-5913"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-5913"}
2026-02-17 02:45:11.175 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4216"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4216"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4216"}
2026-02-17 02:45:11.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-4216" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:12.305 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-9741" name:"default"}
2026-02-17 02:45:12.365 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9741"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9741"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9741"}
2026-02-17 02:45:12.389 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-9741"}
2026-02-17 02:45:15.346 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4216"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4216"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4216"}
2026-02-17 02:45:15.376 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7511"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7511"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7511"}
2026-02-17 02:45:15.376 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7511" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:15.407 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7511" name:"mount-test"} labels:{key:"projectcalico.org/name" value:"mount-test"}
2026-02-17 02:45:16.375 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"aggregateddiscovery-5913" name:"default"}
2026-02-17 02:45:16.644 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-5913"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-5913"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-5913"}
2026-02-17 02:45:16.669 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-6339" name:"default"}
2026-02-17 02:45:16.670 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"aggregateddiscovery-5913"}
2026-02-17 02:45:16.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-6339"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-6339"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-6339"}
2026-02-17 02:45:16.814 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-6339"}
2026-02-17 02:45:17.982 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7511"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7511"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7511"}
2026-02-17 02:45:18.010 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7269"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7269"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7269"}
2026-02-17 02:45:18.040 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7269" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:18.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7269" name:"e2e-sa-bzzdd"} labels:{key:"projectcalico.org/name" value:"e2e-sa-bzzdd"}
2026-02-17 02:45:18.089 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7269"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7269"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7269"}
2026-02-17 02:45:18.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-2266"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-2266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-2266"}
2026-02-17 02:45:18.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"dns-2266" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:18.136 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"dns-test-service-2" namespace:"dns-2266" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:45:18.426 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:45:19.411 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-8109"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-8109"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-8109"}
2026-02-17 02:45:19.411 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1720"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1720"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1720"}
2026-02-17 02:45:19.412 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-1720" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:20.220 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"dns-test-service-2" namespace:"dns-2266"
2026-02-17 02:45:20.254 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-2266"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-2266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-2266"}
2026-02-17 02:45:20.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4762"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4762"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4762"}
2026-02-17 02:45:20.305 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-4762" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:20.428 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-4216" name:"default"}
2026-02-17 02:45:20.603 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4216"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4216"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4216"}
2026-02-17 02:45:20.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-4216"}
2026-02-17 02:45:23.117 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7269" name:"default"}
2026-02-17 02:45:23.142 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7269" name:"e2e-sa-bzzdd"}
2026-02-17 02:45:23.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7269"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7269"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7269"}
2026-02-17 02:45:23.446 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svcaccounts-7269"}
2026-02-17 02:45:23.504 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1720"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1720"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1720"}
2026-02-17 02:45:23.530 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-7510"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-7510"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-7510"}
2026-02-17 02:45:23.555 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-7510" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:23.583 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7511" name:"default"}
2026-02-17 02:45:23.583 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7511" name:"mount-test"}
2026-02-17 02:45:23.742 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7511"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7511"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7511"}
2026-02-17 02:45:23.765 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svcaccounts-7511"}
2026-02-17 02:45:24.414 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4762"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4762"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4762"}
2026-02-17 02:45:24.501 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-4164"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-4164"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-4164"}
2026-02-17 02:45:24.531 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"cronjob-4164" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:24.576 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"var-expansion-8109" name:"default"}
2026-02-17 02:45:24.781 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-8109"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-8109"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-8109"}
2026-02-17 02:45:24.811 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"var-expansion-8109"}
2026-02-17 02:45:25.534 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"dns-2266" name:"default"}
2026-02-17 02:45:25.672 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-2266"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-2266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-2266"}
2026-02-17 02:45:25.697 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"dns-2266"}
2026-02-17 02:45:28.626 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-1720" name:"default"}
2026-02-17 02:45:28.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1720"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1720"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1720"}
2026-02-17 02:45:28.758 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-1720"}
2026-02-17 02:45:29.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-4762" name:"default"}
2026-02-17 02:45:29.459 [INFO][60] felix/summary.go 100: Summarising 269 dataplane reconciliation loops over 1m0.4s: avg=29ms longest=96ms (resync-calico-v4,resync-filter-v4,update-filter-v4)
2026-02-17 02:45:29.747 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4762"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4762"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4762"}
2026-02-17 02:45:29.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-4762"}
2026-02-17 02:45:30.157 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-7510"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-7510"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-7510"}
2026-02-17 02:45:30.187 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4343"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4343"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4343"}
2026-02-17 02:45:30.214 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-4343" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:30.214 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4343"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4343"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4343"} labels:{key:"webhook-4343" value:"true"}
2026-02-17 02:45:30.235 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9322"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9322"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9322"} labels:{key:"webhook-4343-markers" value:"true"}
2026-02-17 02:45:30.235 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-9322" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:32.965 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-4343" type:"ClusterIP" cluster_ips:"10.254.8.55" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:45:33.997 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-4343"
2026-02-17 02:45:34.062 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4343"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4343"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4343"} labels:{key:"webhook-4343" value:"true"}
2026-02-17 02:45:34.082 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9322"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9322"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9322"} labels:{key:"webhook-4343-markers" value:"true"}
2026-02-17 02:45:34.105 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-9025"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-9025"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-9025"}
2026-02-17 02:45:34.125 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-9025" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:45:35.356 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-7510" name:"default"}
2026-02-17 02:45:35.615 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-7510"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-7510"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-7510"}
2026-02-17 02:45:39.299 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-9322" name:"default"}
2026-02-17 02:45:39.327 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-4343" name:"default"}
2026-02-17 02:45:39.492 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9322"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9322"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9322"} labels:{key:"webhook-4343-markers" value:"true"}
2026-02-17 02:45:39.516 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-9322"}
2026-02-17 02:45:39.555 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4343"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4343"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4343"} labels:{key:"webhook-4343" value:"true"}
2026-02-17 02:45:39.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-4343"}
2026-02-17 02:45:40.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-7510"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-7510"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-7510"}
2026-02-17 02:45:40.836 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-7510"}
2026-02-17 02:46:00.576 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-4164"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-4164"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-4164"}
2026-02-17 02:46:00.606 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"limitrange-5330"} labels:{key:"e2e-framework" value:"limitrange"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"limitrange-5330"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"limitrange-5330"}
2026-02-17 02:46:00.627 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"limitrange-5330" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:02.527 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-lpshv-rpzlp" ipv4_addr:"192.168.24.10/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-lpshv-rpzlp"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/control-plane" value:""} labels:{key:"node-role.kubernetes.io/master" value:""} labels:{key:"node.kubernetes.io/exclude-from-external-load-balancers" value:""} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:46:02.527 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:46:02.527 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:46:05.598 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"cronjob-4164" name:"default"}
2026-02-17 02:46:05.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-4164"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-4164"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-4164"}
2026-02-17 02:46:07.877 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"limitrange-5330"} labels:{key:"e2e-framework" value:"limitrange"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"limitrange-5330"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"limitrange-5330"}
2026-02-17 02:46:07.897 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-160"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"gc-160"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-160"}
2026-02-17 02:46:07.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"gc-160" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:12.983 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"limitrange-5330" name:"default"}
2026-02-17 02:46:13.066 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-160"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"gc-160"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-160"}
2026-02-17 02:46:13.092 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4022"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4022"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4022"}
2026-02-17 02:46:13.092 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-4022" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:13.117 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4022"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4022"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4022"} labels:{key:"webhook-4022" value:"true"}
2026-02-17 02:46:13.156 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9849"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9849"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9849"} labels:{key:"webhook-4022-markers" value:"true"}
2026-02-17 02:46:13.157 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-9849" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:13.325 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"limitrange-5330"} labels:{key:"e2e-framework" value:"limitrange"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"limitrange-5330"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"limitrange-5330"}
2026-02-17 02:46:15.891 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-4022" type:"ClusterIP" cluster_ips:"10.254.11.78" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:46:18.370 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"gc-160" name:"default"}
2026-02-17 02:46:18.466 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:46:18.513 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-160"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"gc-160"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-160"}
2026-02-17 02:46:18.543 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"gc-160"}
2026-02-17 02:46:18.760 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"limitrange-5330"} labels:{key:"e2e-framework" value:"limitrange"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"limitrange-5330"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"limitrange-5330"}
2026-02-17 02:46:18.788 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"limitrange-5330"}
2026-02-17 02:46:19.500 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-4022"
2026-02-17 02:46:20.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4022"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4022"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4022"} labels:{key:"webhook-4022" value:"true"}
2026-02-17 02:46:20.132 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9849"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9849"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9849"} labels:{key:"webhook-4022-markers" value:"true"}
2026-02-17 02:46:20.154 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-2044"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-2044"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-2044"}
2026-02-17 02:46:20.154 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-2044" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:20.196 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service-5vx4r" namespace:"services-2044" type:"LoadBalancer" cluster_ips:"10.254.102.180" ports:{Protocol:"TCP" Port:80 NodePort:31457}
2026-02-17 02:46:20.224 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service-5vx4r" namespace:"services-2044" type:"LoadBalancer" cluster_ips:"10.254.102.180" ports:{Protocol:"TCP" Port:80 NodePort:31457}
2026-02-17 02:46:20.268 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service-5vx4r" namespace:"services-2044" type:"LoadBalancer" cluster_ips:"10.254.102.180" ports:{Protocol:"TCP" Port:80 NodePort:31457}
2026-02-17 02:46:20.296 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service-5vx4r" namespace:"services-2044" type:"LoadBalancer" cluster_ips:"10.254.102.180" ports:{Protocol:"TCP" Port:80 NodePort:31457}
2026-02-17 02:46:20.320 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test-service-5vx4r" namespace:"services-2044"
2026-02-17 02:46:20.365 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-2044"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-2044"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-2044"}
2026-02-17 02:46:20.398 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-7304"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-7304"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-7304"}
2026-02-17 02:46:20.398 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"var-expansion-7304" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:24.498 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-7304"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-7304"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-7304"}
2026-02-17 02:46:24.535 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-4598"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-4598"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-4598"}
2026-02-17 02:46:24.561 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"proxy-4598" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:24.585 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"proxy-service-km6fj" namespace:"proxy-4598" type:"ClusterIP" cluster_ips:"10.254.74.126" ports:{Protocol:"TCP" Port:80} ports:{Protocol:"TCP" Port:81} ports:{Protocol:"TCP" Port:443} ports:{Protocol:"TCP" Port:444}
2026-02-17 02:46:25.430 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-4022" name:"default"}
2026-02-17 02:46:25.615 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-2044" name:"default"}
2026-02-17 02:46:25.767 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4022"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4022"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4022"} labels:{key:"webhook-4022" value:"true"}
2026-02-17 02:46:25.796 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-4022"}
2026-02-17 02:46:25.910 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-2044"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-2044"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-2044"}
2026-02-17 02:46:25.937 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-2044"}
2026-02-17 02:46:25.937 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-9849" name:"default"}
2026-02-17 02:46:26.030 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9849"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9849"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9849"} labels:{key:"webhook-4022-markers" value:"true"}
2026-02-17 02:46:26.057 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-9849"}
2026-02-17 02:46:29.601 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-4598"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-4598"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-4598"}
2026-02-17 02:46:29.623 [INFO][60] felix/summary.go 100: Summarising 72 dataplane reconciliation loops over 1m0.2s: avg=28ms longest=67ms (resync-calico-v4)
2026-02-17 02:46:29.624 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-1944"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-1944"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-1944"}
2026-02-17 02:46:29.643 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-1944" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:29.861 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"var-expansion-7304" name:"default"}
2026-02-17 02:46:29.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-7304"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-7304"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-7304"}
2026-02-17 02:46:29.976 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"var-expansion-7304"}
2026-02-17 02:46:32.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-1944"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-1944"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-1944"}
2026-02-17 02:46:33.015 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7505"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-7505"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7505"}
2026-02-17 02:46:33.015 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-7505" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:33.051 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"nodeport-service" namespace:"services-7505" type:"NodePort" cluster_ips:"10.254.39.43" ports:{Protocol:"TCP" Port:80 NodePort:32262}
2026-02-17 02:46:33.118 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"externalsvc" namespace:"services-7505" type:"ClusterIP" cluster_ips:"10.254.9.212" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:46:33.752 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-7505/externalsvc-5gv9r, name=eth0)
2026-02-17 02:46:33.752 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-7505"} profile:{inbound_rules:{action:"allow" rule_id:"Nuge-jZGlpyFs950"} outbound_rules:{action:"allow" rule_id:"_WpyYApmld-FaEnv"}}
2026-02-17 02:46:33.752 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-7505.default"} profile:{}
2026-02-17 02:46:33.752 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-7505/externalsvc-5gv9r" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif558f4c736f" profile_ids:"kns.services-7505" profile_ids:"ksa.services-7505.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:46:33.752 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.752 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.753 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.753 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:46:33.753 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calif558f4c736f" ipVersion=0x4 table="filter"
2026-02-17 02:46:33.753 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-7505" ipVersion=0x4 table="filter"
2026-02-17 02:46:33.753 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_Cgn5agSokGr52-O1p1" ipVersion=0x4 table="filter"
2026-02-17 02:46:33.753 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:46:33.753 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calif558f4c736f" ipVersion=0x4 table="filter"
2026-02-17 02:46:33.753 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-7505" ipVersion=0x4 table="filter"
2026-02-17 02:46:33.753 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_Cgn5agSokGr52-O1p1" ipVersion=0x4 table="filter"
2026-02-17 02:46:33.753 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calif558f4c736f"
2026-02-17 02:46:33.753 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.753 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.801 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:46:33.801 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} status="down"
2026-02-17 02:46:33.832 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=84 ifaceName="calif558f4c736f" state="down"
2026-02-17 02:46:33.832 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif558f4c736f"
2026-02-17 02:46:33.832 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif558f4c736f", State:"down", Index:84}
2026-02-17 02:46:33.832 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif558f4c736f", Addrs:set.Typed[string]{}}
2026-02-17 02:46:33.832 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif558f4c736f", Addrs:set.Typed[string]{}}
2026-02-17 02:46:33.832 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif558f4c736f"
2026-02-17 02:46:33.832 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.832 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.841 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=84 ifaceName="calif558f4c736f" state="up"
2026-02-17 02:46:33.860 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:46:33.860 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} status="down"
2026-02-17 02:46:33.860 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif558f4c736f", State:"up", Index:84}
2026-02-17 02:46:33.860 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calif558f4c736f"
2026-02-17 02:46:33.860 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif558f4c736f"
2026-02-17 02:46:33.860 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif558f4c736f"
2026-02-17 02:46:33.861 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.861 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:33.879 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:46:33.880 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} status="up"
2026-02-17 02:46:34.654 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"proxy-service-km6fj" namespace:"proxy-4598"
2026-02-17 02:46:34.702 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-7505/externalsvc-5gv9r, name=eth0)
2026-02-17 02:46:34.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-7505/externalsvc-5gv9r" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif558f4c736f" profile_ids:"kns.services-7505" profile_ids:"ksa.services-7505.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:46:34.702 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:34.703 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:34.703 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:34.703 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif558f4c736f"
2026-02-17 02:46:34.704 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:34.704 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:34.730 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:46:34.730 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} status="up"
2026-02-17 02:46:34.777 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"proxy-4598" name:"default"}
2026-02-17 02:46:34.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-4598"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-4598"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-4598"}
2026-02-17 02:46:34.963 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"proxy-4598"}
2026-02-17 02:46:35.706 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=84
2026-02-17 02:46:35.706 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calif558f4c736f"
2026-02-17 02:46:35.706 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif558f4c736f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:46:35.706 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif558f4c736f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:46:36.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"nodeport-service" namespace:"services-7505" type:"ExternalName" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:46:38.049 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-1944" name:"default"}
2026-02-17 02:46:38.215 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-1944"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-1944"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-1944"}
2026-02-17 02:46:38.239 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-1944"}
2026-02-17 02:46:38.487 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-7505/externalsvc-5gv9r, name=eth0)
2026-02-17 02:46:38.489 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-7505/externalsvc-5gv9r" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif558f4c736f" profile_ids:"kns.services-7505" profile_ids:"ksa.services-7505.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:46:38.489 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:38.489 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:38.489 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:38.491 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif558f4c736f"
2026-02-17 02:46:38.492 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:38.492 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:38.546 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:46:38.546 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"} status="up"
2026-02-17 02:46:40.809 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-7505/externalsvc-5gv9r, name=eth0)
2026-02-17 02:46:40.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-7505/externalsvc-5gv9r" endpoint_id:"eth0"}
2026-02-17 02:46:40.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-7505.default"}
2026-02-17 02:46:40.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-7505"}
2026-02-17 02:46:40.809 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:40.809 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:40.810 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-7505" ipVersion=0x4 table="filter"
2026-02-17 02:46:40.810 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_Cgn5agSokGr52-O1p1" ipVersion=0x4 table="filter"
2026-02-17 02:46:40.810 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-7505" ipVersion=0x4 table="filter"
2026-02-17 02:46:40.810 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_Cgn5agSokGr52-O1p1" ipVersion=0x4 table="filter"
2026-02-17 02:46:40.810 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:40.810 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:46:40.810 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calif558f4c736f" ipVersion=0x4 table="filter"
2026-02-17 02:46:40.810 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:46:40.810 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calif558f4c736f" ipVersion=0x4 table="filter"
2026-02-17 02:46:40.810 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:40.810 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:40.811 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.170
2026-02-17 02:46:40.870 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-7505/externalsvc-5gv9r", EndpointId:"eth0"}
2026-02-17 02:46:40.913 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=84 ifaceName="calif558f4c736f" state="down"
2026-02-17 02:46:40.914 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif558f4c736f"
2026-02-17 02:46:40.914 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=84
2026-02-17 02:46:40.914 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif558f4c736f", State:"down", Index:84}
2026-02-17 02:46:40.914 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif558f4c736f", Addrs:set.Typed[string]{}}
2026-02-17 02:46:40.914 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif558f4c736f", Addrs:set.Typed[string]{}}
2026-02-17 02:46:40.921 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=84 ifaceName="calif558f4c736f" state=""
2026-02-17 02:46:40.921 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calif558f4c736f"
2026-02-17 02:46:40.933 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif558f4c736f", State:"", Index:84}
2026-02-17 02:46:40.933 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif558f4c736f", Addrs:set.Set[string](nil)}
2026-02-17 02:46:40.933 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif558f4c736f", Addrs:set.Set[string](nil)}
2026-02-17 02:46:41.883 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"externalsvc" namespace:"services-7505"
2026-02-17 02:46:41.911 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"nodeport-service" namespace:"services-7505"
2026-02-17 02:46:41.937 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7505"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-7505"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7505"}
2026-02-17 02:46:41.959 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3848"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3848"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3848"}
2026-02-17 02:46:41.959 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-3848" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:43.480 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-4164"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-4164"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-4164"}
2026-02-17 02:46:43.503 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"cronjob-4164"}
2026-02-17 02:46:44.286 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3848"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3848"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3848"}
2026-02-17 02:46:44.313 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-6754"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-6754"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-6754"}
2026-02-17 02:46:44.335 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"job-6754" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:47.241 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-7505" name:"default"}
2026-02-17 02:46:47.340 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7505"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-7505"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7505"}
2026-02-17 02:46:47.366 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-7505"}
2026-02-17 02:46:48.755 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-6754"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-6754"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-6754"}
2026-02-17 02:46:48.783 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"prestop-8298"} labels:{key:"e2e-framework" value:"prestop"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"prestop-8298"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"prestop-8298"}
2026-02-17 02:46:48.805 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"prestop-8298" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:49.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-3848" name:"default"}
2026-02-17 02:46:49.679 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3848"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3848"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3848"}
2026-02-17 02:46:53.923 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"job-6754" name:"default"}
2026-02-17 02:46:54.163 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-6754"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-6754"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-6754"}
2026-02-17 02:46:54.191 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"job-6754"}
2026-02-17 02:46:54.877 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3848"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3848"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3848"}
2026-02-17 02:46:54.908 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-3848"}
2026-02-17 02:46:57.917 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"prestop-8298"} labels:{key:"e2e-framework" value:"prestop"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"prestop-8298"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"prestop-8298"}
2026-02-17 02:46:57.948 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-5792"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-5792"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-5792"}
2026-02-17 02:46:57.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-5792" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:46:58.091 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-5792"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-5792"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-5792"}
2026-02-17 02:46:58.112 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-8058"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-8058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-8058"}
2026-02-17 02:46:58.139 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"init-container-8058" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:47:01.839 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-8058"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-8058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-8058"}
2026-02-17 02:47:01.874 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7666"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-7666"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7666"}
2026-02-17 02:47:01.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-7666" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:47:01.923 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-svc-a-jtmp9" namespace:"services-7666" type:"ClusterIP" cluster_ips:"10.254.64.26" ports:{Protocol:"TCP" Port:8001}
2026-02-17 02:47:01.971 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-svc-b-kdwmw" namespace:"services-7666" type:"ClusterIP" cluster_ips:"10.254.27.216" ports:{Protocol:"TCP" Port:8002}
2026-02-17 02:47:01.971 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-svc-c-cb6cc" namespace:"services-7666" type:"ClusterIP" cluster_ips:"10.254.5.203" ports:{Protocol:"TCP" Port:8003}
2026-02-17 02:47:01.971 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-svc-a-jtmp9" namespace:"services-7666"
2026-02-17 02:47:02.024 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-svc-b-kdwmw" namespace:"services-7666"
2026-02-17 02:47:02.025 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7666"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-7666"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7666"}
2026-02-17 02:47:02.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-8682"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-8682"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-8682"}
2026-02-17 02:47:02.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-lifecycle-hook-8682" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:47:03.335 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"prestop-8298" name:"default"}
2026-02-17 02:47:03.367 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"prestop-8298"} labels:{key:"e2e-framework" value:"prestop"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"prestop-8298"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"prestop-8298"}
2026-02-17 02:47:03.444 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-5792" name:"default"}
2026-02-17 02:47:03.599 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-5792"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-5792"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-5792"}
2026-02-17 02:47:03.627 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-5792"}
2026-02-17 02:47:06.864 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"init-container-8058" name:"default"}
2026-02-17 02:47:07.168 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-8058"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-8058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-8058"}
2026-02-17 02:47:07.498 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-7666" name:"default"}
2026-02-17 02:47:07.561 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-svc-c-cb6cc" namespace:"services-7666"
2026-02-17 02:47:07.767 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-7666"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-7666"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-7666"}
2026-02-17 02:47:07.791 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-7666"}
2026-02-17 02:47:10.259 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-8682"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-8682"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-8682"}
2026-02-17 02:47:10.289 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-9491"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-9491"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-9491"}
2026-02-17 02:47:10.308 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replication-controller-9491" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:47:12.346 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-8058"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-8058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-8058"}
2026-02-17 02:47:12.372 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"init-container-8058"}
2026-02-17 02:47:15.289 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-lifecycle-hook-8682" name:"default"}
2026-02-17 02:47:15.393 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-9491"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-9491"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-9491"}
2026-02-17 02:47:15.479 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-8333"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-8333"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-8333"}
2026-02-17 02:47:15.504 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"var-expansion-8333" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:47:15.728 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-8682"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-8682"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-8682"}
2026-02-17 02:47:15.755 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-lifecycle-hook-8682"}
2026-02-17 02:47:18.481 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:47:20.468 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replication-controller-9491" name:"default"}
2026-02-17 02:47:20.697 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-9491"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-9491"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-9491"}
2026-02-17 02:47:20.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replication-controller-9491"}
2026-02-17 02:47:21.571 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-8333"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-8333"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-8333"}
2026-02-17 02:47:21.600 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4728"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4728"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4728"}
2026-02-17 02:47:21.601 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-4728" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:47:24.741 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"prestop-8298"} labels:{key:"e2e-framework" value:"prestop"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"prestop-8298"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"prestop-8298"}
2026-02-17 02:47:25.264 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"prestop-8298"} labels:{key:"e2e-framework" value:"prestop"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"prestop-8298"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"prestop-8298"}
2026-02-17 02:47:25.289 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"prestop-8298"}
2026-02-17 02:47:25.691 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4728"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4728"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4728"}
2026-02-17 02:47:25.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-9553"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-9553"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-9553"}
2026-02-17 02:47:25.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-9553" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:47:26.644 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"var-expansion-8333" name:"default"}
2026-02-17 02:47:26.804 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-8333"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-8333"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-8333"}
2026-02-17 02:47:26.832 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"var-expansion-8333"}
2026-02-17 02:47:30.910 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-4728" name:"default"}
2026-02-17 02:47:30.938 [INFO][60] felix/summary.go 100: Summarising 103 dataplane reconciliation loops over 1m1.3s: avg=27ms longest=86ms (resync-calico-v4)
2026-02-17 02:47:30.938 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4728"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4728"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4728"}
2026-02-17 02:47:30.959 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-4728"}
2026-02-17 02:48:02.636 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:48:02.637 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:48:02.637 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:48:03.381 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:48:03.381 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:48:03.381 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:48:18.518 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:48:34.018 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-9553"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-9553"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-9553"}
2026-02-17 02:48:34.040 [INFO][60] felix/summary.go 100: Summarising 9 dataplane reconciliation loops over 1m3.1s: avg=28ms longest=53ms (resync-calico-v4)
2026-02-17 02:48:34.049 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-50"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-50"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-50"}
2026-02-17 02:48:34.074 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-50" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:48:38.172 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-50"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-50"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-50"}
2026-02-17 02:48:38.204 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-9269"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-9269"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-9269"}
2026-02-17 02:48:38.233 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-9269" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:48:39.224 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-9553" name:"default"}
2026-02-17 02:48:39.508 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-9553"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-9553"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-9553"}
2026-02-17 02:48:39.539 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-9553"}
2026-02-17 02:48:42.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-9269"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-9269"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-9269"}
2026-02-17 02:48:42.342 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8154"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8154"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8154"}
2026-02-17 02:48:42.362 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-8154" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:48:43.201 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-50" name:"default"}
2026-02-17 02:48:43.680 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-50"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-50"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-50"}
2026-02-17 02:48:43.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-50"}
2026-02-17 02:48:47.388 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-9269" name:"default"}
2026-02-17 02:48:47.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-9269"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-9269"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-9269"}
2026-02-17 02:48:47.616 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-9269"}
2026-02-17 02:48:48.574 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8154"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8154"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8154"}
2026-02-17 02:48:48.627 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9820"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9820"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9820"}
2026-02-17 02:48:48.657 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-9820" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:48:48.779 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9820"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9820"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9820"}
2026-02-17 02:48:48.811 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7203"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7203"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-7203"}
2026-02-17 02:48:48.835 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-7203" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:48:52.923 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7203"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7203"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-7203"}
2026-02-17 02:48:52.953 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5702"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5702"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5702"}
2026-02-17 02:48:52.976 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-5702" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:48:53.004 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5702"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5702"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5702"} labels:{key:"webhook-5702" value:"true"}
2026-02-17 02:48:53.004 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3925"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3925"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3925"} labels:{key:"webhook-5702-markers" value:"true"}
2026-02-17 02:48:53.031 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-3925" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:48:53.798 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-8154" name:"default"}
2026-02-17 02:48:54.100 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8154"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8154"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8154"}
2026-02-17 02:48:54.266 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-9820" name:"default"}
2026-02-17 02:48:54.337 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9820"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9820"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9820"}
2026-02-17 02:48:54.366 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-9820"}
2026-02-17 02:48:55.946 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-5702" type:"ClusterIP" cluster_ips:"10.254.237.244" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:48:57.014 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-5702"
2026-02-17 02:48:57.096 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5702"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5702"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5702"} labels:{key:"webhook-5702" value:"true"}
2026-02-17 02:48:57.123 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3925"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3925"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3925"} labels:{key:"webhook-5702-markers" value:"true"}
2026-02-17 02:48:57.123 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-5783"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-5783"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-5783"}
2026-02-17 02:48:57.144 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"var-expansion-5783" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:48:58.022 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-7203" name:"default"}
2026-02-17 02:48:58.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7203"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7203"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-7203"}
2026-02-17 02:48:58.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-7203"}
2026-02-17 02:48:59.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-8154"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-8154"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-8154"}
2026-02-17 02:48:59.350 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-8154"}
2026-02-17 02:49:00.289 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-3931"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-3931"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-3931"}
2026-02-17 02:49:00.325 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-415"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-415"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-415"}
2026-02-17 02:49:00.353 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-415" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:01.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-5783"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-5783"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-5783"}
2026-02-17 02:49:01.272 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-7678"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-7678"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-7678"}
2026-02-17 02:49:01.272 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"job-7678" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:02.130 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-5702" name:"default"}
2026-02-17 02:49:02.553 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-3925" name:"default"}
2026-02-17 02:49:02.759 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3925"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3925"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3925"} labels:{key:"webhook-5702-markers" value:"true"}
2026-02-17 02:49:02.786 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-5702"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-5702"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-5702"} labels:{key:"webhook-5702" value:"true"}
2026-02-17 02:49:02.805 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-5702"}
2026-02-17 02:49:02.805 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-3925"}
2026-02-17 02:49:04.573 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-415"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-415"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-415"}
2026-02-17 02:49:04.599 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-1276"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-1276"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-1276"}
2026-02-17 02:49:04.599 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-1276" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:04.672 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-1276"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-1276"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-1276"}
2026-02-17 02:49:04.699 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-3398"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-3398"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-3398"}
2026-02-17 02:49:04.724 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-3398" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:04.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-3398"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-3398"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-3398"}
2026-02-17 02:49:04.808 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-5862"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-5862"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-5862"}
2026-02-17 02:49:04.825 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-5862" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:05.988 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-3931" name:"default"}
2026-02-17 02:49:06.084 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-3931"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-3931"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-3931"}
2026-02-17 02:49:06.112 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-3931"}
2026-02-17 02:49:06.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"var-expansion-5783" name:"default"}
2026-02-17 02:49:06.719 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"var-expansion-5783"} labels:{key:"e2e-framework" value:"var-expansion"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"var-expansion-5783"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"var-expansion-5783"}
2026-02-17 02:49:06.745 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"var-expansion-5783"}
2026-02-17 02:49:09.349 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-7678"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-7678"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-7678"}
2026-02-17 02:49:09.378 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-3615"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-3615"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-3615"}
2026-02-17 02:49:09.378 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-3615" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:09.452 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-5862"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-5862"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-5862"}
2026-02-17 02:49:09.477 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-1455"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-1455"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-1455"}
2026-02-17 02:49:09.495 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-1455" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:09.645 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-415" name:"default"}
2026-02-17 02:49:09.823 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-1276" name:"default"}
2026-02-17 02:49:10.183 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-3398" name:"default"}
2026-02-17 02:49:10.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-1276"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-1276"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-1276"}
2026-02-17 02:49:10.327 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-1276"}
2026-02-17 02:49:10.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-415"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-415"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-415"}
2026-02-17 02:49:10.450 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-415"}
2026-02-17 02:49:10.623 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-3398"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-3398"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-3398"}
2026-02-17 02:49:10.659 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-3398"}
2026-02-17 02:49:13.478 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-3615"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-3615"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-3615"}
2026-02-17 02:49:13.501 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5022"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5022"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5022"}
2026-02-17 02:49:13.521 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-5022" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:13.607 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-1455"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-1455"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-1455"}
2026-02-17 02:49:13.637 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-3304"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-3304"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-3304"}
2026-02-17 02:49:13.668 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"security-context-test-3304" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:14.709 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-5862" name:"default"}
2026-02-17 02:49:14.942 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"job-7678" name:"default"}
2026-02-17 02:49:15.101 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-5862"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-5862"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-5862"}
2026-02-17 02:49:15.199 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-7678"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"job-7678"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-7678"}
2026-02-17 02:49:15.221 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"job-7678"}
2026-02-17 02:49:17.611 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5022"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5022"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5022"}
2026-02-17 02:49:17.640 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2190"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2190"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2190"}
2026-02-17 02:49:17.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-2190" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:17.692 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2190"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2190"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2190"} labels:{key:"webhook-2190" value:"true"}
2026-02-17 02:49:17.692 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-8943"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-8943"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-8943"} labels:{key:"webhook-2190-markers" value:"true"}
2026-02-17 02:49:17.692 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-8943" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:17.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-3304"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-3304"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-3304"}
2026-02-17 02:49:17.739 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-7219"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-7219"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-7219"}
2026-02-17 02:49:17.761 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"disruption-7219" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:17.786 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-2-427"} labels:{key:"e2e-framework" value:"disruption-2"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-2-427"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-2-427"}
2026-02-17 02:49:17.813 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"disruption-2-427" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:18.710 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:49:18.920 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-3615" name:"default"}
2026-02-17 02:49:19.218 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-3615"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-3615"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-3615"}
2026-02-17 02:49:19.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-1455" name:"default"}
2026-02-17 02:49:19.271 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-3615"}
2026-02-17 02:49:19.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-1455"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-1455"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-1455"}
2026-02-17 02:49:19.473 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-1455"}
2026-02-17 02:49:20.306 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-5862"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-5862"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-5862"}
2026-02-17 02:49:20.338 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-5862"}
2026-02-17 02:49:20.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-2190" type:"ClusterIP" cluster_ips:"10.254.106.221" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:49:21.842 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-2190"
2026-02-17 02:49:21.953 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2190"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2190"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2190"} labels:{key:"webhook-2190" value:"true"}
2026-02-17 02:49:21.985 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-8943"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-8943"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-8943"} labels:{key:"webhook-2190-markers" value:"true"}
2026-02-17 02:49:22.022 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3247"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3247"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3247"}
2026-02-17 02:49:22.045 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-3247" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:22.063 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-2-427"} labels:{key:"e2e-framework" value:"disruption-2"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-2-427"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-2-427"}
2026-02-17 02:49:22.153 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-7219"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-7219"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-7219"}
2026-02-17 02:49:22.179 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-584"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-584"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-584"}
2026-02-17 02:49:22.179 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"field-validation-584" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:22.254 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-584"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-584"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-584"}
2026-02-17 02:49:22.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-2443"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-2443"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"pods-2443"}
2026-02-17 02:49:22.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-2443" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:22.357 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-2443"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-2443"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"pods-2443"}
2026-02-17 02:49:22.381 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-7687"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-7687"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-7687"}
2026-02-17 02:49:22.409 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-7687" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:22.439 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-7687"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-7687"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-7687"} labels:{key:"webhook-7687" value:"true"}
2026-02-17 02:49:22.439 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9360"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9360"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9360"} labels:{key:"webhook-7687-markers" value:"true"}
2026-02-17 02:49:22.439 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-9360" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:22.780 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"security-context-test-3304" name:"default"}
2026-02-17 02:49:23.404 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-5022" name:"default"}
2026-02-17 02:49:23.446 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-3304"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-3304"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-3304"}
2026-02-17 02:49:23.476 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"security-context-test-3304"}
2026-02-17 02:49:23.540 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5022"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5022"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5022"}
2026-02-17 02:49:23.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-5022"}
2026-02-17 02:49:24.858 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3247"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3247"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3247"}
2026-02-17 02:49:24.886 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-3854"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-3854"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-3854"}
2026-02-17 02:49:24.904 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-3854" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:25.277 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-7687" type:"ClusterIP" cluster_ips:"10.254.36.213" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:49:26.468 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-7687"
2026-02-17 02:49:26.574 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-7687"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-7687"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-7687"} labels:{key:"webhook-7687" value:"true"}
2026-02-17 02:49:26.597 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9360"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9360"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9360"} labels:{key:"webhook-7687-markers" value:"true"}
2026-02-17 02:49:26.623 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-4828"} labels:{key:"e2e-framework" value:"security-context"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-4828"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-4828"}
2026-02-17 02:49:26.644 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"security-context-4828" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:27.202 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"disruption-2-427" name:"default"}
2026-02-17 02:49:27.309 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"field-validation-584" name:"default"}
2026-02-17 02:49:27.333 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-2190" name:"default"}
2026-02-17 02:49:27.401 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-8943" name:"default"}
2026-02-17 02:49:27.501 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-2443" name:"default"}
2026-02-17 02:49:27.769 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"disruption-7219" name:"default"}
2026-02-17 02:49:27.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-8943"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-8943"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-8943"} labels:{key:"webhook-2190-markers" value:"true"}
2026-02-17 02:49:27.935 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2190"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2190"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2190"} labels:{key:"webhook-2190" value:"true"}
2026-02-17 02:49:27.967 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-8943"}
2026-02-17 02:49:28.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-584"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-584"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-584"}
2026-02-17 02:49:28.131 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-2-427"} labels:{key:"e2e-framework" value:"disruption-2"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-2-427"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-2-427"}
2026-02-17 02:49:28.152 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"field-validation-584"}
2026-02-17 02:49:28.152 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"disruption-2-427"}
2026-02-17 02:49:28.271 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-7219"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-7219"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-7219"}
2026-02-17 02:49:28.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"disruption-7219"}
2026-02-17 02:49:28.339 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-2443"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-2443"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"pods-2443"}
2026-02-17 02:49:30.045 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-3247" name:"default"}
2026-02-17 02:49:30.143 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3247"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3247"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3247"}
2026-02-17 02:49:30.167 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-3247"}
2026-02-17 02:49:30.731 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-4828"} labels:{key:"e2e-framework" value:"security-context"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-4828"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-4828"}
2026-02-17 02:49:30.765 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-18"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-18"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-18"}
2026-02-17 02:49:30.765 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"podtemplate-18" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:30.876 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-18"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-18"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-18"}
2026-02-17 02:49:30.926 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-4961"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-4961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-4961"}
2026-02-17 02:49:30.960 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-4961" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:31.693 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-7687" name:"default"}
2026-02-17 02:49:31.842 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-9360" name:"default"}
2026-02-17 02:49:31.936 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-9360"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-9360"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-9360"} labels:{key:"webhook-7687-markers" value:"true"}
2026-02-17 02:49:31.936 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-9360"}
2026-02-17 02:49:32.075 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-7687"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-7687"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-7687"} labels:{key:"webhook-7687" value:"true"}
2026-02-17 02:49:32.098 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-7687"}
2026-02-17 02:49:32.388 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-3854"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-3854"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-3854"}
2026-02-17 02:49:32.389 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-2132"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-2132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-2132"}
2026-02-17 02:49:32.389 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-2132" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:33.387 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2190"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2190"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2190"} labels:{key:"webhook-2190" value:"true"}
2026-02-17 02:49:33.410 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-2190"}
2026-02-17 02:49:33.658 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-2443"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-2443"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"pods-2443"}
2026-02-17 02:49:33.709 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-2443"}
2026-02-17 02:49:35.047 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-4961"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-4961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-4961"}
2026-02-17 02:49:35.067 [INFO][60] felix/summary.go 100: Summarising 177 dataplane reconciliation loops over 1m1s: avg=26ms longest=63ms (resync-calico-v4)
2026-02-17 02:49:35.087 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-2593"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-2593"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-2593"}
2026-02-17 02:49:35.112 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-2593" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:35.944 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"security-context-4828" name:"default"}
2026-02-17 02:49:36.033 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-4828"} labels:{key:"e2e-framework" value:"security-context"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-4828"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-4828"}
2026-02-17 02:49:36.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"security-context-4828"}
2026-02-17 02:49:36.368 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"podtemplate-18" name:"default"}
2026-02-17 02:49:36.398 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-18"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-18"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-18"}
2026-02-17 02:49:36.423 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"podtemplate-18"}
2026-02-17 02:49:36.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-2132"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-2132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-2132"}
2026-02-17 02:49:36.560 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-285"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-285"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-285"}
2026-02-17 02:49:36.560 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-285" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:36.817 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-9025"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-9025"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-9025"}
2026-02-17 02:49:36.839 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2687"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2687"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2687"}
2026-02-17 02:49:36.858 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-2687" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:37.208 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-2593"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-2593"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-2593"}
2026-02-17 02:49:37.235 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-watch-4395"} labels:{key:"e2e-framework" value:"crd-watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-watch-4395"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-watch-4395"}
2026-02-17 02:49:37.260 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-watch-4395" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:37.661 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-3854" name:"default"}
2026-02-17 02:49:38.086 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-3854"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-3854"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-3854"}
2026-02-17 02:49:38.112 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-3854"}
2026-02-17 02:49:39.114 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"rm2" namespace:"kubectl-285" type:"ClusterIP" cluster_ips:"10.254.84.73" ports:{Protocol:"TCP" Port:1234}
2026-02-17 02:49:40.082 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-4961" name:"default"}
2026-02-17 02:49:40.408 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-4961"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-4961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-4961"}
2026-02-17 02:49:40.434 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-4961"}
2026-02-17 02:49:40.951 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2687"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2687"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2687"}
2026-02-17 02:49:40.986 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-2222"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-2222"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-2222"}
2026-02-17 02:49:41.015 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"custom-resource-definition-2222" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:41.252 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"rm3" namespace:"kubectl-285" type:"ClusterIP" cluster_ips:"10.254.132.247" ports:{Protocol:"TCP" Port:2345}
2026-02-17 02:49:41.789 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-2132" name:"default"}
2026-02-17 02:49:41.872 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-9025" name:"default"}
2026-02-17 02:49:41.972 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-2132"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-2132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-2132"}
2026-02-17 02:49:41.997 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-2132"}
2026-02-17 02:49:42.152 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-9025"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-9025"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-9025"}
2026-02-17 02:49:42.179 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-9025"}
2026-02-17 02:49:42.464 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-2593" name:"default"}
2026-02-17 02:49:42.533 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-2593"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-2593"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-2593"}
2026-02-17 02:49:42.561 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-2593"}
2026-02-17 02:49:43.299 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-285"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-285"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-285"}
2026-02-17 02:49:43.319 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-6559"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-6559"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-6559"}
2026-02-17 02:49:43.336 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"runtimeclass-6559" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:44.177 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-2222"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-2222"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-2222"}
2026-02-17 02:49:44.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-6938"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-6938"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-6938"}
2026-02-17 02:49:44.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubelet-test-6938" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:45.412 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-6559"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-6559"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-6559"}
2026-02-17 02:49:45.448 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-1884"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-1884"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-1884"}
2026-02-17 02:49:45.480 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-1884" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:45.508 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-1884"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-1884"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-1884"} labels:{key:"webhook-1884" value:"true"}
2026-02-17 02:49:45.508 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2093"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2093"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2093"} labels:{key:"webhook-1884-markers" value:"true"}
2026-02-17 02:49:45.534 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-2093" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:46.261 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-6938"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-6938"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-6938"}
2026-02-17 02:49:46.291 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-2385"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-2385"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-2385"}
2026-02-17 02:49:46.292 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-2385" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:46.399 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-2687" name:"default"}
2026-02-17 02:49:46.429 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2687"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2687"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-2687"}
2026-02-17 02:49:46.461 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-2687"}
2026-02-17 02:49:48.387 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-1884" type:"ClusterIP" cluster_ips:"10.254.18.229" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:49:48.602 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-285" name:"default"}
2026-02-17 02:49:48.658 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"rm2" namespace:"kubectl-285"
2026-02-17 02:49:48.684 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"rm3" namespace:"kubectl-285"
2026-02-17 02:49:49.064 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-285"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-285"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-285"}
2026-02-17 02:49:49.295 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"custom-resource-definition-2222" name:"default"}
2026-02-17 02:49:49.716 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-1884"
2026-02-17 02:49:49.785 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-1884"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-1884"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-1884"} labels:{key:"webhook-1884" value:"true"}
2026-02-17 02:49:49.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2093"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2093"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2093"} labels:{key:"webhook-1884-markers" value:"true"}
2026-02-17 02:49:49.837 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-9058"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-9058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-9058"}
2026-02-17 02:49:49.837 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"dns-9058" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:49.857 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"dns-test-service-2" namespace:"dns-9058" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:49:49.993 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-2222"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-2222"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-2222"}
2026-02-17 02:49:50.017 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"custom-resource-definition-2222"}
2026-02-17 02:49:50.443 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"runtimeclass-6559" name:"default"}
2026-02-17 02:49:51.120 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-6559"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-6559"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-6559"}
2026-02-17 02:49:51.327 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubelet-test-6938" name:"default"}
2026-02-17 02:49:51.627 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-6938"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-6938"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-6938"}
2026-02-17 02:49:54.270 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-285"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-285"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-285"}
2026-02-17 02:49:54.297 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-285"}
2026-02-17 02:49:54.836 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-1884" name:"default"}
2026-02-17 02:49:55.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-2093" name:"default"}
2026-02-17 02:49:55.348 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2093"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2093"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2093"} labels:{key:"webhook-1884-markers" value:"true"}
2026-02-17 02:49:55.378 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-2093"}
2026-02-17 02:49:55.474 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-1884"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-1884"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-1884"} labels:{key:"webhook-1884" value:"true"}
2026-02-17 02:49:55.497 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-1884"}
2026-02-17 02:49:56.314 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-6559"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-6559"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-6559"}
2026-02-17 02:49:56.340 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"runtimeclass-6559"}
2026-02-17 02:49:56.989 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"dns-test-service-2" namespace:"dns-9058"
2026-02-17 02:49:57.020 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-9058"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-9058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-9058"}
2026-02-17 02:49:57.058 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ingress-468"} labels:{key:"e2e-framework" value:"ingress"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ingress-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"ingress-468"}
2026-02-17 02:49:57.058 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"ingress-468" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:57.209 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ingress-468"} labels:{key:"e2e-framework" value:"ingress"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ingress-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"ingress-468"}
2026-02-17 02:49:57.234 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-4449"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-4449"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-4449"}
2026-02-17 02:49:57.234 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"endpointslice-4449" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:57.260 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"example-empty-selector" namespace:"endpointslice-4449" type:"ClusterIP" cluster_ips:"10.254.134.157" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:49:57.322 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"example-empty-selector" namespace:"endpointslice-4449"
2026-02-17 02:49:57.374 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-4449"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-4449"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-4449"}
2026-02-17 02:49:57.374 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-8"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8"}
2026-02-17 02:49:57.374 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-8" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:49:57.438 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-8"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8"}
2026-02-17 02:49:57.503 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-641"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-641"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-641"}
2026-02-17 02:49:57.538 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-641" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:01.654 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-641"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-641"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-641"}
2026-02-17 02:50:01.679 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-3143"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-3143"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-3143"}
2026-02-17 02:50:01.700 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-runtime-3143" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:02.230 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"dns-9058" name:"default"}
2026-02-17 02:50:02.359 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"endpointslice-4449" name:"default"}
2026-02-17 02:50:02.387 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"ingress-468" name:"default"}
2026-02-17 02:50:02.541 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-9058"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"dns-9058"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-9058"}
2026-02-17 02:50:02.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"dns-9058"}
2026-02-17 02:50:02.731 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-8" name:"default"}
2026-02-17 02:50:02.828 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ingress-468"} labels:{key:"e2e-framework" value:"ingress"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ingress-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"ingress-468"}
2026-02-17 02:50:02.855 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"ingress-468"}
2026-02-17 02:50:02.981 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"services-8"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8"}
2026-02-17 02:50:03.009 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-8"}
2026-02-17 02:50:03.127 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-4449"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-4449"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-4449"}
2026-02-17 02:50:03.153 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"endpointslice-4449"}
2026-02-17 02:50:04.781 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-3143"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-3143"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-3143"}
2026-02-17 02:50:04.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-227"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-227"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-227"}
2026-02-17 02:50:04.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"deployment-227" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:06.773 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-641" name:"default"}
2026-02-17 02:50:06.954 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-641"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-641"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-641"}
2026-02-17 02:50:06.979 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-641"}
2026-02-17 02:50:09.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-runtime-3143" name:"default"}
2026-02-17 02:50:10.103 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-3143"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-3143"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-3143"}
2026-02-17 02:50:10.129 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-runtime-3143"}
2026-02-17 02:50:18.736 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:50:20.379 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-2385"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-2385"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-2385"}
2026-02-17 02:50:20.404 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-9973"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-9973"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-9973"}
2026-02-17 02:50:20.404 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-9973" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:24.498 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-9973"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-9973"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-9973"}
2026-02-17 02:50:24.520 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-8321"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-8321"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-8321"}
2026-02-17 02:50:24.544 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-8321" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:25.536 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-2385" name:"default"}
2026-02-17 02:50:25.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-2385"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-2385"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-2385"}
2026-02-17 02:50:25.813 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svcaccounts-2385"}
2026-02-17 02:50:25.970 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-227"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-227"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-227"}
2026-02-17 02:50:26.020 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-210"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-210"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-210"}
2026-02-17 02:50:26.046 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-210" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:28.847 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-8321"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-8321"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-8321"}
2026-02-17 02:50:28.870 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-957"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-957"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-957"}
2026-02-17 02:50:28.893 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-957" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:28.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-957"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-957"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-957"} labels:{key:"webhook-957" value:"true"}
2026-02-17 02:50:28.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3318"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3318"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3318"} labels:{key:"webhook-957-markers" value:"true"}
2026-02-17 02:50:28.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-3318" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:29.281 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-6938"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-6938"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-6938"}
2026-02-17 02:50:29.306 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubelet-test-6938"}
2026-02-17 02:50:29.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-9973" name:"default"}
2026-02-17 02:50:29.758 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-9973"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-9973"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-9973"}
2026-02-17 02:50:29.781 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-9973"}
2026-02-17 02:50:30.160 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-210"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-210"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-210"}
2026-02-17 02:50:30.196 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-819"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-819"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-819"}
2026-02-17 02:50:30.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"disruption-819" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:31.425 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"deployment-227" name:"default"}
2026-02-17 02:50:31.818 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-227"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-227"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-227"}
2026-02-17 02:50:31.841 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"deployment-227"}
2026-02-17 02:50:32.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-957" type:"ClusterIP" cluster_ips:"10.254.11.182" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:50:33.459 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"fail-closed-namespace-4507"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"fail-closed-webhook" value:"yes"} labels:{key:"kubernetes.io/metadata.name" value:"fail-closed-namespace-4507"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"fail-closed-namespace-4507"} labels:{key:"webhook-957" value:"true"}
2026-02-17 02:50:33.495 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"fail-closed-namespace-4507" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:33.535 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-957"
2026-02-17 02:50:33.621 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-957"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-957"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-957"} labels:{key:"webhook-957" value:"true"}
2026-02-17 02:50:33.642 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3318"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3318"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3318"} labels:{key:"webhook-957-markers" value:"true"}
2026-02-17 02:50:33.642 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"fail-closed-namespace-4507"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"fail-closed-webhook" value:"yes"} labels:{key:"kubernetes.io/metadata.name" value:"fail-closed-namespace-4507"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"fail-closed-namespace-4507"} labels:{key:"webhook-957" value:"true"}
2026-02-17 02:50:33.661 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-7040"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-7040"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-7040"}
2026-02-17 02:50:33.677 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-7040" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:33.863 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-8321" name:"default"}
2026-02-17 02:50:34.217 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-8321"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-8321"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-8321"}
2026-02-17 02:50:34.246 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-8321"}
2026-02-17 02:50:34.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-819"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-819"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-819"}
2026-02-17 02:50:34.352 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-6563"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-6563"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-6563"}
2026-02-17 02:50:34.378 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"proxy-6563" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:35.246 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-210" name:"default"}
2026-02-17 02:50:35.273 [INFO][60] felix/summary.go 100: Summarising 155 dataplane reconciliation loops over 1m0.2s: avg=26ms longest=70ms (resync-calico-v4)
2026-02-17 02:50:35.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-210"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-210"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-210"}
2026-02-17 02:50:35.464 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-210"}
2026-02-17 02:50:36.427 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service" namespace:"proxy-6563" type:"ClusterIP" cluster_ips:"10.254.44.179" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:50:36.531 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-6563"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-6563"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-6563"}
2026-02-17 02:50:36.562 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-2176"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-2176"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-2176"}
2026-02-17 02:50:36.579 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-2176" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:38.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-957" name:"default"}
2026-02-17 02:50:38.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-3318" name:"default"}
2026-02-17 02:50:38.879 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"fail-closed-namespace-4507" name:"default"}
2026-02-17 02:50:39.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-957"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-957"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-957"} labels:{key:"webhook-957" value:"true"}
2026-02-17 02:50:39.115 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-957"}
2026-02-17 02:50:39.247 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3318"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3318"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3318"} labels:{key:"webhook-957-markers" value:"true"}
2026-02-17 02:50:39.277 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"fail-closed-namespace-4507"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"fail-closed-webhook" value:"yes"} labels:{key:"kubernetes.io/metadata.name" value:"fail-closed-namespace-4507"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"fail-closed-namespace-4507"} labels:{key:"webhook-957" value:"true"}
2026-02-17 02:50:39.277 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-3318"}
2026-02-17 02:50:39.277 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"fail-closed-namespace-4507"}
2026-02-17 02:50:39.578 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"disruption-819" name:"default"}
2026-02-17 02:50:39.667 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-819"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-819"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-819"}
2026-02-17 02:50:40.447 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-watch-4395"} labels:{key:"e2e-framework" value:"crd-watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-watch-4395"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-watch-4395"}
2026-02-17 02:50:40.479 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9833"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9833"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9833"}
2026-02-17 02:50:40.509 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"field-validation-9833" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:40.657 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-2176"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-2176"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-2176"}
2026-02-17 02:50:40.687 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-7609"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"gc-7609"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-7609"}
2026-02-17 02:50:40.719 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"gc-7609" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:41.370 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=85 ifaceName="cali808d0dfa941" state="down"
2026-02-17 02:50:41.370 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali808d0dfa941", State:"down", Index:85}
2026-02-17 02:50:41.371 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali808d0dfa941"
2026-02-17 02:50:41.371 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali808d0dfa941", Addrs:set.Typed[string]{}}
2026-02-17 02:50:41.371 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali808d0dfa941", Addrs:set.Typed[string]{}}
2026-02-17 02:50:41.371 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=85 ifaceName="cali808d0dfa941" state="up"
2026-02-17 02:50:41.396 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali808d0dfa941", State:"up", Index:85}
2026-02-17 02:50:41.396 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali808d0dfa941"
2026-02-17 02:50:41.396 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali808d0dfa941"
2026-02-17 02:50:41.596 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=85 ifaceName="cali808d0dfa941" state="down"
2026-02-17 02:50:41.596 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali808d0dfa941", State:"down", Index:85}
2026-02-17 02:50:41.599 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=85 ifaceName="cali808d0dfa941" state=""
2026-02-17 02:50:41.599 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali808d0dfa941"
2026-02-17 02:50:41.626 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali808d0dfa941", State:"", Index:85}
2026-02-17 02:50:41.626 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali808d0dfa941", Addrs:set.Set[string](nil)}
2026-02-17 02:50:41.626 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali808d0dfa941", Addrs:set.Set[string](nil)}
2026-02-17 02:50:41.627 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.160
2026-02-17 02:50:41.685 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"proxy-6563" name:"default"}
2026-02-17 02:50:41.911 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-7609"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"gc-7609"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-7609"}
2026-02-17 02:50:41.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test-service" namespace:"proxy-6563"
2026-02-17 02:50:41.968 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-9474"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-9474"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-9474"}
2026-02-17 02:50:41.968 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-9474" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:42.034 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-6563"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-6563"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-6563"}
2026-02-17 02:50:43.631 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9833"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9833"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9833"}
2026-02-17 02:50:43.659 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8988"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-8988"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8988"}
2026-02-17 02:50:43.659 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-8988" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:43.706 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"affinity-nodeport" namespace:"services-8988" type:"NodePort" cluster_ips:"10.254.17.154" ports:{Protocol:"TCP" Port:80 NodePort:32555}
2026-02-17 02:50:44.134 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-9474"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-9474"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-9474"}
2026-02-17 02:50:44.159 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-8825"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-8825"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-8825"}
2026-02-17 02:50:44.191 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-8825" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:44.364 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-8988/affinity-nodeport-jcpz4, name=eth0)
2026-02-17 02:50:44.365 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-8988"} profile:{inbound_rules:{action:"allow" rule_id:"-tGtmd-Jw6Nyt5J-"} outbound_rules:{action:"allow" rule_id:"qRdJ2ltDF7T3mY0N"}}
2026-02-17 02:50:44.365 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-8988.default"} profile:{}
2026-02-17 02:50:44.365 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-8988/affinity-nodeport-jcpz4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5d5a8a41212" profile_ids:"kns.services-8988" profile_ids:"ksa.services-8988.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:50:44.365 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.365 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.365 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.365 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali5d5a8a41212" ipVersion=0x4 table="filter"
2026-02-17 02:50:44.365 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-8988" ipVersion=0x4 table="filter"
2026-02-17 02:50:44.365 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_2qzWDh5_N7T5O0NkLM" ipVersion=0x4 table="filter"
2026-02-17 02:50:44.365 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali5d5a8a41212" ipVersion=0x4 table="filter"
2026-02-17 02:50:44.365 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-8988" ipVersion=0x4 table="filter"
2026-02-17 02:50:44.365 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_2qzWDh5_N7T5O0NkLM" ipVersion=0x4 table="filter"
2026-02-17 02:50:44.365 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali5d5a8a41212"
2026-02-17 02:50:44.365 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.366 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.415 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:50:44.415 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} status="down"
2026-02-17 02:50:44.433 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=86 ifaceName="cali5d5a8a41212" state="down"
2026-02-17 02:50:44.433 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5d5a8a41212", State:"down", Index:86}
2026-02-17 02:50:44.433 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5d5a8a41212"
2026-02-17 02:50:44.433 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5d5a8a41212", Addrs:set.Typed[string]{}}
2026-02-17 02:50:44.433 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5d5a8a41212", Addrs:set.Typed[string]{}}
2026-02-17 02:50:44.433 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5d5a8a41212"
2026-02-17 02:50:44.433 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.433 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.438 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=86 ifaceName="cali5d5a8a41212" state="up"
2026-02-17 02:50:44.460 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:50:44.460 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} status="down"
2026-02-17 02:50:44.460 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5d5a8a41212", State:"up", Index:86}
2026-02-17 02:50:44.460 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5d5a8a41212"
2026-02-17 02:50:44.460 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5d5a8a41212"
2026-02-17 02:50:44.460 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5d5a8a41212"
2026-02-17 02:50:44.460 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.460 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.480 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:50:44.480 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} status="up"
2026-02-17 02:50:44.915 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-8988/affinity-nodeport-jcpz4, name=eth0)
2026-02-17 02:50:44.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-8988/affinity-nodeport-jcpz4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5d5a8a41212" profile_ids:"kns.services-8988" profile_ids:"ksa.services-8988.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:50:44.915 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.915 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.915 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.925 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5d5a8a41212"
2026-02-17 02:50:44.925 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.925 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:44.960 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:50:44.960 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} status="up"
2026-02-17 02:50:45.234 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-819"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-819"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-819"}
2026-02-17 02:50:45.263 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"disruption-819"}
2026-02-17 02:50:45.630 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-watch-4395" name:"default"}
2026-02-17 02:50:45.684 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-2176" name:"default"}
2026-02-17 02:50:45.791 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-watch-4395"} labels:{key:"e2e-framework" value:"crd-watch"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-watch-4395"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-watch-4395"}
2026-02-17 02:50:45.817 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=86
2026-02-17 02:50:45.817 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5d5a8a41212"
2026-02-17 02:50:45.823 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5d5a8a41212", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:50:45.823 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5d5a8a41212", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:50:45.858 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-watch-4395"}
2026-02-17 02:50:46.045 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-2176"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-2176"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-2176"}
2026-02-17 02:50:46.069 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-2176"}
2026-02-17 02:50:47.043 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"gc-7609" name:"default"}
2026-02-17 02:50:47.404 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-7609"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"gc-7609"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-7609"}
2026-02-17 02:50:47.431 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"gc-7609"}
2026-02-17 02:50:47.549 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-6563"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-6563"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-6563"}
2026-02-17 02:50:47.575 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"proxy-6563"}
2026-02-17 02:50:48.280 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-8825"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-8825"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-8825"}
2026-02-17 02:50:48.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-1463"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-1463"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-1463"}
2026-02-17 02:50:48.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-runtime-1463" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:48.714 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"field-validation-9833" name:"default"}
2026-02-17 02:50:48.961 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-9833"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-9833"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-9833"}
2026-02-17 02:50:48.983 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"field-validation-9833"}
2026-02-17 02:50:49.469 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-9474" name:"default"}
2026-02-17 02:50:49.491 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-9474"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-9474"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-9474"}
2026-02-17 02:50:49.509 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-9474"}
2026-02-17 02:50:50.881 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-8988/affinity-nodeport-jcpz4, name=eth0)
2026-02-17 02:50:50.881 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-8988/affinity-nodeport-jcpz4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5d5a8a41212" profile_ids:"kns.services-8988" profile_ids:"ksa.services-8988.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:50:50.881 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:50.881 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:50.881 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:50.884 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5d5a8a41212"
2026-02-17 02:50:50.885 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:50.885 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:50.925 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:50:50.925 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"} status="up"
2026-02-17 02:50:51.405 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-1463"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-1463"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-1463"}
2026-02-17 02:50:51.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-2760"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-2760"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-2760"}
2026-02-17 02:50:51.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-runtime-2760" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:53.164 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-8988/affinity-nodeport-jcpz4, name=eth0)
2026-02-17 02:50:53.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-8988/affinity-nodeport-jcpz4" endpoint_id:"eth0"}
2026-02-17 02:50:53.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-8988"}
2026-02-17 02:50:53.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-8988.default"}
2026-02-17 02:50:53.165 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:53.165 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:53.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-8988" ipVersion=0x4 table="filter"
2026-02-17 02:50:53.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_2qzWDh5_N7T5O0NkLM" ipVersion=0x4 table="filter"
2026-02-17 02:50:53.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-8988" ipVersion=0x4 table="filter"
2026-02-17 02:50:53.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_2qzWDh5_N7T5O0NkLM" ipVersion=0x4 table="filter"
2026-02-17 02:50:53.165 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:53.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali5d5a8a41212" ipVersion=0x4 table="filter"
2026-02-17 02:50:53.166 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali5d5a8a41212" ipVersion=0x4 table="filter"
2026-02-17 02:50:53.166 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:53.166 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:53.166 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.171
2026-02-17 02:50:53.227 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-8988/affinity-nodeport-jcpz4", EndpointId:"eth0"}
2026-02-17 02:50:53.272 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=86 ifaceName="cali5d5a8a41212" state="down"
2026-02-17 02:50:53.272 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5d5a8a41212"
2026-02-17 02:50:53.272 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5d5a8a41212", State:"down", Index:86}
2026-02-17 02:50:53.272 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=86
2026-02-17 02:50:53.272 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5d5a8a41212", Addrs:set.Typed[string]{}}
2026-02-17 02:50:53.273 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5d5a8a41212", Addrs:set.Typed[string]{}}
2026-02-17 02:50:53.276 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=86 ifaceName="cali5d5a8a41212" state=""
2026-02-17 02:50:53.277 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5d5a8a41212"
2026-02-17 02:50:53.300 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5d5a8a41212", State:"", Index:86}
2026-02-17 02:50:53.300 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5d5a8a41212", Addrs:set.Set[string](nil)}
2026-02-17 02:50:53.300 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5d5a8a41212", Addrs:set.Set[string](nil)}
2026-02-17 02:50:53.739 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-8825" name:"default"}
2026-02-17 02:50:53.819 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-8825"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-8825"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-8825"}
2026-02-17 02:50:53.840 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-8825"}
2026-02-17 02:50:54.545 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-2760"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-2760"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-2760"}
2026-02-17 02:50:54.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1522"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1522"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1522"}
2026-02-17 02:50:54.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"statefulset-1522" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:54.610 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test" namespace:"statefulset-1522" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:50:54.678 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"affinity-nodeport" namespace:"services-8988"
2026-02-17 02:50:54.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8988"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-8988"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8988"}
2026-02-17 02:50:54.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-726"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-726"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-726"}
2026-02-17 02:50:54.784 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-726" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:56.436 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-runtime-1463" name:"default"}
2026-02-17 02:50:56.738 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-1463"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-1463"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-1463"}
2026-02-17 02:50:56.770 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-runtime-1463"}
2026-02-17 02:50:57.812 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-7040"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-7040"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-7040"}
2026-02-17 02:50:57.834 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-2608"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-2608"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-2608"}
2026-02-17 02:50:57.852 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubelet-test-2608" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:50:59.750 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-8988" name:"default"}
2026-02-17 02:50:59.884 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-726"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-726"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-726"}
2026-02-17 02:50:59.910 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"volumeattachment-79"} labels:{key:"e2e-framework" value:"volumeattachment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"volumeattachment-79"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"volumeattachment-79"}
2026-02-17 02:50:59.935 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"volumeattachment-79" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:00.096 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"volumeattachment-79"} labels:{key:"e2e-framework" value:"volumeattachment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"volumeattachment-79"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"volumeattachment-79"}
2026-02-17 02:51:00.127 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8981"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8981"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8981"}
2026-02-17 02:51:00.148 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-8981" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:00.346 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-runtime-2760" name:"default"}
2026-02-17 02:51:00.454 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-2760"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-2760"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-2760"}
2026-02-17 02:51:00.486 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-runtime-2760"}
2026-02-17 02:51:00.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-8988"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-8988"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-8988"}
2026-02-17 02:51:00.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-8988"}
2026-02-17 02:51:01.902 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-2608"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-2608"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-2608"}
2026-02-17 02:51:01.930 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-4521"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-4521"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-4521"}
2026-02-17 02:51:01.930 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"security-context-test-4521" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:03.216 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-7040" name:"default"}
2026-02-17 02:51:03.270 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-7040"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-7040"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-7040"}
2026-02-17 02:51:04.248 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8981"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8981"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8981"}
2026-02-17 02:51:04.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8881"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8881"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8881"}
2026-02-17 02:51:04.350 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-8881" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:05.135 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-726" name:"default"}
2026-02-17 02:51:05.372 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"volumeattachment-79" name:"default"}
2026-02-17 02:51:05.540 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-726"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-726"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-726"}
2026-02-17 02:51:05.565 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-726"}
2026-02-17 02:51:05.688 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"volumeattachment-79"} labels:{key:"e2e-framework" value:"volumeattachment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"volumeattachment-79"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"volumeattachment-79"}
2026-02-17 02:51:05.710 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"volumeattachment-79"}
2026-02-17 02:51:06.000 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-4521"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-4521"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-4521"}
2026-02-17 02:51:06.030 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-5437"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-5437"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-5437"}
2026-02-17 02:51:06.030 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"runtimeclass-5437" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:06.102 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-5437"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-5437"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-5437"}
2026-02-17 02:51:06.126 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1127"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1127"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1127"}
2026-02-17 02:51:06.126 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-1127" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:06.918 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubelet-test-2608" name:"default"}
2026-02-17 02:51:07.439 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-2608"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-2608"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-2608"}
2026-02-17 02:51:07.464 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubelet-test-2608"}
2026-02-17 02:51:08.427 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8881"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8881"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8881"}
2026-02-17 02:51:08.467 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-2671"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-2671"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-2671"}
2026-02-17 02:51:08.491 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-2671" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:08.579 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-7040"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-7040"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-7040"}
2026-02-17 02:51:08.598 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-7040"}
2026-02-17 02:51:08.881 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"agnhost-primary" namespace:"kubectl-2671" type:"ClusterIP" cluster_ips:"10.254.33.248" ports:{Protocol:"TCP" Port:6379}
2026-02-17 02:51:10.860 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-lpshv-rpzlp" ipv4_addr:"192.168.24.10/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-lpshv-rpzlp"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/control-plane" value:""} labels:{key:"node-role.kubernetes.io/master" value:""} labels:{key:"node.kubernetes.io/exclude-from-external-load-balancers" value:""} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:51:10.860 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:51:10.860 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:51:10.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1127"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1127"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1127"}
2026-02-17 02:51:10.971 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-4511"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"watch-4511"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-4511"}
2026-02-17 02:51:10.998 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"watch-4511" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:11.027 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"security-context-test-4521" name:"default"}
2026-02-17 02:51:11.078 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-4511"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"watch-4511"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-4511"}
2026-02-17 02:51:11.111 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-5864"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"gc-5864"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-5864"}
2026-02-17 02:51:11.140 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"gc-5864" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:11.475 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-8981" name:"default"}
2026-02-17 02:51:11.649 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"runtimeclass-5437" name:"default"}
2026-02-17 02:51:11.793 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx, name=eth0)
2026-02-17 02:51:11.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.gc-5864"} profile:{inbound_rules:{action:"allow" rule_id:"DafoDQn5ieCgfKjO"} outbound_rules:{action:"allow" rule_id:"8Vk7kIwHUgCmyMYI"}}
2026-02-17 02:51:11.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.gc-5864.default"} profile:{}
2026-02-17 02:51:11.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic14920082b8" profile_ids:"kns.gc-5864" profile_ids:"ksa.gc-5864.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:51:11.793 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.793 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.794 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.794 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calic14920082b8" ipVersion=0x4 table="filter"
2026-02-17 02:51:11.794 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.gc-5864" ipVersion=0x4 table="filter"
2026-02-17 02:51:11.794 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-ksa.gc-5864.default" ipVersion=0x4 table="filter"
2026-02-17 02:51:11.794 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calic14920082b8" ipVersion=0x4 table="filter"
2026-02-17 02:51:11.794 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.gc-5864" ipVersion=0x4 table="filter"
2026-02-17 02:51:11.794 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-ksa.gc-5864.default" ipVersion=0x4 table="filter"
2026-02-17 02:51:11.794 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic14920082b8"
2026-02-17 02:51:11.794 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.794 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.845 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:51:11.846 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} status="down"
2026-02-17 02:51:11.871 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=87 ifaceName="calic14920082b8" state="down"
2026-02-17 02:51:11.871 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic14920082b8", State:"down", Index:87}
2026-02-17 02:51:11.871 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic14920082b8"
2026-02-17 02:51:11.872 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic14920082b8", Addrs:set.Typed[string]{}}
2026-02-17 02:51:11.872 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic14920082b8", Addrs:set.Typed[string]{}}
2026-02-17 02:51:11.872 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic14920082b8"
2026-02-17 02:51:11.872 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.872 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.875 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=87 ifaceName="calic14920082b8" state="up"
2026-02-17 02:51:11.892 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:51:11.892 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} status="down"
2026-02-17 02:51:11.892 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic14920082b8", State:"up", Index:87}
2026-02-17 02:51:11.892 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic14920082b8"
2026-02-17 02:51:11.892 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic14920082b8"
2026-02-17 02:51:11.892 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic14920082b8"
2026-02-17 02:51:11.892 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.892 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:11.949 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:11.949 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} status="up"
2026-02-17 02:51:12.001 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-4521"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-4521"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-4521"}
2026-02-17 02:51:12.026 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"security-context-test-4521"}
2026-02-17 02:51:12.090 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8981"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8981"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8981"}
2026-02-17 02:51:12.127 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-8981"}
2026-02-17 02:51:12.220 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-5864"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"gc-5864"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-5864"}
2026-02-17 02:51:12.247 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-4214"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-4214"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-4214"}
2026-02-17 02:51:12.247 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-5437"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-5437"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-5437"}
2026-02-17 02:51:12.270 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replicaset-4214" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:12.270 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"runtimeclass-5437"}
2026-02-17 02:51:12.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-2671"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-2671"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-2671"}
2026-02-17 02:51:12.611 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1073"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1073"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1073"}
2026-02-17 02:51:12.640 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"statefulset-1073" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:12.664 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test" namespace:"statefulset-1073" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:51:12.867 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx, name=eth0)
2026-02-17 02:51:12.867 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic14920082b8" profile_ids:"kns.gc-5864" profile_ids:"ksa.gc-5864.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:51:12.868 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:12.868 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:12.868 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:12.869 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic14920082b8"
2026-02-17 02:51:12.869 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:12.869 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:12.890 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:12.890 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} status="up"
2026-02-17 02:51:13.273 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=87
2026-02-17 02:51:13.273 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic14920082b8"
2026-02-17 02:51:13.274 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic14920082b8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:51:13.274 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic14920082b8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:51:13.687 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-8881" name:"default"}
2026-02-17 02:51:13.776 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-8881"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-8881"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-8881"}
2026-02-17 02:51:13.802 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-8881"}
2026-02-17 02:51:14.377 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-4214"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-4214"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-4214"}
2026-02-17 02:51:14.405 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-9839"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-9839"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-9839"}
2026-02-17 02:51:14.405 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"aggregateddiscovery-9839" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:14.777 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1522"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1522"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1522"}
2026-02-17 02:51:14.800 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pv-6825"} labels:{key:"e2e-framework" value:"pv"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pv-6825"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pv-6825"}
2026-02-17 02:51:14.829 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pv-6825" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:15.982 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-1127" name:"default"}
2026-02-17 02:51:16.231 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"watch-4511" name:"default"}
2026-02-17 02:51:16.336 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-1127"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-1127"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-1127"}
2026-02-17 02:51:16.357 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-1127"}
2026-02-17 02:51:16.533 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-4511"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"watch-4511"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-4511"}
2026-02-17 02:51:16.564 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"watch-4511"}
2026-02-17 02:51:17.295 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.gc-5864.default"
2026-02-17 02:51:17.296 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.gc-5864.default"} profile:{inbound_rules:{action:"deny" rule_id:"1EFCK-8rZtGD_rve"} outbound_rules:{action:"deny" rule_id:"ayYtxQdOueCgc0IU"}}
2026-02-17 02:51:17.296 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"gc-5864" name:"default"}
2026-02-17 02:51:17.449 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx, name=eth0)
2026-02-17 02:51:17.449 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic14920082b8" profile_ids:"kns.gc-5864" profile_ids:"ksa.gc-5864.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:51:17.449 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.449 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.449 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.450 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic14920082b8"
2026-02-17 02:51:17.450 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.450 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.457 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx, name=eth0)
2026-02-17 02:51:17.480 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:17.480 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"} status="up"
2026-02-17 02:51:17.480 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx" endpoint_id:"eth0"}
2026-02-17 02:51:17.480 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.gc-5864.default"}
2026-02-17 02:51:17.480 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.gc-5864"}
2026-02-17 02:51:17.480 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.480 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.481 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.gc-5864" ipVersion=0x4 table="filter"
2026-02-17 02:51:17.481 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-ksa.gc-5864.default" ipVersion=0x4 table="filter"
2026-02-17 02:51:17.481 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.gc-5864" ipVersion=0x4 table="filter"
2026-02-17 02:51:17.481 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-ksa.gc-5864.default" ipVersion=0x4 table="filter"
2026-02-17 02:51:17.481 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.481 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calic14920082b8" ipVersion=0x4 table="filter"
2026-02-17 02:51:17.481 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calic14920082b8" ipVersion=0x4 table="filter"
2026-02-17 02:51:17.481 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.482 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.482 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.159
2026-02-17 02:51:17.533 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-5864/simpletest.deployment-5dcb5f8d6-l4vgx", EndpointId:"eth0"}
2026-02-17 02:51:17.534 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-9839"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-9839"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-9839"}
2026-02-17 02:51:17.566 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"tables-1132"} labels:{key:"e2e-framework" value:"tables"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"tables-1132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"tables-1132"}
2026-02-17 02:51:17.566 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"tables-1132" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:17.616 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"agnhost-primary" namespace:"kubectl-2671"
2026-02-17 02:51:17.662 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"tables-1132"} labels:{key:"e2e-framework" value:"tables"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"tables-1132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"tables-1132"}
2026-02-17 02:51:17.662 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-1396"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-1396"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-1396"}
2026-02-17 02:51:17.662 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-1396" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:17.720 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-2671" name:"default"}
2026-02-17 02:51:17.827 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-5864"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"gc-5864"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-5864"}
2026-02-17 02:51:17.849 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"gc-5864"}
2026-02-17 02:51:17.920 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=87 ifaceName="calic14920082b8" state="down"
2026-02-17 02:51:17.921 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic14920082b8"
2026-02-17 02:51:17.921 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=87
2026-02-17 02:51:17.921 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic14920082b8", State:"down", Index:87}
2026-02-17 02:51:17.921 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic14920082b8", Addrs:set.Typed[string]{}}
2026-02-17 02:51:17.921 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic14920082b8", Addrs:set.Typed[string]{}}
2026-02-17 02:51:17.924 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=87 ifaceName="calic14920082b8" state=""
2026-02-17 02:51:17.924 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic14920082b8"
2026-02-17 02:51:17.945 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic14920082b8", State:"", Index:87}
2026-02-17 02:51:17.945 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic14920082b8", Addrs:set.Set[string](nil)}
2026-02-17 02:51:17.945 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic14920082b8", Addrs:set.Set[string](nil)}
2026-02-17 02:51:18.220 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-2671"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-2671"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-2671"}
2026-02-17 02:51:18.751 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:51:19.727 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replicaset-4214" name:"default"}
2026-02-17 02:51:19.752 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replicaset-4214"} labels:{key:"e2e-framework" value:"replicaset"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"replicaset-4214"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replicaset-4214"}
2026-02-17 02:51:19.785 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replicaset-4214"}
2026-02-17 02:51:19.812 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test" namespace:"statefulset-1522"
2026-02-17 02:51:19.961 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"statefulset-1522" name:"default"}
2026-02-17 02:51:20.127 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1522"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1522"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1522"}
2026-02-17 02:51:20.155 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"statefulset-1522"}
2026-02-17 02:51:21.110 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pv-6825"} labels:{key:"e2e-framework" value:"pv"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pv-6825"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pv-6825"}
2026-02-17 02:51:21.135 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-339"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-339"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-339"}
2026-02-17 02:51:21.151 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"subpath-339" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:22.628 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"aggregateddiscovery-9839" name:"default"}
2026-02-17 02:51:22.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"aggregateddiscovery-9839"} labels:{key:"e2e-framework" value:"aggregateddiscovery"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"aggregateddiscovery-9839"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"aggregateddiscovery-9839"}
2026-02-17 02:51:22.933 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"aggregateddiscovery-9839"}
2026-02-17 02:51:23.020 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"tables-1132" name:"default"}
2026-02-17 02:51:23.200 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"tables-1132"} labels:{key:"e2e-framework" value:"tables"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"tables-1132"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"tables-1132"}
2026-02-17 02:51:23.228 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"tables-1132"}
2026-02-17 02:51:23.457 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-2671"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-2671"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-2671"}
2026-02-17 02:51:23.483 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-2671"}
2026-02-17 02:51:26.296 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pv-6825" name:"default"}
2026-02-17 02:51:26.347 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pv-6825"} labels:{key:"e2e-framework" value:"pv"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"pv-6825"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pv-6825"}
2026-02-17 02:51:26.371 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pv-6825"}
2026-02-17 02:51:28.785 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-1396"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-1396"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-1396"}
2026-02-17 02:51:28.832 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-373"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-373"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-373"}
2026-02-17 02:51:28.859 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-373" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:32.290 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-373"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-373"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-373"}
2026-02-17 02:51:32.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-selectable-fields-7152"} labels:{key:"e2e-framework" value:"crd-selectable-fields"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-selectable-fields-7152"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-selectable-fields-7152"}
2026-02-17 02:51:32.341 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-selectable-fields-7152" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:32.805 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1073"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1073"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1073"}
2026-02-17 02:51:32.835 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-1457"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-1457"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-1457"}
2026-02-17 02:51:32.858 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubelet-test-1457" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:32.939 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-1457"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-1457"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-1457"}
2026-02-17 02:51:32.982 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-5204"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-5204"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-5204"}
2026-02-17 02:51:33.006 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-5204" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:33.883 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-1396" name:"default"}
2026-02-17 02:51:33.999 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-1396"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-1396"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-1396"}
2026-02-17 02:51:34.022 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-1396"}
2026-02-17 02:51:34.464 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-crd-conversion-webhook" namespace:"crd-selectable-fields-7152" type:"ClusterIP" cluster_ips:"10.254.212.83" ports:{Protocol:"TCP" Port:9443}
2026-02-17 02:51:37.307 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-373" name:"default"}
2026-02-17 02:51:37.337 [INFO][60] felix/summary.go 100: Summarising 221 dataplane reconciliation loops over 1m2.1s: avg=27ms longest=63ms (resync-calico-v4)
2026-02-17 02:51:37.498 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-373"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-373"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-373"}
2026-02-17 02:51:37.524 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-373"}
2026-02-17 02:51:37.892 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"statefulset-1073" name:"default"}
2026-02-17 02:51:38.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubelet-test-1457" name:"default"}
2026-02-17 02:51:38.354 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test" namespace:"statefulset-1073"
2026-02-17 02:51:38.406 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-1457"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-1457"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-1457"}
2026-02-17 02:51:38.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubelet-test-1457"}
2026-02-17 02:51:38.580 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-1073"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-1073"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-1073"}
2026-02-17 02:51:38.602 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"statefulset-1073"}
2026-02-17 02:51:38.709 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-crd-conversion-webhook" namespace:"crd-selectable-fields-7152"
2026-02-17 02:51:38.782 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-selectable-fields-7152"} labels:{key:"e2e-framework" value:"crd-selectable-fields"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-selectable-fields-7152"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-selectable-fields-7152"}
2026-02-17 02:51:38.835 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-8465"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-8465"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-8465"}
2026-02-17 02:51:38.859 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-lifecycle-hook-8465" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:39.441 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-8465/pod-handle-http-request, name=eth0)
2026-02-17 02:51:39.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.container-lifecycle-hook-8465.default"} profile:{}
2026-02-17 02:51:39.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.container-lifecycle-hook-8465"} profile:{inbound_rules:{action:"allow" rule_id:"z-aYFfd8ibYLkRGJ"} outbound_rules:{action:"allow" rule_id:"BDLGjj4P38FF9DwS"}}
2026-02-17 02:51:39.442 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-8465/pod-handle-http-request" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali34cc8fb0f85" profile_ids:"kns.container-lifecycle-hook-8465" profile_ids:"ksa.container-lifecycle-hook-8465.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:51:39.442 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:39.442 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:39.442 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:39.442 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:51:39.442 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali34cc8fb0f85" ipVersion=0x4 table="filter"
2026-02-17 02:51:39.442 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_XD4wLQDqHiWLBe9V4J" ipVersion=0x4 table="filter"
2026-02-17 02:51:39.442 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_4wnCTxMQxgSNJwK7xp" ipVersion=0x4 table="filter"
2026-02-17 02:51:39.442 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:51:39.442 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali34cc8fb0f85" ipVersion=0x4 table="filter"
2026-02-17 02:51:39.442 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_XD4wLQDqHiWLBe9V4J" ipVersion=0x4 table="filter"
2026-02-17 02:51:39.442 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_4wnCTxMQxgSNJwK7xp" ipVersion=0x4 table="filter"
2026-02-17 02:51:39.442 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:39.442 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:39.442 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:39.488 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:51:39.488 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"} status="down"
2026-02-17 02:51:39.522 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=88 ifaceName="cali34cc8fb0f85" state="down"
2026-02-17 02:51:39.522 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:39.522 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=88 ifaceName="cali34cc8fb0f85" state="up"
2026-02-17 02:51:39.523 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali34cc8fb0f85", State:"down", Index:88}
2026-02-17 02:51:39.523 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali34cc8fb0f85", Addrs:set.Typed[string]{}}
2026-02-17 02:51:39.523 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali34cc8fb0f85", Addrs:set.Typed[string]{}}
2026-02-17 02:51:39.523 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali34cc8fb0f85", State:"up", Index:88}
2026-02-17 02:51:39.523 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:39.523 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:39.523 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:39.523 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:39.523 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:39.545 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:39.545 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"} status="up"
2026-02-17 02:51:40.036 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-8465/pod-handle-http-request, name=eth0)
2026-02-17 02:51:40.037 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-8465/pod-handle-http-request" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali34cc8fb0f85" profile_ids:"kns.container-lifecycle-hook-8465" profile_ids:"ksa.container-lifecycle-hook-8465.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:51:40.037 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:40.037 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:40.037 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:40.037 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:40.037 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:40.038 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:40.059 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:40.059 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"} status="up"
2026-02-17 02:51:41.273 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=88
2026-02-17 02:51:41.273 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:41.273 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali34cc8fb0f85", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:51:41.273 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali34cc8fb0f85", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:51:44.028 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-selectable-fields-7152" name:"default"}
2026-02-17 02:51:44.238 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-selectable-fields-7152"} labels:{key:"e2e-framework" value:"crd-selectable-fields"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"crd-selectable-fields-7152"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-selectable-fields-7152"}
2026-02-17 02:51:44.263 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-selectable-fields-7152"}
2026-02-17 02:51:45.341 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-339"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-339"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-339"}
2026-02-17 02:51:45.363 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ephemeral-containers-test-4192"} labels:{key:"e2e-framework" value:"ephemeral-containers-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ephemeral-containers-test-4192"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"ephemeral-containers-test-4192"}
2026-02-17 02:51:45.385 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"ephemeral-containers-test-4192" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:46.999 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-8465"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-8465"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-8465"}
2026-02-17 02:51:47.028 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"e2e-kubelet-etc-hosts-4993"} labels:{key:"e2e-framework" value:"e2e-kubelet-etc-hosts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"e2e-kubelet-etc-hosts-4993"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"e2e-kubelet-etc-hosts-4993"}
2026-02-17 02:51:47.055 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"e2e-kubelet-etc-hosts-4993" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:50.476 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"subpath-339" name:"default"}
2026-02-17 02:51:50.610 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-339"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-339"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-339"}
2026-02-17 02:51:50.635 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"subpath-339"}
2026-02-17 02:51:51.551 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ephemeral-containers-test-4192"} labels:{key:"e2e-framework" value:"ephemeral-containers-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ephemeral-containers-test-4192"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"ephemeral-containers-test-4192"}
2026-02-17 02:51:51.584 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-webhook-818"} labels:{key:"e2e-framework" value:"crd-webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-webhook-818"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"crd-webhook-818"}
2026-02-17 02:51:51.607 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-webhook-818" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:51.792 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"e2e-kubelet-etc-hosts-4993"} labels:{key:"e2e-framework" value:"e2e-kubelet-etc-hosts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"e2e-kubelet-etc-hosts-4993"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"e2e-kubelet-etc-hosts-4993"}
2026-02-17 02:51:51.814 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-3027"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-3027"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-3027"}
2026-02-17 02:51:51.838 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-3027" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:51.864 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"clusterip-service" namespace:"services-3027" type:"ClusterIP" cluster_ips:"10.254.91.149" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:51:51.906 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"externalsvc" namespace:"services-3027" type:"ClusterIP" cluster_ips:"10.254.104.59" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:51:52.242 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-8465/pod-handle-http-request, name=eth0)
2026-02-17 02:51:52.242 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-8465/pod-handle-http-request" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali34cc8fb0f85" profile_ids:"kns.container-lifecycle-hook-8465" profile_ids:"ksa.container-lifecycle-hook-8465.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:51:52.242 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.242 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.243 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.243 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:52.243 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.243 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.256 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-8465/pod-handle-http-request, name=eth0)
2026-02-17 02:51:52.271 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:52.271 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"} status="up"
2026-02-17 02:51:52.271 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-8465/pod-handle-http-request" endpoint_id:"eth0"}
2026-02-17 02:51:52.271 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.container-lifecycle-hook-8465.default"}
2026-02-17 02:51:52.271 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.container-lifecycle-hook-8465"}
2026-02-17 02:51:52.271 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.271 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.272 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_XD4wLQDqHiWLBe9V4J" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.272 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_4wnCTxMQxgSNJwK7xp" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.272 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_XD4wLQDqHiWLBe9V4J" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.272 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_4wnCTxMQxgSNJwK7xp" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.272 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.272 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.272 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali34cc8fb0f85" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.280 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.280 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali34cc8fb0f85" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.280 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.280 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.281 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.164
2026-02-17 02:51:52.342 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-8465/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:51:52.342 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-lifecycle-hook-8465" name:"default"}
2026-02-17 02:51:52.342 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-8465"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-8465"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-8465"}
2026-02-17 02:51:52.362 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-lifecycle-hook-8465"}
2026-02-17 02:51:52.581 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-3027/externalsvc-dnp9f, name=eth0)
2026-02-17 02:51:52.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-3027"} profile:{inbound_rules:{action:"allow" rule_id:"ngR6fk2wQJJ4m7RK"} outbound_rules:{action:"allow" rule_id:"MakChy8OfqZJ2xk6"}}
2026-02-17 02:51:52.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-3027.default"} profile:{}
2026-02-17 02:51:52.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-3027/externalsvc-dnp9f" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia4536b8bc97" profile_ids:"kns.services-3027" profile_ids:"ksa.services-3027.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:51:52.582 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:52.582 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:52.582 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:52.583 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calia4536b8bc97" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.583 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-3027" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.583 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_AEQIE6jG7tw_n1GOEC" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.583 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calia4536b8bc97" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.583 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-3027" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.583 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_AEQIE6jG7tw_n1GOEC" ipVersion=0x4 table="filter"
2026-02-17 02:51:52.583 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calia4536b8bc97"
2026-02-17 02:51:52.583 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:52.583 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:52.622 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:51:52.622 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"} status="down"
2026-02-17 02:51:52.662 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=89 ifaceName="calia4536b8bc97" state="down"
2026-02-17 02:51:52.662 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia4536b8bc97"
2026-02-17 02:51:52.662 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=89 ifaceName="calia4536b8bc97" state="up"
2026-02-17 02:51:52.669 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia4536b8bc97", State:"down", Index:89}
2026-02-17 02:51:52.669 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia4536b8bc97", Addrs:set.Typed[string]{}}
2026-02-17 02:51:52.669 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia4536b8bc97", Addrs:set.Typed[string]{}}
2026-02-17 02:51:52.669 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia4536b8bc97", State:"up", Index:89}
2026-02-17 02:51:52.669 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia4536b8bc97"
2026-02-17 02:51:52.670 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calia4536b8bc97"
2026-02-17 02:51:52.670 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia4536b8bc97"
2026-02-17 02:51:52.670 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:52.670 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:52.671 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=88 ifaceName="cali34cc8fb0f85" state="down"
2026-02-17 02:51:52.672 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:52.672 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=88
2026-02-17 02:51:52.674 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=88 ifaceName="cali34cc8fb0f85" state=""
2026-02-17 02:51:52.674 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali34cc8fb0f85"
2026-02-17 02:51:52.694 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:52.694 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"} status="up"
2026-02-17 02:51:52.694 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali34cc8fb0f85", State:"down", Index:88}
2026-02-17 02:51:52.695 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali34cc8fb0f85", Addrs:set.Typed[string]{}}
2026-02-17 02:51:52.695 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali34cc8fb0f85", Addrs:set.Typed[string]{}}
2026-02-17 02:51:52.695 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali34cc8fb0f85", State:"", Index:88}
2026-02-17 02:51:52.695 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali34cc8fb0f85", Addrs:set.Set[string](nil)}
2026-02-17 02:51:52.695 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali34cc8fb0f85", Addrs:set.Set[string](nil)}
2026-02-17 02:51:53.107 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-3027/externalsvc-dnp9f, name=eth0)
2026-02-17 02:51:53.107 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-3027/externalsvc-dnp9f" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia4536b8bc97" profile_ids:"kns.services-3027" profile_ids:"ksa.services-3027.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:51:53.107 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:53.107 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:53.107 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:53.108 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia4536b8bc97"
2026-02-17 02:51:53.108 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:53.108 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:53.130 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:53.130 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"} status="up"
2026-02-17 02:51:54.137 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=89
2026-02-17 02:51:54.137 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia4536b8bc97"
2026-02-17 02:51:54.137 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia4536b8bc97", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:51:54.137 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia4536b8bc97", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:51:55.004 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"clusterip-service" namespace:"services-3027" type:"ExternalName" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:51:55.171 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-5204"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-5204"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-5204"}
2026-02-17 02:51:55.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9969"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9969"}
2026-02-17 02:51:55.233 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-9969" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:56.494 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-crd-conversion-webhook" namespace:"crd-webhook-818" type:"ClusterIP" cluster_ips:"10.254.184.49" ports:{Protocol:"TCP" Port:9443}
2026-02-17 02:51:56.706 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"ephemeral-containers-test-4192" name:"default"}
2026-02-17 02:51:56.833 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ephemeral-containers-test-4192"} labels:{key:"e2e-framework" value:"ephemeral-containers-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ephemeral-containers-test-4192"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"ephemeral-containers-test-4192"}
2026-02-17 02:51:57.138 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"e2e-kubelet-etc-hosts-4993" name:"default"}
2026-02-17 02:51:57.311 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"e2e-kubelet-etc-hosts-4993"} labels:{key:"e2e-framework" value:"e2e-kubelet-etc-hosts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"e2e-kubelet-etc-hosts-4993"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"e2e-kubelet-etc-hosts-4993"}
2026-02-17 02:51:57.358 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-3027/externalsvc-dnp9f, name=eth0)
2026-02-17 02:51:57.359 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-3027/externalsvc-dnp9f" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia4536b8bc97" profile_ids:"kns.services-3027" profile_ids:"ksa.services-3027.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:51:57.359 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:57.359 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:57.359 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:57.360 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia4536b8bc97"
2026-02-17 02:51:57.360 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:57.360 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:57.406 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:51:57.406 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"} status="up"
2026-02-17 02:51:59.367 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9969"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9969"}
2026-02-17 02:51:59.401 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-8576"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-8576"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-8576"}
2026-02-17 02:51:59.423 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-8576" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:51:59.670 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-3027/externalsvc-dnp9f, name=eth0)
2026-02-17 02:51:59.671 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-3027/externalsvc-dnp9f" endpoint_id:"eth0"}
2026-02-17 02:51:59.672 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-3027"}
2026-02-17 02:51:59.672 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-3027.default"}
2026-02-17 02:51:59.672 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:59.672 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:59.673 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-3027" ipVersion=0x4 table="filter"
2026-02-17 02:51:59.673 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_AEQIE6jG7tw_n1GOEC" ipVersion=0x4 table="filter"
2026-02-17 02:51:59.673 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-3027" ipVersion=0x4 table="filter"
2026-02-17 02:51:59.674 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_AEQIE6jG7tw_n1GOEC" ipVersion=0x4 table="filter"
2026-02-17 02:51:59.674 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:59.674 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calia4536b8bc97" ipVersion=0x4 table="filter"
2026-02-17 02:51:59.674 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calia4536b8bc97" ipVersion=0x4 table="filter"
2026-02-17 02:51:59.674 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:59.674 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:59.685 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.168
2026-02-17 02:51:59.734 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-3027/externalsvc-dnp9f", EndpointId:"eth0"}
2026-02-17 02:51:59.776 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=89 ifaceName="calia4536b8bc97" state="down"
2026-02-17 02:51:59.776 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia4536b8bc97"
2026-02-17 02:51:59.776 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia4536b8bc97", State:"down", Index:89}
2026-02-17 02:51:59.776 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=89
2026-02-17 02:51:59.776 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia4536b8bc97", Addrs:set.Typed[string]{}}
2026-02-17 02:51:59.777 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia4536b8bc97", Addrs:set.Typed[string]{}}
2026-02-17 02:51:59.784 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=89 ifaceName="calia4536b8bc97" state=""
2026-02-17 02:51:59.784 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia4536b8bc97"
2026-02-17 02:51:59.801 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia4536b8bc97", State:"", Index:89}
2026-02-17 02:51:59.801 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia4536b8bc97", Addrs:set.Set[string](nil)}
2026-02-17 02:51:59.801 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia4536b8bc97", Addrs:set.Set[string](nil)}
2026-02-17 02:52:00.343 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-5204" name:"default"}
2026-02-17 02:52:00.368 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"externalsvc" namespace:"services-3027"
2026-02-17 02:52:00.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"clusterip-service" namespace:"services-3027"
2026-02-17 02:52:00.412 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-3027"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-3027"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-3027"}
2026-02-17 02:52:00.434 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-9477"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-9477"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-9477"}
2026-02-17 02:52:00.458 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-9477" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:00.506 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-9477"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-9477"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-9477"}
2026-02-17 02:52:00.535 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-9556"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-9556"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-9556"}
2026-02-17 02:52:00.571 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-9556" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:00.646 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-crd-conversion-webhook" namespace:"crd-webhook-818"
2026-02-17 02:52:00.735 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-webhook-818"} labels:{key:"e2e-framework" value:"crd-webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-webhook-818"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"crd-webhook-818"}
2026-02-17 02:52:00.766 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3000"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3000"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3000"}
2026-02-17 02:52:00.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-3000" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:00.986 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-5204"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-5204"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-5204"}
2026-02-17 02:52:01.014 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-5204"}
2026-02-17 02:52:01.494 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"fooservice" namespace:"pods-8576" type:"ClusterIP" cluster_ips:"10.254.103.25" ports:{Protocol:"TCP" Port:8765}
2026-02-17 02:52:02.630 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"e2e-kubelet-etc-hosts-4993"} labels:{key:"e2e-framework" value:"e2e-kubelet-etc-hosts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"e2e-kubelet-etc-hosts-4993"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"e2e-kubelet-etc-hosts-4993"}
2026-02-17 02:52:02.652 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"e2e-kubelet-etc-hosts-4993"}
2026-02-17 02:52:04.447 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-9969" name:"default"}
2026-02-17 02:52:04.640 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-9556"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-9556"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-9556"}
2026-02-17 02:52:04.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-8615"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-8615"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-8615"}
2026-02-17 02:52:04.691 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-8615" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:04.839 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9969"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9969"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9969"}
2026-02-17 02:52:04.859 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-9969"}
2026-02-17 02:52:04.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3000"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3000"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3000"}
2026-02-17 02:52:04.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4703"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4703"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4703"}
2026-02-17 02:52:04.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-4703" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:04.970 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4703"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4703"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4703"} labels:{key:"webhook-4703" value:"true"}
2026-02-17 02:52:04.970 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-864"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-864"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-864"} labels:{key:"webhook-4703-markers" value:"true"}
2026-02-17 02:52:04.993 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-864" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:05.584 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-8576"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-8576"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-8576"}
2026-02-17 02:52:05.612 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-9477" name:"default"}
2026-02-17 02:52:05.612 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-3978"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-3978"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-3978"}
2026-02-17 02:52:05.631 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"custom-resource-definition-3978" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:05.843 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-webhook-818" name:"default"}
2026-02-17 02:52:06.319 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-3027" name:"default"}
2026-02-17 02:52:06.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-9477"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-9477"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-9477"}
2026-02-17 02:52:06.456 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-9477"}
2026-02-17 02:52:06.558 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-webhook-818"} labels:{key:"e2e-framework" value:"crd-webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"crd-webhook-818"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"crd-webhook-818"}
2026-02-17 02:52:06.584 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-3027"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-3027"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-3027"}
2026-02-17 02:52:06.605 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-3027"}
2026-02-17 02:52:06.605 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-webhook-818"}
2026-02-17 02:52:09.668 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-9556" name:"default"}
2026-02-17 02:52:10.008 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-9556"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-9556"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-9556"}
2026-02-17 02:52:10.030 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-9556"}
2026-02-17 02:52:10.196 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-4703" type:"ClusterIP" cluster_ips:"10.254.91.59" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:52:10.319 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-3000" name:"default"}
2026-02-17 02:52:10.442 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3000"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3000"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3000"}
2026-02-17 02:52:10.464 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-3000"}
2026-02-17 02:52:10.736 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-8576" name:"default"}
2026-02-17 02:52:10.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"fooservice" namespace:"pods-8576"
2026-02-17 02:52:11.225 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-4703"
2026-02-17 02:52:11.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-8576"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-8576"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-8576"}
2026-02-17 02:52:11.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4703"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4703"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4703"} labels:{key:"webhook-4703" value:"true"}
2026-02-17 02:52:11.341 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-864"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-864"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-864"} labels:{key:"webhook-4703-markers" value:"true"}
2026-02-17 02:52:11.363 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-9439"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-9439"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-9439"}
2026-02-17 02:52:11.385 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replication-controller-9439" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:12.040 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-3978"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-3978"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-3978"}
2026-02-17 02:52:12.068 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-249"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-249"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-249"}
2026-02-17 02:52:12.068 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"cronjob-249" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:12.212 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-249"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-249"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-249"}
2026-02-17 02:52:12.247 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"discovery-9415"} labels:{key:"e2e-framework" value:"discovery"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"discovery-9415"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"discovery-9415"}
2026-02-17 02:52:12.276 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"discovery-9415" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:12.660 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"discovery-9415"} labels:{key:"e2e-framework" value:"discovery"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"discovery-9415"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"discovery-9415"}
2026-02-17 02:52:12.685 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"hostport-8245"} labels:{key:"e2e-framework" value:"hostport"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"hostport-8245"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"hostport-8245"}
2026-02-17 02:52:12.710 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"hostport-8245" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:12.963 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-9439/e2e-rc-cn56r-rg2bn, name=eth0)
2026-02-17 02:52:12.963 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.replication-controller-9439"} profile:{inbound_rules:{action:"allow" rule_id:"sRvnnFb58bBG8cQZ"} outbound_rules:{action:"allow" rule_id:"3upWn40U0imdvA1x"}}
2026-02-17 02:52:12.963 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replication-controller-9439.default"} profile:{}
2026-02-17 02:52:12.964 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-9439/e2e-rc-cn56r-rg2bn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali08b8c78412b" profile_ids:"kns.replication-controller-9439" profile_ids:"ksa.replication-controller-9439.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:52:12.964 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:12.964 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:12.964 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:12.965 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali08b8c78412b" ipVersion=0x4 table="filter"
2026-02-17 02:52:12.965 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-__qcZdNk5nV4v7LaAHn" ipVersion=0x4 table="filter"
2026-02-17 02:52:12.965 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_Ny-MA82i-SFjh3f9_P" ipVersion=0x4 table="filter"
2026-02-17 02:52:12.965 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali08b8c78412b" ipVersion=0x4 table="filter"
2026-02-17 02:52:12.965 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-__qcZdNk5nV4v7LaAHn" ipVersion=0x4 table="filter"
2026-02-17 02:52:12.965 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_Ny-MA82i-SFjh3f9_P" ipVersion=0x4 table="filter"
2026-02-17 02:52:12.965 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali08b8c78412b"
2026-02-17 02:52:12.965 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:12.965 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:12.998 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:12.998 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} status="down"
2026-02-17 02:52:13.041 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=90 ifaceName="cali08b8c78412b" state="down"
2026-02-17 02:52:13.042 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali08b8c78412b", State:"down", Index:90}
2026-02-17 02:52:13.042 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali08b8c78412b"
2026-02-17 02:52:13.042 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali08b8c78412b"
2026-02-17 02:52:13.042 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:13.042 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:13.047 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=90 ifaceName="cali08b8c78412b" state="up"
2026-02-17 02:52:13.067 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:13.067 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} status="down"
2026-02-17 02:52:13.067 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali08b8c78412b", Addrs:set.Typed[string]{}}
2026-02-17 02:52:13.067 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali08b8c78412b", Addrs:set.Typed[string]{}}
2026-02-17 02:52:13.067 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali08b8c78412b", State:"up", Index:90}
2026-02-17 02:52:13.067 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali08b8c78412b"
2026-02-17 02:52:13.067 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali08b8c78412b"
2026-02-17 02:52:13.067 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali08b8c78412b"
2026-02-17 02:52:13.067 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:13.067 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:13.083 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:13.083 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} status="up"
2026-02-17 02:52:13.332 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod1, name=eth0)
2026-02-17 02:52:13.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.hostport-8245"} profile:{inbound_rules:{action:"allow" rule_id:"uq2iAZmogj67piO_"} outbound_rules:{action:"allow" rule_id:"L5DV9nhUjoRsfyNN"}}
2026-02-17 02:52:13.333 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.hostport-8245.default"} profile:{}
2026-02-17 02:52:13.333 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod1" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliab8e634c9ed" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:52:13.333 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.333 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.333 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.333 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-caliab8e634c9ed" ipVersion=0x4 table="filter"
2026-02-17 02:52:13.333 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.hostport-8245" ipVersion=0x4 table="filter"
2026-02-17 02:52:13.333 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_0Tqa776y4nxzEoy_ME" ipVersion=0x4 table="filter"
2026-02-17 02:52:13.333 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-caliab8e634c9ed" ipVersion=0x4 table="filter"
2026-02-17 02:52:13.334 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.hostport-8245" ipVersion=0x4 table="filter"
2026-02-17 02:52:13.334 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_0Tqa776y4nxzEoy_ME" ipVersion=0x4 table="filter"
2026-02-17 02:52:13.334 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="caliab8e634c9ed"
2026-02-17 02:52:13.334 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.334 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.365 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:13.365 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} status="down"
2026-02-17 02:52:13.409 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=91 ifaceName="caliab8e634c9ed" state="down"
2026-02-17 02:52:13.409 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliab8e634c9ed"
2026-02-17 02:52:13.409 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliab8e634c9ed", State:"down", Index:91}
2026-02-17 02:52:13.410 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliab8e634c9ed", Addrs:set.Typed[string]{}}
2026-02-17 02:52:13.410 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliab8e634c9ed", Addrs:set.Typed[string]{}}
2026-02-17 02:52:13.410 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliab8e634c9ed"
2026-02-17 02:52:13.410 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.410 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.411 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=91 ifaceName="caliab8e634c9ed" state="up"
2026-02-17 02:52:13.434 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:13.434 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} status="down"
2026-02-17 02:52:13.434 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliab8e634c9ed", State:"up", Index:91}
2026-02-17 02:52:13.434 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliab8e634c9ed"
2026-02-17 02:52:13.434 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliab8e634c9ed"
2026-02-17 02:52:13.434 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliab8e634c9ed"
2026-02-17 02:52:13.434 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.434 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:13.458 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:13.458 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} status="up"
2026-02-17 02:52:13.458 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-9439"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-9439"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-9439"}
2026-02-17 02:52:13.458 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-6540"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-6540"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-6540"}
2026-02-17 02:52:13.493 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-6540" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:14.217 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-9439/e2e-rc-cn56r-rg2bn, name=eth0)
2026-02-17 02:52:14.217 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-9439/e2e-rc-cn56r-rg2bn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali08b8c78412b" profile_ids:"kns.replication-controller-9439" profile_ids:"ksa.replication-controller-9439.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:52:14.217 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:14.217 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:14.218 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:14.218 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali08b8c78412b"
2026-02-17 02:52:14.219 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:14.219 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:14.242 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod1, name=eth0)
2026-02-17 02:52:14.261 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:14.261 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} status="up"
2026-02-17 02:52:14.261 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod1" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliab8e634c9ed" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:52:14.261 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:14.262 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:14.262 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:14.262 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliab8e634c9ed"
2026-02-17 02:52:14.263 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:14.263 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:14.289 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:14.289 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} status="up"
2026-02-17 02:52:14.393 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=90
2026-02-17 02:52:14.393 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali08b8c78412b"
2026-02-17 02:52:14.395 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali08b8c78412b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:14.395 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali08b8c78412b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:15.225 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=91
2026-02-17 02:52:15.225 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliab8e634c9ed"
2026-02-17 02:52:15.225 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliab8e634c9ed", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:15.225 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliab8e634c9ed", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:15.326 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod2, name=eth0)
2026-02-17 02:52:15.327 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"califbcdeda229e" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:52:15.327 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:15.327 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:15.327 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:15.328 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:52:15.328 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-califbcdeda229e" ipVersion=0x4 table="filter"
2026-02-17 02:52:15.328 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:52:15.328 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-califbcdeda229e" ipVersion=0x4 table="filter"
2026-02-17 02:52:15.328 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="califbcdeda229e"
2026-02-17 02:52:15.328 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:15.328 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:15.369 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:15.369 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} status="down"
2026-02-17 02:52:15.405 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=92 ifaceName="califbcdeda229e" state="down"
2026-02-17 02:52:15.405 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califbcdeda229e"
2026-02-17 02:52:15.405 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=92 ifaceName="califbcdeda229e" state="up"
2026-02-17 02:52:15.405 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califbcdeda229e", State:"down", Index:92}
2026-02-17 02:52:15.405 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califbcdeda229e", Addrs:set.Typed[string]{}}
2026-02-17 02:52:15.405 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califbcdeda229e", Addrs:set.Typed[string]{}}
2026-02-17 02:52:15.405 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califbcdeda229e", State:"up", Index:92}
2026-02-17 02:52:15.405 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califbcdeda229e"
2026-02-17 02:52:15.405 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califbcdeda229e"
2026-02-17 02:52:15.405 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califbcdeda229e"
2026-02-17 02:52:15.406 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:15.406 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:15.428 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:15.428 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:52:16.239 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod2, name=eth0)
2026-02-17 02:52:16.239 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"califbcdeda229e" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:52:16.239 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.239 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.239 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.241 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califbcdeda229e"
2026-02-17 02:52:16.241 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.241 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.257 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod2, name=eth0)
2026-02-17 02:52:16.267 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:16.267 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:52:16.267 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"califbcdeda229e" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:52:16.268 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.268 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.268 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.268 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califbcdeda229e"
2026-02-17 02:52:16.269 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.269 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:16.292 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:16.292 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:52:16.535 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-4703" name:"default"}
2026-02-17 02:52:16.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-864" name:"default"}
2026-02-17 02:52:16.661 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-8576"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-8576"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-8576"}
2026-02-17 02:52:16.661 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-8576"}
2026-02-17 02:52:16.684 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4703"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4703"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4703"} labels:{key:"webhook-4703" value:"true"}
2026-02-17 02:52:16.684 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-4703"}
2026-02-17 02:52:16.825 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=92
2026-02-17 02:52:16.825 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califbcdeda229e"
2026-02-17 02:52:16.825 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califbcdeda229e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:16.825 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califbcdeda229e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:16.865 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-864"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-864"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-864"} labels:{key:"webhook-4703-markers" value:"true"}
2026-02-17 02:52:16.892 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-864"}
2026-02-17 02:52:17.196 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"custom-resource-definition-3978" name:"default"}
2026-02-17 02:52:17.330 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"cronjob-249" name:"default"}
2026-02-17 02:52:17.384 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod3, name=eth0)
2026-02-17 02:52:17.385 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod3" endpoint_id:"eth0"} endpoint:{state:"active" name:"calide5c2f3814a" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:52:17.385 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.385 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.385 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.386 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calide5c2f3814a" ipVersion=0x4 table="filter"
2026-02-17 02:52:17.386 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calide5c2f3814a" ipVersion=0x4 table="filter"
2026-02-17 02:52:17.386 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calide5c2f3814a"
2026-02-17 02:52:17.386 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.386 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.431 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:17.431 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} status="down"
2026-02-17 02:52:17.458 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=93 ifaceName="calide5c2f3814a" state="down"
2026-02-17 02:52:17.458 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calide5c2f3814a", State:"down", Index:93}
2026-02-17 02:52:17.459 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calide5c2f3814a"
2026-02-17 02:52:17.459 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.459 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.459 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calide5c2f3814a"
2026-02-17 02:52:17.463 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=93 ifaceName="calide5c2f3814a" state="up"
2026-02-17 02:52:17.482 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:17.482 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} status="down"
2026-02-17 02:52:17.482 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calide5c2f3814a", Addrs:set.Typed[string]{}}
2026-02-17 02:52:17.483 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calide5c2f3814a", Addrs:set.Typed[string]{}}
2026-02-17 02:52:17.483 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calide5c2f3814a", State:"up", Index:93}
2026-02-17 02:52:17.483 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calide5c2f3814a"
2026-02-17 02:52:17.483 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calide5c2f3814a"
2026-02-17 02:52:17.483 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calide5c2f3814a"
2026-02-17 02:52:17.483 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.483 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:17.507 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:17.507 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} status="up"
2026-02-17 02:52:17.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-3978"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-3978"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-3978"}
2026-02-17 02:52:17.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"custom-resource-definition-3978"}
2026-02-17 02:52:17.598 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-6540"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-6540"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-6540"}
2026-02-17 02:52:17.635 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-7945"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-7945"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-7945"}
2026-02-17 02:52:17.661 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"cronjob-7945" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:17.821 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-249"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-249"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-249"}
2026-02-17 02:52:17.840 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"cronjob-249"}
2026-02-17 02:52:17.999 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"discovery-9415" name:"default"}
2026-02-17 02:52:18.098 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"discovery-9415"} labels:{key:"e2e-framework" value:"discovery"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"discovery-9415"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"discovery-9415"}
2026-02-17 02:52:18.120 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"discovery-9415"}
2026-02-17 02:52:18.245 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod3, name=eth0)
2026-02-17 02:52:18.245 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod3" endpoint_id:"eth0"} endpoint:{state:"active" name:"calide5c2f3814a" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:52:18.246 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.246 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.246 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.247 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calide5c2f3814a"
2026-02-17 02:52:18.247 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.247 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.261 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod3, name=eth0)
2026-02-17 02:52:18.270 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:18.270 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} status="up"
2026-02-17 02:52:18.270 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod3" endpoint_id:"eth0"} endpoint:{state:"active" name:"calide5c2f3814a" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:52:18.270 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.270 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.270 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.271 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calide5c2f3814a"
2026-02-17 02:52:18.271 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.271 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:18.301 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:18.301 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} status="up"
2026-02-17 02:52:18.449 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.replication-controller-9439.default"
2026-02-17 02:52:18.449 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replication-controller-9439.default"} profile:{inbound_rules:{action:"deny" rule_id:"hMjPDhJnG-1m-AKH"} outbound_rules:{action:"deny" rule_id:"sb3i-j51TR71Yc5X"}}
2026-02-17 02:52:18.449 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replication-controller-9439" name:"default"}
2026-02-17 02:52:18.462 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=93
2026-02-17 02:52:18.462 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calide5c2f3814a"
2026-02-17 02:52:18.489 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calide5c2f3814a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:18.489 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calide5c2f3814a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:18.655 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-9439/e2e-rc-cn56r-rg2bn, name=eth0)
2026-02-17 02:52:18.655 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-9439/e2e-rc-cn56r-rg2bn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali08b8c78412b" profile_ids:"kns.replication-controller-9439" profile_ids:"ksa.replication-controller-9439.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:52:18.655 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.655 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.656 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.658 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali08b8c78412b"
2026-02-17 02:52:18.659 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.659 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.665 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-9439/e2e-rc-cn56r-rg2bn, name=eth0)
2026-02-17 02:52:18.682 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:18.682 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"} status="up"
2026-02-17 02:52:18.682 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-9439/e2e-rc-cn56r-rg2bn" endpoint_id:"eth0"}
2026-02-17 02:52:18.682 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.replication-controller-9439.default"}
2026-02-17 02:52:18.682 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.replication-controller-9439"}
2026-02-17 02:52:18.682 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.682 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.683 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-__qcZdNk5nV4v7LaAHn" ipVersion=0x4 table="filter"
2026-02-17 02:52:18.683 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_Ny-MA82i-SFjh3f9_P" ipVersion=0x4 table="filter"
2026-02-17 02:52:18.683 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-__qcZdNk5nV4v7LaAHn" ipVersion=0x4 table="filter"
2026-02-17 02:52:18.683 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_Ny-MA82i-SFjh3f9_P" ipVersion=0x4 table="filter"
2026-02-17 02:52:18.683 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.683 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali08b8c78412b" ipVersion=0x4 table="filter"
2026-02-17 02:52:18.683 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali08b8c78412b" ipVersion=0x4 table="filter"
2026-02-17 02:52:18.683 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.683 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.684 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.169
2026-02-17 02:52:18.738 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-9439/e2e-rc-cn56r-rg2bn", EndpointId:"eth0"}
2026-02-17 02:52:18.778 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:52:18.899 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-9439"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-9439"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-9439"}
2026-02-17 02:52:18.923 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replication-controller-9439"}
2026-02-17 02:52:19.091 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=90 ifaceName="cali08b8c78412b" state="down"
2026-02-17 02:52:19.091 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali08b8c78412b", State:"down", Index:90}
2026-02-17 02:52:19.092 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali08b8c78412b"
2026-02-17 02:52:19.092 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=90
2026-02-17 02:52:19.094 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=90 ifaceName="cali08b8c78412b" state=""
2026-02-17 02:52:19.095 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali08b8c78412b"
2026-02-17 02:52:19.114 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali08b8c78412b", Addrs:set.Typed[string]{}}
2026-02-17 02:52:19.114 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali08b8c78412b", Addrs:set.Typed[string]{}}
2026-02-17 02:52:19.114 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali08b8c78412b", State:"", Index:90}
2026-02-17 02:52:19.114 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali08b8c78412b", Addrs:set.Set[string](nil)}
2026-02-17 02:52:19.114 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali08b8c78412b", Addrs:set.Set[string](nil)}
2026-02-17 02:52:22.705 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-6540" name:"default"}
2026-02-17 02:52:22.849 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-6540"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-6540"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-6540"}
2026-02-17 02:52:22.881 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-6540"}
2026-02-17 02:52:26.108 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"hostport-8245"} labels:{key:"e2e-framework" value:"hostport"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"hostport-8245"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"hostport-8245"}
2026-02-17 02:52:26.141 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-logs-3785"} labels:{key:"e2e-framework" value:"kubectl-logs"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-logs-3785"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-logs-3785"}
2026-02-17 02:52:26.167 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-logs-3785" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:31.144 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.hostport-8245.default"
2026-02-17 02:52:31.146 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.hostport-8245.default"} profile:{inbound_rules:{action:"deny" rule_id:"4mg76xiaFFG1eo-U"} outbound_rules:{action:"deny" rule_id:"_qOMxAX4C_FeYHcF"}}
2026-02-17 02:52:31.147 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"hostport-8245" name:"default"}
2026-02-17 02:52:31.377 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod1, name=eth0)
2026-02-17 02:52:31.377 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod1" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliab8e634c9ed" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:52:31.377 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:31.377 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:31.377 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:31.378 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliab8e634c9ed"
2026-02-17 02:52:31.379 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:31.379 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:31.385 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod2, name=eth0)
2026-02-17 02:52:31.399 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod3, name=eth0)
2026-02-17 02:52:31.413 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:31.413 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"} status="up"
2026-02-17 02:52:31.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"califbcdeda229e" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:52:31.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod3" endpoint_id:"eth0"} endpoint:{state:"active" name:"calide5c2f3814a" profile_ids:"kns.hostport-8245" profile_ids:"ksa.hostport-8245.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:52:31.413 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:31.413 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:31.413 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:31.414 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:31.414 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:31.414 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:31.415 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califbcdeda229e"
2026-02-17 02:52:31.415 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calide5c2f3814a"
2026-02-17 02:52:31.415 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:31.415 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:31.415 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:31.415 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:31.443 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:31.443 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:52:31.443 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:31.443 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"} status="up"
2026-02-17 02:52:31.491 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"hostport-8245"} labels:{key:"e2e-framework" value:"hostport"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"hostport-8245"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"hostport-8245"}
2026-02-17 02:52:32.083 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod1, name=eth0)
2026-02-17 02:52:32.083 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod1" endpoint_id:"eth0"}
2026-02-17 02:52:32.083 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:32.083 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:32.084 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:32.084 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-caliab8e634c9ed" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.084 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-caliab8e634c9ed" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.084 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:32.084 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:32.090 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.180
2026-02-17 02:52:32.186 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=91
2026-02-17 02:52:32.186 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliab8e634c9ed"
2026-02-17 02:52:32.187 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=91 ifaceName="caliab8e634c9ed" state="down"
2026-02-17 02:52:32.188 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=91 ifaceName="caliab8e634c9ed" state=""
2026-02-17 02:52:32.188 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliab8e634c9ed"
2026-02-17 02:52:32.189 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod2, name=eth0)
2026-02-17 02:52:32.190 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod1", EndpointId:"eth0"}
2026-02-17 02:52:32.190 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod2" endpoint_id:"eth0"}
2026-02-17 02:52:32.190 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:32.190 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:32.190 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:32.190 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.190 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-califbcdeda229e" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.190 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.190 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-califbcdeda229e" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.190 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:32.190 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:32.191 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.179
2026-02-17 02:52:32.254 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod2", EndpointId:"eth0"}
2026-02-17 02:52:32.254 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliab8e634c9ed", Addrs:set.Typed[string]{}}
2026-02-17 02:52:32.254 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliab8e634c9ed", Addrs:set.Typed[string]{}}
2026-02-17 02:52:32.254 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliab8e634c9ed", State:"down", Index:91}
2026-02-17 02:52:32.254 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliab8e634c9ed", State:"", Index:91}
2026-02-17 02:52:32.254 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliab8e634c9ed", Addrs:set.Set[string](nil)}
2026-02-17 02:52:32.254 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliab8e634c9ed", Addrs:set.Set[string](nil)}
2026-02-17 02:52:32.264 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=hostport-8245/pod3, name=eth0)
2026-02-17 02:52:32.271 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"hostport-8245/pod3" endpoint_id:"eth0"}
2026-02-17 02:52:32.271 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.hostport-8245"}
2026-02-17 02:52:32.271 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.hostport-8245.default"}
2026-02-17 02:52:32.271 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:32.271 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:32.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.hostport-8245" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_0Tqa776y4nxzEoy_ME" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.hostport-8245" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_0Tqa776y4nxzEoy_ME" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.274 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:32.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calide5c2f3814a" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.274 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calide5c2f3814a" ipVersion=0x4 table="filter"
2026-02-17 02:52:32.274 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:32.274 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:32.274 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.173
2026-02-17 02:52:32.298 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=92 ifaceName="califbcdeda229e" state="down"
2026-02-17 02:52:32.298 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califbcdeda229e"
2026-02-17 02:52:32.299 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=92 ifaceName="califbcdeda229e" state=""
2026-02-17 02:52:32.299 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="califbcdeda229e"
2026-02-17 02:52:32.299 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=92
2026-02-17 02:52:32.329 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"hostport-8245/pod3", EndpointId:"eth0"}
2026-02-17 02:52:32.329 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califbcdeda229e", State:"down", Index:92}
2026-02-17 02:52:32.329 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califbcdeda229e", Addrs:set.Typed[string]{}}
2026-02-17 02:52:32.329 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califbcdeda229e", Addrs:set.Typed[string]{}}
2026-02-17 02:52:32.329 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califbcdeda229e", State:"", Index:92}
2026-02-17 02:52:32.329 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califbcdeda229e", Addrs:set.Set[string](nil)}
2026-02-17 02:52:32.329 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califbcdeda229e", Addrs:set.Set[string](nil)}
2026-02-17 02:52:32.370 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=93 ifaceName="calide5c2f3814a" state="down"
2026-02-17 02:52:32.370 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calide5c2f3814a"
2026-02-17 02:52:32.370 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=93
2026-02-17 02:52:32.370 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calide5c2f3814a", State:"down", Index:93}
2026-02-17 02:52:32.370 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calide5c2f3814a", Addrs:set.Typed[string]{}}
2026-02-17 02:52:32.370 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calide5c2f3814a", Addrs:set.Typed[string]{}}
2026-02-17 02:52:32.374 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=93 ifaceName="calide5c2f3814a" state=""
2026-02-17 02:52:32.374 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calide5c2f3814a"
2026-02-17 02:52:32.386 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calide5c2f3814a", State:"", Index:93}
2026-02-17 02:52:32.386 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calide5c2f3814a", Addrs:set.Set[string](nil)}
2026-02-17 02:52:32.386 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calide5c2f3814a", Addrs:set.Set[string](nil)}
2026-02-17 02:52:32.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-logs-3785"} labels:{key:"e2e-framework" value:"kubectl-logs"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-logs-3785"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-logs-3785"}
2026-02-17 02:52:32.616 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-6816"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-6816"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-6816"}
2026-02-17 02:52:32.616 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"custom-resource-definition-6816" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:33.228 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-6816"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-6816"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-6816"}
2026-02-17 02:52:33.256 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-328"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-328"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-328"}
2026-02-17 02:52:33.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-runtime-328" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:34.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"ephemeral-containers-test-4192"} labels:{key:"e2e-framework" value:"ephemeral-containers-test"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"ephemeral-containers-test-4192"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"ephemeral-containers-test-4192"}
2026-02-17 02:52:34.884 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"ephemeral-containers-test-4192"}
2026-02-17 02:52:36.368 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-328"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-328"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-328"}
2026-02-17 02:52:36.389 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-5351"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-5351"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-5351"}
2026-02-17 02:52:36.410 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"deployment-5351" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:36.747 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"hostport-8245"} labels:{key:"e2e-framework" value:"hostport"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"hostport-8245"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"hostport-8245"}
2026-02-17 02:52:36.777 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"hostport-8245"}
2026-02-17 02:52:37.378 [INFO][60] felix/summary.go 100: Summarising 210 dataplane reconciliation loops over 1m0s: avg=28ms longest=107ms (resync-calico-v4,resync-filter-v4,update-filter-v4)
2026-02-17 02:52:37.888 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-logs-3785" name:"default"}
2026-02-17 02:52:37.930 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-logs-3785"} labels:{key:"e2e-framework" value:"kubectl-logs"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-logs-3785"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-logs-3785"}
2026-02-17 02:52:37.959 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-logs-3785"}
2026-02-17 02:52:38.246 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"custom-resource-definition-6816" name:"default"}
2026-02-17 02:52:38.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-6816"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-6816"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-6816"}
2026-02-17 02:52:38.441 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"custom-resource-definition-6816"}
2026-02-17 02:52:38.575 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-5351"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-5351"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-5351"}
2026-02-17 02:52:38.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-6150"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-6150"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-6150"}
2026-02-17 02:52:38.629 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pod-network-test-6150" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:39.216 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6150/netserver-0, name=eth0)
2026-02-17 02:52:39.216 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.pod-network-test-6150"} profile:{inbound_rules:{action:"allow" rule_id:"1KAi4NymL54FeUn0"} outbound_rules:{action:"allow" rule_id:"hfUezXhDOWEe1z1c"}}
2026-02-17 02:52:39.216 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.pod-network-test-6150.default"} profile:{}
2026-02-17 02:52:39.217 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6150/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliac0f802b72a" profile_ids:"kns.pod-network-test-6150" profile_ids:"ksa.pod-network-test-6150.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:52:39.217 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.217 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.217 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.217 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-caliac0f802b72a" ipVersion=0x4 table="filter"
2026-02-17 02:52:39.217 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_3_jAYBbQ7KY17Lqluu" ipVersion=0x4 table="filter"
2026-02-17 02:52:39.217 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_fCWYAF_QD_qVGw8VwN" ipVersion=0x4 table="filter"
2026-02-17 02:52:39.217 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-caliac0f802b72a" ipVersion=0x4 table="filter"
2026-02-17 02:52:39.217 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_3_jAYBbQ7KY17Lqluu" ipVersion=0x4 table="filter"
2026-02-17 02:52:39.217 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_fCWYAF_QD_qVGw8VwN" ipVersion=0x4 table="filter"
2026-02-17 02:52:39.217 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="caliac0f802b72a"
2026-02-17 02:52:39.217 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.217 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.259 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:39.259 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} status="down"
2026-02-17 02:52:39.293 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=94 ifaceName="caliac0f802b72a" state="down"
2026-02-17 02:52:39.293 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliac0f802b72a"
2026-02-17 02:52:39.293 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliac0f802b72a", State:"down", Index:94}
2026-02-17 02:52:39.293 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliac0f802b72a", Addrs:set.Typed[string]{}}
2026-02-17 02:52:39.294 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliac0f802b72a", Addrs:set.Typed[string]{}}
2026-02-17 02:52:39.294 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliac0f802b72a"
2026-02-17 02:52:39.294 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.294 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.297 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=94 ifaceName="caliac0f802b72a" state="up"
2026-02-17 02:52:39.310 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:52:39.310 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} status="down"
2026-02-17 02:52:39.310 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliac0f802b72a", State:"up", Index:94}
2026-02-17 02:52:39.310 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliac0f802b72a"
2026-02-17 02:52:39.311 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliac0f802b72a"
2026-02-17 02:52:39.311 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliac0f802b72a"
2026-02-17 02:52:39.311 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.311 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:39.331 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:39.331 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:52:40.439 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6150/netserver-0, name=eth0)
2026-02-17 02:52:40.440 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6150/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliac0f802b72a" profile_ids:"kns.pod-network-test-6150" profile_ids:"ksa.pod-network-test-6150.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:52:40.440 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:40.440 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:40.440 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:40.441 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliac0f802b72a"
2026-02-17 02:52:40.442 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:40.442 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:40.463 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:40.463 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:52:41.145 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=94
2026-02-17 02:52:41.145 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliac0f802b72a"
2026-02-17 02:52:41.145 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliac0f802b72a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:41.145 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliac0f802b72a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:52:41.691 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-runtime-328" name:"default"}
2026-02-17 02:52:41.714 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-328"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-328"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-328"}
2026-02-17 02:52:41.742 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-runtime-328"}
2026-02-17 02:52:43.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"deployment-5351" name:"default"}
2026-02-17 02:52:44.054 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-5351"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-5351"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-5351"}
2026-02-17 02:52:44.078 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"deployment-5351"}
2026-02-17 02:52:52.453 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6150/netserver-0, name=eth0)
2026-02-17 02:52:52.453 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6150/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliac0f802b72a" profile_ids:"kns.pod-network-test-6150" profile_ids:"ksa.pod-network-test-6150.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:52:52.453 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:52.453 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:52.453 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:52.454 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliac0f802b72a"
2026-02-17 02:52:52.455 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:52.455 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:52:52.489 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:52:52.490 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:52:54.923 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-6150"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-6150"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-6150"}
2026-02-17 02:52:54.949 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-3690"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-3690"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-3690"}
2026-02-17 02:52:54.971 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-3690" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:52:59.052 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-3690"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-3690"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-3690"}
2026-02-17 02:52:59.081 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-1366"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-1366"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-1366"}
2026-02-17 02:52:59.081 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-1366" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:00.091 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.pod-network-test-6150.default"
2026-02-17 02:53:00.092 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.pod-network-test-6150.default"} profile:{inbound_rules:{action:"deny" rule_id:"1CCiQ_n-UU5yCbeO"} outbound_rules:{action:"deny" rule_id:"8cLIgwlGOL9V88jC"}}
2026-02-17 02:53:00.092 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pod-network-test-6150" name:"default"}
2026-02-17 02:53:00.432 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6150/netserver-0, name=eth0)
2026-02-17 02:53:00.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6150/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliac0f802b72a" profile_ids:"kns.pod-network-test-6150" profile_ids:"ksa.pod-network-test-6150.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:53:00.433 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.434 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.434 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.435 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliac0f802b72a"
2026-02-17 02:53:00.436 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.436 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.467 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:00.467 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:53:00.473 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-6150"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-6150"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-6150"}
2026-02-17 02:53:00.678 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-6150/netserver-0, name=eth0)
2026-02-17 02:53:00.679 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-6150/netserver-0" endpoint_id:"eth0"}
2026-02-17 02:53:00.679 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.pod-network-test-6150"}
2026-02-17 02:53:00.679 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.pod-network-test-6150.default"}
2026-02-17 02:53:00.679 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.679 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.680 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_3_jAYBbQ7KY17Lqluu" ipVersion=0x4 table="filter"
2026-02-17 02:53:00.680 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_fCWYAF_QD_qVGw8VwN" ipVersion=0x4 table="filter"
2026-02-17 02:53:00.680 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_3_jAYBbQ7KY17Lqluu" ipVersion=0x4 table="filter"
2026-02-17 02:53:00.680 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_fCWYAF_QD_qVGw8VwN" ipVersion=0x4 table="filter"
2026-02-17 02:53:00.680 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.680 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-caliac0f802b72a" ipVersion=0x4 table="filter"
2026-02-17 02:53:00.680 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-caliac0f802b72a" ipVersion=0x4 table="filter"
2026-02-17 02:53:00.680 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.680 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.681 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.166
bird: KIF: Received address message for unknown interface 94
2026-02-17 02:53:00.738 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-6150/netserver-0", EndpointId:"eth0"}
2026-02-17 02:53:00.791 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=94 ifaceName="caliac0f802b72a" state="down"
2026-02-17 02:53:00.791 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliac0f802b72a"
2026-02-17 02:53:00.792 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliac0f802b72a", State:"down", Index:94}
2026-02-17 02:53:00.792 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliac0f802b72a", Addrs:set.Typed[string]{}}
2026-02-17 02:53:00.792 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliac0f802b72a", Addrs:set.Typed[string]{}}
2026-02-17 02:53:00.793 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=94
2026-02-17 02:53:00.795 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=94 ifaceName="caliac0f802b72a" state=""
2026-02-17 02:53:00.795 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliac0f802b72a"
2026-02-17 02:53:00.817 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliac0f802b72a", State:"", Index:94}
2026-02-17 02:53:00.818 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliac0f802b72a", Addrs:set.Set[string](nil)}
2026-02-17 02:53:00.818 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliac0f802b72a", Addrs:set.Set[string](nil)}
2026-02-17 02:53:03.300 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-1366"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-1366"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-1366"}
2026-02-17 02:53:03.334 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-683"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-683"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-683"}
2026-02-17 02:53:03.365 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"crd-publish-openapi-683" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:04.265 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-3690" name:"default"}
2026-02-17 02:53:04.407 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-3690"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-3690"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-3690"}
2026-02-17 02:53:04.439 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-3690"}
2026-02-17 02:53:04.724 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-8615"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-8615"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-8615"}
2026-02-17 02:53:04.752 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4673"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4673"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4673"}
2026-02-17 02:53:04.776 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-4673" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:05.978 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-6150"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-6150"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-6150"}
2026-02-17 02:53:06.017 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pod-network-test-6150"}
2026-02-17 02:53:08.591 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-1366" name:"default"}
2026-02-17 02:53:08.762 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-1366"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-1366"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-1366"}
2026-02-17 02:53:08.893 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4673"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4673"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4673"}
2026-02-17 02:53:08.921 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-347"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-347"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-347"}
2026-02-17 02:53:08.947 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"cronjob-347" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:09.476 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:53:09.476 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:53:09.476 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:53:09.503 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:53:09.503 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:53:09.503 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:53:09.907 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-8615" name:"default"}
2026-02-17 02:53:09.995 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-8615"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-8615"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-8615"}
2026-02-17 02:53:10.749 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-683"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-683"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-683"}
2026-02-17 02:53:10.783 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-4761"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-4761"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-4761"}
2026-02-17 02:53:10.783 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"dns-4761" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:10.805 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"dns-test-service" namespace:"dns-4761" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:53:10.831 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service-2" namespace:"dns-4761" type:"ClusterIP" cluster_ips:"10.254.191.69" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:53:14.050 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-1366"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-1366"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-1366"}
2026-02-17 02:53:14.078 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-1366"}
2026-02-17 02:53:14.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-4673" name:"default"}
2026-02-17 02:53:14.250 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-4673"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-4673"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-4673"}
2026-02-17 02:53:14.278 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-4673"}
2026-02-17 02:53:15.184 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-8615"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-8615"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-8615"}
2026-02-17 02:53:15.218 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-8615"}
2026-02-17 02:53:15.837 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"crd-publish-openapi-683" name:"default"}
2026-02-17 02:53:15.958 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"crd-publish-openapi-683"} labels:{key:"e2e-framework" value:"crd-publish-openapi"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"crd-publish-openapi-683"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"crd-publish-openapi-683"}
2026-02-17 02:53:15.987 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"crd-publish-openapi-683"}
2026-02-17 02:53:18.073 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test-service-2" namespace:"dns-4761"
2026-02-17 02:53:18.150 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"dns-test-service" namespace:"dns-4761"
2026-02-17 02:53:18.150 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-4761"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-4761"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-4761"}
2026-02-17 02:53:18.150 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3606"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3606"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3606"}
2026-02-17 02:53:18.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-3606" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:18.794 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:53:23.400 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"dns-4761" name:"default"}
2026-02-17 02:53:23.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-4761"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-4761"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-4761"}
2026-02-17 02:53:23.451 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"dns-4761"}
2026-02-17 02:53:25.965 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3606"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3606"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3606"}
2026-02-17 02:53:25.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-8419"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-8419"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-8419"}
2026-02-17 02:53:26.013 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-8419" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:26.042 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-8419"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-8419"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-8419"} labels:{key:"webhook-8419" value:"true"}
2026-02-17 02:53:26.043 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5703"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5703"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5703"} labels:{key:"webhook-8419-markers" value:"true"}
2026-02-17 02:53:26.043 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-5703" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:29.048 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-8419" type:"ClusterIP" cluster_ips:"10.254.188.15" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:53:31.014 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-3606" name:"default"}
2026-02-17 02:53:31.293 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-3606"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-3606"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-3606"}
2026-02-17 02:53:31.320 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-3606"}
2026-02-17 02:53:39.000 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"chunking-6222"} labels:{key:"e2e-framework" value:"chunking"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"chunking-6222"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"chunking-6222"}
2026-02-17 02:53:39.028 [INFO][60] felix/summary.go 100: Summarising 88 dataplane reconciliation loops over 1m1.7s: avg=30ms longest=76ms (resync-calico-v4)
2026-02-17 02:53:39.029 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-5231"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-5231"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-5231"}
2026-02-17 02:53:39.029 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replication-controller-5231" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:40.188 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"exempted-namespace-6233"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"exempted-namespace-6233"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"exempted-namespace-6233"} labels:{key:"skip-webhook-admission" value:"yes"} labels:{key:"webhook-8419" value:"true"}
2026-02-17 02:53:40.220 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"exempted-namespace-6233" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:40.263 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-8419"
2026-02-17 02:53:40.347 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-8419"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-8419"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-8419"} labels:{key:"webhook-8419" value:"true"}
2026-02-17 02:53:40.376 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5703"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5703"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5703"} labels:{key:"webhook-8419-markers" value:"true"}
2026-02-17 02:53:40.376 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"exempted-namespace-6233"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"exempted-namespace-6233"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"exempted-namespace-6233"} labels:{key:"skip-webhook-admission" value:"yes"} labels:{key:"webhook-8419" value:"true"}
2026-02-17 02:53:40.416 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"sysctl-882"} labels:{key:"e2e-framework" value:"sysctl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"sysctl-882"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"sysctl-882"}
2026-02-17 02:53:40.446 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"sysctl-882" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:40.487 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"sysctl-882"} labels:{key:"e2e-framework" value:"sysctl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"sysctl-882"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"sysctl-882"}
2026-02-17 02:53:40.523 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-9461"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-9461"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-9461"}
2026-02-17 02:53:40.550 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"gc-9461" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:41.167 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-5231"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-5231"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-5231"}
2026-02-17 02:53:41.218 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-4478"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-4478"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-4478"}
2026-02-17 02:53:41.238 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-4478" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:41.522 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j7qz7, name=eth0)
2026-02-17 02:53:41.523 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.gc-9461.default"} profile:{}
2026-02-17 02:53:41.523 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.gc-9461"} profile:{inbound_rules:{action:"allow" rule_id:"m-FKfAZZw82DHObz"} outbound_rules:{action:"allow" rule_id:"RANuebakM60pwD3r"}}
2026-02-17 02:53:41.523 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j7qz7" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicc063b2628e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:53:41.523 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.523 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.523 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.523 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calicc063b2628e" ipVersion=0x4 table="filter"
2026-02-17 02:53:41.523 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.gc-9461" ipVersion=0x4 table="filter"
2026-02-17 02:53:41.523 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-ksa.gc-9461.default" ipVersion=0x4 table="filter"
2026-02-17 02:53:41.523 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calicc063b2628e" ipVersion=0x4 table="filter"
2026-02-17 02:53:41.523 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.gc-9461" ipVersion=0x4 table="filter"
2026-02-17 02:53:41.523 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-ksa.gc-9461.default" ipVersion=0x4 table="filter"
2026-02-17 02:53:41.523 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calicc063b2628e"
2026-02-17 02:53:41.523 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.523 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.553 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:41.554 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} status="down"
2026-02-17 02:53:41.562 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=95 ifaceName="calicc063b2628e" state="down"
2026-02-17 02:53:41.562 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicc063b2628e"
2026-02-17 02:53:41.562 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicc063b2628e", State:"down", Index:95}
2026-02-17 02:53:41.562 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicc063b2628e", Addrs:set.Typed[string]{}}
2026-02-17 02:53:41.562 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicc063b2628e", Addrs:set.Typed[string]{}}
2026-02-17 02:53:41.562 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calicc063b2628e"
2026-02-17 02:53:41.562 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.562 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.570 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=95 ifaceName="calicc063b2628e" state="up"
2026-02-17 02:53:41.582 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:41.582 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} status="down"
2026-02-17 02:53:41.582 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicc063b2628e", State:"up", Index:95}
2026-02-17 02:53:41.582 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calicc063b2628e"
2026-02-17 02:53:41.582 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calicc063b2628e"
2026-02-17 02:53:41.582 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicc063b2628e"
2026-02-17 02:53:41.582 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.582 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:41.616 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:41.617 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} status="up"
2026-02-17 02:53:41.811 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cztvn, name=eth0)
2026-02-17 02:53:41.811 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cztvn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali92a6b0678f6" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:53:41.811 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.811 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.811 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.811 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali92a6b0678f6" ipVersion=0x4 table="filter"
2026-02-17 02:53:41.811 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali92a6b0678f6" ipVersion=0x4 table="filter"
2026-02-17 02:53:41.811 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali92a6b0678f6"
2026-02-17 02:53:41.811 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.811 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.851 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:41.851 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} status="down"
2026-02-17 02:53:41.881 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=96 ifaceName="cali92a6b0678f6" state="down"
2026-02-17 02:53:41.881 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali92a6b0678f6", State:"down", Index:96}
2026-02-17 02:53:41.881 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali92a6b0678f6"
2026-02-17 02:53:41.881 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.881 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali92a6b0678f6"
2026-02-17 02:53:41.881 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.886 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=96 ifaceName="cali92a6b0678f6" state="up"
2026-02-17 02:53:41.920 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:41.920 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} status="down"
2026-02-17 02:53:41.920 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali92a6b0678f6", Addrs:set.Typed[string]{}}
2026-02-17 02:53:41.920 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali92a6b0678f6", Addrs:set.Typed[string]{}}
2026-02-17 02:53:41.920 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali92a6b0678f6", State:"up", Index:96}
2026-02-17 02:53:41.920 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali92a6b0678f6"
2026-02-17 02:53:41.920 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali92a6b0678f6"
2026-02-17 02:53:41.920 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali92a6b0678f6"
2026-02-17 02:53:41.921 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.921 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:41.942 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:41.942 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} status="up"
2026-02-17 02:53:42.064 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2dqj9, name=eth0)
2026-02-17 02:53:42.064 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2dqj9" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie100b189ae7" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:53:42.064 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.064 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.065 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.065 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calie100b189ae7" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.065 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calie100b189ae7" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.065 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calie100b189ae7"
2026-02-17 02:53:42.065 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.065 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.098 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.098 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.111 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=97 ifaceName="calie100b189ae7" state="down"
2026-02-17 02:53:42.111 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie100b189ae7"
2026-02-17 02:53:42.111 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie100b189ae7", State:"down", Index:97}
2026-02-17 02:53:42.111 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie100b189ae7", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.111 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie100b189ae7", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.111 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie100b189ae7"
2026-02-17 02:53:42.111 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.111 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.114 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=97 ifaceName="calie100b189ae7" state="up"
2026-02-17 02:53:42.131 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.131 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.131 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie100b189ae7", State:"up", Index:97}
2026-02-17 02:53:42.131 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie100b189ae7"
2026-02-17 02:53:42.131 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie100b189ae7"
2026-02-17 02:53:42.131 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie100b189ae7"
2026-02-17 02:53:42.131 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.131 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:42.154 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:42.154 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} status="up"
2026-02-17 02:53:42.223 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cj8dm, name=eth0)
2026-02-17 02:53:42.223 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cj8dm" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicbac7b9cce5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:53:42.223 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.223 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.223 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-c" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calicbac7b9cce5" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-c" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calicbac7b9cce5" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.232 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calicbac7b9cce5"
2026-02-17 02:53:42.232 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.232 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.275 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.275 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.295 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=98 ifaceName="calicbac7b9cce5" state="down"
2026-02-17 02:53:42.296 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicbac7b9cce5"
2026-02-17 02:53:42.296 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicbac7b9cce5", State:"down", Index:98}
2026-02-17 02:53:42.296 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicbac7b9cce5", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.296 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicbac7b9cce5", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.296 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calicbac7b9cce5"
2026-02-17 02:53:42.296 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.296 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.300 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=98 ifaceName="calicbac7b9cce5" state="up"
2026-02-17 02:53:42.321 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.321 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.321 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicbac7b9cce5", State:"up", Index:98}
2026-02-17 02:53:42.321 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calicbac7b9cce5"
2026-02-17 02:53:42.321 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calicbac7b9cce5"
2026-02-17 02:53:42.321 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicbac7b9cce5"
2026-02-17 02:53:42.321 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.321 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:42.339 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:42.339 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} status="up"
2026-02-17 02:53:42.453 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-wmb2z, name=eth0)
2026-02-17 02:53:42.453 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-wmb2z" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicd25cce56db" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:53:42.453 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.453 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.453 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.454 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calicd25cce56db" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.454 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calicd25cce56db" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.454 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calicd25cce56db"
2026-02-17 02:53:42.454 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.454 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.486 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.486 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.517 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=99 ifaceName="calicd25cce56db" state="down"
2026-02-17 02:53:42.517 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicd25cce56db", State:"down", Index:99}
2026-02-17 02:53:42.517 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicd25cce56db"
2026-02-17 02:53:42.517 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicd25cce56db", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.517 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicd25cce56db", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.517 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=99 ifaceName="calicd25cce56db" state="up"
2026-02-17 02:53:42.517 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calicd25cce56db"
2026-02-17 02:53:42.517 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.517 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.525 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=95
2026-02-17 02:53:42.525 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calicc063b2628e"
2026-02-17 02:53:42.533 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.533 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.533 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicd25cce56db", State:"up", Index:99}
2026-02-17 02:53:42.533 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicc063b2628e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:42.533 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicc063b2628e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:42.533 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calicd25cce56db"
2026-02-17 02:53:42.533 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calicd25cce56db"
2026-02-17 02:53:42.533 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicd25cce56db"
2026-02-17 02:53:42.534 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.534 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:42.578 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:42.578 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} status="up"
2026-02-17 02:53:42.647 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-th49s, name=eth0)
2026-02-17 02:53:42.647 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-th49s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali040b43c5c75" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:53:42.647 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.647 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.647 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.647 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali040b43c5c75" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.648 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali040b43c5c75" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.648 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali040b43c5c75"
2026-02-17 02:53:42.648 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.648 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.689 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.689 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.698 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=100 ifaceName="cali040b43c5c75" state="down"
2026-02-17 02:53:42.699 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali040b43c5c75"
2026-02-17 02:53:42.699 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali040b43c5c75", State:"down", Index:100}
2026-02-17 02:53:42.699 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali040b43c5c75", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.699 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali040b43c5c75", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.699 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali040b43c5c75"
2026-02-17 02:53:42.699 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.699 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.726 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.727 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.727 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=100 ifaceName="cali040b43c5c75" state="up"
2026-02-17 02:53:42.727 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali040b43c5c75", State:"up", Index:100}
2026-02-17 02:53:42.727 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali040b43c5c75"
2026-02-17 02:53:42.727 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali040b43c5c75"
2026-02-17 02:53:42.727 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali040b43c5c75"
2026-02-17 02:53:42.727 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.727 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:42.750 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:42.751 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} status="up"
2026-02-17 02:53:42.771 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cztvn, name=eth0)
2026-02-17 02:53:42.771 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cztvn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali92a6b0678f6" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:53:42.771 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:42.771 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:42.772 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:42.772 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali92a6b0678f6"
2026-02-17 02:53:42.772 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:42.772 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:42.799 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:42.799 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} status="up"
2026-02-17 02:53:42.800 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j7qz7, name=eth0)
2026-02-17 02:53:42.800 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j7qz7" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicc063b2628e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:53:42.800 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:42.800 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:42.800 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:42.800 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicc063b2628e"
2026-02-17 02:53:42.801 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:42.801 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:42.851 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:42.851 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} status="up"
2026-02-17 02:53:42.851 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-rcsl9, name=eth0)
2026-02-17 02:53:42.851 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-rcsl9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali87644dbd198" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:53:42.851 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:42.851 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:42.851 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:42.852 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.852 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali87644dbd198" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.852 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-8" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.852 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali87644dbd198" ipVersion=0x4 table="filter"
2026-02-17 02:53:42.852 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali87644dbd198"
2026-02-17 02:53:42.852 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:42.852 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:42.901 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.901 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.928 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=101 ifaceName="cali87644dbd198" state="down"
2026-02-17 02:53:42.929 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali87644dbd198"
2026-02-17 02:53:42.929 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali87644dbd198", State:"down", Index:101}
2026-02-17 02:53:42.929 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali87644dbd198", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.929 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali87644dbd198", Addrs:set.Typed[string]{}}
2026-02-17 02:53:42.929 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali87644dbd198"
2026-02-17 02:53:42.929 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:42.929 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:42.931 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=101 ifaceName="cali87644dbd198" state="up"
2026-02-17 02:53:42.958 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:42.958 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} status="down"
2026-02-17 02:53:42.958 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali87644dbd198", State:"up", Index:101}
2026-02-17 02:53:42.958 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:53:42.991 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali87644dbd198"
2026-02-17 02:53:42.991 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali87644dbd198"
2026-02-17 02:53:42.992 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali87644dbd198"
2026-02-17 02:53:42.992 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:42.992 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:43.034 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:43.034 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} status="up"
2026-02-17 02:53:43.063 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sgvdl, name=eth0)
2026-02-17 02:53:43.063 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sgvdl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2bc2d17a407" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:53:43.101 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:43.101 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:43.101 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:43.102 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali2bc2d17a407" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.102 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali2bc2d17a407" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.102 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali2bc2d17a407"
2026-02-17 02:53:43.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:43.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:43.121 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=102 ifaceName="cali2bc2d17a407" state="down"
2026-02-17 02:53:43.121 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2bc2d17a407"
2026-02-17 02:53:43.129 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=102 ifaceName="cali2bc2d17a407" state="up"
2026-02-17 02:53:43.153 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:43.153 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"} status="down"
2026-02-17 02:53:43.153 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2bc2d17a407", State:"down", Index:102}
2026-02-17 02:53:43.154 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2bc2d17a407", Addrs:set.Typed[string]{}}
2026-02-17 02:53:43.154 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2bc2d17a407", Addrs:set.Typed[string]{}}
2026-02-17 02:53:43.154 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2bc2d17a407", State:"up", Index:102}
2026-02-17 02:53:43.204 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali2bc2d17a407"
2026-02-17 02:53:43.204 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali2bc2d17a407"
2026-02-17 02:53:43.204 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2bc2d17a407"
2026-02-17 02:53:43.204 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:43.204 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:43.224 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:43.224 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"} status="up"
2026-02-17 02:53:43.237 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bs4zb, name=eth0)
2026-02-17 02:53:43.237 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bs4zb" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb3a548acf7" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:53:43.310 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=103 ifaceName="califb3a548acf7" state="down"
2026-02-17 02:53:43.311 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:43.311 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:43.311 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:43.311 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califb3a548acf7"
2026-02-17 02:53:43.311 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=103 ifaceName="califb3a548acf7" state="up"
2026-02-17 02:53:43.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-califb3a548acf7" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.311 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-califb3a548acf7" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.311 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="califb3a548acf7"
2026-02-17 02:53:43.311 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:43.312 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:43.357 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:43.357 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"} status="down"
2026-02-17 02:53:43.357 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb3a548acf7", State:"down", Index:103}
2026-02-17 02:53:43.357 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb3a548acf7", Addrs:set.Typed[string]{}}
2026-02-17 02:53:43.357 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb3a548acf7", Addrs:set.Typed[string]{}}
2026-02-17 02:53:43.357 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb3a548acf7", State:"up", Index:103}
2026-02-17 02:53:43.385 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=98
2026-02-17 02:53:43.385 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calicbac7b9cce5"
2026-02-17 02:53:43.385 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicbac7b9cce5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:43.385 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicbac7b9cce5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:43.415 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califb3a548acf7"
2026-02-17 02:53:43.415 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califb3a548acf7"
2026-02-17 02:53:43.415 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califb3a548acf7"
2026-02-17 02:53:43.416 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:43.416 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:43.424 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4xchc, name=eth0)
2026-02-17 02:53:43.450 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:43.450 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"} status="up"
2026-02-17 02:53:43.450 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4xchc" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali17028f2728f" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:53:43.492 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=104 ifaceName="cali17028f2728f" state="down"
2026-02-17 02:53:43.492 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali17028f2728f", State:"down", Index:104}
2026-02-17 02:53:43.492 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali17028f2728f"
2026-02-17 02:53:43.492 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali17028f2728f", Addrs:set.Typed[string]{}}
2026-02-17 02:53:43.492 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali17028f2728f", Addrs:set.Typed[string]{}}
2026-02-17 02:53:43.500 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=104 ifaceName="cali17028f2728f" state="up"
2026-02-17 02:53:43.500 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali17028f2728f", State:"up", Index:104}
2026-02-17 02:53:43.520 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali17028f2728f"
2026-02-17 02:53:43.520 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:43.520 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:43.520 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:43.520 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali17028f2728f" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.520 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali17028f2728f" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.521 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali17028f2728f"
2026-02-17 02:53:43.521 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:43.521 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:43.555 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:43.555 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"} status="up"
2026-02-17 02:53:43.619 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-t7rkw, name=eth0)
2026-02-17 02:53:43.619 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-t7rkw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9b975db6e52" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:53:43.621 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:43.621 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:43.621 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:43.622 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-9" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.622 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali9b975db6e52" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.622 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-9" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.622 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali9b975db6e52" ipVersion=0x4 table="filter"
2026-02-17 02:53:43.622 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali9b975db6e52"
2026-02-17 02:53:43.622 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:43.622 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:43.661 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:43.661 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"} status="down"
2026-02-17 02:53:43.690 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=105 ifaceName="cali9b975db6e52" state="down"
2026-02-17 02:53:43.690 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9b975db6e52"
2026-02-17 02:53:43.690 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9b975db6e52", State:"down", Index:105}
2026-02-17 02:53:43.690 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9b975db6e52", Addrs:set.Typed[string]{}}
2026-02-17 02:53:43.690 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9b975db6e52", Addrs:set.Typed[string]{}}
2026-02-17 02:53:43.691 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=105 ifaceName="cali9b975db6e52" state="up"
2026-02-17 02:53:43.692 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9b975db6e52", State:"up", Index:105}
2026-02-17 02:53:43.709 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=96
2026-02-17 02:53:43.709 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali92a6b0678f6"
2026-02-17 02:53:43.709 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali92a6b0678f6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:43.709 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali92a6b0678f6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:43.722 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali9b975db6e52"
2026-02-17 02:53:43.722 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali9b975db6e52"
2026-02-17 02:53:43.722 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9b975db6e52"
2026-02-17 02:53:43.722 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:43.722 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:43.737 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=97
2026-02-17 02:53:43.737 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie100b189ae7"
2026-02-17 02:53:43.752 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:43.752 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"} status="up"
2026-02-17 02:53:43.752 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie100b189ae7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:43.752 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie100b189ae7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:43.849 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-rcsl9, name=eth0)
2026-02-17 02:53:43.849 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-rcsl9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali87644dbd198" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:53:43.892 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2dqj9, name=eth0)
2026-02-17 02:53:43.892 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2dqj9" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie100b189ae7" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:53:43.922 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-wmb2z, name=eth0)
2026-02-17 02:53:43.922 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-wmb2z" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicd25cce56db" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:53:43.933 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:43.933 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:43.933 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:43.934 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:43.934 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:43.934 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:43.934 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:43.934 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:43.934 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:43.935 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie100b189ae7"
2026-02-17 02:53:43.935 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicd25cce56db"
2026-02-17 02:53:43.935 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali87644dbd198"
2026-02-17 02:53:43.936 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:43.936 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:43.936 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:43.936 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:43.936 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:43.936 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:43.938 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j8vdn, name=eth0)
2026-02-17 02:53:43.948 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cj8dm, name=eth0)
2026-02-17 02:53:43.960 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:43.960 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} status="up"
2026-02-17 02:53:43.960 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:43.960 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} status="up"
2026-02-17 02:53:43.960 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:43.960 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} status="up"
2026-02-17 02:53:43.960 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j8vdn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib17d01c449e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:53:43.960 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cj8dm" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicbac7b9cce5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:53:43.969 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-th49s, name=eth0)
2026-02-17 02:53:43.969 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-th49s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali040b43c5c75" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:53:44.019 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=106 ifaceName="calib17d01c449e" state="down"
2026-02-17 02:53:44.019 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib17d01c449e"
2026-02-17 02:53:44.019 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib17d01c449e", State:"down", Index:106}
2026-02-17 02:53:44.019 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib17d01c449e", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.019 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib17d01c449e", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.020 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=106 ifaceName="calib17d01c449e" state="up"
2026-02-17 02:53:44.023 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib17d01c449e", State:"up", Index:106}
2026-02-17 02:53:44.025 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=99
2026-02-17 02:53:44.025 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calicd25cce56db"
2026-02-17 02:53:44.025 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicd25cce56db", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.025 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicd25cce56db", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.041 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calib17d01c449e"
2026-02-17 02:53:44.041 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.041 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.041 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.042 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:44.042 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:44.042 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:44.043 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:44.043 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:44.043 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:44.044 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calib17d01c449e" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.044 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calib17d01c449e" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.044 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib17d01c449e"
2026-02-17 02:53:44.044 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicbac7b9cce5"
2026-02-17 02:53:44.045 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali040b43c5c75"
2026-02-17 02:53:44.045 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.045 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.045 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:44.045 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:44.045 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:44.045 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:44.093 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.093 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.093 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.093 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.093 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.093 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.123 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bg876, name=eth0)
2026-02-17 02:53:44.123 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bg876" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali323953c4bba" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:53:44.152 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:44.152 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:44.152 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:44.153 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.153 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali323953c4bba" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.153 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.153 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali323953c4bba" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.153 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali323953c4bba"
2026-02-17 02:53:44.153 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:44.153 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:44.177 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=107 ifaceName="cali323953c4bba" state="down"
2026-02-17 02:53:44.177 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali323953c4bba"
2026-02-17 02:53:44.198 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=107 ifaceName="cali323953c4bba" state="up"
2026-02-17 02:53:44.222 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:44.222 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"} status="down"
2026-02-17 02:53:44.222 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali323953c4bba", State:"down", Index:107}
2026-02-17 02:53:44.222 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali323953c4bba", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.222 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali323953c4bba", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.222 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali323953c4bba", State:"up", Index:107}
2026-02-17 02:53:44.260 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali323953c4bba"
2026-02-17 02:53:44.260 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali323953c4bba"
2026-02-17 02:53:44.260 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali323953c4bba"
2026-02-17 02:53:44.260 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:44.260 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:44.280 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.280 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.342 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4zrcd, name=eth0)
2026-02-17 02:53:44.342 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4zrcd" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliaca92f3a510" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:53:44.364 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:44.364 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:44.364 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:44.364 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-caliaca92f3a510" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.364 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-caliaca92f3a510" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.365 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="caliaca92f3a510"
2026-02-17 02:53:44.365 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:44.365 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:44.379 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=108 ifaceName="caliaca92f3a510" state="down"
2026-02-17 02:53:44.380 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliaca92f3a510"
2026-02-17 02:53:44.380 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=108 ifaceName="caliaca92f3a510" state="up"
2026-02-17 02:53:44.414 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:44.414 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"} status="down"
2026-02-17 02:53:44.414 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliaca92f3a510", State:"down", Index:108}
2026-02-17 02:53:44.414 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliaca92f3a510", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.414 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliaca92f3a510", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.414 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliaca92f3a510", State:"up", Index:108}
2026-02-17 02:53:44.472 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliaca92f3a510"
2026-02-17 02:53:44.472 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliaca92f3a510"
2026-02-17 02:53:44.472 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliaca92f3a510"
2026-02-17 02:53:44.472 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:44.472 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:44.501 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.501 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.569 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=100
2026-02-17 02:53:44.569 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali040b43c5c75"
2026-02-17 02:53:44.569 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali040b43c5c75", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.569 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali040b43c5c75", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.612 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=103
2026-02-17 02:53:44.612 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califb3a548acf7"
2026-02-17 02:53:44.612 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb3a548acf7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.612 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb3a548acf7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.632 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-ntvng, name=eth0)
2026-02-17 02:53:44.632 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-ntvng" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7f1cbfeb801" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:53:44.665 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=102
2026-02-17 02:53:44.665 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali2bc2d17a407"
2026-02-17 02:53:44.665 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2bc2d17a407", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.665 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2bc2d17a407", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.676 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:44.676 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:44.676 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:44.677 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali7f1cbfeb801" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.677 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali7f1cbfeb801" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.677 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali7f1cbfeb801"
2026-02-17 02:53:44.677 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:44.677 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:44.701 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=109 ifaceName="cali7f1cbfeb801" state="down"
2026-02-17 02:53:44.701 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali7f1cbfeb801"
2026-02-17 02:53:44.701 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=109 ifaceName="cali7f1cbfeb801" state="up"
2026-02-17 02:53:44.733 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:44.733 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"} status="down"
2026-02-17 02:53:44.733 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7f1cbfeb801", State:"down", Index:109}
2026-02-17 02:53:44.733 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1cbfeb801", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.733 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1cbfeb801", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.737 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7f1cbfeb801", State:"up", Index:109}
2026-02-17 02:53:44.765 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=101
2026-02-17 02:53:44.765 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali87644dbd198"
2026-02-17 02:53:44.765 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali87644dbd198", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.765 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali87644dbd198", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.773 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9wpn5, name=eth0)
2026-02-17 02:53:44.773 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9wpn5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb59b787ee6" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:53:44.784 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali7f1cbfeb801"
2026-02-17 02:53:44.784 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali7f1cbfeb801"
2026-02-17 02:53:44.784 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:44.784 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:44.784 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:44.785 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-b" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.785 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calibb59b787ee6" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.785 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-b" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.785 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calibb59b787ee6" ipVersion=0x4 table="filter"
2026-02-17 02:53:44.785 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7f1cbfeb801"
2026-02-17 02:53:44.785 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calibb59b787ee6"
2026-02-17 02:53:44.785 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:44.785 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:44.785 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:44.785 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:44.821 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.821 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.821 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:44.821 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"} status="down"
2026-02-17 02:53:44.821 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"chunking-6222" name:"default"}
2026-02-17 02:53:44.842 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-t7rkw, name=eth0)
2026-02-17 02:53:44.842 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-t7rkw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9b975db6e52" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:53:44.854 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=110 ifaceName="calibb59b787ee6" state="down"
2026-02-17 02:53:44.854 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibb59b787ee6"
2026-02-17 02:53:44.854 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=110 ifaceName="calibb59b787ee6" state="up"
2026-02-17 02:53:44.861 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibb59b787ee6", State:"down", Index:110}
2026-02-17 02:53:44.861 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibb59b787ee6", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.861 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibb59b787ee6", Addrs:set.Typed[string]{}}
2026-02-17 02:53:44.861 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibb59b787ee6", State:"up", Index:110}
2026-02-17 02:53:44.866 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bs4zb, name=eth0)
2026-02-17 02:53:44.866 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bs4zb" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb3a548acf7" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:53:44.885 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j8vdn, name=eth0)
2026-02-17 02:53:44.885 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j8vdn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib17d01c449e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:53:44.887 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calibb59b787ee6"
2026-02-17 02:53:44.887 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calibb59b787ee6"
2026-02-17 02:53:44.887 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:44.887 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:44.887 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:44.888 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:44.888 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:44.888 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:44.888 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.888 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.888 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.889 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califb3a548acf7"
2026-02-17 02:53:44.889 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib17d01c449e"
2026-02-17 02:53:44.889 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibb59b787ee6"
2026-02-17 02:53:44.889 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9b975db6e52"
2026-02-17 02:53:44.889 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:44.889 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:44.889 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.889 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:44.889 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:44.889 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:44.889 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:44.889 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:44.912 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4xchc, name=eth0)
2026-02-17 02:53:44.915 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.915 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.915 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.915 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.915 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.915 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.915 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:44.915 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"} status="up"
2026-02-17 02:53:44.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4xchc" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali17028f2728f" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:53:44.921 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=104
2026-02-17 02:53:44.921 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali17028f2728f"
2026-02-17 02:53:44.921 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali17028f2728f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.921 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali17028f2728f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:44.934 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sgvdl, name=eth0)
2026-02-17 02:53:44.934 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sgvdl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2bc2d17a407" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:53:44.990 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:44.990 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:44.990 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:44.991 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:44.991 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:44.991 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:44.991 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali17028f2728f"
2026-02-17 02:53:44.992 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2bc2d17a407"
2026-02-17 02:53:44.992 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:44.992 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:44.992 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:44.992 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:45.032 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2mnzr, name=eth0)
2026-02-17 02:53:45.035 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.035 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.035 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.035 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.035 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2mnzr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali82edc85d75c" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:53:45.095 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:45.096 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:45.096 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:45.096 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali82edc85d75c" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.096 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali82edc85d75c" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.096 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali82edc85d75c"
2026-02-17 02:53:45.096 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:45.096 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:45.110 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=111 ifaceName="cali82edc85d75c" state="down"
2026-02-17 02:53:45.110 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali82edc85d75c"
2026-02-17 02:53:45.123 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=111 ifaceName="cali82edc85d75c" state="up"
2026-02-17 02:53:45.161 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:45.161 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"} status="down"
2026-02-17 02:53:45.162 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali82edc85d75c", State:"down", Index:111}
2026-02-17 02:53:45.162 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali82edc85d75c", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.162 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali82edc85d75c", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.162 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali82edc85d75c", State:"up", Index:111}
2026-02-17 02:53:45.201 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali82edc85d75c"
2026-02-17 02:53:45.201 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali82edc85d75c"
2026-02-17 02:53:45.201 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali82edc85d75c"
2026-02-17 02:53:45.201 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:45.201 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:45.205 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-dbrh2, name=eth0)
2026-02-17 02:53:45.233 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.233 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.234 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-dbrh2" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9d41c19944" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:53:45.267 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=112 ifaceName="calia9d41c19944" state="down"
2026-02-17 02:53:45.267 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia9d41c19944", State:"down", Index:112}
2026-02-17 02:53:45.267 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia9d41c19944"
2026-02-17 02:53:45.267 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia9d41c19944", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.267 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia9d41c19944", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.271 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=112 ifaceName="calia9d41c19944" state="up"
2026-02-17 02:53:45.271 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia9d41c19944", State:"up", Index:112}
2026-02-17 02:53:45.273 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=107
2026-02-17 02:53:45.273 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali323953c4bba"
2026-02-17 02:53:45.273 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali323953c4bba", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.273 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali323953c4bba", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.312 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia9d41c19944"
2026-02-17 02:53:45.312 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:45.312 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:45.312 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:45.313 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.313 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calia9d41c19944" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.313 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.313 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calia9d41c19944" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.313 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia9d41c19944"
2026-02-17 02:53:45.313 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:45.313 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:45.370 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.370 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.401 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l5s9x, name=eth0)
2026-02-17 02:53:45.401 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l5s9x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid896ef52b3d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:53:45.419 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:45.419 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:45.419 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:45.419 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calid896ef52b3d" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.419 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calid896ef52b3d" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.419 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calid896ef52b3d"
2026-02-17 02:53:45.419 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:45.419 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:45.463 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=113 ifaceName="calid896ef52b3d" state="down"
2026-02-17 02:53:45.463 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calid896ef52b3d"
2026-02-17 02:53:45.463 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=113 ifaceName="calid896ef52b3d" state="up"
2026-02-17 02:53:45.471 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:45.471 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"} status="down"
2026-02-17 02:53:45.471 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid896ef52b3d", State:"down", Index:113}
2026-02-17 02:53:45.472 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid896ef52b3d", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.472 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid896ef52b3d", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.472 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid896ef52b3d", State:"up", Index:113}
2026-02-17 02:53:45.523 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calid896ef52b3d"
2026-02-17 02:53:45.523 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calid896ef52b3d"
2026-02-17 02:53:45.523 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid896ef52b3d"
2026-02-17 02:53:45.523 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:45.524 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:45.553 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.553 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.561 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=105
2026-02-17 02:53:45.561 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali9b975db6e52"
2026-02-17 02:53:45.561 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9b975db6e52", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.561 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9b975db6e52", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.616 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-llgtx, name=eth0)
2026-02-17 02:53:45.617 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-llgtx" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibd4a859fb2a" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:53:45.624 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"sysctl-882" name:"default"}
2026-02-17 02:53:45.632 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:45.632 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:45.632 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:45.632 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calibd4a859fb2a" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.632 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calibd4a859fb2a" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.633 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calibd4a859fb2a"
2026-02-17 02:53:45.633 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:45.633 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:45.689 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=109
2026-02-17 02:53:45.689 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali7f1cbfeb801"
2026-02-17 02:53:45.689 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:45.690 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} status="down"
2026-02-17 02:53:45.690 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1cbfeb801", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.690 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1cbfeb801", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.690 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=114 ifaceName="calibd4a859fb2a" state="down"
2026-02-17 02:53:45.691 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibd4a859fb2a"
2026-02-17 02:53:45.691 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=114 ifaceName="calibd4a859fb2a" state="up"
2026-02-17 02:53:45.691 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibd4a859fb2a", State:"down", Index:114}
2026-02-17 02:53:45.691 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibd4a859fb2a", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.691 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibd4a859fb2a", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.691 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibd4a859fb2a", State:"up", Index:114}
2026-02-17 02:53:45.721 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=106
2026-02-17 02:53:45.721 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calib17d01c449e"
2026-02-17 02:53:45.721 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib17d01c449e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.721 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib17d01c449e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.740 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calibd4a859fb2a"
2026-02-17 02:53:45.740 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calibd4a859fb2a"
2026-02-17 02:53:45.740 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibd4a859fb2a"
2026-02-17 02:53:45.740 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:45.740 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:45.763 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.763 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.786 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=108
2026-02-17 02:53:45.786 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliaca92f3a510"
2026-02-17 02:53:45.786 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliaca92f3a510", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.786 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliaca92f3a510", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.787 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-h9td8, name=eth0)
2026-02-17 02:53:45.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-h9td8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali84632aba40b" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:53:45.794 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"exempted-namespace-6233" name:"default"}
2026-02-17 02:53:45.845 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:45.845 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:45.845 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:45.846 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali84632aba40b" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.846 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali84632aba40b" ipVersion=0x4 table="filter"
2026-02-17 02:53:45.846 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali84632aba40b"
2026-02-17 02:53:45.846 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:45.846 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:45.868 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=115 ifaceName="cali84632aba40b" state="down"
2026-02-17 02:53:45.868 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali84632aba40b"
2026-02-17 02:53:45.871 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=115 ifaceName="cali84632aba40b" state="up"
2026-02-17 02:53:45.886 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9wpn5, name=eth0)
2026-02-17 02:53:45.890 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:45.890 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"} status="down"
2026-02-17 02:53:45.890 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali84632aba40b", State:"down", Index:115}
2026-02-17 02:53:45.890 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali84632aba40b", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.890 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali84632aba40b", Addrs:set.Typed[string]{}}
2026-02-17 02:53:45.890 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali84632aba40b", State:"up", Index:115}
2026-02-17 02:53:45.890 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9wpn5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb59b787ee6" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:53:45.912 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4zrcd, name=eth0)
2026-02-17 02:53:45.912 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4zrcd" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliaca92f3a510" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:53:45.931 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-ntvng, name=eth0)
2026-02-17 02:53:45.931 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-ntvng" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7f1cbfeb801" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:53:45.945 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=110
2026-02-17 02:53:45.945 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calibb59b787ee6"
2026-02-17 02:53:45.945 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibb59b787ee6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.945 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibb59b787ee6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:45.951 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bg876, name=eth0)
2026-02-17 02:53:45.951 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bg876" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali323953c4bba" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:53:45.951 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali84632aba40b"
2026-02-17 02:53:45.951 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali84632aba40b"
2026-02-17 02:53:45.951 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:45.951 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:45.951 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:45.952 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:45.952 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:45.952 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:45.952 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:45.952 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:45.952 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali84632aba40b"
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibb59b787ee6"
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliaca92f3a510"
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7f1cbfeb801"
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali323953c4bba"
2026-02-17 02:53:45.953 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:45.953 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:45.954 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:45.954 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:45.954 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:45.954 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:45.954 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:45.954 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:45.954 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:45.954 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:45.980 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2mnzr, name=eth0)
2026-02-17 02:53:45.993 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.993 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"} status="up"
2026-02-17 02:53:45.994 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2mnzr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali82edc85d75c" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:53:46.021 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdhrg, name=eth0)
2026-02-17 02:53:46.022 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdhrg" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali100056f6768" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:53:46.053 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:46.053 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:46.053 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:46.054 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:46.054 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:46.054 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:46.054 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-1" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.054 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali100056f6768" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.054 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-1" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.054 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali100056f6768" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.055 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali82edc85d75c"
2026-02-17 02:53:46.055 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali100056f6768"
2026-02-17 02:53:46.055 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:46.055 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:46.055 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:46.055 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:46.088 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=116 ifaceName="cali100056f6768" state="down"
2026-02-17 02:53:46.088 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali100056f6768"
2026-02-17 02:53:46.089 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=116 ifaceName="cali100056f6768" state="up"
2026-02-17 02:53:46.102 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.102 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.102 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:46.102 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"} status="down"
2026-02-17 02:53:46.102 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali100056f6768", State:"down", Index:116}
2026-02-17 02:53:46.102 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali100056f6768", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.102 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali100056f6768", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.102 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali100056f6768", State:"up", Index:116}
2026-02-17 02:53:46.161 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali100056f6768"
2026-02-17 02:53:46.161 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali100056f6768"
2026-02-17 02:53:46.161 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali100056f6768"
2026-02-17 02:53:46.161 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:46.161 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:46.199 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.199 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.208 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-lcpk4, name=eth0)
2026-02-17 02:53:46.208 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-lcpk4" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic50df20bdf5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:53:46.267 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.267 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.267 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.268 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calic50df20bdf5" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.268 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calic50df20bdf5" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.269 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic50df20bdf5"
2026-02-17 02:53:46.269 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.269 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.281 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=117 ifaceName="calic50df20bdf5" state="down"
2026-02-17 02:53:46.281 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic50df20bdf5"
2026-02-17 02:53:46.292 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=117 ifaceName="calic50df20bdf5" state="up"
2026-02-17 02:53:46.312 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:46.312 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"} status="down"
2026-02-17 02:53:46.312 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic50df20bdf5", State:"down", Index:117}
2026-02-17 02:53:46.312 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic50df20bdf5", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.312 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic50df20bdf5", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.312 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic50df20bdf5", State:"up", Index:117}
2026-02-17 02:53:46.373 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic50df20bdf5"
2026-02-17 02:53:46.373 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic50df20bdf5"
2026-02-17 02:53:46.373 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic50df20bdf5"
2026-02-17 02:53:46.374 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.374 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.402 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.402 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.402 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-8419" name:"default"}
2026-02-17 02:53:46.410 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-n5r4n, name=eth0)
2026-02-17 02:53:46.410 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-n5r4n" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0d2c8d02d75" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:53:46.473 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=118 ifaceName="cali0d2c8d02d75" state="down"
2026-02-17 02:53:46.474 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali0d2c8d02d75"
2026-02-17 02:53:46.474 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=118 ifaceName="cali0d2c8d02d75" state="up"
2026-02-17 02:53:46.474 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0d2c8d02d75", State:"down", Index:118}
2026-02-17 02:53:46.474 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0d2c8d02d75", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.474 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0d2c8d02d75", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.474 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0d2c8d02d75", State:"up", Index:118}
2026-02-17 02:53:46.475 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali0d2c8d02d75"
2026-02-17 02:53:46.475 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:46.476 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:46.476 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:46.477 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-0" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.477 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali0d2c8d02d75" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.477 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-0" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.477 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali0d2c8d02d75" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.477 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali0d2c8d02d75"
2026-02-17 02:53:46.478 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:46.478 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:46.515 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.515 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.553 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=113
2026-02-17 02:53:46.553 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calid896ef52b3d"
2026-02-17 02:53:46.553 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid896ef52b3d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:46.553 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid896ef52b3d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:46.588 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sbjb6, name=eth0)
2026-02-17 02:53:46.624 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sbjb6" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidc3ff9bcef9" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:53:46.668 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=119 ifaceName="calidc3ff9bcef9" state="down"
2026-02-17 02:53:46.668 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidc3ff9bcef9", State:"down", Index:119}
2026-02-17 02:53:46.668 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calidc3ff9bcef9"
2026-02-17 02:53:46.668 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidc3ff9bcef9", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.668 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidc3ff9bcef9", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.669 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=119 ifaceName="calidc3ff9bcef9" state="up"
2026-02-17 02:53:46.670 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidc3ff9bcef9", State:"up", Index:119}
2026-02-17 02:53:46.681 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-h9td8, name=eth0)
2026-02-17 02:53:46.681 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-h9td8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali84632aba40b" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:53:46.681 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calidc3ff9bcef9"
2026-02-17 02:53:46.681 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:46.681 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:46.681 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:46.682 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:46.682 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:46.682 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:46.683 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-d" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.683 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calidc3ff9bcef9" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.684 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-d" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.684 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calidc3ff9bcef9" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.684 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidc3ff9bcef9"
2026-02-17 02:53:46.684 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali84632aba40b"
2026-02-17 02:53:46.684 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:46.684 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:46.684 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:46.684 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:46.685 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bs4zb, name=eth0)
2026-02-17 02:53:46.709 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cj8dm, name=eth0)
2026-02-17 02:53:46.710 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bg876, name=eth0)
2026-02-17 02:53:46.711 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-ntvng, name=eth0)
2026-02-17 02:53:46.713 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-rcsl9, name=eth0)
2026-02-17 02:53:46.736 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.736 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.736 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.737 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bs4zb" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb3a548acf7" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:53:46.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cj8dm" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicbac7b9cce5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:53:46.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bg876" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali323953c4bba" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:53:46.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-ntvng" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7f1cbfeb801" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:53:46.737 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-rcsl9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali87644dbd198" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:53:46.789 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:46.789 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:46.789 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:46.789 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:46.789 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:46.789 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:46.789 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:46.790 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:46.790 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:46.790 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:46.790 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:46.790 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:46.790 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:46.790 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:46.790 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:46.793 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicbac7b9cce5"
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali323953c4bba"
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali7f1cbfeb801"
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali87644dbd198"
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califb3a548acf7"
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:46.794 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:53:46.841 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-dbrh2, name=eth0)
2026-02-17 02:53:46.841 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-s7vt8, name=eth0)
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.843 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-dbrh2" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9d41c19944" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:53:46.844 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-s7vt8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali01b00b7c4c8" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:53:46.873 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=111
2026-02-17 02:53:46.873 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali82edc85d75c"
2026-02-17 02:53:46.873 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali82edc85d75c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:46.874 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali82edc85d75c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:46.890 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:46.890 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:46.890 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:46.890 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:46.891 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:46.891 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:46.891 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali01b00b7c4c8" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.891 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali01b00b7c4c8" ipVersion=0x4 table="filter"
2026-02-17 02:53:46.891 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia9d41c19944"
2026-02-17 02:53:46.891 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali01b00b7c4c8"
2026-02-17 02:53:46.891 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:46.891 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:46.891 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:46.891 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:46.924 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=120 ifaceName="cali01b00b7c4c8" state="down"
2026-02-17 02:53:46.924 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali01b00b7c4c8"
2026-02-17 02:53:46.924 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=120 ifaceName="cali01b00b7c4c8" state="up"
2026-02-17 02:53:46.938 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:46.938 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"} status="up"
2026-02-17 02:53:46.938 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:46.938 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"} status="down"
2026-02-17 02:53:46.938 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali01b00b7c4c8", State:"down", Index:120}
2026-02-17 02:53:46.938 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali01b00b7c4c8", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.939 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali01b00b7c4c8", Addrs:set.Typed[string]{}}
2026-02-17 02:53:46.939 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali01b00b7c4c8", State:"up", Index:120}
2026-02-17 02:53:46.964 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-lcpk4, name=eth0)
2026-02-17 02:53:46.965 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-lcpk4" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic50df20bdf5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:53:46.995 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali01b00b7c4c8"
2026-02-17 02:53:46.995 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali01b00b7c4c8"
2026-02-17 02:53:46.995 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.995 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.995 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.996 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic50df20bdf5"
2026-02-17 02:53:46.996 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali01b00b7c4c8"
2026-02-17 02:53:46.996 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.996 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:46.996 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:46.996 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:47.013 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l5s9x, name=eth0)
2026-02-17 02:53:47.016 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j7qz7, name=eth0)
2026-02-17 02:53:47.041 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.041 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.041 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.041 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.041 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l5s9x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid896ef52b3d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:53:47.041 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j7qz7" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicc063b2628e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:53:47.057 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-dbrh2, name=eth0)
2026-02-17 02:53:47.057 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-dbrh2" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9d41c19944" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:53:47.065 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=112
2026-02-17 02:53:47.065 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia9d41c19944"
2026-02-17 02:53:47.065 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia9d41c19944", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:47.065 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia9d41c19944", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:47.095 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j8vdn, name=eth0)
2026-02-17 02:53:47.095 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j8vdn" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib17d01c449e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:53:47.096 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-llgtx, name=eth0)
2026-02-17 02:53:47.097 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-llgtx" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibd4a859fb2a" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:53:47.099 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:47.099 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:47.099 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:47.099 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:47.099 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:47.099 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:47.100 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:47.101 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=114
2026-02-17 02:53:47.101 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calibd4a859fb2a"
2026-02-17 02:53:47.101 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib17d01c449e"
2026-02-17 02:53:47.101 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibd4a859fb2a"
2026-02-17 02:53:47.101 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid896ef52b3d"
2026-02-17 02:53:47.101 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicc063b2628e"
2026-02-17 02:53:47.101 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia9d41c19944"
2026-02-17 02:53:47.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:47.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:53:47.110 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdhrg, name=eth0)
2026-02-17 02:53:47.135 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-n5r4n, name=eth0)
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.139 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibd4a859fb2a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:47.139 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibd4a859fb2a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:47.139 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdhrg" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali100056f6768" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:53:47.139 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-n5r4n" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0d2c8d02d75" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:53:47.160 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdhrg, name=eth0)
2026-02-17 02:53:47.160 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdhrg" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali100056f6768" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:53:47.168 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-h9td8, name=eth0)
2026-02-17 02:53:47.169 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdpkr, name=eth0)
2026-02-17 02:53:47.169 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-h9td8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali84632aba40b" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:53:47.169 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdpkr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3bc219b83fe" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:53:47.207 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:47.207 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:47.207 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:47.217 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.218 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.218 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.218 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:47.218 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:47.218 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:47.219 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.220 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.220 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.221 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali3bc219b83fe" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.221 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali3bc219b83fe" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.221 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali0d2c8d02d75"
2026-02-17 02:53:47.221 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali84632aba40b"
2026-02-17 02:53:47.221 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3bc219b83fe"
2026-02-17 02:53:47.221 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali100056f6768"
2026-02-17 02:53:47.221 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.221 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.221 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:47.221 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:53:47.221 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.222 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.222 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:47.222 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:53:47.222 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=121 ifaceName="cali3bc219b83fe" state="down"
2026-02-17 02:53:47.222 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3bc219b83fe"
2026-02-17 02:53:47.222 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=121 ifaceName="cali3bc219b83fe" state="up"
2026-02-17 02:53:47.281 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:47.281 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} status="down"
2026-02-17 02:53:47.281 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.281 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.281 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.281 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.281 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.281 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.281 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3bc219b83fe", State:"down", Index:121}
2026-02-17 02:53:47.281 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3bc219b83fe", Addrs:set.Typed[string]{}}
2026-02-17 02:53:47.281 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3bc219b83fe", Addrs:set.Typed[string]{}}
2026-02-17 02:53:47.281 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3bc219b83fe", State:"up", Index:121}
2026-02-17 02:53:47.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-5703" name:"default"}
2026-02-17 02:53:47.310 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3bc219b83fe"
2026-02-17 02:53:47.310 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3bc219b83fe"
2026-02-17 02:53:47.310 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3bc219b83fe"
2026-02-17 02:53:47.310 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.310 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.328 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9p5dz, name=eth0)
2026-02-17 02:53:47.343 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.343 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.343 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9p5dz" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6338601e89d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:53:47.414 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=122 ifaceName="cali6338601e89d" state="down"
2026-02-17 02:53:47.415 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6338601e89d"
2026-02-17 02:53:47.414 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6338601e89d", State:"down", Index:122}
2026-02-17 02:53:47.415 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6338601e89d", Addrs:set.Typed[string]{}}
2026-02-17 02:53:47.415 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6338601e89d", Addrs:set.Typed[string]{}}
2026-02-17 02:53:47.417 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=122 ifaceName="cali6338601e89d" state="up"
2026-02-17 02:53:47.421 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6338601e89d", State:"up", Index:122}
2026-02-17 02:53:47.421 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6338601e89d"
2026-02-17 02:53:47.421 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:47.421 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:47.421 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:47.422 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.422 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali6338601e89d" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.422 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.422 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali6338601e89d" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.422 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6338601e89d"
2026-02-17 02:53:47.423 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:47.423 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:47.438 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sgvdl, name=eth0)
2026-02-17 02:53:47.463 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4zrcd, name=eth0)
2026-02-17 02:53:47.475 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.475 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.475 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sgvdl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2bc2d17a407" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:53:47.475 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4zrcd" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliaca92f3a510" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:53:47.526 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:47.527 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:47.527 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:47.527 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:47.527 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:47.527 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:47.528 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliaca92f3a510"
2026-02-17 02:53:47.528 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2bc2d17a407"
2026-02-17 02:53:47.529 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:47.529 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:53:47.529 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:47.529 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:53:47.539 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-p62wr, name=eth0)
2026-02-17 02:53:47.559 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cztvn, name=eth0)
2026-02-17 02:53:47.561 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.561 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.561 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.561 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.561 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-p62wr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali515a0d01e1e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:53:47.561 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cztvn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali92a6b0678f6" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:53:47.588 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4xchc, name=eth0)
2026-02-17 02:53:47.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4xchc" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali17028f2728f" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:53:47.597 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=123 ifaceName="cali515a0d01e1e" state="down"
2026-02-17 02:53:47.598 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali515a0d01e1e", State:"down", Index:123}
2026-02-17 02:53:47.598 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali515a0d01e1e"
2026-02-17 02:53:47.598 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali515a0d01e1e", Addrs:set.Typed[string]{}}
2026-02-17 02:53:47.598 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali515a0d01e1e", Addrs:set.Typed[string]{}}
2026-02-17 02:53:47.598 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=123 ifaceName="cali515a0d01e1e" state="up"
2026-02-17 02:53:47.598 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali515a0d01e1e", State:"up", Index:123}
2026-02-17 02:53:47.634 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali515a0d01e1e"
2026-02-17 02:53:47.634 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:47.634 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:47.634 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:47.635 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:47.635 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:47.635 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:47.637 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:47.638 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:47.638 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:47.640 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali515a0d01e1e" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.641 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali515a0d01e1e" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.641 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali515a0d01e1e"
2026-02-17 02:53:47.641 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali92a6b0678f6"
2026-02-17 02:53:47.641 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali17028f2728f"
2026-02-17 02:53:47.641 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:47.641 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:47.641 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:47.641 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:53:47.641 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:47.641 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:53:47.656 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l5s9x, name=eth0)
2026-02-17 02:53:47.687 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.688 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.688 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.688 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.688 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.688 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.688 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l5s9x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid896ef52b3d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:53:47.708 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-lcpk4, name=eth0)
2026-02-17 02:53:47.708 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-lcpk4" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic50df20bdf5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:53:47.743 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.743 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.744 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.744 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:47.744 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:47.744 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:47.745 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid896ef52b3d"
2026-02-17 02:53:47.746 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic50df20bdf5"
2026-02-17 02:53:47.746 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.746 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:53:47.746 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:47.746 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:53:47.748 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-shq6x, name=eth0)
2026-02-17 02:53:47.769 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=115
2026-02-17 02:53:47.769 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali84632aba40b"
2026-02-17 02:53:47.775 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.775 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.775 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.775 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-shq6x" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5647e17b7dc" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:53:47.775 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali84632aba40b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:47.775 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali84632aba40b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:47.810 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-n5r4n, name=eth0)
2026-02-17 02:53:47.810 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-n5r4n" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0d2c8d02d75" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:53:47.822 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=124 ifaceName="cali5647e17b7dc" state="down"
2026-02-17 02:53:47.823 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5647e17b7dc"
2026-02-17 02:53:47.823 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5647e17b7dc", State:"down", Index:124}
2026-02-17 02:53:47.823 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5647e17b7dc", Addrs:set.Typed[string]{}}
2026-02-17 02:53:47.823 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5647e17b7dc", Addrs:set.Typed[string]{}}
2026-02-17 02:53:47.824 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=124 ifaceName="cali5647e17b7dc" state="up"
2026-02-17 02:53:47.824 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5647e17b7dc", State:"up", Index:124}
2026-02-17 02:53:47.832 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdpkr, name=eth0)
2026-02-17 02:53:47.833 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdpkr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3bc219b83fe" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:53:47.833 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=116
2026-02-17 02:53:47.833 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali100056f6768"
2026-02-17 02:53:47.833 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali100056f6768", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:47.833 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali100056f6768", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:47.844 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5647e17b7dc"
2026-02-17 02:53:47.844 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:47.844 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:47.845 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:47.852 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.852 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.852 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.852 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.852 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.852 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.853 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-5" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.853 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali5647e17b7dc" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.854 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-5" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.854 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali5647e17b7dc" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.854 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5647e17b7dc"
2026-02-17 02:53:47.854 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali0d2c8d02d75"
2026-02-17 02:53:47.854 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3bc219b83fe"
2026-02-17 02:53:47.854 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:47.854 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:47.854 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.855 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:53:47.855 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.855 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:47.906 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.906 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.906 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.906 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.906 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:47.906 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} status="up"
2026-02-17 02:53:47.917 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-99bfk, name=eth0)
2026-02-17 02:53:47.917 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-99bfk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3977bc229ac" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:53:47.946 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:47.946 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:47.947 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:47.948 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali3977bc229ac" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.949 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali3977bc229ac" ipVersion=0x4 table="filter"
2026-02-17 02:53:47.949 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3977bc229ac"
2026-02-17 02:53:47.949 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:47.949 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:47.962 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=120
2026-02-17 02:53:47.962 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali01b00b7c4c8"
2026-02-17 02:53:47.962 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=117
2026-02-17 02:53:47.962 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic50df20bdf5"
2026-02-17 02:53:47.973 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sbjb6, name=eth0)
2026-02-17 02:53:47.988 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9p5dz, name=eth0)
2026-02-17 02:53:47.989 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=125 ifaceName="cali3977bc229ac" state="down"
2026-02-17 02:53:47.990 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3977bc229ac"
2026-02-17 02:53:47.997 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdpkr, name=eth0)
2026-02-17 02:53:47.999 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=125 ifaceName="cali3977bc229ac" state="up"
2026-02-17 02:53:48.006 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:48.006 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"} status="down"
2026-02-17 02:53:48.006 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sbjb6" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidc3ff9bcef9" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:53:48.006 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9p5dz" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6338601e89d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:53:48.006 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdpkr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3bc219b83fe" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:53:48.006 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali01b00b7c4c8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.006 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali01b00b7c4c8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.006 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic50df20bdf5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.006 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic50df20bdf5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.006 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3977bc229ac", State:"down", Index:125}
2026-02-17 02:53:48.006 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3977bc229ac", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.006 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3977bc229ac", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.006 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3977bc229ac", State:"up", Index:125}
2026-02-17 02:53:48.019 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9p5dz, name=eth0)
2026-02-17 02:53:48.019 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9p5dz" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6338601e89d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:53:48.034 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-shq6x, name=eth0)
2026-02-17 02:53:48.035 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-shq6x" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5647e17b7dc" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:53:48.057 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3977bc229ac"
2026-02-17 02:53:48.057 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3977bc229ac"
2026-02-17 02:53:48.057 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.057 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-s7vt8, name=eth0)
2026-02-17 02:53:48.057 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.057 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.058 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:48.058 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:48.058 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:48.058 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:48.058 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:48.058 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:48.059 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:48.059 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:48.059 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3977bc229ac"
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidc3ff9bcef9"
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6338601e89d"
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3bc219b83fe"
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5647e17b7dc"
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:48.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:48.082 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sbjb6, name=eth0)
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.089 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-s7vt8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali01b00b7c4c8" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:53:48.089 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sbjb6" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidc3ff9bcef9" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:53:48.134 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-wmb2z, name=eth0)
2026-02-17 02:53:48.134 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-wmb2z" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicd25cce56db" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:53:48.145 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2dqj9, name=eth0)
2026-02-17 02:53:48.146 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2dqj9" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie100b189ae7" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:53:48.165 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.165 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.165 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.166 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.166 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.166 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.166 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:48.166 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:48.167 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:48.167 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:48.167 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:48.167 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9wpn5, name=eth0)
2026-02-17 02:53:48.167 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:48.168 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali01b00b7c4c8"
2026-02-17 02:53:48.168 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidc3ff9bcef9"
2026-02-17 02:53:48.168 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicd25cce56db"
2026-02-17 02:53:48.168 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie100b189ae7"
2026-02-17 02:53:48.169 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:48.169 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:53:48.169 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:48.169 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:53:48.169 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.169 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.169 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.169 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:53:48.186 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=118
2026-02-17 02:53:48.186 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali0d2c8d02d75"
2026-02-17 02:53:48.205 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-87pc8, name=eth0)
2026-02-17 02:53:48.208 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.208 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.208 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.208 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.208 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.208 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.208 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.208 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.208 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0d2c8d02d75", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.208 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0d2c8d02d75", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.209 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9wpn5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb59b787ee6" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:53:48.209 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-87pc8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali19b05514dd5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:53:48.227 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-t7rkw, name=eth0)
2026-02-17 02:53:48.227 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-t7rkw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9b975db6e52" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:53:48.257 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=126 ifaceName="cali19b05514dd5" state="down"
2026-02-17 02:53:48.257 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali19b05514dd5"
2026-02-17 02:53:48.257 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali19b05514dd5", State:"down", Index:126}
2026-02-17 02:53:48.260 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali19b05514dd5", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.260 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali19b05514dd5", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.261 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=126 ifaceName="cali19b05514dd5" state="up"
2026-02-17 02:53:48.261 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali19b05514dd5", State:"up", Index:126}
2026-02-17 02:53:48.277 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali19b05514dd5"
2026-02-17 02:53:48.277 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:48.277 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:48.278 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:48.278 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:48.278 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:48.278 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:48.278 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:48.278 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:48.278 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:48.279 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali19b05514dd5" ipVersion=0x4 table="filter"
2026-02-17 02:53:48.279 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2mnzr, name=eth0)
2026-02-17 02:53:48.280 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali19b05514dd5" ipVersion=0x4 table="filter"
2026-02-17 02:53:48.280 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali19b05514dd5"
2026-02-17 02:53:48.280 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibb59b787ee6"
2026-02-17 02:53:48.281 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9b975db6e52"
2026-02-17 02:53:48.281 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:48.281 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:53:48.281 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:48.281 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:48.281 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:48.281 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:53:48.313 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=121
2026-02-17 02:53:48.313 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3bc219b83fe"
2026-02-17 02:53:48.317 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-th49s, name=eth0)
2026-02-17 02:53:48.317 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.317 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.318 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.318 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.318 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.318 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2mnzr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali82edc85d75c" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:53:48.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-th49s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali040b43c5c75" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:53:48.318 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3bc219b83fe", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.318 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3bc219b83fe", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.369 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-llgtx, name=eth0)
2026-02-17 02:53:48.370 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-llgtx" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibd4a859fb2a" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:53:48.379 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:48.379 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:48.379 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:48.380 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:48.380 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:48.380 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:48.380 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:48.380 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:48.380 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:48.379 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-s7vt8, name=eth0)
2026-02-17 02:53:48.385 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali040b43c5c75"
2026-02-17 02:53:48.385 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibd4a859fb2a"
2026-02-17 02:53:48.385 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali82edc85d75c"
2026-02-17 02:53:48.385 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:48.385 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:53:48.385 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:48.385 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:53:48.385 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:48.385 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:53:48.389 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z46g5, name=eth0)
2026-02-17 02:53:48.406 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-99bfk, name=eth0)
2026-02-17 02:53:48.413 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=119
2026-02-17 02:53:48.413 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calidc3ff9bcef9"
2026-02-17 02:53:48.417 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.417 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.417 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.417 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.417 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.417 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.417 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidc3ff9bcef9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.417 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidc3ff9bcef9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-s7vt8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali01b00b7c4c8" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:53:48.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z46g5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidc72525c844" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:53:48.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"sysctl-882"} labels:{key:"e2e-framework" value:"sysctl"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"sysctl-882"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"sysctl-882"}
2026-02-17 02:53:48.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-99bfk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3977bc229ac" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:53:48.442 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=127 ifaceName="calidc72525c844" state="down"
2026-02-17 02:53:48.442 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calidc72525c844"
2026-02-17 02:53:48.442 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidc72525c844", State:"down", Index:127}
2026-02-17 02:53:48.442 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidc72525c844", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.442 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidc72525c844", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.445 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=127 ifaceName="calidc72525c844" state="up"
2026-02-17 02:53:48.445 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidc72525c844", State:"up", Index:127}
2026-02-17 02:53:48.482 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calidc72525c844"
2026-02-17 02:53:48.482 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:48.482 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:48.483 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:48.483 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:48.483 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:48.483 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:48.484 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.484 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.484 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.485 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calidc72525c844" ipVersion=0x4 table="filter"
2026-02-17 02:53:48.485 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calidc72525c844" ipVersion=0x4 table="filter"
2026-02-17 02:53:48.485 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidc72525c844"
2026-02-17 02:53:48.485 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3977bc229ac"
2026-02-17 02:53:48.485 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali01b00b7c4c8"
2026-02-17 02:53:48.485 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:48.485 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:48.485 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.485 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:53:48.485 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:48.485 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:48.545 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.545 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.546 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.546 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.546 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.546 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.546 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"sysctl-882"}
2026-02-17 02:53:48.665 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sd9gk, name=eth0)
2026-02-17 02:53:48.665 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=123
2026-02-17 02:53:48.665 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali515a0d01e1e"
2026-02-17 02:53:48.665 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sd9gk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5e171370d90" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:53:48.665 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali515a0d01e1e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.665 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali515a0d01e1e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:48.697 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-8419"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-8419"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-8419"} labels:{key:"webhook-8419" value:"true"}
2026-02-17 02:53:48.698 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:48.698 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:48.698 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:48.699 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali5e171370d90" ipVersion=0x4 table="filter"
2026-02-17 02:53:48.699 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali5e171370d90" ipVersion=0x4 table="filter"
2026-02-17 02:53:48.699 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali5e171370d90"
2026-02-17 02:53:48.699 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:48.699 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:48.723 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=128 ifaceName="cali5e171370d90" state="down"
2026-02-17 02:53:48.723 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5e171370d90"
2026-02-17 02:53:48.726 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=128 ifaceName="cali5e171370d90" state="up"
2026-02-17 02:53:48.749 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:48.749 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"} status="down"
2026-02-17 02:53:48.750 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"exempted-namespace-6233"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"exempted-namespace-6233"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"exempted-namespace-6233"} labels:{key:"skip-webhook-admission" value:"yes"} labels:{key:"webhook-8419" value:"true"}
2026-02-17 02:53:48.750 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-8419"}
2026-02-17 02:53:48.750 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"exempted-namespace-6233"}
2026-02-17 02:53:48.750 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5e171370d90", State:"down", Index:128}
2026-02-17 02:53:48.750 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5e171370d90", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.750 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5e171370d90", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.750 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5e171370d90", State:"up", Index:128}
2026-02-17 02:53:48.798 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replication-controller-5231" name:"default"}
2026-02-17 02:53:48.802 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5e171370d90"
2026-02-17 02:53:48.802 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5e171370d90"
2026-02-17 02:53:48.802 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5e171370d90"
2026-02-17 02:53:48.803 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:48.803 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:48.829 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:48.829 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"} status="up"
2026-02-17 02:53:48.852 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-nn7lf, name=eth0)
2026-02-17 02:53:48.852 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-nn7lf" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliabd3fcec0ac" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:53:48.903 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5703"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5703"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5703"} labels:{key:"webhook-8419-markers" value:"true"}
2026-02-17 02:53:48.910 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:48.911 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:48.911 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:48.911 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-caliabd3fcec0ac" ipVersion=0x4 table="filter"
2026-02-17 02:53:48.911 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-caliabd3fcec0ac" ipVersion=0x4 table="filter"
2026-02-17 02:53:48.911 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="caliabd3fcec0ac"
2026-02-17 02:53:48.911 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:48.911 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:48.922 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=129 ifaceName="caliabd3fcec0ac" state="down"
2026-02-17 02:53:48.923 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliabd3fcec0ac"
2026-02-17 02:53:48.934 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=129 ifaceName="caliabd3fcec0ac" state="up"
2026-02-17 02:53:48.949 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:48.949 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"} status="down"
2026-02-17 02:53:48.949 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliabd3fcec0ac", State:"down", Index:129}
2026-02-17 02:53:48.949 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliabd3fcec0ac", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.950 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliabd3fcec0ac", Addrs:set.Typed[string]{}}
2026-02-17 02:53:48.950 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliabd3fcec0ac", State:"up", Index:129}
2026-02-17 02:53:48.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-5703"}
2026-02-17 02:53:49.013 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-p62wr, name=eth0)
2026-02-17 02:53:49.013 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-p62wr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali515a0d01e1e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:53:49.019 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliabd3fcec0ac"
2026-02-17 02:53:49.019 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliabd3fcec0ac"
2026-02-17 02:53:49.019 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:49.020 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:49.021 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:49.023 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliabd3fcec0ac"
2026-02-17 02:53:49.024 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali515a0d01e1e"
2026-02-17 02:53:49.024 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:49.024 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:49.024 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:49.024 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:53:49.034 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-99bfk, name=eth0)
2026-02-17 02:53:49.053 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.053 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.053 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.053 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-99bfk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3977bc229ac" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:53:49.065 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-shq6x, name=eth0)
2026-02-17 02:53:49.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-shq6x" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5647e17b7dc" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:53:49.084 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-87pc8, name=eth0)
2026-02-17 02:53:49.085 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-87pc8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali19b05514dd5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:53:49.091 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-gc2tk, name=eth0)
2026-02-17 02:53:49.091 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-gc2tk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali657d055d6e0" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:53:49.110 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z46g5, name=eth0)
2026-02-17 02:53:49.111 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z46g5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidc72525c844" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:53:49.123 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:49.124 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:49.124 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:49.124 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:49.124 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:49.124 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:49.124 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:49.124 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:49.124 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:49.125 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:49.125 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:49.125 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:49.127 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:49.127 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:49.128 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:49.140 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali657d055d6e0" ipVersion=0x4 table="filter"
2026-02-17 02:53:49.140 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali657d055d6e0" ipVersion=0x4 table="filter"
2026-02-17 02:53:49.140 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali657d055d6e0"
2026-02-17 02:53:49.140 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidc72525c844"
2026-02-17 02:53:49.140 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3977bc229ac"
2026-02-17 02:53:49.140 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5647e17b7dc"
2026-02-17 02:53:49.140 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali19b05514dd5"
2026-02-17 02:53:49.140 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:49.140 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:53:49.141 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:49.141 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:49.141 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:49.141 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:53:49.141 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:49.141 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:53:49.141 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:49.141 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:53:49.162 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=130 ifaceName="cali657d055d6e0" state="down"
2026-02-17 02:53:49.162 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali657d055d6e0"
2026-02-17 02:53:49.162 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=130 ifaceName="cali657d055d6e0" state="up"
2026-02-17 02:53:49.177 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=122
2026-02-17 02:53:49.177 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6338601e89d"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"} status="down"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.182 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.182 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali657d055d6e0", State:"down", Index:130}
2026-02-17 02:53:49.182 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali657d055d6e0", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.182 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali657d055d6e0", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.182 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali657d055d6e0", State:"up", Index:130}
2026-02-17 02:53:49.182 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6338601e89d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.182 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6338601e89d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.226 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali657d055d6e0"
2026-02-17 02:53:49.226 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali657d055d6e0"
2026-02-17 02:53:49.226 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali657d055d6e0"
2026-02-17 02:53:49.226 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:49.226 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:49.253 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.253 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.254 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-8fhsg, name=eth0)
2026-02-17 02:53:49.254 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-8fhsg" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicb0e7725677" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:53:49.326 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=131 ifaceName="calicb0e7725677" state="down"
2026-02-17 02:53:49.327 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicb0e7725677"
2026-02-17 02:53:49.327 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicb0e7725677", State:"down", Index:131}
2026-02-17 02:53:49.327 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicb0e7725677", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.327 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicb0e7725677", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.330 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=131 ifaceName="calicb0e7725677" state="up"
2026-02-17 02:53:49.331 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicb0e7725677", State:"up", Index:131}
2026-02-17 02:53:49.333 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calicb0e7725677"
2026-02-17 02:53:49.333 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:49.333 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:49.333 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:49.334 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calicb0e7725677" ipVersion=0x4 nextLog=2026-02-17 02:54:11.523764697 +0000 UTC m=+1133.479453169 table="filter"
2026-02-17 02:53:49.334 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicb0e7725677"
2026-02-17 02:53:49.334 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:49.334 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:49.389 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.389 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.474 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=127
2026-02-17 02:53:49.474 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calidc72525c844"
2026-02-17 02:53:49.474 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidc72525c844", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.474 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidc72525c844", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.529 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bx56t, name=eth0)
2026-02-17 02:53:49.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bx56t" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic530ca38534" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.185/32"}
2026-02-17 02:53:49.561 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=126
2026-02-17 02:53:49.561 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali19b05514dd5"
2026-02-17 02:53:49.561 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali19b05514dd5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.561 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali19b05514dd5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.575 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:49.575 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:49.575 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:49.576 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic530ca38534"
2026-02-17 02:53:49.576 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:49.577 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:49.590 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=132 ifaceName="calic530ca38534" state="down"
2026-02-17 02:53:49.590 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic530ca38534"
2026-02-17 02:53:49.602 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=132 ifaceName="calic530ca38534" state="up"
2026-02-17 02:53:49.630 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:49.630 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"} status="down"
2026-02-17 02:53:49.630 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic530ca38534", State:"down", Index:132}
2026-02-17 02:53:49.630 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic530ca38534", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.630 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic530ca38534", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.630 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic530ca38534", State:"up", Index:132}
2026-02-17 02:53:49.685 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic530ca38534"
2026-02-17 02:53:49.685 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic530ca38534"
2026-02-17 02:53:49.685 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic530ca38534"
2026-02-17 02:53:49.686 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:49.686 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:49.709 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-b9x7m, name=eth0)
2026-02-17 02:53:49.713 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.713 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.714 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-5231"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-5231"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-5231"}
2026-02-17 02:53:49.714 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-b9x7m" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali77490de4f0d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:53:49.739 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replication-controller-5231"}
2026-02-17 02:53:49.753 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=124
2026-02-17 02:53:49.753 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5647e17b7dc"
2026-02-17 02:53:49.753 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5647e17b7dc", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.753 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5647e17b7dc", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.764 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=133 ifaceName="cali77490de4f0d" state="down"
2026-02-17 02:53:49.764 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali77490de4f0d"
2026-02-17 02:53:49.764 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali77490de4f0d", State:"down", Index:133}
2026-02-17 02:53:49.764 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali77490de4f0d", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.764 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali77490de4f0d", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.765 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=133 ifaceName="cali77490de4f0d" state="up"
2026-02-17 02:53:49.765 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali77490de4f0d", State:"up", Index:133}
2026-02-17 02:53:49.794 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali77490de4f0d"
2026-02-17 02:53:49.794 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:49.794 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:49.794 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:49.795 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali77490de4f0d"
2026-02-17 02:53:49.795 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:49.795 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:49.838 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:49.838 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"} status="up"
2026-02-17 02:53:49.881 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=125
2026-02-17 02:53:49.881 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3977bc229ac"
2026-02-17 02:53:49.881 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3977bc229ac", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.881 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3977bc229ac", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.912 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sz4cg, name=eth0)
2026-02-17 02:53:49.931 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sz4cg" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicb5dfaf536b" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:53:49.950 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=128
2026-02-17 02:53:49.950 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5e171370d90"
2026-02-17 02:53:49.950 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5e171370d90", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.950 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5e171370d90", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:49.994 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=134 ifaceName="calicb5dfaf536b" state="down"
2026-02-17 02:53:49.995 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicb5dfaf536b"
2026-02-17 02:53:49.994 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicb5dfaf536b", State:"down", Index:134}
2026-02-17 02:53:49.995 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=134 ifaceName="calicb5dfaf536b" state="up"
2026-02-17 02:53:49.995 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicb5dfaf536b", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.995 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicb5dfaf536b", Addrs:set.Typed[string]{}}
2026-02-17 02:53:49.995 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicb5dfaf536b", State:"up", Index:134}
2026-02-17 02:53:50.003 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calicb5dfaf536b"
2026-02-17 02:53:50.003 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:50.003 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:50.003 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:50.004 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicb5dfaf536b"
2026-02-17 02:53:50.004 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:50.004 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:50.038 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.038 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.073 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-8fhsg, name=eth0)
2026-02-17 02:53:50.073 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-8fhsg" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicb0e7725677" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:53:50.094 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-nn7lf, name=eth0)
2026-02-17 02:53:50.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-nn7lf" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliabd3fcec0ac" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:53:50.112 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:50.112 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:50.112 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:50.112 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:50.113 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:50.113 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:50.113 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9st9n, name=eth0)
2026-02-17 02:53:50.114 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicb0e7725677"
2026-02-17 02:53:50.114 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliabd3fcec0ac"
2026-02-17 02:53:50.114 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:50.114 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:53:50.114 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:50.114 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:53:50.117 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sd9gk, name=eth0)
2026-02-17 02:53:50.151 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.151 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.151 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.151 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.151 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9st9n" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali962205afacd" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:53:50.151 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sd9gk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5e171370d90" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:53:50.161 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-gc2tk, name=eth0)
2026-02-17 02:53:50.161 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-gc2tk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali657d055d6e0" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:53:50.171 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=135 ifaceName="cali962205afacd" state="down"
2026-02-17 02:53:50.171 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali962205afacd"
2026-02-17 02:53:50.171 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali962205afacd", State:"down", Index:135}
2026-02-17 02:53:50.171 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali962205afacd", Addrs:set.Typed[string]{}}
2026-02-17 02:53:50.171 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali962205afacd", Addrs:set.Typed[string]{}}
2026-02-17 02:53:50.177 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=135 ifaceName="cali962205afacd" state="up"
2026-02-17 02:53:50.177 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali962205afacd", State:"up", Index:135}
2026-02-17 02:53:50.189 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bx56t, name=eth0)
2026-02-17 02:53:50.190 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bx56t" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic530ca38534" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.185/32"}
2026-02-17 02:53:50.216 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali962205afacd"
2026-02-17 02:53:50.216 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:50.216 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:50.216 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:50.217 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:50.217 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:50.217 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:50.217 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:50.217 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:50.217 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:50.218 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:50.218 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:50.218 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:50.219 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali962205afacd"
2026-02-17 02:53:50.219 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5e171370d90"
2026-02-17 02:53:50.219 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali657d055d6e0"
2026-02-17 02:53:50.219 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic530ca38534"
2026-02-17 02:53:50.219 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:50.219 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:53:50.219 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:50.219 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:53:50.219 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:50.219 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:53:50.219 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:50.219 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:50.265 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.265 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.265 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.265 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.265 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.265 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.265 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.265 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.298 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=130
2026-02-17 02:53:50.298 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali657d055d6e0"
2026-02-17 02:53:50.298 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali657d055d6e0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:50.298 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali657d055d6e0", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:50.306 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-tkxb7, name=eth0)
2026-02-17 02:53:50.307 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-tkxb7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6d1ed51dcd3" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:53:50.319 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:50.319 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:50.319 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:50.320 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6d1ed51dcd3"
2026-02-17 02:53:50.320 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:50.320 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:50.361 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=136 ifaceName="cali6d1ed51dcd3" state="down"
2026-02-17 02:53:50.362 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:50.362 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"} status="down"
2026-02-17 02:53:50.362 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6d1ed51dcd3", State:"down", Index:136}
2026-02-17 02:53:50.362 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6d1ed51dcd3"
2026-02-17 02:53:50.362 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6d1ed51dcd3", Addrs:set.Typed[string]{}}
2026-02-17 02:53:50.362 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6d1ed51dcd3", Addrs:set.Typed[string]{}}
2026-02-17 02:53:50.362 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=136 ifaceName="cali6d1ed51dcd3" state="up"
2026-02-17 02:53:50.362 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6d1ed51dcd3", State:"up", Index:136}
2026-02-17 02:53:50.420 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6d1ed51dcd3"
2026-02-17 02:53:50.421 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6d1ed51dcd3"
2026-02-17 02:53:50.421 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6d1ed51dcd3"
2026-02-17 02:53:50.421 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:50.421 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:50.446 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.446 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.554 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2xwgz, name=eth0)
2026-02-17 02:53:50.555 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2xwgz" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic1fb424253c" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:53:50.555 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.555 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.555 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.556 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic1fb424253c"
2026-02-17 02:53:50.556 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.556 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.611 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:50.611 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"} status="down"
2026-02-17 02:53:50.634 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=137 ifaceName="calic1fb424253c" state="down"
2026-02-17 02:53:50.634 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic1fb424253c", State:"down", Index:137}
2026-02-17 02:53:50.635 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic1fb424253c"
2026-02-17 02:53:50.635 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic1fb424253c", Addrs:set.Typed[string]{}}
2026-02-17 02:53:50.635 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic1fb424253c", Addrs:set.Typed[string]{}}
2026-02-17 02:53:50.635 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic1fb424253c"
2026-02-17 02:53:50.635 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.635 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.639 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=137 ifaceName="calic1fb424253c" state="up"
2026-02-17 02:53:50.649 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=131
2026-02-17 02:53:50.649 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calicb0e7725677"
2026-02-17 02:53:50.657 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:50.657 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"} status="down"
2026-02-17 02:53:50.657 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic1fb424253c", State:"up", Index:137}
2026-02-17 02:53:50.657 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicb0e7725677", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:50.657 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicb0e7725677", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:50.740 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic1fb424253c"
2026-02-17 02:53:50.740 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic1fb424253c"
2026-02-17 02:53:50.740 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic1fb424253c"
2026-02-17 02:53:50.741 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.741 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:50.745 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=129
2026-02-17 02:53:50.745 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliabd3fcec0ac"
2026-02-17 02:53:50.763 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.763 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.763 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliabd3fcec0ac", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:50.763 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliabd3fcec0ac", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:50.769 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-qrqpx, name=eth0)
2026-02-17 02:53:50.769 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-qrqpx" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5b325103055" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:53:50.834 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=138 ifaceName="cali5b325103055" state="down"
2026-02-17 02:53:50.835 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5b325103055"
2026-02-17 02:53:50.835 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=138 ifaceName="cali5b325103055" state="up"
2026-02-17 02:53:50.835 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5b325103055", State:"down", Index:138}
2026-02-17 02:53:50.835 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5b325103055", Addrs:set.Typed[string]{}}
2026-02-17 02:53:50.835 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5b325103055", Addrs:set.Typed[string]{}}
2026-02-17 02:53:50.835 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5b325103055", State:"up", Index:138}
2026-02-17 02:53:50.842 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=132
2026-02-17 02:53:50.842 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic530ca38534"
2026-02-17 02:53:50.842 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic530ca38534", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:50.842 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic530ca38534", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:50.850 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5b325103055"
2026-02-17 02:53:50.850 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:50.850 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:50.850 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:50.853 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5b325103055"
2026-02-17 02:53:50.853 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:50.854 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:50.921 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:50.921 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"} status="up"
2026-02-17 02:53:50.933 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-gdhp7, name=eth0)
2026-02-17 02:53:50.933 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-gdhp7" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif2824cad038" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:53:50.947 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"chunking-6222"} labels:{key:"e2e-framework" value:"chunking"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"chunking-6222"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"chunking-6222"}
2026-02-17 02:53:50.960 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:50.960 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:50.960 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:50.961 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calif2824cad038"
2026-02-17 02:53:50.961 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:50.961 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:50.992 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=139 ifaceName="calif2824cad038" state="down"
2026-02-17 02:53:50.994 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif2824cad038"
2026-02-17 02:53:50.996 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=139 ifaceName="calif2824cad038" state="up"
2026-02-17 02:53:51.017 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:51.017 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"} status="down"
2026-02-17 02:53:51.017 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"chunking-6222"}
2026-02-17 02:53:51.017 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif2824cad038", State:"down", Index:139}
2026-02-17 02:53:51.017 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif2824cad038", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.017 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif2824cad038", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.018 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif2824cad038", State:"up", Index:139}
2026-02-17 02:53:51.066 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calif2824cad038"
2026-02-17 02:53:51.066 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif2824cad038"
2026-02-17 02:53:51.066 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif2824cad038"
2026-02-17 02:53:51.066 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:51.066 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:51.086 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.086 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.111 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-tkxb7, name=eth0)
2026-02-17 02:53:51.111 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-tkxb7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6d1ed51dcd3" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:53:51.128 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-b9x7m, name=eth0)
2026-02-17 02:53:51.129 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-b9x7m" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali77490de4f0d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:53:51.161 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9st9n, name=eth0)
2026-02-17 02:53:51.161 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9st9n" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali962205afacd" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:53:51.161 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=134
2026-02-17 02:53:51.161 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calicb5dfaf536b"
2026-02-17 02:53:51.161 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicb5dfaf536b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:51.161 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicb5dfaf536b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:51.169 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z2244, name=eth0)
2026-02-17 02:53:51.169 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z2244" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali37e85547b74" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.177/32"}
2026-02-17 02:53:51.174 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:51.174 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:51.174 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:51.174 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:51.174 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:51.174 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:51.178 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:51.178 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:51.178 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:51.180 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:51.180 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:51.180 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:51.181 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sz4cg, name=eth0)
2026-02-17 02:53:51.184 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6d1ed51dcd3"
2026-02-17 02:53:51.184 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali77490de4f0d"
2026-02-17 02:53:51.184 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali962205afacd"
2026-02-17 02:53:51.184 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali37e85547b74"
2026-02-17 02:53:51.184 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:51.184 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:53:51.184 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:51.184 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:53:51.184 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:51.184 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:53:51.184 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:51.184 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:51.211 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2xwgz, name=eth0)
2026-02-17 02:53:51.219 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=140 ifaceName="cali37e85547b74" state="down"
2026-02-17 02:53:51.220 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali37e85547b74"
2026-02-17 02:53:51.220 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=140 ifaceName="cali37e85547b74" state="up"
2026-02-17 02:53:51.234 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:51.234 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"} status="down"
2026-02-17 02:53:51.234 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.234 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.234 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.234 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.234 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.234 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.234 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37e85547b74", State:"down", Index:140}
2026-02-17 02:53:51.234 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37e85547b74", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.234 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37e85547b74", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.234 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37e85547b74", State:"up", Index:140}
2026-02-17 02:53:51.234 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sz4cg" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicb5dfaf536b" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:53:51.234 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2xwgz" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic1fb424253c" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:53:51.282 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali37e85547b74"
2026-02-17 02:53:51.282 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali37e85547b74"
2026-02-17 02:53:51.282 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:51.282 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:51.283 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:51.283 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:51.283 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:51.283 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:51.284 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic1fb424253c"
2026-02-17 02:53:51.284 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali37e85547b74"
2026-02-17 02:53:51.284 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicb5dfaf536b"
2026-02-17 02:53:51.284 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:51.284 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:51.284 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:51.284 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:53:51.284 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:51.284 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:53:51.319 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.319 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.319 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.319 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.319 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.319 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.350 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-qkzqv, name=eth0)
2026-02-17 02:53:51.350 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-qkzqv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0ee81c208cb" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:53:51.353 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=133
2026-02-17 02:53:51.353 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali77490de4f0d"
2026-02-17 02:53:51.353 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali77490de4f0d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:51.353 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali77490de4f0d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:51.391 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:51.391 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:51.391 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:51.393 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali0ee81c208cb"
2026-02-17 02:53:51.393 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:51.393 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:51.419 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=141 ifaceName="cali0ee81c208cb" state="down"
2026-02-17 02:53:51.420 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali0ee81c208cb"
2026-02-17 02:53:51.420 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=141 ifaceName="cali0ee81c208cb" state="up"
2026-02-17 02:53:51.441 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:51.441 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"} status="down"
2026-02-17 02:53:51.441 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0ee81c208cb", State:"down", Index:141}
2026-02-17 02:53:51.442 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0ee81c208cb", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.442 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0ee81c208cb", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.442 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0ee81c208cb", State:"up", Index:141}
2026-02-17 02:53:51.497 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali0ee81c208cb"
2026-02-17 02:53:51.497 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali0ee81c208cb"
2026-02-17 02:53:51.497 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali0ee81c208cb"
2026-02-17 02:53:51.497 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:51.497 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:51.513 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=135
2026-02-17 02:53:51.513 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali962205afacd"
2026-02-17 02:53:51.518 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l7df4, name=eth0)
2026-02-17 02:53:51.519 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.519 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.519 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l7df4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali40735884c42" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:53:51.519 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali962205afacd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:51.519 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali962205afacd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:51.587 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=142 ifaceName="cali40735884c42" state="down"
2026-02-17 02:53:51.588 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali40735884c42"
2026-02-17 02:53:51.589 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=142 ifaceName="cali40735884c42" state="up"
2026-02-17 02:53:51.588 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali40735884c42", State:"down", Index:142}
2026-02-17 02:53:51.589 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali40735884c42", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.589 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali40735884c42", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.589 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali40735884c42", State:"up", Index:142}
2026-02-17 02:53:51.607 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali40735884c42"
2026-02-17 02:53:51.607 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:51.607 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:51.607 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:51.608 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali40735884c42"
2026-02-17 02:53:51.608 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:51.608 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:51.662 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.662 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.753 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z5v26, name=eth0)
2026-02-17 02:53:51.753 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z5v26" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali854ffcd44d5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.160/32"}
2026-02-17 02:53:51.753 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.753 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.753 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.754 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali854ffcd44d5"
2026-02-17 02:53:51.754 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.754 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.802 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:51.802 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"} status="down"
2026-02-17 02:53:51.816 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=143 ifaceName="cali854ffcd44d5" state="down"
2026-02-17 02:53:51.817 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali854ffcd44d5"
2026-02-17 02:53:51.817 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali854ffcd44d5", State:"down", Index:143}
2026-02-17 02:53:51.817 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali854ffcd44d5", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.817 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali854ffcd44d5", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.826 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali854ffcd44d5"
2026-02-17 02:53:51.826 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.826 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.840 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=143 ifaceName="cali854ffcd44d5" state="up"
2026-02-17 02:53:51.849 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:51.849 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"} status="down"
2026-02-17 02:53:51.849 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali854ffcd44d5", State:"up", Index:143}
2026-02-17 02:53:51.881 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-w5t5t, name=eth0)
2026-02-17 02:53:51.881 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-w5t5t" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6d0ac149db4" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:53:51.929 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali854ffcd44d5"
2026-02-17 02:53:51.929 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali854ffcd44d5"
2026-02-17 02:53:51.929 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:51.929 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:51.929 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:51.930 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali854ffcd44d5"
2026-02-17 02:53:51.931 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6d0ac149db4"
2026-02-17 02:53:51.931 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:51.931 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:51.931 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.931 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:51.957 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=144 ifaceName="cali6d0ac149db4" state="down"
2026-02-17 02:53:51.958 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6d0ac149db4"
2026-02-17 02:53:51.959 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=144 ifaceName="cali6d0ac149db4" state="up"
2026-02-17 02:53:51.982 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:51.982 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"} status="up"
2026-02-17 02:53:51.982 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:51.982 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"} status="down"
2026-02-17 02:53:51.982 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6d0ac149db4", State:"down", Index:144}
2026-02-17 02:53:51.982 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6d0ac149db4", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.982 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6d0ac149db4", Addrs:set.Typed[string]{}}
2026-02-17 02:53:51.982 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6d0ac149db4", State:"up", Index:144}
2026-02-17 02:53:51.991 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-8xwxs, name=eth0)
2026-02-17 02:53:51.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-8xwxs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali964b6c70433" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:53:52.034 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6d0ac149db4"
2026-02-17 02:53:52.034 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6d0ac149db4"
2026-02-17 02:53:52.034 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:52.034 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:52.035 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:52.036 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6d0ac149db4"
2026-02-17 02:53:52.036 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali964b6c70433"
2026-02-17 02:53:52.036 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:52.036 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:52.036 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:52.036 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:52.080 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=145 ifaceName="cali964b6c70433" state="down"
2026-02-17 02:53:52.080 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali964b6c70433"
2026-02-17 02:53:52.080 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=145 ifaceName="cali964b6c70433" state="up"
2026-02-17 02:53:52.090 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:52.090 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"} status="down"
2026-02-17 02:53:52.090 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:52.090 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"} status="up"
2026-02-17 02:53:52.090 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali964b6c70433", State:"down", Index:145}
2026-02-17 02:53:52.090 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali964b6c70433", Addrs:set.Typed[string]{}}
2026-02-17 02:53:52.090 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali964b6c70433", Addrs:set.Typed[string]{}}
2026-02-17 02:53:52.090 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali964b6c70433", State:"up", Index:145}
2026-02-17 02:53:52.121 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=136
2026-02-17 02:53:52.121 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6d1ed51dcd3"
2026-02-17 02:53:52.121 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6d1ed51dcd3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.121 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6d1ed51dcd3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.137 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali964b6c70433"
2026-02-17 02:53:52.137 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali964b6c70433"
2026-02-17 02:53:52.137 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali964b6c70433"
2026-02-17 02:53:52.137 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:52.137 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:52.149 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z2244, name=eth0)
2026-02-17 02:53:52.160 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:52.160 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"} status="up"
2026-02-17 02:53:52.160 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z2244" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali37e85547b74" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.177/32"}
2026-02-17 02:53:52.176 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l7df4, name=eth0)
2026-02-17 02:53:52.176 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l7df4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali40735884c42" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:53:52.185 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=137
2026-02-17 02:53:52.185 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic1fb424253c"
2026-02-17 02:53:52.185 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic1fb424253c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.185 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic1fb424253c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.195 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-gdhp7, name=eth0)
2026-02-17 02:53:52.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-gdhp7" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif2824cad038" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:53:52.211 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-qrqpx, name=eth0)
2026-02-17 02:53:52.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-qrqpx" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5b325103055" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:53:52.230 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-qkzqv, name=eth0)
2026-02-17 02:53:52.230 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-qkzqv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0ee81c208cb" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:53:52.246 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:52.246 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:52.246 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:52.247 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:52.247 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:52.247 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:52.247 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:52.247 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:52.248 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:52.248 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:52.248 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:52.248 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:52.248 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:52.248 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:52.248 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali40735884c42"
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif2824cad038"
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5b325103055"
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali0ee81c208cb"
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali37e85547b74"
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:52.249 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"} status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"} status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"} status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"} status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:52.277 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"} status="up"
2026-02-17 02:53:52.285 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=138
2026-02-17 02:53:52.285 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5b325103055"
2026-02-17 02:53:52.285 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5b325103055", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.285 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5b325103055", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.601 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=140
2026-02-17 02:53:52.601 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali37e85547b74"
2026-02-17 02:53:52.601 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37e85547b74", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.601 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37e85547b74", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.601 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:53:52.733 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=139
2026-02-17 02:53:52.734 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calif2824cad038"
2026-02-17 02:53:52.734 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif2824cad038", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.734 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif2824cad038", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.985 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=141
2026-02-17 02:53:52.985 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali0ee81c208cb"
2026-02-17 02:53:52.985 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0ee81c208cb", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:52.986 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0ee81c208cb", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:53.145 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=144
2026-02-17 02:53:53.145 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6d0ac149db4"
2026-02-17 02:53:53.145 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6d0ac149db4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:53.145 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6d0ac149db4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:53.176 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-8xwxs, name=eth0)
2026-02-17 02:53:53.177 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-8xwxs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali964b6c70433" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:53:53.177 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:53.178 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:53.180 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:53.182 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali964b6c70433"
2026-02-17 02:53:53.182 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:53.182 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:53:53.196 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z5v26, name=eth0)
2026-02-17 02:53:53.211 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:53.211 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"} status="up"
2026-02-17 02:53:53.212 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z5v26" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali854ffcd44d5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.160/32"}
2026-02-17 02:53:53.212 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:53.212 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:53.212 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:53.212 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-w5t5t, name=eth0)
2026-02-17 02:53:53.213 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali854ffcd44d5"
2026-02-17 02:53:53.213 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:53.213 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:53:53.239 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:53.240 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"} status="up"
2026-02-17 02:53:53.240 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-w5t5t" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6d0ac149db4" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:53:53.240 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:53.240 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:53.240 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:53.241 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6d0ac149db4"
2026-02-17 02:53:53.241 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:53.241 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:53:53.269 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:53.269 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"} status="up"
2026-02-17 02:53:53.409 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-4478"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-4478"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-4478"}
2026-02-17 02:53:53.438 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-2989"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-2989"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-2989"}
2026-02-17 02:53:53.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubelet-test-2989" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:53.465 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=143
2026-02-17 02:53:53.465 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali854ffcd44d5"
2026-02-17 02:53:53.492 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali854ffcd44d5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:53.492 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali854ffcd44d5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:53.492 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:53:53.529 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=142
2026-02-17 02:53:53.529 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali40735884c42"
2026-02-17 02:53:53.535 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali40735884c42", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:53.535 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali40735884c42", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:54.009 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=145
2026-02-17 02:53:54.009 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali964b6c70433"
2026-02-17 02:53:54.009 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali964b6c70433", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:54.009 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali964b6c70433", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:54.009 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:53:55.533 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-2989"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-2989"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-2989"}
2026-02-17 02:53:55.599 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-4928"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-4928"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-4928"}
2026-02-17 02:53:55.629 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-lifecycle-hook-4928" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:53:56.243 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-4928/pod-handle-http-request, name=eth0)
2026-02-17 02:53:56.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.container-lifecycle-hook-4928"} profile:{inbound_rules:{action:"allow" rule_id:"WhiQ-x6EzDnqWeBS"} outbound_rules:{action:"allow" rule_id:"5HX4ytuf3BjYiRIv"}}
2026-02-17 02:53:56.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.container-lifecycle-hook-4928.default"} profile:{}
2026-02-17 02:53:56.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-4928/pod-handle-http-request" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3735a969bf1" profile_ids:"kns.container-lifecycle-hook-4928" profile_ids:"ksa.container-lifecycle-hook-4928.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:53:56.243 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.244 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.244 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.246 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3735a969bf1"
2026-02-17 02:53:56.246 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.246 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.293 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:56.293 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} status="down"
2026-02-17 02:53:56.308 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=146 ifaceName="cali3735a969bf1" state="down"
2026-02-17 02:53:56.308 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3735a969bf1", State:"down", Index:146}
2026-02-17 02:53:56.308 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3735a969bf1"
2026-02-17 02:53:56.309 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.309 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.308 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3735a969bf1"
2026-02-17 02:53:56.314 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=146 ifaceName="cali3735a969bf1" state="up"
2026-02-17 02:53:56.328 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:56.328 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} status="down"
2026-02-17 02:53:56.328 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3735a969bf1", Addrs:set.Typed[string]{}}
2026-02-17 02:53:56.328 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3735a969bf1", Addrs:set.Typed[string]{}}
2026-02-17 02:53:56.328 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3735a969bf1", State:"up", Index:146}
2026-02-17 02:53:56.328 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3735a969bf1"
2026-02-17 02:53:56.328 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3735a969bf1"
2026-02-17 02:53:56.328 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3735a969bf1"
2026-02-17 02:53:56.329 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.329 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:56.359 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:56.359 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} status="up"
2026-02-17 02:53:57.213 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-4928/pod-handle-http-request, name=eth0)
2026-02-17 02:53:57.214 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-4928/pod-handle-http-request" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3735a969bf1" profile_ids:"kns.container-lifecycle-hook-4928" profile_ids:"ksa.container-lifecycle-hook-4928.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:53:57.214 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:57.214 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:57.214 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:57.216 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3735a969bf1"
2026-02-17 02:53:57.216 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:57.216 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:53:57.242 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:57.242 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} status="up"
2026-02-17 02:53:57.849 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=146
2026-02-17 02:53:57.849 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3735a969bf1"
2026-02-17 02:53:57.849 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3735a969bf1", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:57.849 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3735a969bf1", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:58.237 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-4928/pod-with-prestop-http-hook, name=eth0)
2026-02-17 02:53:58.237 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-4928/pod-with-prestop-http-hook" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2e4e45b98ec" profile_ids:"kns.container-lifecycle-hook-4928" profile_ids:"ksa.container-lifecycle-hook-4928.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:53:58.237 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.237 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.237 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.238 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:58.239 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.239 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.285 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:58.286 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} status="down"
2026-02-17 02:53:58.312 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=147 ifaceName="cali2e4e45b98ec" state="down"
2026-02-17 02:53:58.312 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:58.312 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2e4e45b98ec", State:"down", Index:147}
2026-02-17 02:53:58.312 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2e4e45b98ec", Addrs:set.Typed[string]{}}
2026-02-17 02:53:58.312 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2e4e45b98ec", Addrs:set.Typed[string]{}}
2026-02-17 02:53:58.312 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:58.312 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.312 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.320 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=147 ifaceName="cali2e4e45b98ec" state="up"
2026-02-17 02:53:58.341 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:53:58.342 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} status="down"
2026-02-17 02:53:58.342 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2e4e45b98ec", State:"up", Index:147}
2026-02-17 02:53:58.342 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:58.342 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:58.342 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:58.342 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.342 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:58.361 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:58.361 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} status="up"
2026-02-17 02:53:58.615 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-4478" name:"default"}
2026-02-17 02:53:58.770 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-4478"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-4478"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-4478"}
2026-02-17 02:53:58.788 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-4478"}
2026-02-17 02:53:59.222 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-4928/pod-with-prestop-http-hook, name=eth0)
2026-02-17 02:53:59.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-4928/pod-with-prestop-http-hook" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2e4e45b98ec" profile_ids:"kns.container-lifecycle-hook-4928" profile_ids:"ksa.container-lifecycle-hook-4928.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:53:59.222 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.222 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.223 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.224 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:59.224 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.224 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.264 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:59.264 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} status="up"
2026-02-17 02:53:59.690 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-4928/pod-with-prestop-http-hook, name=eth0)
2026-02-17 02:53:59.690 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-4928/pod-with-prestop-http-hook" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2e4e45b98ec" profile_ids:"kns.container-lifecycle-hook-4928" profile_ids:"ksa.container-lifecycle-hook-4928.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:53:59.691 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.691 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.691 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.693 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:59.693 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.693 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:53:59.723 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:53:59.723 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"} status="up"
2026-02-17 02:53:59.801 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=147
2026-02-17 02:53:59.801 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali2e4e45b98ec"
2026-02-17 02:53:59.801 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2e4e45b98ec", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:53:59.801 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2e4e45b98ec", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:00.842 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubelet-test-2989" name:"default"}
2026-02-17 02:54:00.997 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-2989"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-2989"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-2989"}
2026-02-17 02:54:01.593 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-4928/pod-with-prestop-http-hook, name=eth0)
2026-02-17 02:54:01.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-4928/pod-with-prestop-http-hook" endpoint_id:"eth0"}
2026-02-17 02:54:01.593 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:54:01.594 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:54:01.595 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:54:01.595 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:54:01.595 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:54:01.595 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.168
2026-02-17 02:54:01.701 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-with-prestop-http-hook", EndpointId:"eth0"}
2026-02-17 02:54:01.702 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=147
2026-02-17 02:54:01.702 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2e4e45b98ec"
2026-02-17 02:54:01.702 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2e4e45b98ec", Addrs:set.Typed[string]{}}
2026-02-17 02:54:01.702 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2e4e45b98ec", Addrs:set.Typed[string]{}}
2026-02-17 02:54:01.705 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=147 ifaceName="cali2e4e45b98ec" state="down"
2026-02-17 02:54:01.705 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=147 ifaceName="cali2e4e45b98ec" state=""
2026-02-17 02:54:01.706 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali2e4e45b98ec"
2026-02-17 02:54:01.731 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2e4e45b98ec", State:"down", Index:147}
2026-02-17 02:54:01.731 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2e4e45b98ec", State:"", Index:147}
2026-02-17 02:54:01.731 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2e4e45b98ec", Addrs:set.Set[string](nil)}
2026-02-17 02:54:01.731 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2e4e45b98ec", Addrs:set.Set[string](nil)}
2026-02-17 02:54:03.742 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-4928"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-4928"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-4928"}
2026-02-17 02:54:03.767 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-650"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-650"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-650"}
2026-02-17 02:54:03.790 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubelet-test-650" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:07.834 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-650"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-650"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-650"}
2026-02-17 02:54:07.877 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4974"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4974"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4974"}
2026-02-17 02:54:07.902 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-4974" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:08.768 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.container-lifecycle-hook-4928.default"
2026-02-17 02:54:08.768 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.container-lifecycle-hook-4928.default"} profile:{inbound_rules:{action:"deny" rule_id:"kCd9AUp_Ry-2WcQm"} outbound_rules:{action:"deny" rule_id:"WFAn8J8DwGMco6Wt"}}
2026-02-17 02:54:08.768 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-lifecycle-hook-4928" name:"default"}
2026-02-17 02:54:08.855 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-4928/pod-handle-http-request, name=eth0)
2026-02-17 02:54:08.856 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-4928/pod-handle-http-request" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3735a969bf1" profile_ids:"kns.container-lifecycle-hook-4928" profile_ids:"ksa.container-lifecycle-hook-4928.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:54:08.856 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.856 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.856 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.858 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3735a969bf1"
2026-02-17 02:54:08.858 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.858 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.859 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=container-lifecycle-hook-4928/pod-handle-http-request, name=eth0)
2026-02-17 02:54:08.901 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:08.901 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"} status="up"
2026-02-17 02:54:08.902 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"container-lifecycle-hook-4928/pod-handle-http-request" endpoint_id:"eth0"}
2026-02-17 02:54:08.902 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.container-lifecycle-hook-4928"}
2026-02-17 02:54:08.902 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.container-lifecycle-hook-4928.default"}
2026-02-17 02:54:08.902 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.902 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.902 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.903 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.903 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:08.904 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.164
2026-02-17 02:54:08.998 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"container-lifecycle-hook-4928/pod-handle-http-request", EndpointId:"eth0"}
2026-02-17 02:54:09.057 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-lifecycle-hook-4928"} labels:{key:"e2e-framework" value:"container-lifecycle-hook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"container-lifecycle-hook-4928"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-lifecycle-hook-4928"}
2026-02-17 02:54:09.098 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-lifecycle-hook-4928"}
2026-02-17 02:54:09.288 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=146 ifaceName="cali3735a969bf1" state="down"
2026-02-17 02:54:09.288 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3735a969bf1"
2026-02-17 02:54:09.288 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3735a969bf1", State:"down", Index:146}
2026-02-17 02:54:09.288 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3735a969bf1", Addrs:set.Typed[string]{}}
2026-02-17 02:54:09.288 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3735a969bf1", Addrs:set.Typed[string]{}}
2026-02-17 02:54:09.288 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=146
2026-02-17 02:54:09.291 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=146 ifaceName="cali3735a969bf1" state=""
2026-02-17 02:54:09.291 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3735a969bf1"
2026-02-17 02:54:09.310 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3735a969bf1", State:"", Index:146}
2026-02-17 02:54:09.311 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3735a969bf1", Addrs:set.Set[string](nil)}
2026-02-17 02:54:09.311 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3735a969bf1", Addrs:set.Set[string](nil)}
2026-02-17 02:54:12.966 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubelet-test-650" name:"default"}
2026-02-17 02:54:13.119 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-650"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-650"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-650"}
2026-02-17 02:54:13.147 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubelet-test-650"}
2026-02-17 02:54:18.837 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:54:21.888 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2dqj9, name=eth0)
2026-02-17 02:54:21.890 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2dqj9, name=eth0)
2026-02-17 02:54:21.891 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2dqj9" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie100b189ae7" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:54:21.891 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2dqj9" endpoint_id:"eth0"}
2026-02-17 02:54:21.891 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:54:21.891 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:54:21.891 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:54:21.892 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calie100b189ae7" ipVersion=0x4 logsSkipped=53 table="filter"
2026-02-17 02:54:21.892 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calie100b189ae7" ipVersion=0x4 table="filter"
2026-02-17 02:54:21.892 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:54:21.892 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:54:21.893 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.189
2026-02-17 02:54:21.905 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2mnzr, name=eth0)
2026-02-17 02:54:21.908 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2mnzr, name=eth0)
2026-02-17 02:54:21.924 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2xwgz, name=eth0)
2026-02-17 02:54:21.930 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-2xwgz, name=eth0)
2026-02-17 02:54:21.977 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2dqj9", EndpointId:"eth0"}
2026-02-17 02:54:21.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2mnzr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali82edc85d75c" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:54:21.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2mnzr" endpoint_id:"eth0"}
2026-02-17 02:54:21.977 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2xwgz" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic1fb424253c" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:54:21.978 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-2xwgz" endpoint_id:"eth0"}
2026-02-17 02:54:21.978 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:54:21.978 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:54:21.978 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:54:21.978 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:54:21.978 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:54:21.979 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:54:21.979 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali82edc85d75c" ipVersion=0x4 table="filter"
2026-02-17 02:54:21.979 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calic1fb424253c" ipVersion=0x4 table="filter"
2026-02-17 02:54:21.980 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali82edc85d75c" ipVersion=0x4 table="filter"
2026-02-17 02:54:21.980 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calic1fb424253c" ipVersion=0x4 table="filter"
2026-02-17 02:54:21.980 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:54:21.980 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:54:21.980 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:54:21.980 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:54:21.981 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.140
2026-02-17 02:54:21.981 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.145
2026-02-17 02:54:22.052 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4xchc, name=eth0)
2026-02-17 02:54:22.057 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4xchc, name=eth0)
2026-02-17 02:54:22.065 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2mnzr", EndpointId:"eth0"}
2026-02-17 02:54:22.065 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-2xwgz", EndpointId:"eth0"}
2026-02-17 02:54:22.066 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4xchc" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali17028f2728f" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:54:22.066 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4xchc" endpoint_id:"eth0"}
2026-02-17 02:54:22.066 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:54:22.066 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:54:22.066 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:54:22.067 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali17028f2728f" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.067 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali17028f2728f" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.067 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:54:22.067 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:54:22.067 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.149
2026-02-17 02:54:22.089 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4zrcd, name=eth0)
2026-02-17 02:54:22.094 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-4zrcd, name=eth0)
2026-02-17 02:54:22.141 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4xchc", EndpointId:"eth0"}
2026-02-17 02:54:22.141 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4zrcd" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliaca92f3a510" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:54:22.141 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-4zrcd" endpoint_id:"eth0"}
2026-02-17 02:54:22.141 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:54:22.141 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:54:22.142 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:54:22.142 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-caliaca92f3a510" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.142 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-caliaca92f3a510" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.142 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:54:22.142 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:54:22.143 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.161
2026-02-17 02:54:22.189 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-87pc8, name=eth0)
2026-02-17 02:54:22.196 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-87pc8, name=eth0)
2026-02-17 02:54:22.215 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-8fhsg, name=eth0)
2026-02-17 02:54:22.221 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-4zrcd", EndpointId:"eth0"}
2026-02-17 02:54:22.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-87pc8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali19b05514dd5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:54:22.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-87pc8" endpoint_id:"eth0"}
2026-02-17 02:54:22.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-8fhsg" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicb0e7725677" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:54:22.222 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:54:22.222 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:54:22.222 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:54:22.222 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.222 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.222 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.225 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-1" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.225 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali19b05514dd5" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.225 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-1" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.225 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali19b05514dd5" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.225 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calicb0e7725677"
2026-02-17 02:54:22.225 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:54:22.225 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:54:22.225 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.225 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.228 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-8fhsg, name=eth0)
2026-02-17 02:54:22.228 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.155
2026-02-17 02:54:22.265 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-8xwxs, name=eth0)
2026-02-17 02:54:22.268 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-8xwxs, name=eth0)
2026-02-17 02:54:22.292 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-99bfk, name=eth0)
2026-02-17 02:54:22.296 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-99bfk, name=eth0)
2026-02-17 02:54:22.297 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-87pc8", EndpointId:"eth0"}
2026-02-17 02:54:22.297 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:22.297 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"} status="up"
2026-02-17 02:54:22.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-8fhsg" endpoint_id:"eth0"}
2026-02-17 02:54:22.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-8xwxs" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali964b6c70433" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:54:22.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-8xwxs" endpoint_id:"eth0"}
2026-02-17 02:54:22.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-99bfk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3977bc229ac" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:54:22.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-99bfk" endpoint_id:"eth0"}
2026-02-17 02:54:22.298 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:54:22.298 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:54:22.298 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:54:22.298 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.298 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.299 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.299 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:54:22.299 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:54:22.299 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:54:22.299 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali3977bc229ac" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.299 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali964b6c70433" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.299 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calicb0e7725677" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.299 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali3977bc229ac" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.300 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali964b6c70433" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.300 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calicb0e7725677" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.300 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:54:22.300 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:54:22.300 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.300 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.300 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:54:22.300 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:54:22.300 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.163
2026-02-17 02:54:22.301 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.191
2026-02-17 02:54:22.301 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.159
2026-02-17 02:54:22.313 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9p5dz, name=eth0)
2026-02-17 02:54:22.319 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9p5dz, name=eth0)
2026-02-17 02:54:22.333 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9st9n, name=eth0)
2026-02-17 02:54:22.344 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9st9n, name=eth0)
2026-02-17 02:54:22.356 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9wpn5, name=eth0)
2026-02-17 02:54:22.362 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-9wpn5, name=eth0)
2026-02-17 02:54:22.389 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-99bfk", EndpointId:"eth0"}
2026-02-17 02:54:22.389 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8fhsg", EndpointId:"eth0"}
2026-02-17 02:54:22.389 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-8xwxs", EndpointId:"eth0"}
2026-02-17 02:54:22.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9p5dz" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6338601e89d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:54:22.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9p5dz" endpoint_id:"eth0"}
2026-02-17 02:54:22.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9st9n" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali962205afacd" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:54:22.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9st9n" endpoint_id:"eth0"}
2026-02-17 02:54:22.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9wpn5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibb59b787ee6" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:54:22.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-9wpn5" endpoint_id:"eth0"}
2026-02-17 02:54:22.390 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:54:22.390 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:54:22.390 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:54:22.390 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:54:22.390 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:54:22.391 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:54:22.391 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:54:22.391 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:54:22.393 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:54:22.395 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali6338601e89d" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.395 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali962205afacd" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.395 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calibb59b787ee6" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.395 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali6338601e89d" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.396 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali962205afacd" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.396 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calibb59b787ee6" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.396 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:54:22.396 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:54:22.396 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:54:22.396 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:54:22.396 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:54:22.396 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:54:22.398 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.175
2026-02-17 02:54:22.402 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.142
2026-02-17 02:54:22.403 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-b9x7m, name=eth0)
2026-02-17 02:54:22.403 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.174
2026-02-17 02:54:22.408 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-b9x7m, name=eth0)
2026-02-17 02:54:22.441 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bg876, name=eth0)
2026-02-17 02:54:22.451 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bg876, name=eth0)
2026-02-17 02:54:22.464 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bs4zb, name=eth0)
2026-02-17 02:54:22.471 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bs4zb, name=eth0)
2026-02-17 02:54:22.485 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9wpn5", EndpointId:"eth0"}
2026-02-17 02:54:22.485 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9p5dz", EndpointId:"eth0"}
2026-02-17 02:54:22.485 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-9st9n", EndpointId:"eth0"}
2026-02-17 02:54:22.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-b9x7m" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali77490de4f0d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:54:22.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-b9x7m" endpoint_id:"eth0"}
2026-02-17 02:54:22.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bg876" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali323953c4bba" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:54:22.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bg876" endpoint_id:"eth0"}
2026-02-17 02:54:22.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bs4zb" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb3a548acf7" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:54:22.485 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bs4zb" endpoint_id:"eth0"}
2026-02-17 02:54:22.485 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:54:22.485 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:54:22.486 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:54:22.486 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:54:22.486 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:54:22.486 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:54:22.486 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:54:22.486 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:54:22.486 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:54:22.487 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali323953c4bba" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.487 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-califb3a548acf7" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.487 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-7" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.487 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali77490de4f0d" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.487 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali323953c4bba" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.487 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-califb3a548acf7" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.487 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-7" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.487 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali77490de4f0d" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.487 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:54:22.487 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:54:22.487 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:54:22.487 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:54:22.487 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:54:22.487 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:54:22.488 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.139
2026-02-17 02:54:22.489 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.156
2026-02-17 02:54:22.490 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.152
2026-02-17 02:54:22.504 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-bx56t, name=eth0)
2026-02-17 02:54:22.541 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cj8dm, name=eth0)
2026-02-17 02:54:22.548 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cj8dm, name=eth0)
2026-02-17 02:54:22.570 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bs4zb", EndpointId:"eth0"}
2026-02-17 02:54:22.570 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-b9x7m", EndpointId:"eth0"}
2026-02-17 02:54:22.570 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bg876", EndpointId:"eth0"}
2026-02-17 02:54:22.581 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cztvn, name=eth0)
2026-02-17 02:54:22.592 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-cztvn, name=eth0)
2026-02-17 02:54:22.603 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-bx56t" endpoint_id:"eth0"}
2026-02-17 02:54:22.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cj8dm" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicbac7b9cce5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:54:22.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cj8dm" endpoint_id:"eth0"}
2026-02-17 02:54:22.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cztvn" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali92a6b0678f6" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:54:22.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-cztvn" endpoint_id:"eth0"}
2026-02-17 02:54:22.604 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:54:22.604 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:54:22.605 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:54:22.605 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:54:22.605 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:54:22.606 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:54:22.606 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:54:22.606 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:54:22.606 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:54:22.607 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calic530ca38534" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.607 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calicbac7b9cce5" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.607 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-9" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.607 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali92a6b0678f6" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.607 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calic530ca38534" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.607 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calicbac7b9cce5" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.608 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-9" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.608 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali92a6b0678f6" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.608 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:54:22.608 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:54:22.608 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:54:22.608 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:54:22.608 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:54:22.608 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:54:22.612 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.186
2026-02-17 02:54:22.613 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.151
2026-02-17 02:54:22.614 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.185
2026-02-17 02:54:22.650 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-dbrh2, name=eth0)
2026-02-17 02:54:22.655 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-dbrh2, name=eth0)
2026-02-17 02:54:22.697 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cztvn", EndpointId:"eth0"}
2026-02-17 02:54:22.697 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-bx56t", EndpointId:"eth0"}
2026-02-17 02:54:22.697 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-cj8dm", EndpointId:"eth0"}
2026-02-17 02:54:22.698 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-dbrh2" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia9d41c19944" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:54:22.698 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-dbrh2" endpoint_id:"eth0"}
2026-02-17 02:54:22.698 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:54:22.698 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:54:22.698 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:54:22.699 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.699 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calia9d41c19944" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.699 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.699 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calia9d41c19944" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.699 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:54:22.699 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:54:22.699 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.178
2026-02-17 02:54:22.762 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-gc2tk, name=eth0)
2026-02-17 02:54:22.766 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-dbrh2", EndpointId:"eth0"}
2026-02-17 02:54:22.766 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-gc2tk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali657d055d6e0" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:54:22.766 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.766 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-gc2tk, name=eth0)
2026-02-17 02:54:22.766 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.766 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.767 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali657d055d6e0"
2026-02-17 02:54:22.767 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.767 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.787 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-gdhp7, name=eth0)
2026-02-17 02:54:22.796 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:22.796 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"} status="up"
2026-02-17 02:54:22.796 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-gc2tk" endpoint_id:"eth0"}
2026-02-17 02:54:22.796 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-gdhp7" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif2824cad038" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:54:22.796 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.796 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.797 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.798 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.798 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.798 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.799 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali657d055d6e0" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.799 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali657d055d6e0" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.799 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif2824cad038"
2026-02-17 02:54:22.799 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.799 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.799 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.799 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.803 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.154
2026-02-17 02:54:22.813 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-gdhp7, name=eth0)
2026-02-17 02:54:22.853 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:22.853 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"} status="up"
2026-02-17 02:54:22.853 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gc2tk", EndpointId:"eth0"}
2026-02-17 02:54:22.853 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-gdhp7" endpoint_id:"eth0"}
2026-02-17 02:54:22.853 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.853 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.857 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.857 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.857 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calif2824cad038" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.857 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.857 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calif2824cad038" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.857 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.857 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
bird: KIF: Received address message for unknown interface 97
2026-02-17 02:54:22.858 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.144
2026-02-17 02:54:22.867 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-h9td8, name=eth0)
2026-02-17 02:54:22.878 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-h9td8, name=eth0)
2026-02-17 02:54:22.913 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j7qz7, name=eth0)
2026-02-17 02:54:22.925 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j7qz7, name=eth0)
2026-02-17 02:54:22.929 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-gdhp7", EndpointId:"eth0"}
2026-02-17 02:54:22.929 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-h9td8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali84632aba40b" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:54:22.929 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-h9td8" endpoint_id:"eth0"}
2026-02-17 02:54:22.929 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j7qz7" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicc063b2628e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:54:22.929 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j7qz7" endpoint_id:"eth0"}
2026-02-17 02:54:22.930 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:54:22.930 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:54:22.930 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:54:22.930 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:54:22.930 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:54:22.930 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:54:22.930 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali84632aba40b" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.930 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calicc063b2628e" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.930 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali84632aba40b" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.930 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calicc063b2628e" ipVersion=0x4 table="filter"
2026-02-17 02:54:22.931 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:54:22.931 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:54:22.931 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:54:22.931 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:54:22.931 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.181
2026-02-17 02:54:22.931 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.147
2026-02-17 02:54:22.945 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-j8vdn, name=eth0)
2026-02-17 02:54:22.951 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=97 ifaceName="calie100b189ae7" state="down"
2026-02-17 02:54:22.951 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie100b189ae7"
2026-02-17 02:54:22.951 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=97
2026-02-17 02:54:22.958 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=97 ifaceName="calie100b189ae7" state=""
2026-02-17 02:54:22.958 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie100b189ae7"
2026-02-17 02:54:23.001 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-h9td8", EndpointId:"eth0"}
2026-02-17 02:54:23.002 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j7qz7", EndpointId:"eth0"}
2026-02-17 02:54:23.002 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie100b189ae7", State:"down", Index:97}
2026-02-17 02:54:23.002 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie100b189ae7", Addrs:set.Typed[string]{}}
2026-02-17 02:54:23.002 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie100b189ae7", Addrs:set.Typed[string]{}}
2026-02-17 02:54:23.002 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie100b189ae7", State:"", Index:97}
2026-02-17 02:54:23.002 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie100b189ae7", Addrs:set.Set[string](nil)}
2026-02-17 02:54:23.002 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie100b189ae7", Addrs:set.Set[string](nil)}
2026-02-17 02:54:23.006 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l5s9x, name=eth0)
2026-02-17 02:54:23.014 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l5s9x, name=eth0)
2026-02-17 02:54:23.025 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-j8vdn" endpoint_id:"eth0"}
2026-02-17 02:54:23.025 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l5s9x" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid896ef52b3d" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:54:23.025 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l5s9x" endpoint_id:"eth0"}
2026-02-17 02:54:23.025 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:54:23.025 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:54:23.026 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:54:23.026 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:54:23.026 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:54:23.026 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:54:23.026 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calid896ef52b3d" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.027 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-b" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.027 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calib17d01c449e" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.027 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calid896ef52b3d" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.027 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-b" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.027 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calib17d01c449e" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.027 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:54:23.027 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:54:23.027 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:54:23.027 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:54:23.027 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.176
2026-02-17 02:54:23.027 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.165
2026-02-17 02:54:23.051 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l7df4, name=eth0)
2026-02-17 02:54:23.053 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-l7df4, name=eth0)
2026-02-17 02:54:23.062 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-lcpk4, name=eth0)
2026-02-17 02:54:23.072 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-lcpk4, name=eth0)
2026-02-17 02:54:23.088 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-llgtx, name=eth0)
2026-02-17 02:54:23.099 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-j8vdn", EndpointId:"eth0"}
2026-02-17 02:54:23.099 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l5s9x", EndpointId:"eth0"}
2026-02-17 02:54:23.099 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l7df4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali40735884c42" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:54:23.099 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-l7df4" endpoint_id:"eth0"}
2026-02-17 02:54:23.099 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-lcpk4" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic50df20bdf5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:54:23.099 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-lcpk4" endpoint_id:"eth0"}
2026-02-17 02:54:23.099 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-llgtx" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibd4a859fb2a" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:54:23.099 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:54:23.099 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:54:23.100 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:54:23.100 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:54:23.100 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:54:23.100 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:54:23.100 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.100 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.100 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.102 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calic50df20bdf5" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.102 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.102 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali40735884c42" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.102 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calic50df20bdf5" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.102 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.102 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali40735884c42" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.102 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibd4a859fb2a"
2026-02-17 02:54:23.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:54:23.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:54:23.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:54:23.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:54:23.102 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.102 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.103 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.170
2026-02-17 02:54:23.104 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.148
2026-02-17 02:54:23.191 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-lcpk4", EndpointId:"eth0"}
2026-02-17 02:54:23.191 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:23.191 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"} status="up"
2026-02-17 02:54:23.191 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-l7df4", EndpointId:"eth0"}
2026-02-17 02:54:23.855 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-llgtx, name=eth0)
2026-02-17 02:54:23.855 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-llgtx" endpoint_id:"eth0"}
2026-02-17 02:54:23.855 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.856 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.856 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.856 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calibd4a859fb2a" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.856 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calibd4a859fb2a" ipVersion=0x4 table="filter"
2026-02-17 02:54:23.856 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.856 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:23.859 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.135
2026-02-17 02:54:23.964 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-llgtx", EndpointId:"eth0"}
2026-02-17 02:54:24.836 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4974"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4974"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4974"}
bird: KIF: Received address message for unknown interface 111
2026-02-17 02:54:24.848 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdhrg, name=eth0)
2026-02-17 02:54:24.872 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdhrg" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali100056f6768" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:54:24.872 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-1210"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-1210"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-1210"}
2026-02-17 02:54:24.872 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.872 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.872 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.878 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdhrg, name=eth0)
2026-02-17 02:54:24.893 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali100056f6768"
2026-02-17 02:54:24.894 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.894 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.894 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdpkr, name=eth0)
2026-02-17 02:54:24.907 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=111 ifaceName="cali82edc85d75c" state="down"
2026-02-17 02:54:24.932 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:24.932 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"} status="up"
2026-02-17 02:54:24.932 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdhrg" endpoint_id:"eth0"}
2026-02-17 02:54:24.932 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pod-network-test-1210" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:24.932 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdpkr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3bc219b83fe" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:54:24.932 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.932 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.948 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali82edc85d75c"
2026-02-17 02:54:24.948 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=111
2026-02-17 02:54:24.948 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=111 ifaceName="cali82edc85d75c" state=""
2026-02-17 02:54:24.948 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali82edc85d75c"
2026-02-17 02:54:24.949 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.949 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:24.949 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:24.949 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:24.950 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali100056f6768" ipVersion=0x4 table="filter"
2026-02-17 02:54:24.950 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali100056f6768" ipVersion=0x4 table="filter"
2026-02-17 02:54:24.950 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3bc219b83fe"
2026-02-17 02:54:24.950 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.950 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:24.950 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:24.950 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:24.951 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.184
2026-02-17 02:54:24.969 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=104 ifaceName="cali17028f2728f" state="down"
2026-02-17 02:54:24.969 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali17028f2728f"
2026-02-17 02:54:24.969 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=104
2026-02-17 02:54:24.976 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=104 ifaceName="cali17028f2728f" state=""
2026-02-17 02:54:24.976 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali17028f2728f"
2026-02-17 02:54:25.021 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=137 ifaceName="calic1fb424253c" state="down"
2026-02-17 02:54:25.021 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic1fb424253c"
2026-02-17 02:54:25.021 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=137
2026-02-17 02:54:25.034 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdhrg", EndpointId:"eth0"}
2026-02-17 02:54:25.034 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:25.034 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"} status="up"
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali82edc85d75c", State:"down", Index:111}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali82edc85d75c", Addrs:set.Typed[string]{}}
2026-02-17 02:54:25.034 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali82edc85d75c", Addrs:set.Typed[string]{}}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali82edc85d75c", State:"", Index:111}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali82edc85d75c", Addrs:set.Set[string](nil)}
2026-02-17 02:54:25.034 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali82edc85d75c", Addrs:set.Set[string](nil)}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali17028f2728f", State:"down", Index:104}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali17028f2728f", Addrs:set.Typed[string]{}}
2026-02-17 02:54:25.034 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali17028f2728f", Addrs:set.Typed[string]{}}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali17028f2728f", State:"", Index:104}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali17028f2728f", Addrs:set.Set[string](nil)}
2026-02-17 02:54:25.034 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali17028f2728f", Addrs:set.Set[string](nil)}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic1fb424253c", State:"down", Index:137}
2026-02-17 02:54:25.034 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic1fb424253c", Addrs:set.Typed[string]{}}
2026-02-17 02:54:25.034 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic1fb424253c", Addrs:set.Typed[string]{}}
2026-02-17 02:54:25.046 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=137 ifaceName="calic1fb424253c" state=""
2026-02-17 02:54:25.046 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic1fb424253c"
2026-02-17 02:54:25.057 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic1fb424253c", State:"", Index:137}
2026-02-17 02:54:25.057 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic1fb424253c", Addrs:set.Set[string](nil)}
2026-02-17 02:54:25.057 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic1fb424253c", Addrs:set.Set[string](nil)}
2026-02-17 02:54:25.774 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-mdpkr, name=eth0)
2026-02-17 02:54:25.774 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-mdpkr" endpoint_id:"eth0"}
2026-02-17 02:54:25.774 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:25.774 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:25.774 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:25.775 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali3bc219b83fe" ipVersion=0x4 table="filter"
2026-02-17 02:54:25.775 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali3bc219b83fe" ipVersion=0x4 table="filter"
2026-02-17 02:54:25.775 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:25.775 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:25.775 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.162
2026-02-17 02:54:25.804 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-n5r4n, name=eth0)
2026-02-17 02:54:25.821 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-n5r4n, name=eth0)
2026-02-17 02:54:25.851 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-mdpkr", EndpointId:"eth0"}
2026-02-17 02:54:25.851 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-n5r4n" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0d2c8d02d75" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:54:25.851 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-n5r4n" endpoint_id:"eth0"}
2026-02-17 02:54:25.851 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:54:25.851 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:54:25.853 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:54:25.854 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali0d2c8d02d75" ipVersion=0x4 table="filter"
2026-02-17 02:54:25.854 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali0d2c8d02d75" ipVersion=0x4 table="filter"
2026-02-17 02:54:25.854 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:54:25.854 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:54:25.854 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.137
2026-02-17 02:54:25.898 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=108 ifaceName="caliaca92f3a510" state="down"
2026-02-17 02:54:25.899 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliaca92f3a510"
2026-02-17 02:54:25.899 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=108
2026-02-17 02:54:25.902 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=108 ifaceName="caliaca92f3a510" state=""
2026-02-17 02:54:25.902 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliaca92f3a510"
2026-02-17 02:54:25.910 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-n5r4n", EndpointId:"eth0"}
2026-02-17 02:54:25.910 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliaca92f3a510", State:"down", Index:108}
2026-02-17 02:54:25.910 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliaca92f3a510", Addrs:set.Typed[string]{}}
2026-02-17 02:54:25.910 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliaca92f3a510", Addrs:set.Typed[string]{}}
2026-02-17 02:54:25.910 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliaca92f3a510", State:"", Index:108}
2026-02-17 02:54:25.910 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliaca92f3a510", Addrs:set.Set[string](nil)}
2026-02-17 02:54:25.910 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliaca92f3a510", Addrs:set.Set[string](nil)}
2026-02-17 02:54:25.932 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-nn7lf, name=eth0)
2026-02-17 02:54:25.935 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-nn7lf" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliabd3fcec0ac" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:54:25.935 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:25.935 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:25.935 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:25.946 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-nn7lf, name=eth0)
2026-02-17 02:54:25.963 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-ntvng, name=eth0)
2026-02-17 02:54:25.981 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-ntvng, name=eth0)
2026-02-17 02:54:25.999 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-p62wr, name=eth0)
2026-02-17 02:54:26.013 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-p62wr, name=eth0)
2026-02-17 02:54:26.071 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-qkzqv, name=eth0)
2026-02-17 02:54:26.091 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-qkzqv, name=eth0)
2026-02-17 02:54:26.103 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-qrqpx, name=eth0)
2026-02-17 02:54:26.120 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-qrqpx, name=eth0)
2026-02-17 02:54:26.187 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-rcsl9, name=eth0)
2026-02-17 02:54:26.195 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-rcsl9, name=eth0)
2026-02-17 02:54:26.205 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliabd3fcec0ac"
2026-02-17 02:54:26.205 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:26.205 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:26.229 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"} status="up"
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-nn7lf" endpoint_id:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-ntvng" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali7f1cbfeb801" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-ntvng" endpoint_id:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-p62wr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali515a0d01e1e" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-p62wr" endpoint_id:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-qkzqv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali0ee81c208cb" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-qkzqv" endpoint_id:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-qrqpx" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5b325103055" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-qrqpx" endpoint_id:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-rcsl9" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali87644dbd198" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:54:26.229 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-rcsl9" endpoint_id:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:54:26.229 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:54:26.230 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:26.230 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:26.230 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:26.230 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:54:26.230 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:54:26.230 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:54:26.230 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:54:26.230 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:54:26.231 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:54:26.231 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:54:26.231 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:54:26.231 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:54:26.231 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:54:26.231 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali0ee81c208cb" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali515a0d01e1e" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali5b325103055" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali87644dbd198" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali7f1cbfeb801" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-caliabd3fcec0ac" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali0ee81c208cb" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali515a0d01e1e" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali5b325103055" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali87644dbd198" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali7f1cbfeb801" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-caliabd3fcec0ac" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.232 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:54:26.232 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:54:26.233 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.138
2026-02-17 02:54:26.240 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.182
2026-02-17 02:54:26.240 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.150
2026-02-17 02:54:26.244 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.146
2026-02-17 02:54:26.254 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.153
2026-02-17 02:54:26.255 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.172
2026-02-17 02:54:26.286 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-s7vt8, name=eth0)
2026-02-17 02:54:26.293 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-s7vt8, name=eth0)
2026-02-17 02:54:26.294 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=125 ifaceName="cali3977bc229ac" state="down"
2026-02-17 02:54:26.294 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3977bc229ac"
2026-02-17 02:54:26.294 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=125
2026-02-17 02:54:26.302 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=125 ifaceName="cali3977bc229ac" state=""
2026-02-17 02:54:26.302 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3977bc229ac"
2026-02-17 02:54:26.323 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-ntvng", EndpointId:"eth0"}
2026-02-17 02:54:26.323 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-p62wr", EndpointId:"eth0"}
2026-02-17 02:54:26.323 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qkzqv", EndpointId:"eth0"}
2026-02-17 02:54:26.323 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-qrqpx", EndpointId:"eth0"}
2026-02-17 02:54:26.323 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-rcsl9", EndpointId:"eth0"}
2026-02-17 02:54:26.323 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-nn7lf", EndpointId:"eth0"}
2026-02-17 02:54:26.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-s7vt8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali01b00b7c4c8" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:54:26.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-s7vt8" endpoint_id:"eth0"}
2026-02-17 02:54:26.323 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:54:26.323 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:54:26.369 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:54:26.369 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-0" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.369 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali01b00b7c4c8" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.369 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-0" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.369 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali01b00b7c4c8" ipVersion=0x4 table="filter"
2026-02-17 02:54:26.369 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:54:26.369 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
bird: KIF: Received address message for unknown interface 122
2026-02-17 02:54:26.382 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.190
2026-02-17 02:54:26.423 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-s7vt8", EndpointId:"eth0"}
2026-02-17 02:54:26.423 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3977bc229ac", State:"down", Index:125}
2026-02-17 02:54:26.423 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3977bc229ac", Addrs:set.Typed[string]{}}
2026-02-17 02:54:26.423 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3977bc229ac", Addrs:set.Typed[string]{}}
2026-02-17 02:54:26.423 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3977bc229ac", State:"", Index:125}
2026-02-17 02:54:26.423 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3977bc229ac", Addrs:set.Set[string](nil)}
2026-02-17 02:54:26.423 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3977bc229ac", Addrs:set.Set[string](nil)}
2026-02-17 02:54:26.459 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=122 ifaceName="cali6338601e89d" state="down"
2026-02-17 02:54:26.459 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6338601e89d", State:"down", Index:122}
2026-02-17 02:54:26.459 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6338601e89d"
2026-02-17 02:54:26.459 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=122
2026-02-17 02:54:26.459 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6338601e89d", Addrs:set.Typed[string]{}}
2026-02-17 02:54:26.459 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6338601e89d", Addrs:set.Typed[string]{}}
2026-02-17 02:54:26.463 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=122 ifaceName="cali6338601e89d" state=""
2026-02-17 02:54:26.463 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6338601e89d"
2026-02-17 02:54:26.479 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6338601e89d", State:"", Index:122}
2026-02-17 02:54:26.479 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6338601e89d", Addrs:set.Set[string](nil)}
2026-02-17 02:54:26.479 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6338601e89d", Addrs:set.Set[string](nil)}
2026-02-17 02:54:26.484 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=135 ifaceName="cali962205afacd" state="down"
2026-02-17 02:54:26.484 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali962205afacd"
2026-02-17 02:54:26.484 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=135
2026-02-17 02:54:26.493 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=135 ifaceName="cali962205afacd" state=""
2026-02-17 02:54:26.493 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali962205afacd"
2026-02-17 02:54:26.496 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali962205afacd", State:"down", Index:135}
2026-02-17 02:54:26.496 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali962205afacd", Addrs:set.Typed[string]{}}
2026-02-17 02:54:26.496 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali962205afacd", Addrs:set.Typed[string]{}}
2026-02-17 02:54:26.496 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali962205afacd", State:"", Index:135}
2026-02-17 02:54:26.496 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali962205afacd", Addrs:set.Set[string](nil)}
2026-02-17 02:54:26.496 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali962205afacd", Addrs:set.Set[string](nil)}
2026-02-17 02:54:27.988 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sbjb6, name=eth0)
2026-02-17 02:54:27.988 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sbjb6" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidc3ff9bcef9" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:54:27.988 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:27.988 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:27.988 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.001 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidc3ff9bcef9"
2026-02-17 02:54:28.001 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.001 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.018 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sbjb6, name=eth0)
2026-02-17 02:54:28.032 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:28.032 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"} status="up"
2026-02-17 02:54:28.032 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sbjb6" endpoint_id:"eth0"}
2026-02-17 02:54:28.033 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.033 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.033 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.033 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-d" ipVersion=0x4 table="filter"
2026-02-17 02:54:28.033 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calidc3ff9bcef9" ipVersion=0x4 table="filter"
2026-02-17 02:54:28.033 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-d" ipVersion=0x4 table="filter"
2026-02-17 02:54:28.033 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calidc3ff9bcef9" ipVersion=0x4 table="filter"
2026-02-17 02:54:28.033 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.033 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.034 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.136
2026-02-17 02:54:28.059 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sd9gk, name=eth0)
2026-02-17 02:54:28.067 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sd9gk, name=eth0)
2026-02-17 02:54:28.081 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sgvdl, name=eth0)
2026-02-17 02:54:28.086 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sgvdl, name=eth0)
2026-02-17 02:54:28.097 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sbjb6", EndpointId:"eth0"}
2026-02-17 02:54:28.097 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sd9gk" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5e171370d90" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:54:28.097 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sd9gk" endpoint_id:"eth0"}
2026-02-17 02:54:28.097 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sgvdl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2bc2d17a407" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:54:28.098 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sgvdl" endpoint_id:"eth0"}
2026-02-17 02:54:28.098 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:54:28.098 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:54:28.103 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-shq6x, name=eth0)
2026-02-17 02:54:28.109 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-shq6x, name=eth0)
2026-02-17 02:54:28.134 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:54:28.134 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:54:28.134 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:54:28.135 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:54:28.135 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali2bc2d17a407" ipVersion=0x4 table="filter"
2026-02-17 02:54:28.135 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-5" ipVersion=0x4 table="filter"
2026-02-17 02:54:28.135 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali5e171370d90" ipVersion=0x4 table="filter"
2026-02-17 02:54:28.135 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali2bc2d17a407" ipVersion=0x4 table="filter"
2026-02-17 02:54:28.135 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-5" ipVersion=0x4 nextLog=2026-02-17 02:54:51.892558373 +0000 UTC m=+1173.848247065 table="filter"
2026-02-17 02:54:28.135 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:54:28.135 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:54:28.135 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:54:28.135 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:54:28.157 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.167
2026-02-17 02:54:28.157 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.183
2026-02-17 02:54:28.161 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=145
2026-02-17 02:54:28.161 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali964b6c70433"
2026-02-17 02:54:28.161 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=145 ifaceName="cali964b6c70433" state="down"
2026-02-17 02:54:28.187 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sz4cg, name=eth0)
2026-02-17 02:54:28.199 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=145 ifaceName="cali964b6c70433" state=""
2026-02-17 02:54:28.199 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali964b6c70433"
2026-02-17 02:54:28.201 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-sz4cg, name=eth0)
2026-02-17 02:54:28.208 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=131 ifaceName="calicb0e7725677" state="down"
2026-02-17 02:54:28.208 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicb0e7725677"
2026-02-17 02:54:28.210 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sd9gk", EndpointId:"eth0"}
2026-02-17 02:54:28.210 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sgvdl", EndpointId:"eth0"}
2026-02-17 02:54:28.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-shq6x" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5647e17b7dc" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:54:28.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-shq6x" endpoint_id:"eth0"}
2026-02-17 02:54:28.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sz4cg" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicb5dfaf536b" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.141/32"}
2026-02-17 02:54:28.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-sz4cg" endpoint_id:"eth0"}
2026-02-17 02:54:28.211 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:54:28.211 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:54:28.211 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:54:28.211 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:54:28.211 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:54:28.211 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:54:28.212 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:54:28.212 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:54:28.212 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:54:28.212 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:54:28.212 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.158
2026-02-17 02:54:28.212 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.141
2026-02-17 02:54:28.213 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=131
2026-02-17 02:54:28.218 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-t7rkw, name=eth0)
2026-02-17 02:54:28.225 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-t7rkw, name=eth0)
2026-02-17 02:54:28.225 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=131 ifaceName="calicb0e7725677" state=""
2026-02-17 02:54:28.225 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calicb0e7725677"
2026-02-17 02:54:28.230 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=110 ifaceName="calibb59b787ee6" state="down"
2026-02-17 02:54:28.230 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibb59b787ee6"
2026-02-17 02:54:28.230 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=110
2026-02-17 02:54:28.232 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=110 ifaceName="calibb59b787ee6" state=""
2026-02-17 02:54:28.232 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calibb59b787ee6"
2026-02-17 02:54:28.235 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=126 ifaceName="cali19b05514dd5" state="down"
2026-02-17 02:54:28.235 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali19b05514dd5"
2026-02-17 02:54:28.235 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=126
2026-02-17 02:54:28.239 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-th49s, name=eth0)
2026-02-17 02:54:28.255 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-th49s, name=eth0)
2026-02-17 02:54:28.258 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=126 ifaceName="cali19b05514dd5" state=""
2026-02-17 02:54:28.258 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali19b05514dd5"
2026-02-17 02:54:28.258 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=132 ifaceName="calic530ca38534" state="down"
2026-02-17 02:54:28.259 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic530ca38534"
2026-02-17 02:54:28.259 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=132 ifaceName="calic530ca38534" state=""
2026-02-17 02:54:28.259 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic530ca38534"
2026-02-17 02:54:28.259 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=132
2026-02-17 02:54:28.286 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-tkxb7, name=eth0)
2026-02-17 02:54:28.295 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-shq6x", EndpointId:"eth0"}
2026-02-17 02:54:28.295 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-sz4cg", EndpointId:"eth0"}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali964b6c70433", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali964b6c70433", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali964b6c70433", State:"down", Index:145}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali964b6c70433", State:"", Index:145}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali964b6c70433", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali964b6c70433", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicb0e7725677", State:"down", Index:131}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicb0e7725677", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicb0e7725677", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicb0e7725677", State:"", Index:131}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicb0e7725677", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicb0e7725677", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibb59b787ee6", State:"down", Index:110}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibb59b787ee6", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibb59b787ee6", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibb59b787ee6", State:"", Index:110}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibb59b787ee6", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibb59b787ee6", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali19b05514dd5", State:"down", Index:126}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali19b05514dd5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali19b05514dd5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali19b05514dd5", State:"", Index:126}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali19b05514dd5", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali19b05514dd5", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic530ca38534", State:"down", Index:132}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic530ca38534", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic530ca38534", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic530ca38534", State:"", Index:132}
2026-02-17 02:54:28.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic530ca38534", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic530ca38534", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-t7rkw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9b975db6e52" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:54:28.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-t7rkw" endpoint_id:"eth0"}
2026-02-17 02:54:28.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-th49s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali040b43c5c75" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:54:28.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-th49s" endpoint_id:"eth0"}
2026-02-17 02:54:28.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-tkxb7" endpoint_id:"eth0"}
2026-02-17 02:54:28.315 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:54:28.315 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:54:28.316 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:54:28.316 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:54:28.316 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:54:28.316 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:54:28.316 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:54:28.316 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:54:28.316 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:54:28.317 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:54:28.317 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:54:28.317 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:54:28.317 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:54:28.317 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:54:28.317 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:54:28.317 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.188
2026-02-17 02:54:28.317 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.143
2026-02-17 02:54:28.325 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.134
2026-02-17 02:54:28.360 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=107 ifaceName="cali323953c4bba" state="down"
2026-02-17 02:54:28.360 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali323953c4bba"
2026-02-17 02:54:28.367 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=107
2026-02-17 02:54:28.374 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=107 ifaceName="cali323953c4bba" state=""
2026-02-17 02:54:28.374 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali323953c4bba"
2026-02-17 02:54:28.389 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-t7rkw", EndpointId:"eth0"}
2026-02-17 02:54:28.389 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-th49s", EndpointId:"eth0"}
2026-02-17 02:54:28.389 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-tkxb7", EndpointId:"eth0"}
2026-02-17 02:54:28.389 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali323953c4bba", State:"down", Index:107}
2026-02-17 02:54:28.390 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali323953c4bba", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.390 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali323953c4bba", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.390 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali323953c4bba", State:"", Index:107}
2026-02-17 02:54:28.390 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali323953c4bba", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.390 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali323953c4bba", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.425 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=133
2026-02-17 02:54:28.425 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali77490de4f0d"
2026-02-17 02:54:28.425 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=133 ifaceName="cali77490de4f0d" state="down"
2026-02-17 02:54:28.425 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali77490de4f0d", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.425 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali77490de4f0d", Addrs:set.Typed[string]{}}
2026-02-17 02:54:28.425 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali77490de4f0d", State:"down", Index:133}
2026-02-17 02:54:28.429 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-w5t5t, name=eth0)
2026-02-17 02:54:28.437 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=133 ifaceName="cali77490de4f0d" state=""
2026-02-17 02:54:28.437 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali77490de4f0d"
2026-02-17 02:54:28.437 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-w5t5t, name=eth0)
2026-02-17 02:54:28.448 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-w5t5t" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6d0ac149db4" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:54:28.448 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-w5t5t" endpoint_id:"eth0"}
2026-02-17 02:54:28.448 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:54:28.448 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:54:28.449 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:54:28.449 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:54:28.449 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:54:28.453 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.171
2026-02-17 02:54:28.468 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-wmb2z, name=eth0)
2026-02-17 02:54:28.473 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-wmb2z, name=eth0)
2026-02-17 02:54:28.495 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z2244, name=eth0)
2026-02-17 02:54:28.506 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z2244, name=eth0)
2026-02-17 02:54:28.517 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-w5t5t", EndpointId:"eth0"}
2026-02-17 02:54:28.517 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-wmb2z" endpoint_id:"eth0"} endpoint:{state:"active" name:"calicd25cce56db" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:54:28.517 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-wmb2z" endpoint_id:"eth0"}
2026-02-17 02:54:28.517 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z2244" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali37e85547b74" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.177/32"}
2026-02-17 02:54:28.517 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z2244" endpoint_id:"eth0"}
2026-02-17 02:54:28.517 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:54:28.517 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:54:28.518 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:54:28.518 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:54:28.518 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:54:28.518 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:54:28.518 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z46g5, name=eth0)
2026-02-17 02:54:28.519 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:54:28.519 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:54:28.519 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:54:28.519 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:54:28.519 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.177
2026-02-17 02:54:28.520 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.187
2026-02-17 02:54:28.526 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z46g5, name=eth0)
2026-02-17 02:54:28.539 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z5v26, name=eth0)
2026-02-17 02:54:28.555 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-9461/simpletest.rc-z5v26, name=eth0)
2026-02-17 02:54:28.576 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z2244", EndpointId:"eth0"}
2026-02-17 02:54:28.576 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-wmb2z", EndpointId:"eth0"}
2026-02-17 02:54:28.576 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali77490de4f0d", State:"", Index:133}
2026-02-17 02:54:28.576 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali77490de4f0d", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.576 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali77490de4f0d", Addrs:set.Set[string](nil)}
2026-02-17 02:54:28.600 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z46g5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidc72525c844" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:54:28.600 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z46g5" endpoint_id:"eth0"}
2026-02-17 02:54:28.600 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z5v26" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali854ffcd44d5" profile_ids:"kns.gc-9461" profile_ids:"ksa.gc-9461.default" ipv4_nets:"10.100.210.160/32"}
2026-02-17 02:54:28.600 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-9461/simpletest.rc-z5v26" endpoint_id:"eth0"}
2026-02-17 02:54:28.600 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.gc-9461.default"}
2026-02-17 02:54:28.600 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.gc-9461"}
2026-02-17 02:54:28.600 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:54:28.600 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:54:28.601 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:54:28.601 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:54:28.601 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:54:28.601 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:54:28.601 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:54:28.601 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:54:28.601 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:54:28.601 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:54:28.602 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.160
2026-02-17 02:54:28.602 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.157
2026-02-17 02:54:28.665 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z46g5", EndpointId:"eth0"}
2026-02-17 02:54:28.665 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-9461/simpletest.rc-z5v26", EndpointId:"eth0"}
2026-02-17 02:54:28.665 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-9461"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-9461"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-9461"}
2026-02-17 02:54:28.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-7755"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-7755"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-7755"}
2026-02-17 02:54:28.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-7755" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:28.894 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-2989"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-2989"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-2989"}
2026-02-17 02:54:28.920 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-7755"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-7755"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-7755"}
2026-02-17 02:54:28.972 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-2695"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-2695"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-2695"}
bird: KIF: Received address message for unknown interface 112
2026-02-17 02:54:28.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"events-2695" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:29.081 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=112 ifaceName="calia9d41c19944" state="down"
2026-02-17 02:54:29.082 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia9d41c19944"
2026-02-17 02:54:29.082 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=112
2026-02-17 02:54:29.082 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia9d41c19944", State:"down", Index:112}
2026-02-17 02:54:29.082 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia9d41c19944", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.082 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia9d41c19944", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.085 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=112 ifaceName="calia9d41c19944" state=""
2026-02-17 02:54:29.085 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia9d41c19944"
2026-02-17 02:54:29.098 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia9d41c19944", State:"", Index:112}
2026-02-17 02:54:29.098 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia9d41c19944", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.098 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia9d41c19944", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.188 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-2695"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-2695"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-2695"}
2026-02-17 02:54:29.219 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-4390"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-4390"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-4390"}
2026-02-17 02:54:29.219 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:54:29.228 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"runtimeclass-4390" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:29.236 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=103 ifaceName="califb3a548acf7" state="down"
2026-02-17 02:54:29.236 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califb3a548acf7"
2026-02-17 02:54:29.236 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb3a548acf7", State:"down", Index:103}
2026-02-17 02:54:29.236 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb3a548acf7", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.236 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb3a548acf7", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.239 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=103
2026-02-17 02:54:29.267 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=103 ifaceName="califb3a548acf7" state=""
2026-02-17 02:54:29.267 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="califb3a548acf7"
2026-02-17 02:54:29.277 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb3a548acf7", State:"", Index:103}
2026-02-17 02:54:29.277 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb3a548acf7", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.277 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb3a548acf7", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.353 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=95 ifaceName="calicc063b2628e" state="down"
2026-02-17 02:54:29.353 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicc063b2628e", State:"down", Index:95}
2026-02-17 02:54:29.380 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicc063b2628e"
2026-02-17 02:54:29.380 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=95 ifaceName="calicc063b2628e" state=""
2026-02-17 02:54:29.380 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calicc063b2628e"
2026-02-17 02:54:29.380 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=95
2026-02-17 02:54:29.390 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicc063b2628e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.390 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicc063b2628e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.390 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicc063b2628e", State:"", Index:95}
2026-02-17 02:54:29.390 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicc063b2628e", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.390 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicc063b2628e", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.398 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=115 ifaceName="cali84632aba40b" state="down"
2026-02-17 02:54:29.398 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali84632aba40b"
2026-02-17 02:54:29.398 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali84632aba40b", State:"down", Index:115}
2026-02-17 02:54:29.398 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali84632aba40b", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.398 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali84632aba40b", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.399 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=115
2026-02-17 02:54:29.401 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=115 ifaceName="cali84632aba40b" state=""
2026-02-17 02:54:29.401 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali84632aba40b"
2026-02-17 02:54:29.401 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali84632aba40b", State:"", Index:115}
2026-02-17 02:54:29.401 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali84632aba40b", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.402 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali84632aba40b", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.425 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=98 ifaceName="calicbac7b9cce5" state="down"
2026-02-17 02:54:29.426 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicbac7b9cce5"
2026-02-17 02:54:29.426 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=98
2026-02-17 02:54:29.426 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicbac7b9cce5", State:"down", Index:98}
2026-02-17 02:54:29.426 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicbac7b9cce5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.426 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicbac7b9cce5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.427 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=98 ifaceName="calicbac7b9cce5" state=""
2026-02-17 02:54:29.427 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calicbac7b9cce5"
2026-02-17 02:54:29.427 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicbac7b9cce5", State:"", Index:98}
2026-02-17 02:54:29.427 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicbac7b9cce5", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.427 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicbac7b9cce5", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.433 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-1210/netserver-0, name=eth0)
2026-02-17 02:54:29.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.pod-network-test-1210"} profile:{inbound_rules:{action:"allow" rule_id:"BxtYUbdqbX1myCwP"} outbound_rules:{action:"allow" rule_id:"JQaQ8knCXiSgQTbd"}}
2026-02-17 02:54:29.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.pod-network-test-1210.default"} profile:{}
2026-02-17 02:54:29.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-1210/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2ae2aeca4f3" profile_ids:"kns.pod-network-test-1210" profile_ids:"ksa.pod-network-test-1210.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:54:29.451 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=117 ifaceName="calic50df20bdf5" state="down"
2026-02-17 02:54:29.451 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic50df20bdf5"
2026-02-17 02:54:29.451 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic50df20bdf5", State:"down", Index:117}
2026-02-17 02:54:29.451 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic50df20bdf5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.451 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic50df20bdf5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.456 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=117
2026-02-17 02:54:29.462 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=117 ifaceName="calic50df20bdf5" state=""
2026-02-17 02:54:29.462 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic50df20bdf5"
2026-02-17 02:54:29.462 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic50df20bdf5", State:"", Index:117}
2026-02-17 02:54:29.462 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic50df20bdf5", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.462 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic50df20bdf5", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.474 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:29.475 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:29.475 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:29.475 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:29.475 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:29.475 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:29.490 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=148 ifaceName="cali2ae2aeca4f3" state="down"
2026-02-17 02:54:29.530 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:29.530 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} status="down"
2026-02-17 02:54:29.530 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2ae2aeca4f3", State:"down", Index:148}
2026-02-17 02:54:29.532 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:29.533 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=142
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali40735884c42"
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2ae2aeca4f3", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.533 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2ae2aeca4f3", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali40735884c42", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.533 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali40735884c42", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.533 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=139
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif2824cad038"
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=148 ifaceName="cali2ae2aeca4f3" state="up"
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif2824cad038", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.533 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif2824cad038", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=142 ifaceName="cali40735884c42" state="down"
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2ae2aeca4f3", State:"up", Index:148}
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=142 ifaceName="cali40735884c42" state=""
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali40735884c42"
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali40735884c42", State:"down", Index:142}
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali40735884c42", State:"", Index:142}
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali40735884c42", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.533 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali40735884c42", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=139 ifaceName="calif2824cad038" state="down"
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif2824cad038", State:"down", Index:139}
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=139 ifaceName="calif2824cad038" state=""
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calif2824cad038"
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif2824cad038", State:"", Index:139}
2026-02-17 02:54:29.533 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif2824cad038", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.533 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif2824cad038", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.541 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=130 ifaceName="cali657d055d6e0" state="down"
2026-02-17 02:54:29.541 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali657d055d6e0"
2026-02-17 02:54:29.541 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=130
2026-02-17 02:54:29.541 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali657d055d6e0", State:"down", Index:130}
2026-02-17 02:54:29.541 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali657d055d6e0", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.541 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali657d055d6e0", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.545 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=130 ifaceName="cali657d055d6e0" state=""
2026-02-17 02:54:29.545 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali657d055d6e0"
2026-02-17 02:54:29.545 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali657d055d6e0", State:"", Index:130}
2026-02-17 02:54:29.545 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali657d055d6e0", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.545 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali657d055d6e0", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.578 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:29.578 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:29.578 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:29.578 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:29.578 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:29.603 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=114
2026-02-17 02:54:29.603 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibd4a859fb2a"
2026-02-17 02:54:29.603 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=114 ifaceName="calibd4a859fb2a" state="down"
2026-02-17 02:54:29.618 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:29.618 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:54:29.618 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibd4a859fb2a", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.618 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibd4a859fb2a", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.618 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibd4a859fb2a", State:"down", Index:114}
2026-02-17 02:54:29.630 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=114 ifaceName="calibd4a859fb2a" state=""
2026-02-17 02:54:29.630 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calibd4a859fb2a"
2026-02-17 02:54:29.630 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibd4a859fb2a", State:"", Index:114}
2026-02-17 02:54:29.630 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibd4a859fb2a", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.630 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibd4a859fb2a", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.771 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=113 ifaceName="calid896ef52b3d" state="down"
2026-02-17 02:54:29.771 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calid896ef52b3d"
2026-02-17 02:54:29.771 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=113
2026-02-17 02:54:29.771 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid896ef52b3d", State:"down", Index:113}
2026-02-17 02:54:29.771 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid896ef52b3d", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.771 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid896ef52b3d", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.773 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=113 ifaceName="calid896ef52b3d" state=""
2026-02-17 02:54:29.773 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calid896ef52b3d"
2026-02-17 02:54:29.773 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid896ef52b3d", State:"", Index:113}
2026-02-17 02:54:29.773 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid896ef52b3d", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.773 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid896ef52b3d", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.790 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=106 ifaceName="calib17d01c449e" state="down"
2026-02-17 02:54:29.809 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib17d01c449e", State:"down", Index:106}
2026-02-17 02:54:29.835 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib17d01c449e"
2026-02-17 02:54:29.835 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=106 ifaceName="calib17d01c449e" state=""
2026-02-17 02:54:29.835 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calib17d01c449e"
2026-02-17 02:54:29.835 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=106
2026-02-17 02:54:29.835 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib17d01c449e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.835 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib17d01c449e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.835 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib17d01c449e", State:"", Index:106}
2026-02-17 02:54:29.835 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib17d01c449e", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.835 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib17d01c449e", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.915 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=129 ifaceName="caliabd3fcec0ac" state="down"
2026-02-17 02:54:29.915 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliabd3fcec0ac", State:"down", Index:129}
2026-02-17 02:54:29.982 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliabd3fcec0ac"
2026-02-17 02:54:29.982 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=129
2026-02-17 02:54:29.982 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=129 ifaceName="caliabd3fcec0ac" state=""
2026-02-17 02:54:29.982 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliabd3fcec0ac"
2026-02-17 02:54:29.982 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliabd3fcec0ac", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.982 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliabd3fcec0ac", Addrs:set.Typed[string]{}}
2026-02-17 02:54:29.982 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliabd3fcec0ac", State:"", Index:129}
2026-02-17 02:54:29.982 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliabd3fcec0ac", Addrs:set.Set[string](nil)}
2026-02-17 02:54:29.982 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliabd3fcec0ac", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.060 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=96 ifaceName="cali92a6b0678f6" state="down"
2026-02-17 02:54:30.060 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali92a6b0678f6"
2026-02-17 02:54:30.060 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali92a6b0678f6", State:"down", Index:96}
2026-02-17 02:54:30.060 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali92a6b0678f6", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.061 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali92a6b0678f6", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.070 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=96
2026-02-17 02:54:30.077 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=96 ifaceName="cali92a6b0678f6" state=""
2026-02-17 02:54:30.077 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali92a6b0678f6"
2026-02-17 02:54:30.077 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali92a6b0678f6", State:"", Index:96}
2026-02-17 02:54:30.077 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali92a6b0678f6", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.077 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali92a6b0678f6", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.138 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-4974" name:"default"}
2026-02-17 02:54:30.215 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=141 ifaceName="cali0ee81c208cb" state="down"
2026-02-17 02:54:30.215 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0ee81c208cb", State:"down", Index:141}
2026-02-17 02:54:30.216 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali0ee81c208cb"
2026-02-17 02:54:30.216 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0ee81c208cb", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.216 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0ee81c208cb", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.225 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=141
2026-02-17 02:54:30.231 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=141 ifaceName="cali0ee81c208cb" state=""
2026-02-17 02:54:30.231 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali0ee81c208cb"
2026-02-17 02:54:30.246 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0ee81c208cb", State:"", Index:141}
2026-02-17 02:54:30.246 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0ee81c208cb", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.246 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0ee81c208cb", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.273 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=121 ifaceName="cali3bc219b83fe" state="down"
2026-02-17 02:54:30.273 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3bc219b83fe"
2026-02-17 02:54:30.273 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=121
2026-02-17 02:54:30.273 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3bc219b83fe", State:"down", Index:121}
2026-02-17 02:54:30.273 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3bc219b83fe", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.273 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3bc219b83fe", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.275 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=121 ifaceName="cali3bc219b83fe" state=""
2026-02-17 02:54:30.275 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3bc219b83fe"
2026-02-17 02:54:30.275 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3bc219b83fe", State:"", Index:121}
2026-02-17 02:54:30.275 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3bc219b83fe", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.275 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3bc219b83fe", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.322 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=118 ifaceName="cali0d2c8d02d75" state="down"
2026-02-17 02:54:30.323 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali0d2c8d02d75"
2026-02-17 02:54:30.323 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=118
2026-02-17 02:54:30.324 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=118 ifaceName="cali0d2c8d02d75" state=""
2026-02-17 02:54:30.324 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali0d2c8d02d75"
2026-02-17 02:54:30.340 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0d2c8d02d75", State:"down", Index:118}
2026-02-17 02:54:30.340 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0d2c8d02d75", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.340 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0d2c8d02d75", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.340 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali0d2c8d02d75", State:"", Index:118}
2026-02-17 02:54:30.340 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali0d2c8d02d75", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.340 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali0d2c8d02d75", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.347 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=101
2026-02-17 02:54:30.347 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali87644dbd198"
2026-02-17 02:54:30.347 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=101 ifaceName="cali87644dbd198" state="down"
2026-02-17 02:54:30.347 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali87644dbd198", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.347 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali87644dbd198", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.347 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali87644dbd198", State:"down", Index:101}
2026-02-17 02:54:30.348 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=101 ifaceName="cali87644dbd198" state=""
2026-02-17 02:54:30.348 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali87644dbd198"
2026-02-17 02:54:30.348 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali87644dbd198", State:"", Index:101}
2026-02-17 02:54:30.348 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali87644dbd198", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.349 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali87644dbd198", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.374 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=120 ifaceName="cali01b00b7c4c8" state="down"
2026-02-17 02:54:30.374 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali01b00b7c4c8"
2026-02-17 02:54:30.374 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=120
2026-02-17 02:54:30.374 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali01b00b7c4c8", State:"down", Index:120}
2026-02-17 02:54:30.374 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali01b00b7c4c8", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.374 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali01b00b7c4c8", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.378 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=120 ifaceName="cali01b00b7c4c8" state=""
2026-02-17 02:54:30.378 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali01b00b7c4c8"
2026-02-17 02:54:30.378 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali01b00b7c4c8", State:"", Index:120}
2026-02-17 02:54:30.378 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali01b00b7c4c8", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.378 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali01b00b7c4c8", Addrs:set.Set[string](nil)}
bird: KIF: Received address message for unknown interface 119
2026-02-17 02:54:30.649 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=148
2026-02-17 02:54:30.649 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:30.649 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2ae2aeca4f3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:30.649 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2ae2aeca4f3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:30.649 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:54:30.740 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=119 ifaceName="calidc3ff9bcef9" state="down"
2026-02-17 02:54:30.740 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidc3ff9bcef9", State:"down", Index:119}
2026-02-17 02:54:30.740 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calidc3ff9bcef9"
2026-02-17 02:54:30.740 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=119
2026-02-17 02:54:30.740 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidc3ff9bcef9", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.740 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidc3ff9bcef9", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.745 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=119 ifaceName="calidc3ff9bcef9" state=""
2026-02-17 02:54:30.745 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calidc3ff9bcef9"
2026-02-17 02:54:30.761 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidc3ff9bcef9", State:"", Index:119}
2026-02-17 02:54:30.761 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidc3ff9bcef9", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.761 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidc3ff9bcef9", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.764 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=138 ifaceName="cali5b325103055" state="down"
2026-02-17 02:54:30.772 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5b325103055"
2026-02-17 02:54:30.772 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=138
2026-02-17 02:54:30.772 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=138 ifaceName="cali5b325103055" state=""
2026-02-17 02:54:30.772 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5b325103055"
2026-02-17 02:54:30.784 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5b325103055", State:"down", Index:138}
2026-02-17 02:54:30.784 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5b325103055", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.784 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5b325103055", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.784 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5b325103055", State:"", Index:138}
2026-02-17 02:54:30.784 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5b325103055", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.784 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5b325103055", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.784 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:54:30.804 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=116 ifaceName="cali100056f6768" state="down"
2026-02-17 02:54:30.805 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali100056f6768"
2026-02-17 02:54:30.805 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=116
2026-02-17 02:54:30.805 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali100056f6768", State:"down", Index:116}
2026-02-17 02:54:30.805 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali100056f6768", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.805 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali100056f6768", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.807 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=116 ifaceName="cali100056f6768" state=""
2026-02-17 02:54:30.807 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali100056f6768"
2026-02-17 02:54:30.807 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali100056f6768", State:"", Index:116}
2026-02-17 02:54:30.807 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali100056f6768", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.807 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali100056f6768", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.864 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=99
2026-02-17 02:54:30.864 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicd25cce56db"
2026-02-17 02:54:30.865 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=99 ifaceName="calicd25cce56db" state="down"
2026-02-17 02:54:30.865 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicd25cce56db", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.865 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicd25cce56db", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.865 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicd25cce56db", State:"down", Index:99}
2026-02-17 02:54:30.867 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=99 ifaceName="calicd25cce56db" state=""
2026-02-17 02:54:30.867 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calicd25cce56db"
2026-02-17 02:54:30.867 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicd25cce56db", State:"", Index:99}
2026-02-17 02:54:30.867 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicd25cce56db", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.867 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicd25cce56db", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.899 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=109 ifaceName="cali7f1cbfeb801" state="down"
2026-02-17 02:54:30.899 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7f1cbfeb801", State:"down", Index:109}
2026-02-17 02:54:30.902 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali7f1cbfeb801"
2026-02-17 02:54:30.902 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=109
2026-02-17 02:54:30.902 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=109 ifaceName="cali7f1cbfeb801" state=""
2026-02-17 02:54:30.902 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali7f1cbfeb801"
2026-02-17 02:54:30.902 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1cbfeb801", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.902 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1cbfeb801", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.902 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali7f1cbfeb801", State:"", Index:109}
2026-02-17 02:54:30.902 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1cbfeb801", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.902 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali7f1cbfeb801", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.977 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=123 ifaceName="cali515a0d01e1e" state="down"
2026-02-17 02:54:30.977 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali515a0d01e1e"
2026-02-17 02:54:30.977 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=123
2026-02-17 02:54:30.977 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali515a0d01e1e", State:"down", Index:123}
2026-02-17 02:54:30.977 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali515a0d01e1e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.977 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali515a0d01e1e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.979 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=123 ifaceName="cali515a0d01e1e" state=""
2026-02-17 02:54:30.979 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali515a0d01e1e"
2026-02-17 02:54:30.979 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali515a0d01e1e", State:"", Index:123}
2026-02-17 02:54:30.979 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali515a0d01e1e", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.979 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali515a0d01e1e", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.989 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=105 ifaceName="cali9b975db6e52" state="down"
2026-02-17 02:54:30.989 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9b975db6e52", State:"down", Index:105}
2026-02-17 02:54:30.989 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9b975db6e52"
2026-02-17 02:54:30.989 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=105
2026-02-17 02:54:30.989 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=105 ifaceName="cali9b975db6e52" state=""
2026-02-17 02:54:30.989 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali9b975db6e52"
2026-02-17 02:54:30.989 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9b975db6e52", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.989 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9b975db6e52", Addrs:set.Typed[string]{}}
2026-02-17 02:54:30.989 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9b975db6e52", State:"", Index:105}
2026-02-17 02:54:30.989 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9b975db6e52", Addrs:set.Set[string](nil)}
2026-02-17 02:54:30.989 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9b975db6e52", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.005 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=100 ifaceName="cali040b43c5c75" state="down"
2026-02-17 02:54:31.005 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali040b43c5c75"
2026-02-17 02:54:31.005 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali040b43c5c75", State:"down", Index:100}
2026-02-17 02:54:31.005 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali040b43c5c75", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.005 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali040b43c5c75", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.010 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=100
2026-02-17 02:54:31.015 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=100 ifaceName="cali040b43c5c75" state=""
2026-02-17 02:54:31.015 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali040b43c5c75"
2026-02-17 02:54:31.015 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali040b43c5c75", State:"", Index:100}
2026-02-17 02:54:31.015 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali040b43c5c75", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.015 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali040b43c5c75", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.022 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4974"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4974"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4974"}
2026-02-17 02:54:31.049 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-4974"}
2026-02-17 02:54:31.111 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=140 ifaceName="cali37e85547b74" state="down"
2026-02-17 02:54:31.111 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37e85547b74", State:"down", Index:140}
2026-02-17 02:54:31.111 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali37e85547b74"
2026-02-17 02:54:31.111 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37e85547b74", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.112 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37e85547b74", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.115 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=140
2026-02-17 02:54:31.118 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=140 ifaceName="cali37e85547b74" state=""
2026-02-17 02:54:31.118 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali37e85547b74"
2026-02-17 02:54:31.118 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37e85547b74", State:"", Index:140}
2026-02-17 02:54:31.118 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37e85547b74", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.118 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37e85547b74", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.145 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=144 ifaceName="cali6d0ac149db4" state="down"
2026-02-17 02:54:31.145 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6d0ac149db4", State:"down", Index:144}
2026-02-17 02:54:31.150 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6d0ac149db4"
2026-02-17 02:54:31.150 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=144
2026-02-17 02:54:31.150 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=144 ifaceName="cali6d0ac149db4" state=""
2026-02-17 02:54:31.150 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6d0ac149db4"
2026-02-17 02:54:31.150 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6d0ac149db4", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.150 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6d0ac149db4", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.151 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6d0ac149db4", State:"", Index:144}
2026-02-17 02:54:31.151 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6d0ac149db4", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.151 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6d0ac149db4", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.160 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=124
2026-02-17 02:54:31.161 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5647e17b7dc"
2026-02-17 02:54:31.161 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=124 ifaceName="cali5647e17b7dc" state="down"
2026-02-17 02:54:31.161 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5647e17b7dc", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.161 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5647e17b7dc", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.161 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5647e17b7dc", State:"down", Index:124}
2026-02-17 02:54:31.162 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=124 ifaceName="cali5647e17b7dc" state=""
2026-02-17 02:54:31.162 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5647e17b7dc"
2026-02-17 02:54:31.162 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5647e17b7dc", State:"", Index:124}
2026-02-17 02:54:31.163 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5647e17b7dc", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.163 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5647e17b7dc", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.221 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=127 ifaceName="calidc72525c844" state="down"
2026-02-17 02:54:31.222 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidc72525c844", State:"down", Index:127}
2026-02-17 02:54:31.222 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calidc72525c844"
2026-02-17 02:54:31.222 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=127
2026-02-17 02:54:31.222 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidc72525c844", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.222 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidc72525c844", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.226 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=127 ifaceName="calidc72525c844" state=""
2026-02-17 02:54:31.226 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calidc72525c844"
2026-02-17 02:54:31.226 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidc72525c844", State:"", Index:127}
2026-02-17 02:54:31.226 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidc72525c844", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.226 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidc72525c844", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.245 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=136 ifaceName="cali6d1ed51dcd3" state="down"
2026-02-17 02:54:31.245 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6d1ed51dcd3"
2026-02-17 02:54:31.245 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=136
2026-02-17 02:54:31.245 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6d1ed51dcd3", State:"down", Index:136}
2026-02-17 02:54:31.245 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6d1ed51dcd3", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.246 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6d1ed51dcd3", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.247 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=136 ifaceName="cali6d1ed51dcd3" state=""
2026-02-17 02:54:31.247 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6d1ed51dcd3"
2026-02-17 02:54:31.247 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6d1ed51dcd3", State:"", Index:136}
2026-02-17 02:54:31.247 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6d1ed51dcd3", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.247 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6d1ed51dcd3", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.253 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=102 ifaceName="cali2bc2d17a407" state="down"
2026-02-17 02:54:31.254 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2bc2d17a407", State:"down", Index:102}
2026-02-17 02:54:31.254 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2bc2d17a407"
2026-02-17 02:54:31.254 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=102
2026-02-17 02:54:31.254 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2bc2d17a407", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.254 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2bc2d17a407", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.255 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=102 ifaceName="cali2bc2d17a407" state=""
2026-02-17 02:54:31.255 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali2bc2d17a407"
2026-02-17 02:54:31.255 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2bc2d17a407", State:"", Index:102}
2026-02-17 02:54:31.255 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2bc2d17a407", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.255 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2bc2d17a407", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.258 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=128
2026-02-17 02:54:31.258 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5e171370d90"
2026-02-17 02:54:31.258 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=128 ifaceName="cali5e171370d90" state="down"
2026-02-17 02:54:31.258 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5e171370d90", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.258 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5e171370d90", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.259 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5e171370d90", State:"down", Index:128}
2026-02-17 02:54:31.260 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=128 ifaceName="cali5e171370d90" state=""
2026-02-17 02:54:31.260 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5e171370d90"
2026-02-17 02:54:31.260 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5e171370d90", State:"", Index:128}
2026-02-17 02:54:31.260 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5e171370d90", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.260 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5e171370d90", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.262 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=134
2026-02-17 02:54:31.262 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calicb5dfaf536b"
2026-02-17 02:54:31.262 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=134 ifaceName="calicb5dfaf536b" state="down"
2026-02-17 02:54:31.262 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicb5dfaf536b", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.262 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicb5dfaf536b", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.262 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicb5dfaf536b", State:"down", Index:134}
2026-02-17 02:54:31.263 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=134 ifaceName="calicb5dfaf536b" state=""
2026-02-17 02:54:31.263 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calicb5dfaf536b"
2026-02-17 02:54:31.263 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calicb5dfaf536b", State:"", Index:134}
2026-02-17 02:54:31.263 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calicb5dfaf536b", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.263 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calicb5dfaf536b", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.302 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=143 ifaceName="cali854ffcd44d5" state="down"
2026-02-17 02:54:31.302 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali854ffcd44d5"
2026-02-17 02:54:31.302 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali854ffcd44d5", State:"down", Index:143}
2026-02-17 02:54:31.302 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali854ffcd44d5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.302 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali854ffcd44d5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:31.305 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=143
2026-02-17 02:54:31.308 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=143 ifaceName="cali854ffcd44d5" state=""
2026-02-17 02:54:31.308 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali854ffcd44d5"
2026-02-17 02:54:31.308 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali854ffcd44d5", State:"", Index:143}
2026-02-17 02:54:31.308 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali854ffcd44d5", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.308 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali854ffcd44d5", Addrs:set.Set[string](nil)}
2026-02-17 02:54:31.343 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-4390"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-4390"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-4390"}
2026-02-17 02:54:31.365 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-8776"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-8776"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-8776"}
2026-02-17 02:54:31.396 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"proxy-8776" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:31.484 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-1210/netserver-0, name=eth0)
2026-02-17 02:54:31.491 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-1210/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2ae2aeca4f3" profile_ids:"kns.pod-network-test-1210" profile_ids:"ksa.pod-network-test-1210.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:54:31.573 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:31.573 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:31.573 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:31.574 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:31.575 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:31.575 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:31.601 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:31.601 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:54:32.999 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:54:35.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-proxy-test-service" namespace:"proxy-8776" type:"ClusterIP" cluster_ips:"10.254.221.100" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:54:35.592 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-8776"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-8776"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-8776"}
2026-02-17 02:54:35.618 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-8943"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-8943"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-8943"}
2026-02-17 02:54:35.637 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-8943" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:36.585 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-7755" name:"default"}
2026-02-17 02:54:37.024 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-7755"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-7755"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-7755"}
2026-02-17 02:54:37.049 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-7755"}
2026-02-17 02:54:37.134 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"events-2695" name:"default"}
2026-02-17 02:54:37.265 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubelet-test-2989"} labels:{key:"e2e-framework" value:"kubelet-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubelet-test-2989"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubelet-test-2989"}
2026-02-17 02:54:37.293 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubelet-test-2989"}
2026-02-17 02:54:37.349 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-2695"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-2695"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-2695"}
2026-02-17 02:54:37.371 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"events-2695"}
2026-02-17 02:54:37.395 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"gc-9461" name:"default"}
2026-02-17 02:54:37.599 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"runtimeclass-4390" name:"default"}
2026-02-17 02:54:37.644 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-4390"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-4390"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-4390"}
2026-02-17 02:54:37.935 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-9461"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-9461"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-9461"}
2026-02-17 02:54:37.958 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"gc-9461"}
2026-02-17 02:54:39.573 [INFO][60] felix/summary.go 100: Summarising 280 dataplane reconciliation loops over 1m0.5s: avg=40ms longest=294ms (resync-calico-v4,resync-filter-v4)
2026-02-17 02:54:39.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-8943"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-8943"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-8943"}
2026-02-17 02:54:39.840 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2900"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2900"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2900"}
2026-02-17 02:54:39.872 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-2900" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:39.872 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2900"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2900"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2900"} labels:{key:"webhook-2900" value:"true"}
2026-02-17 02:54:39.897 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-6909"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-6909"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-6909"} labels:{key:"webhook-2900-markers" value:"true"}
2026-02-17 02:54:39.897 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-6909" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:40.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-proxy-test-service" namespace:"proxy-8776"
2026-02-17 02:54:41.221 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"proxy-8776" name:"default"}
2026-02-17 02:54:41.340 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-8776"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-8776"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-8776"}
2026-02-17 02:54:42.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-2900" type:"ClusterIP" cluster_ips:"10.254.85.89" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:54:42.978 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-4390"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-4390"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-4390"}
2026-02-17 02:54:43.022 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"runtimeclass-4390"}
2026-02-17 02:54:43.531 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-1210/netserver-0, name=eth0)
2026-02-17 02:54:43.531 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-1210/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2ae2aeca4f3" profile_ids:"kns.pod-network-test-1210" profile_ids:"ksa.pod-network-test-1210.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:54:43.532 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:43.532 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:43.532 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:43.533 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:43.533 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:43.533 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:43.553 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:43.553 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:54:44.968 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-8943" name:"default"}
2026-02-17 02:54:45.149 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-8943"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-8943"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-8943"}
2026-02-17 02:54:45.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-8943"}
2026-02-17 02:54:45.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-2900"
2026-02-17 02:54:45.901 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2900"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2900"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2900"} labels:{key:"webhook-2900" value:"true"}
2026-02-17 02:54:45.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-6909"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-6909"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-6909"} labels:{key:"webhook-2900-markers" value:"true"}
2026-02-17 02:54:45.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6486"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6486"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6486"}
2026-02-17 02:54:45.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"deployment-6486" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:46.356 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-1210"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-1210"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-1210"}
2026-02-17 02:54:46.386 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-2648"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-2648"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-2648"}
2026-02-17 02:54:46.401 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"runtimeclass-2648" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:46.512 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-2648"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-2648"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-2648"}
2026-02-17 02:54:46.528 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-1109"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-1109"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-1109"}
2026-02-17 02:54:46.543 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-1109" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:46.606 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-4lbpt, name=eth0)
2026-02-17 02:54:46.606 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.deployment-6486"} profile:{inbound_rules:{action:"allow" rule_id:"0s6D6AypKPqhWZyJ"} outbound_rules:{action:"allow" rule_id:"C5dDprigfg0aVgEd"}}
2026-02-17 02:54:46.606 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.deployment-6486.default"} profile:{}
2026-02-17 02:54:46.606 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-4lbpt" endpoint_id:"eth0"} endpoint:{state:"active" name:"califc95c81083e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:54:46.606 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.606 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.606 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.607 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="califc95c81083e"
2026-02-17 02:54:46.607 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.607 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.654 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:46.654 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"} status="down"
2026-02-17 02:54:46.685 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=149 ifaceName="califc95c81083e" state="down"
2026-02-17 02:54:46.686 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califc95c81083e"
2026-02-17 02:54:46.685 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califc95c81083e", State:"down", Index:149}
2026-02-17 02:54:46.686 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califc95c81083e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:46.686 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califc95c81083e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:46.686 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califc95c81083e"
2026-02-17 02:54:46.686 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.686 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.686 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=149 ifaceName="califc95c81083e" state="up"
2026-02-17 02:54:46.705 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:46.705 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"} status="down"
2026-02-17 02:54:46.705 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califc95c81083e", State:"up", Index:149}
2026-02-17 02:54:46.705 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califc95c81083e"
2026-02-17 02:54:46.705 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califc95c81083e"
2026-02-17 02:54:46.705 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califc95c81083e"
2026-02-17 02:54:46.705 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.706 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:46.722 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-nkmsr, name=eth0)
2026-02-17 02:54:46.727 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:46.727 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"} status="up"
2026-02-17 02:54:46.727 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-nkmsr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba5b7db02e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:54:46.727 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:46.727 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:46.727 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:46.728 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali4ba5b7db02e"
2026-02-17 02:54:46.728 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:46.728 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:46.777 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:46.778 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"} status="down"
2026-02-17 02:54:46.803 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=150 ifaceName="cali4ba5b7db02e" state="down"
2026-02-17 02:54:46.804 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4ba5b7db02e"
2026-02-17 02:54:46.804 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=150 ifaceName="cali4ba5b7db02e" state="up"
2026-02-17 02:54:46.804 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba5b7db02e", State:"down", Index:150}
2026-02-17 02:54:46.804 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba5b7db02e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:46.804 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba5b7db02e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:46.804 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba5b7db02e", State:"up", Index:150}
2026-02-17 02:54:46.804 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali4ba5b7db02e"
2026-02-17 02:54:46.804 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali4ba5b7db02e"
2026-02-17 02:54:46.804 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ba5b7db02e"
2026-02-17 02:54:46.804 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:46.804 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:46.826 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:46.826 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"} status="up"
2026-02-17 02:54:46.842 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-qqqmp, name=eth0)
2026-02-17 02:54:46.842 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-qqqmp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib341dccfc71" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:54:46.843 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.843 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.843 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.843 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calib341dccfc71"
2026-02-17 02:54:46.843 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.843 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.880 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:46.880 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"} status="down"
2026-02-17 02:54:46.907 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=151 ifaceName="calib341dccfc71" state="down"
2026-02-17 02:54:46.907 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib341dccfc71"
2026-02-17 02:54:46.907 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib341dccfc71", State:"down", Index:151}
2026-02-17 02:54:46.907 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib341dccfc71", Addrs:set.Typed[string]{}}
2026-02-17 02:54:46.907 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib341dccfc71", Addrs:set.Typed[string]{}}
2026-02-17 02:54:46.908 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calib341dccfc71"
2026-02-17 02:54:46.908 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.908 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.908 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=151 ifaceName="calib341dccfc71" state="up"
2026-02-17 02:54:46.929 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:46.929 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"} status="down"
2026-02-17 02:54:46.930 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib341dccfc71", State:"up", Index:151}
2026-02-17 02:54:46.930 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calib341dccfc71"
2026-02-17 02:54:46.930 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calib341dccfc71"
2026-02-17 02:54:46.930 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib341dccfc71"
2026-02-17 02:54:46.930 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.930 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:46.952 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-zf6r7, name=eth0)
2026-02-17 02:54:46.955 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:46.955 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"} status="up"
2026-02-17 02:54:46.955 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-zf6r7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3923caf0075" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:54:46.955 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:46.955 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:46.956 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:46.956 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3923caf0075"
2026-02-17 02:54:46.956 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:46.956 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.004 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:47.005 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"} status="down"
2026-02-17 02:54:47.017 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=152 ifaceName="cali3923caf0075" state="down"
2026-02-17 02:54:47.017 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3923caf0075"
2026-02-17 02:54:47.017 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3923caf0075", State:"down", Index:152}
2026-02-17 02:54:47.017 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3923caf0075", Addrs:set.Typed[string]{}}
2026-02-17 02:54:47.017 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3923caf0075", Addrs:set.Typed[string]{}}
2026-02-17 02:54:47.017 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3923caf0075"
2026-02-17 02:54:47.017 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.017 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.017 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=152 ifaceName="cali3923caf0075" state="up"
2026-02-17 02:54:47.038 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:47.038 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"} status="down"
2026-02-17 02:54:47.038 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3923caf0075", State:"up", Index:152}
2026-02-17 02:54:47.038 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3923caf0075"
2026-02-17 02:54:47.038 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3923caf0075"
2026-02-17 02:54:47.038 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3923caf0075"
2026-02-17 02:54:47.038 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.038 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.042 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-q4w8c, name=eth0)
2026-02-17 02:54:47.056 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:47.056 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"} status="up"
2026-02-17 02:54:47.056 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-q4w8c" endpoint_id:"eth0"} endpoint:{state:"active" name:"califebdd20f4b4" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:54:47.056 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:54:47.114 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.114 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.114 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.114 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="califebdd20f4b4"
2026-02-17 02:54:47.114 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.114 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.117 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=153 ifaceName="califebdd20f4b4" state="down"
2026-02-17 02:54:47.117 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califebdd20f4b4"
2026-02-17 02:54:47.118 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=153 ifaceName="califebdd20f4b4" state="up"
2026-02-17 02:54:47.154 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:47.154 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"} status="down"
2026-02-17 02:54:47.154 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califebdd20f4b4", State:"down", Index:153}
2026-02-17 02:54:47.154 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califebdd20f4b4", Addrs:set.Typed[string]{}}
2026-02-17 02:54:47.154 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califebdd20f4b4", Addrs:set.Typed[string]{}}
2026-02-17 02:54:47.154 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califebdd20f4b4", State:"up", Index:153}
2026-02-17 02:54:47.220 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califebdd20f4b4"
2026-02-17 02:54:47.220 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califebdd20f4b4"
2026-02-17 02:54:47.220 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califebdd20f4b4"
2026-02-17 02:54:47.221 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.221 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.240 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:47.240 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"} status="up"
2026-02-17 02:54:47.568 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"proxy-8776"} labels:{key:"e2e-framework" value:"proxy"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"proxy-8776"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"proxy-8776"}
2026-02-17 02:54:47.568 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:54:47.596 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"proxy-8776"}
2026-02-17 02:54:47.645 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-zf6r7, name=eth0)
2026-02-17 02:54:47.645 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-zf6r7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3923caf0075" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:54:47.645 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.646 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.646 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.646 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3923caf0075"
2026-02-17 02:54:47.647 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.647 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:47.666 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-4lbpt, name=eth0)
2026-02-17 02:54:47.676 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:47.676 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"} status="up"
2026-02-17 02:54:47.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-4lbpt" endpoint_id:"eth0"} endpoint:{state:"active" name:"califc95c81083e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:54:47.676 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:47.676 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:47.676 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:47.677 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califc95c81083e"
2026-02-17 02:54:47.677 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:47.678 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:47.683 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-nkmsr, name=eth0)
2026-02-17 02:54:47.704 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:47.704 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"} status="up"
2026-02-17 02:54:47.704 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-nkmsr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba5b7db02e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:54:47.704 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:54:47.721 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-qqqmp, name=eth0)
2026-02-17 02:54:47.722 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-qqqmp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib341dccfc71" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:54:47.749 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-q4w8c, name=eth0)
2026-02-17 02:54:47.749 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-q4w8c" endpoint_id:"eth0"} endpoint:{state:"active" name:"califebdd20f4b4" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:54:47.754 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:47.754 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:47.754 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:47.755 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:47.755 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:47.755 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:47.755 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.755 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.755 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.756 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ba5b7db02e"
2026-02-17 02:54:47.756 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib341dccfc71"
2026-02-17 02:54:47.756 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califebdd20f4b4"
2026-02-17 02:54:47.756 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:47.756 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:47.756 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:47.756 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:47.756 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.756 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:47.779 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:47.779 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"} status="up"
2026-02-17 02:54:47.779 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:47.779 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"} status="up"
2026-02-17 02:54:47.779 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:47.779 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"} status="up"
2026-02-17 02:54:47.897 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=149
2026-02-17 02:54:47.897 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califc95c81083e"
2026-02-17 02:54:47.897 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califc95c81083e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:47.897 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califc95c81083e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:48.282 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=152
2026-02-17 02:54:48.282 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3923caf0075"
2026-02-17 02:54:48.283 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3923caf0075", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:48.283 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3923caf0075", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:48.283 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:54:48.317 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=151
2026-02-17 02:54:48.317 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calib341dccfc71"
2026-02-17 02:54:48.317 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib341dccfc71", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:48.317 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib341dccfc71", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:48.380 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=153
2026-02-17 02:54:48.380 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califebdd20f4b4"
2026-02-17 02:54:48.380 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califebdd20f4b4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:48.380 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califebdd20f4b4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:48.570 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=150
2026-02-17 02:54:48.570 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali4ba5b7db02e"
2026-02-17 02:54:48.570 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba5b7db02e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:48.570 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba5b7db02e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:50.635 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-1109"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-1109"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-1109"}
2026-02-17 02:54:50.663 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9208"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9208"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9208"}
2026-02-17 02:54:50.671 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-572hv, name=eth0)
2026-02-17 02:54:50.683 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-572hv" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib9004422fd7" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:54:50.684 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:50.684 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:50.684 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:50.685 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calib9004422fd7"
2026-02-17 02:54:50.685 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:50.685 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:50.731 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:50.731 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} status="down"
2026-02-17 02:54:50.732 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-9208" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:50.732 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9208"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9208"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9208"} labels:{key:"webhook-9208" value:"true"}
2026-02-17 02:54:50.732 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-468"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-468"} labels:{key:"webhook-9208-markers" value:"true"}
2026-02-17 02:54:50.732 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-468" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:50.742 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=154 ifaceName="calib9004422fd7" state="down"
2026-02-17 02:54:50.742 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib9004422fd7"
2026-02-17 02:54:50.747 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=154 ifaceName="calib9004422fd7" state="up"
2026-02-17 02:54:50.761 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib9004422fd7", State:"down", Index:154}
2026-02-17 02:54:50.762 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib9004422fd7", Addrs:set.Typed[string]{}}
2026-02-17 02:54:50.762 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib9004422fd7", Addrs:set.Typed[string]{}}
2026-02-17 02:54:50.762 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib9004422fd7", State:"up", Index:154}
2026-02-17 02:54:50.762 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calib9004422fd7"
2026-02-17 02:54:50.762 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calib9004422fd7"
2026-02-17 02:54:50.762 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib9004422fd7"
2026-02-17 02:54:50.763 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:50.763 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:50.781 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:50.781 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:50.806 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-vwc7g, name=eth0)
2026-02-17 02:54:50.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3aad794b20c" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:54:50.806 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.806 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.806 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.807 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3aad794b20c"
2026-02-17 02:54:50.807 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.807 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.856 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:50.856 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} status="down"
2026-02-17 02:54:50.886 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=155 ifaceName="cali3aad794b20c" state="down"
2026-02-17 02:54:50.886 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3aad794b20c", State:"down", Index:155}
2026-02-17 02:54:50.886 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3aad794b20c"
2026-02-17 02:54:50.886 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3aad794b20c"
2026-02-17 02:54:50.886 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.886 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.887 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=155 ifaceName="cali3aad794b20c" state="up"
2026-02-17 02:54:50.912 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:50.912 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} status="down"
2026-02-17 02:54:50.912 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3aad794b20c", Addrs:set.Typed[string]{}}
2026-02-17 02:54:50.912 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3aad794b20c", Addrs:set.Typed[string]{}}
2026-02-17 02:54:50.912 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3aad794b20c", State:"up", Index:155}
2026-02-17 02:54:50.912 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3aad794b20c"
2026-02-17 02:54:50.912 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3aad794b20c"
2026-02-17 02:54:50.912 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3aad794b20c"
2026-02-17 02:54:50.912 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.912 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:50.936 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:50.936 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} status="up"
2026-02-17 02:54:51.300 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-6909" name:"default"}
2026-02-17 02:54:51.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-2900" name:"default"}
2026-02-17 02:54:51.693 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-572hv, name=eth0)
2026-02-17 02:54:51.693 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-572hv" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib9004422fd7" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:54:51.693 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:51.693 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:51.693 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:51.694 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib9004422fd7"
2026-02-17 02:54:51.695 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:51.695 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:51.713 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:51.713 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:51.719 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-vwc7g, name=eth0)
2026-02-17 02:54:51.719 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3aad794b20c" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:54:51.719 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:51.720 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:51.720 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:51.720 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3aad794b20c"
2026-02-17 02:54:51.720 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:51.720 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:51.748 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:51.748 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} status="up"
2026-02-17 02:54:51.841 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-6909"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-6909"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-6909"} labels:{key:"webhook-2900-markers" value:"true"}
2026-02-17 02:54:51.865 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-6909"}
2026-02-17 02:54:51.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2900"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2900"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2900"} labels:{key:"webhook-2900" value:"true"}
2026-02-17 02:54:52.016 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"runtimeclass-2648" name:"default"}
2026-02-17 02:54:52.030 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=154
2026-02-17 02:54:52.030 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calib9004422fd7"
2026-02-17 02:54:52.043 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib9004422fd7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:52.043 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib9004422fd7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:52.505 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=155
2026-02-17 02:54:52.505 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3aad794b20c"
2026-02-17 02:54:52.505 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3aad794b20c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:52.505 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3aad794b20c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:52.570 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.pod-network-test-1210.default"
2026-02-17 02:54:52.571 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.pod-network-test-1210.default"} profile:{inbound_rules:{action:"deny" rule_id:"rfJEiIr1S4-YbeRu"} outbound_rules:{action:"deny" rule_id:"r3LmbU2qUQc9N5MK"}}
2026-02-17 02:54:52.571 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pod-network-test-1210" name:"default"}
2026-02-17 02:54:52.657 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-1210/netserver-0, name=eth0)
2026-02-17 02:54:52.657 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-1210/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2ae2aeca4f3" profile_ids:"kns.pod-network-test-1210" profile_ids:"ksa.pod-network-test-1210.default" ipv4_nets:"10.100.210.169/32"}
2026-02-17 02:54:52.657 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:52.657 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:52.657 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:52.658 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:52.658 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:52.658 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:52.684 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:52.684 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:54:52.710 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-vwc7g, name=eth0)
2026-02-17 02:54:52.710 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3aad794b20c" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:54:52.710 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:52.710 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:52.710 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:52.711 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3aad794b20c"
2026-02-17 02:54:52.711 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:52.711 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:54:52.739 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-572hv, name=eth0)
2026-02-17 02:54:52.743 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:52.743 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} status="up"
2026-02-17 02:54:52.743 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-572hv" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib9004422fd7" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:54:52.743 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:52.743 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:52.743 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:52.744 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib9004422fd7"
2026-02-17 02:54:52.744 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:52.744 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:52.769 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:52.769 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:52.980 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-1210"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-1210"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-1210"}
2026-02-17 02:54:52.997 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-plnsv, name=eth0)
2026-02-17 02:54:53.009 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-plnsv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali20c3d4da77f" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:54:53.009 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.009 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.009 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.010 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-2" ipVersion=0x4 logsSkipped=65 table="filter"
2026-02-17 02:54:53.010 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali20c3d4da77f" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.010 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.010 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali20c3d4da77f" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.010 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali20c3d4da77f"
2026-02-17 02:54:53.010 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.010 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.063 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:53.063 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} status="down"
2026-02-17 02:54:53.070 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=156 ifaceName="cali20c3d4da77f" state="down"
2026-02-17 02:54:53.070 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali20c3d4da77f"
2026-02-17 02:54:53.070 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali20c3d4da77f", State:"down", Index:156}
2026-02-17 02:54:53.070 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali20c3d4da77f", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.070 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali20c3d4da77f", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.070 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali20c3d4da77f"
2026-02-17 02:54:53.070 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.070 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=156 ifaceName="cali20c3d4da77f" state="up"
2026-02-17 02:54:53.070 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.091 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:53.091 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} status="down"
2026-02-17 02:54:53.092 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali20c3d4da77f", State:"up", Index:156}
2026-02-17 02:54:53.092 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali20c3d4da77f"
2026-02-17 02:54:53.092 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali20c3d4da77f"
2026-02-17 02:54:53.092 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali20c3d4da77f"
2026-02-17 02:54:53.092 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.092 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.114 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:53.114 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:53.114 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"runtimeclass-2648"} labels:{key:"e2e-framework" value:"runtimeclass"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"runtimeclass-2648"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"runtimeclass-2648"}
2026-02-17 02:54:53.143 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"runtimeclass-2648"}
2026-02-17 02:54:53.207 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-xsrcv, name=eth0)
2026-02-17 02:54:53.207 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali582cbb77293" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:54:53.207 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.207 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.207 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.218 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali582cbb77293" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.218 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali582cbb77293" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.218 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali582cbb77293"
2026-02-17 02:54:53.218 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.218 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.246 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-1210/netserver-0, name=eth0)
2026-02-17 02:54:53.250 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:53.250 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"} status="down"
2026-02-17 02:54:53.250 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-1210/netserver-0" endpoint_id:"eth0"}
2026-02-17 02:54:53.250 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.pod-network-test-1210.default"}
2026-02-17 02:54:53.250 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.pod-network-test-1210"}
2026-02-17 02:54:53.250 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:53.250 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:53.251 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_61i9V8R4rphb9m7Xum" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.251 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_N6g2TTe82MD8_E5IZt" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.251 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_61i9V8R4rphb9m7Xum" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.251 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_N6g2TTe82MD8_E5IZt" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.251 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:53.251 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.251 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali2ae2aeca4f3" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.251 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.251 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali2ae2aeca4f3" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.251 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:53.251 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:53.252 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.169
2026-02-17 02:54:53.262 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=157 ifaceName="cali582cbb77293" state="down"
2026-02-17 02:54:53.271 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali582cbb77293"
2026-02-17 02:54:53.271 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=157 ifaceName="cali582cbb77293" state="up"
2026-02-17 02:54:53.315 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-1210/netserver-0", EndpointId:"eth0"}
2026-02-17 02:54:53.315 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali582cbb77293", State:"down", Index:157}
2026-02-17 02:54:53.315 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali582cbb77293", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.315 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali582cbb77293", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.315 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali582cbb77293", State:"up", Index:157}
2026-02-17 02:54:53.315 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali582cbb77293"
2026-02-17 02:54:53.315 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali582cbb77293"
2026-02-17 02:54:53.315 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali582cbb77293"
2026-02-17 02:54:53.316 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.316 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.334 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:53.334 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:53.350 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-twsl5, name=eth0)
2026-02-17 02:54:53.350 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-twsl5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibd8b3138161" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:54:53.350 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:53.350 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:53.350 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:53.351 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calibd8b3138161" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.351 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calibd8b3138161" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.351 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calibd8b3138161"
2026-02-17 02:54:53.351 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:53.351 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:53.362 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=148 ifaceName="cali2ae2aeca4f3" state="down"
2026-02-17 02:54:53.362 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:53.367 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=148
2026-02-17 02:54:53.373 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=148 ifaceName="cali2ae2aeca4f3" state=""
2026-02-17 02:54:53.373 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali2ae2aeca4f3"
2026-02-17 02:54:53.388 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:53.388 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"} status="down"
2026-02-17 02:54:53.388 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2ae2aeca4f3", State:"down", Index:148}
2026-02-17 02:54:53.388 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2ae2aeca4f3", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.388 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2ae2aeca4f3", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.388 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2ae2aeca4f3", State:"", Index:148}
2026-02-17 02:54:53.388 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2ae2aeca4f3", Addrs:set.Set[string](nil)}
2026-02-17 02:54:53.388 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2ae2aeca4f3", Addrs:set.Set[string](nil)}
2026-02-17 02:54:53.408 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=158 ifaceName="calibd8b3138161" state="down"
2026-02-17 02:54:53.408 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibd8b3138161"
2026-02-17 02:54:53.409 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=158 ifaceName="calibd8b3138161" state="up"
2026-02-17 02:54:53.413 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibd8b3138161", State:"down", Index:158}
2026-02-17 02:54:53.413 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibd8b3138161", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.413 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibd8b3138161", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.413 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibd8b3138161", State:"up", Index:158}
2026-02-17 02:54:53.413 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calibd8b3138161"
2026-02-17 02:54:53.413 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calibd8b3138161"
2026-02-17 02:54:53.413 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibd8b3138161"
2026-02-17 02:54:53.413 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:53.413 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:53.433 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:53.433 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"} status="up"
2026-02-17 02:54:53.509 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-rr9rt, name=eth0)
2026-02-17 02:54:53.509 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-rr9rt" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali200eae0a4f9" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:54:53.509 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.509 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.509 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.509 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.509 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali200eae0a4f9" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.509 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.509 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali200eae0a4f9" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.509 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali200eae0a4f9"
2026-02-17 02:54:53.509 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.509 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.558 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:53.558 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"} status="down"
2026-02-17 02:54:53.594 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=159 ifaceName="cali200eae0a4f9" state="down"
2026-02-17 02:54:53.595 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali200eae0a4f9"
2026-02-17 02:54:53.595 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali200eae0a4f9", State:"down", Index:159}
2026-02-17 02:54:53.595 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali200eae0a4f9", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.595 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali200eae0a4f9", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.595 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali200eae0a4f9"
2026-02-17 02:54:53.595 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.595 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.595 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=159 ifaceName="cali200eae0a4f9" state="up"
2026-02-17 02:54:53.621 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:53.621 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"} status="down"
2026-02-17 02:54:53.621 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali200eae0a4f9", State:"up", Index:159}
2026-02-17 02:54:53.621 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali200eae0a4f9"
2026-02-17 02:54:53.621 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali200eae0a4f9"
2026-02-17 02:54:53.621 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali200eae0a4f9"
2026-02-17 02:54:53.621 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.621 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:53.647 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:53.647 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"} status="up"
2026-02-17 02:54:53.744 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-xsrcv, name=eth0)
2026-02-17 02:54:53.744 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali582cbb77293" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:54:53.744 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.744 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.744 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.745 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali582cbb77293"
2026-02-17 02:54:53.745 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.745 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:53.771 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:53.771 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:53.779 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-cf722, name=eth0)
2026-02-17 02:54:53.780 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-cf722" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif4c9827829f" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:54:53.780 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.780 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.780 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.780 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calif4c9827829f" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.781 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calif4c9827829f" ipVersion=0x4 table="filter"
2026-02-17 02:54:53.781 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calif4c9827829f"
2026-02-17 02:54:53.781 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.781 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.807 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-plnsv, name=eth0)
2026-02-17 02:54:53.817 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=160 ifaceName="calif4c9827829f" state="down"
2026-02-17 02:54:53.818 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif4c9827829f"
2026-02-17 02:54:53.819 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:53.819 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} status="down"
2026-02-17 02:54:53.819 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif4c9827829f", State:"down", Index:160}
2026-02-17 02:54:53.819 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif4c9827829f", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.819 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif4c9827829f", Addrs:set.Typed[string]{}}
2026-02-17 02:54:53.819 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif4c9827829f"
2026-02-17 02:54:53.819 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.819 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.845 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:53.845 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} status="down"
2026-02-17 02:54:53.845 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-plnsv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali20c3d4da77f" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:54:53.845 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:54:53.851 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=160 ifaceName="calif4c9827829f" state="up"
2026-02-17 02:54:53.851 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif4c9827829f", State:"up", Index:160}
2026-02-17 02:54:53.925 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calif4c9827829f"
2026-02-17 02:54:53.925 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif4c9827829f"
2026-02-17 02:54:53.925 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.925 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.925 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.926 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif4c9827829f"
2026-02-17 02:54:53.926 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali20c3d4da77f"
2026-02-17 02:54:53.926 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.926 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:53.926 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.926 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:53.928 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-wjmfl, name=eth0)
2026-02-17 02:54:53.950 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:53.950 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} status="up"
2026-02-17 02:54:53.950 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:53.950 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:53.951 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-wjmfl" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliee7d36d3c6d" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:54:54.005 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=161 ifaceName="caliee7d36d3c6d" state="down"
2026-02-17 02:54:54.006 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliee7d36d3c6d"
2026-02-17 02:54:54.006 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliee7d36d3c6d", State:"down", Index:161}
2026-02-17 02:54:54.006 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliee7d36d3c6d", Addrs:set.Typed[string]{}}
2026-02-17 02:54:54.006 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliee7d36d3c6d", Addrs:set.Typed[string]{}}
2026-02-17 02:54:54.007 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=161 ifaceName="caliee7d36d3c6d" state="up"
2026-02-17 02:54:54.007 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliee7d36d3c6d", State:"up", Index:161}
2026-02-17 02:54:54.027 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliee7d36d3c6d"
2026-02-17 02:54:54.027 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:54.027 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:54.027 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:54.027 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-caliee7d36d3c6d" ipVersion=0x4 table="filter"
2026-02-17 02:54:54.027 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-caliee7d36d3c6d" ipVersion=0x4 table="filter"
2026-02-17 02:54:54.027 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliee7d36d3c6d"
2026-02-17 02:54:54.027 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:54.028 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:54.074 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:54.074 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"} status="up"
2026-02-17 02:54:54.149 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-n455h, name=eth0)
2026-02-17 02:54:54.149 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-n455h" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali07e5dd34dc5" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:54:54.149 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:54.149 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:54.149 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:54.149 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali07e5dd34dc5" ipVersion=0x4 table="filter"
2026-02-17 02:54:54.150 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali07e5dd34dc5" ipVersion=0x4 table="filter"
2026-02-17 02:54:54.150 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali07e5dd34dc5"
2026-02-17 02:54:54.150 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:54.150 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:54.206 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:54.206 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"} status="down"
2026-02-17 02:54:54.216 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=162 ifaceName="cali07e5dd34dc5" state="down"
2026-02-17 02:54:54.216 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali07e5dd34dc5", State:"down", Index:162}
2026-02-17 02:54:54.216 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali07e5dd34dc5"
2026-02-17 02:54:54.217 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali07e5dd34dc5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:54.217 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali07e5dd34dc5", Addrs:set.Typed[string]{}}
2026-02-17 02:54:54.225 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=162 ifaceName="cali07e5dd34dc5" state="up"
2026-02-17 02:54:54.225 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali07e5dd34dc5", State:"up", Index:162}
2026-02-17 02:54:54.231 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali07e5dd34dc5"
2026-02-17 02:54:54.231 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali07e5dd34dc5"
2026-02-17 02:54:54.231 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali07e5dd34dc5"
2026-02-17 02:54:54.231 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:54.231 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:54.252 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:54.252 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"} status="up"
2026-02-17 02:54:54.273 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6486"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6486"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6486"}
2026-02-17 02:54:54.346 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-c74fp, name=eth0)
2026-02-17 02:54:54.361 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-c74fp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia8d0927f89e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:54:54.363 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4381"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-4381"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4381"}
2026-02-17 02:54:54.371 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-4381" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:54.394 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=156
2026-02-17 02:54:54.394 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali20c3d4da77f"
2026-02-17 02:54:54.394 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali20c3d4da77f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:54.394 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali20c3d4da77f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:54.397 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=158
2026-02-17 02:54:54.397 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calibd8b3138161"
2026-02-17 02:54:54.397 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibd8b3138161", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:54.397 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibd8b3138161", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:54.407 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=163 ifaceName="calia8d0927f89e" state="down"
2026-02-17 02:54:54.407 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia8d0927f89e", State:"down", Index:163}
2026-02-17 02:54:54.408 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia8d0927f89e"
2026-02-17 02:54:54.408 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=163 ifaceName="calia8d0927f89e" state="up"
2026-02-17 02:54:54.408 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia8d0927f89e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:54.408 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia8d0927f89e", Addrs:set.Typed[string]{}}
2026-02-17 02:54:54.408 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia8d0927f89e", State:"up", Index:163}
2026-02-17 02:54:54.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"affinity-nodeport-transition" namespace:"services-4381" type:"NodePort" cluster_ips:"10.254.185.170" ports:{Protocol:"TCP" Port:80 NodePort:30624}
2026-02-17 02:54:54.437 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia8d0927f89e"
2026-02-17 02:54:54.437 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:54.437 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:54.438 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:54.438 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calia8d0927f89e" ipVersion=0x4 table="filter"
2026-02-17 02:54:54.438 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calia8d0927f89e" ipVersion=0x4 table="filter"
2026-02-17 02:54:54.439 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia8d0927f89e"
2026-02-17 02:54:54.439 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:54.439 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:54.550 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:54.550 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"} status="up"
2026-02-17 02:54:54.557 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=159
2026-02-17 02:54:54.557 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali200eae0a4f9"
2026-02-17 02:54:54.557 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali200eae0a4f9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:54.557 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali200eae0a4f9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:54.844 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-rr9rt, name=eth0)
2026-02-17 02:54:54.844 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-rr9rt" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali200eae0a4f9" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:54:54.844 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:54:54.844 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:54.844 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:54.844 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:54.845 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali200eae0a4f9"
2026-02-17 02:54:54.845 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:54.845 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:54.864 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:54.864 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"} status="up"
2026-02-17 02:54:54.886 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-twsl5, name=eth0)
2026-02-17 02:54:54.886 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-twsl5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibd8b3138161" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:54:54.886 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:54.886 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:54.887 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:54.887 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibd8b3138161"
2026-02-17 02:54:54.887 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:54.887 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:54.906 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:54.906 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"} status="up"
2026-02-17 02:54:54.909 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=157
2026-02-17 02:54:54.909 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali582cbb77293"
2026-02-17 02:54:54.909 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali582cbb77293", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:54.909 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali582cbb77293", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:54.912 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-cf722, name=eth0)
2026-02-17 02:54:54.925 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-cf722" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif4c9827829f" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:54:54.925 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:54:54.962 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:54.962 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:54.962 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:54.963 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif4c9827829f"
2026-02-17 02:54:54.963 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:54.963 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:54.981 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-c74fp, name=eth0)
2026-02-17 02:54:54.984 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:54.984 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} status="up"
2026-02-17 02:54:54.984 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-c74fp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia8d0927f89e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:54:55.023 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-n455h, name=eth0)
2026-02-17 02:54:55.024 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-n455h" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali07e5dd34dc5" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:54:55.050 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-wjmfl, name=eth0)
2026-02-17 02:54:55.050 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-wjmfl" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliee7d36d3c6d" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:54:55.066 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:55.066 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:55.066 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:55.068 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:55.068 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:55.068 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:55.069 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:55.069 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:55.069 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:55.071 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=160
2026-02-17 02:54:55.072 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calif4c9827829f"
2026-02-17 02:54:55.072 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia8d0927f89e"
2026-02-17 02:54:55.072 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali07e5dd34dc5"
2026-02-17 02:54:55.072 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliee7d36d3c6d"
2026-02-17 02:54:55.072 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:55.072 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:55.072 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:55.072 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:55.072 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:55.072 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:55.085 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-plnsv, name=eth0)
2026-02-17 02:54:55.098 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:55.099 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"} status="up"
2026-02-17 02:54:55.099 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:55.099 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"} status="up"
2026-02-17 02:54:55.099 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:55.099 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"} status="up"
2026-02-17 02:54:55.099 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-plnsv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali20c3d4da77f" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:54:55.099 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif4c9827829f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:55.099 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif4c9827829f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:55.131 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-xsrcv, name=eth0)
2026-02-17 02:54:55.131 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali582cbb77293" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:54:55.171 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:55.171 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:55.171 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:55.172 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:55.172 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:55.172 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:55.173 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali20c3d4da77f"
2026-02-17 02:54:55.173 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali582cbb77293"
2026-02-17 02:54:55.173 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:55.173 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:54:55.174 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:55.174 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:54:55.190 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-4381/affinity-nodeport-transition-wjk4b, name=eth0)
2026-02-17 02:54:55.195 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=162
2026-02-17 02:54:55.195 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali07e5dd34dc5"
2026-02-17 02:54:55.201 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:55.201 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:55.202 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:55.202 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"} status="up"
2026-02-17 02:54:55.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-4381"} profile:{inbound_rules:{action:"allow" rule_id:"oMdIJRkZOVeLGLVz"} outbound_rules:{action:"allow" rule_id:"zou6v558ds0pkbwS"}}
2026-02-17 02:54:55.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-4381.default"} profile:{}
2026-02-17 02:54:55.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-4381/affinity-nodeport-transition-wjk4b" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie0ee10d05a9" profile_ids:"kns.services-4381" profile_ids:"ksa.services-4381.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:54:55.203 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali07e5dd34dc5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:55.203 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali07e5dd34dc5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:55.215 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-9208" type:"ClusterIP" cluster_ips:"10.254.103.20" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:54:55.277 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:55.277 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:55.277 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:55.277 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=164 ifaceName="calie0ee10d05a9" state="down"
2026-02-17 02:54:55.278 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie0ee10d05a9"
2026-02-17 02:54:55.278 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=164 ifaceName="calie0ee10d05a9" state="up"
2026-02-17 02:54:55.278 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-e" ipVersion=0x4 table="filter"
2026-02-17 02:54:55.278 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calie0ee10d05a9" ipVersion=0x4 table="filter"
2026-02-17 02:54:55.278 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-4381" ipVersion=0x4 table="filter"
2026-02-17 02:54:55.278 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_3EHGdYC1zN_hbcjC1E" ipVersion=0x4 table="filter"
2026-02-17 02:54:55.278 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-e" ipVersion=0x4 table="filter"
2026-02-17 02:54:55.278 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calie0ee10d05a9" ipVersion=0x4 table="filter"
2026-02-17 02:54:55.278 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-4381" ipVersion=0x4 table="filter"
2026-02-17 02:54:55.278 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_3EHGdYC1zN_hbcjC1E" ipVersion=0x4 table="filter"
2026-02-17 02:54:55.278 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calie0ee10d05a9"
2026-02-17 02:54:55.278 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:55.278 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:55.326 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:54:55.326 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"} status="down"
2026-02-17 02:54:55.326 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie0ee10d05a9", State:"down", Index:164}
2026-02-17 02:54:55.326 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee10d05a9", Addrs:set.Typed[string]{}}
2026-02-17 02:54:55.326 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee10d05a9", Addrs:set.Typed[string]{}}
2026-02-17 02:54:55.326 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie0ee10d05a9", State:"up", Index:164}
2026-02-17 02:54:55.379 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie0ee10d05a9"
2026-02-17 02:54:55.379 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie0ee10d05a9"
2026-02-17 02:54:55.379 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie0ee10d05a9"
2026-02-17 02:54:55.379 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:55.379 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:55.396 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:55.396 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"} status="up"
2026-02-17 02:54:55.485 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=161
2026-02-17 02:54:55.485 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliee7d36d3c6d"
2026-02-17 02:54:55.485 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliee7d36d3c6d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:55.485 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliee7d36d3c6d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:55.997 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=163
2026-02-17 02:54:55.997 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia8d0927f89e"
2026-02-17 02:54:55.997 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia8d0927f89e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:55.997 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia8d0927f89e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:55.997 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:54:56.058 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-4381/affinity-nodeport-transition-wjk4b, name=eth0)
2026-02-17 02:54:56.058 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-4381/affinity-nodeport-transition-wjk4b" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie0ee10d05a9" profile_ids:"kns.services-4381" profile_ids:"ksa.services-4381.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:54:56.058 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:56.058 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:56.058 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:56.059 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie0ee10d05a9"
2026-02-17 02:54:56.059 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:56.059 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:54:56.083 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:56.083 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"} status="up"
2026-02-17 02:54:56.095 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-cf722, name=eth0)
2026-02-17 02:54:56.095 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-cf722" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif4c9827829f" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:54:56.095 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:56.095 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:56.096 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:56.097 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif4c9827829f"
2026-02-17 02:54:56.097 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:56.098 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:54:56.118 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-n455h, name=eth0)
2026-02-17 02:54:56.135 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:56.135 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"} status="up"
2026-02-17 02:54:56.135 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-n455h" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali07e5dd34dc5" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:54:56.136 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:56.136 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:56.136 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:56.137 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali07e5dd34dc5"
2026-02-17 02:54:56.137 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:56.137 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:54:56.157 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:56.157 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"} status="up"
2026-02-17 02:54:56.245 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-9208"
2026-02-17 02:54:56.333 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9208"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9208"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9208"} labels:{key:"webhook-9208" value:"true"}
2026-02-17 02:54:56.353 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-468"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-468"} labels:{key:"webhook-9208-markers" value:"true"}
2026-02-17 02:54:56.371 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-6055"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-6055"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-6055"}
2026-02-17 02:54:56.371 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:54:56.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"init-container-6055" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:54:56.523 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-1109" name:"default"}
2026-02-17 02:54:56.584 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-1109"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-1109"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-1109"}
2026-02-17 02:54:56.595 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-1109"}
2026-02-17 02:54:56.729 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=164
2026-02-17 02:54:56.729 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie0ee10d05a9"
2026-02-17 02:54:56.729 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee10d05a9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:56.729 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee10d05a9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:54:57.260 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2900"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2900"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2900"} labels:{key:"webhook-2900" value:"true"}
2026-02-17 02:54:57.260 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:54:57.290 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-2900"}
2026-02-17 02:54:58.434 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-1210"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-1210"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-1210"}
2026-02-17 02:54:58.460 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pod-network-test-1210"}
2026-02-17 02:54:59.358 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-nkmsr, name=eth0)
2026-02-17 02:54:59.358 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-nkmsr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba5b7db02e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:54:59.358 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.359 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.359 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.360 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ba5b7db02e"
2026-02-17 02:54:59.360 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.360 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.373 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-c74fp, name=eth0)
2026-02-17 02:54:59.373 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-q4w8c, name=eth0)
2026-02-17 02:54:59.377 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-twsl5, name=eth0)
2026-02-17 02:54:59.377 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-nkmsr, name=eth0)
2026-02-17 02:54:59.391 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:59.391 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"} status="up"
2026-02-17 02:54:59.391 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-c74fp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia8d0927f89e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:54:59.391 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-q4w8c" endpoint_id:"eth0"} endpoint:{state:"active" name:"califebdd20f4b4" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:54:59.391 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-twsl5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibd8b3138161" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:54:59.391 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-nkmsr" endpoint_id:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.391 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.392 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali4ba5b7db02e" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.392 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.392 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali4ba5b7db02e" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibd8b3138161"
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia8d0927f89e"
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califebdd20f4b4"
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.392 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.393 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.179
2026-02-17 02:54:59.410 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-q4w8c, name=eth0)
2026-02-17 02:54:59.410 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-c74fp, name=eth0)
2026-02-17 02:54:59.412 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-twsl5, name=eth0)
2026-02-17 02:54:59.418 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-zf6r7, name=eth0)
2026-02-17 02:54:59.427 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-zf6r7, name=eth0)
2026-02-17 02:54:59.443 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-qqqmp, name=eth0)
2026-02-17 02:54:59.450 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-qqqmp, name=eth0)
2026-02-17 02:54:59.463 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-4lbpt, name=eth0)
2026-02-17 02:54:59.465 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-nkmsr", EndpointId:"eth0"}
2026-02-17 02:54:59.465 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:59.465 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"} status="up"
2026-02-17 02:54:59.465 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:59.465 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"} status="up"
2026-02-17 02:54:59.465 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:54:59.465 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"} status="up"
2026-02-17 02:54:59.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-q4w8c" endpoint_id:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-c74fp" endpoint_id:"eth0"}
2026-02-17 02:54:59.465 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-4lbpt, name=eth0)
2026-02-17 02:54:59.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-twsl5" endpoint_id:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-zf6r7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3923caf0075" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:54:59.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-zf6r7" endpoint_id:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-qqqmp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib341dccfc71" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.173/32"}
2026-02-17 02:54:59.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-qqqmp" endpoint_id:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-4lbpt" endpoint_id:"eth0"} endpoint:{state:"active" name:"califc95c81083e" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.180/32"}
2026-02-17 02:54:59.466 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-4lbpt" endpoint_id:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.466 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:59.467 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:59.468 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:59.468 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:59.468 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:59.468 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:59.468 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali3923caf0075" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.468 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-califc95c81083e" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.468 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-califebdd20f4b4" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.468 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calia8d0927f89e" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.468 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-b" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.468 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calib341dccfc71" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.468 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calibd8b3138161" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.468 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali3923caf0075" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.469 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-califc95c81083e" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.469 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-califebdd20f4b4" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.469 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calia8d0927f89e" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.469 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-b" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.469 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calib341dccfc71" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.469 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calibd8b3138161" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.469 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.469 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.140
2026-02-17 02:54:59.470 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.180
2026-02-17 02:54:59.470 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.166
2026-02-17 02:54:59.471 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.168
2026-02-17 02:54:59.472 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.173
2026-02-17 02:54:59.473 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.174
2026-02-17 02:54:59.518 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-rr9rt, name=eth0)
2026-02-17 02:54:59.530 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-rr9rt, name=eth0)
2026-02-17 02:54:59.569 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-wjmfl, name=eth0)
2026-02-17 02:54:59.578 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-685b768f58-wjmfl, name=eth0)
2026-02-17 02:54:59.589 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-4lbpt", EndpointId:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-q4w8c", EndpointId:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-c74fp", EndpointId:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-twsl5", EndpointId:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-zf6r7", EndpointId:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-qqqmp", EndpointId:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-rr9rt" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali200eae0a4f9" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.161/32"}
2026-02-17 02:54:59.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-rr9rt" endpoint_id:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-wjmfl" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliee7d36d3c6d" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:54:59.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-685b768f58-wjmfl" endpoint_id:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:59.589 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:59.590 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:59.590 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:59.590 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:59.590 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:59.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali200eae0a4f9" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-e" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-caliee7d36d3c6d" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-2" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali200eae0a4f9" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-e" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.590 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-caliee7d36d3c6d" ipVersion=0x4 table="filter"
2026-02-17 02:54:59.590 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:59.590 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:59.590 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:59.590 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:59.591 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.161
2026-02-17 02:54:59.592 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.175
2026-02-17 02:54:59.686 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-rr9rt", EndpointId:"eth0"}
2026-02-17 02:54:59.686 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-685b768f58-wjmfl", EndpointId:"eth0"}
2026-02-17 02:54:59.978 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-572hv, name=eth0)
2026-02-17 02:54:59.978 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-572hv" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib9004422fd7" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:54:59.978 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:59.978 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:59.978 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:59.979 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib9004422fd7"
2026-02-17 02:54:59.979 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:59.979 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:54:59.996 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-xsrcv, name=eth0)
2026-02-17 02:54:59.999 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-572hv, name=eth0)
2026-02-17 02:55:00.008 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-xsrcv, name=eth0)
2026-02-17 02:55:00.015 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:00.015 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"} status="up"
2026-02-17 02:55:00.015 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali582cbb77293" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:55:00.015 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-572hv" endpoint_id:"eth0"}
2026-02-17 02:55:00.015 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv" endpoint_id:"eth0"}
2026-02-17 02:55:00.015 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:55:00.015 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:55:00.015 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:55:00.015 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:55:00.015 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:55:00.015 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:55:00.016 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali582cbb77293" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.016 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calib9004422fd7" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.016 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali582cbb77293" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.016 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calib9004422fd7" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.016 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:55:00.016 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:55:00.016 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:55:00.016 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:55:00.016 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.149
2026-02-17 02:55:00.017 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.164
2026-02-17 02:55:00.029 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-cf722, name=eth0)
2026-02-17 02:55:00.032 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-cf722, name=eth0)
2026-02-17 02:55:00.042 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-n455h, name=eth0)
2026-02-17 02:55:00.050 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-n455h, name=eth0)
2026-02-17 02:55:00.093 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-572hv", EndpointId:"eth0"}
2026-02-17 02:55:00.093 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-xsrcv", EndpointId:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-cf722" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif4c9827829f" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:55:00.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-cf722" endpoint_id:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-n455h" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali07e5dd34dc5" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:55:00.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-n455h" endpoint_id:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:55:00.094 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali07e5dd34dc5" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.094 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.094 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calif4c9827829f" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.095 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali07e5dd34dc5" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.095 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-f" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.095 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calif4c9827829f" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.095 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:55:00.095 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:55:00.095 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:55:00.095 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:55:00.095 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.191
2026-02-17 02:55:00.095 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.142
2026-02-17 02:55:00.161 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-cf722", EndpointId:"eth0"}
2026-02-17 02:55:00.161 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-n455h", EndpointId:"eth0"}
2026-02-17 02:55:00.171 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-vwc7g, name=eth0)
2026-02-17 02:55:00.171 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3aad794b20c" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:55:00.171 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.171 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.171 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.172 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3aad794b20c"
2026-02-17 02:55:00.172 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.172 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.197 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-vwc7g, name=eth0)
2026-02-17 02:55:00.201 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-plnsv, name=eth0)
2026-02-17 02:55:00.203 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:00.203 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"} status="up"
2026-02-17 02:55:00.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g" endpoint_id:"eth0"}
2026-02-17 02:55:00.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-plnsv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali20c3d4da77f" profile_ids:"kns.deployment-6486" profile_ids:"ksa.deployment-6486.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:55:00.203 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.203 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.203 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.203 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.203 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.204 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.204 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.204 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali3aad794b20c" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.204 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.204 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali3aad794b20c" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.204 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali20c3d4da77f"
2026-02-17 02:55:00.204 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.204 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.204 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.204 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.205 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.189
2026-02-17 02:55:00.211 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=deployment-6486/webserver-deployment-6fc69b9478-plnsv, name=eth0)
2026-02-17 02:55:00.266 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-vwc7g", EndpointId:"eth0"}
2026-02-17 02:55:00.266 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:00.266 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"} status="up"
2026-02-17 02:55:00.266 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"deployment-6486/webserver-deployment-6fc69b9478-plnsv" endpoint_id:"eth0"}
2026-02-17 02:55:00.267 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.deployment-6486"}
2026-02-17 02:55:00.267 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.deployment-6486.default"}
2026-02-17 02:55:00.267 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.267 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.267 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.deployment-6486" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.267 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_Si4bQGrmy-UG6uPs9i" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.267 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.deployment-6486" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.267 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_Si4bQGrmy-UG6uPs9i" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.267 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.267 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali20c3d4da77f" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.267 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali20c3d4da77f" ipVersion=0x4 table="filter"
2026-02-17 02:55:00.267 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.267 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.269 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.145
2026-02-17 02:55:00.337 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"deployment-6486/webserver-deployment-6fc69b9478-plnsv", EndpointId:"eth0"}
2026-02-17 02:55:00.423 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=161 ifaceName="caliee7d36d3c6d" state="down"
2026-02-17 02:55:00.423 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliee7d36d3c6d"
2026-02-17 02:55:00.423 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=161
2026-02-17 02:55:00.423 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliee7d36d3c6d", State:"down", Index:161}
2026-02-17 02:55:00.423 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliee7d36d3c6d", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.423 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliee7d36d3c6d", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.437 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=161 ifaceName="caliee7d36d3c6d" state=""
2026-02-17 02:55:00.437 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliee7d36d3c6d"
2026-02-17 02:55:00.440 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliee7d36d3c6d", State:"", Index:161}
2026-02-17 02:55:00.440 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliee7d36d3c6d", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.440 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliee7d36d3c6d", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.442 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=150 ifaceName="cali4ba5b7db02e" state="down"
2026-02-17 02:55:00.442 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4ba5b7db02e"
2026-02-17 02:55:00.442 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=150
bird: KIF: Received address message for unknown interface 151
2026-02-17 02:55:00.443 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=150 ifaceName="cali4ba5b7db02e" state=""
2026-02-17 02:55:00.443 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali4ba5b7db02e"
2026-02-17 02:55:00.455 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba5b7db02e", State:"down", Index:150}
2026-02-17 02:55:00.456 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba5b7db02e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.456 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba5b7db02e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.456 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba5b7db02e", State:"", Index:150}
2026-02-17 02:55:00.456 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba5b7db02e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.456 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba5b7db02e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.537 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=151 ifaceName="calib341dccfc71" state="down"
2026-02-17 02:55:00.537 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib341dccfc71", State:"down", Index:151}
2026-02-17 02:55:00.544 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib341dccfc71"
2026-02-17 02:55:00.544 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=151
2026-02-17 02:55:00.544 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=151 ifaceName="calib341dccfc71" state=""
2026-02-17 02:55:00.544 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calib341dccfc71"
2026-02-17 02:55:00.560 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib341dccfc71", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.560 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib341dccfc71", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.560 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib341dccfc71", State:"", Index:151}
2026-02-17 02:55:00.560 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib341dccfc71", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.561 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib341dccfc71", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.606 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=149 ifaceName="califc95c81083e" state="down"
2026-02-17 02:55:00.606 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califc95c81083e"
2026-02-17 02:55:00.606 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califc95c81083e", State:"down", Index:149}
2026-02-17 02:55:00.606 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califc95c81083e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.606 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califc95c81083e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.607 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=149
2026-02-17 02:55:00.609 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=149 ifaceName="califc95c81083e" state=""
2026-02-17 02:55:00.609 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="califc95c81083e"
2026-02-17 02:55:00.630 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califc95c81083e", State:"", Index:149}
2026-02-17 02:55:00.630 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califc95c81083e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.630 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califc95c81083e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.633 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=159 ifaceName="cali200eae0a4f9" state="down"
2026-02-17 02:55:00.633 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali200eae0a4f9"
2026-02-17 02:55:00.633 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=159
2026-02-17 02:55:00.638 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=159 ifaceName="cali200eae0a4f9" state=""
2026-02-17 02:55:00.638 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali200eae0a4f9"
2026-02-17 02:55:00.644 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=163 ifaceName="calia8d0927f89e" state="down"
2026-02-17 02:55:00.644 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia8d0927f89e"
2026-02-17 02:55:00.645 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=163
2026-02-17 02:55:00.646 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=163 ifaceName="calia8d0927f89e" state=""
2026-02-17 02:55:00.646 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia8d0927f89e"
2026-02-17 02:55:00.651 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali200eae0a4f9", State:"down", Index:159}
2026-02-17 02:55:00.651 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali200eae0a4f9", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.651 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali200eae0a4f9", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.651 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali200eae0a4f9", State:"", Index:159}
2026-02-17 02:55:00.651 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali200eae0a4f9", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.651 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali200eae0a4f9", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.651 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia8d0927f89e", State:"down", Index:163}
2026-02-17 02:55:00.651 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia8d0927f89e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.651 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia8d0927f89e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.651 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia8d0927f89e", State:"", Index:163}
2026-02-17 02:55:00.651 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia8d0927f89e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.651 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia8d0927f89e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.727 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=158
2026-02-17 02:55:00.727 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibd8b3138161"
2026-02-17 02:55:00.727 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=158 ifaceName="calibd8b3138161" state="down"
2026-02-17 02:55:00.727 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=158 ifaceName="calibd8b3138161" state=""
2026-02-17 02:55:00.727 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calibd8b3138161"
2026-02-17 02:55:00.727 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibd8b3138161", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.727 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibd8b3138161", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.727 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibd8b3138161", State:"down", Index:158}
2026-02-17 02:55:00.727 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibd8b3138161", State:"", Index:158}
2026-02-17 02:55:00.727 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibd8b3138161", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.727 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibd8b3138161", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.759 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=153 ifaceName="califebdd20f4b4" state="down"
2026-02-17 02:55:00.759 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califebdd20f4b4"
2026-02-17 02:55:00.759 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=153
2026-02-17 02:55:00.759 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califebdd20f4b4", State:"down", Index:153}
2026-02-17 02:55:00.759 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califebdd20f4b4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.759 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califebdd20f4b4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.762 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=153 ifaceName="califebdd20f4b4" state=""
2026-02-17 02:55:00.762 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="califebdd20f4b4"
2026-02-17 02:55:00.776 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califebdd20f4b4", State:"", Index:153}
2026-02-17 02:55:00.776 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califebdd20f4b4", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.776 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califebdd20f4b4", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.790 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=162 ifaceName="cali07e5dd34dc5" state="down"
2026-02-17 02:55:00.795 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali07e5dd34dc5"
2026-02-17 02:55:00.795 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=162
2026-02-17 02:55:00.795 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=162 ifaceName="cali07e5dd34dc5" state=""
2026-02-17 02:55:00.795 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali07e5dd34dc5"
2026-02-17 02:55:00.812 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali07e5dd34dc5", State:"down", Index:162}
2026-02-17 02:55:00.812 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali07e5dd34dc5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.812 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali07e5dd34dc5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.812 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali07e5dd34dc5", State:"", Index:162}
2026-02-17 02:55:00.812 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali07e5dd34dc5", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.812 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali07e5dd34dc5", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.812 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:55:00.834 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=157 ifaceName="cali582cbb77293" state="down"
2026-02-17 02:55:00.834 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali582cbb77293"
2026-02-17 02:55:00.834 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=157
2026-02-17 02:55:00.834 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali582cbb77293", State:"down", Index:157}
2026-02-17 02:55:00.834 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali582cbb77293", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.834 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali582cbb77293", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.839 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=157 ifaceName="cali582cbb77293" state=""
2026-02-17 02:55:00.839 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali582cbb77293"
2026-02-17 02:55:00.839 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali582cbb77293", State:"", Index:157}
2026-02-17 02:55:00.839 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali582cbb77293", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.839 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali582cbb77293", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.885 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=152
2026-02-17 02:55:00.885 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3923caf0075"
2026-02-17 02:55:00.885 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3923caf0075", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.885 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3923caf0075", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.886 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=152 ifaceName="cali3923caf0075" state="down"
2026-02-17 02:55:00.886 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3923caf0075", State:"down", Index:152}
2026-02-17 02:55:00.886 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=152 ifaceName="cali3923caf0075" state=""
2026-02-17 02:55:00.886 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3923caf0075"
2026-02-17 02:55:00.886 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3923caf0075", State:"", Index:152}
2026-02-17 02:55:00.887 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3923caf0075", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.887 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3923caf0075", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.894 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=160
2026-02-17 02:55:00.894 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif4c9827829f"
2026-02-17 02:55:00.894 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=160 ifaceName="calif4c9827829f" state="down"
2026-02-17 02:55:00.894 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif4c9827829f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.894 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif4c9827829f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.894 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif4c9827829f", State:"down", Index:160}
2026-02-17 02:55:00.896 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=160 ifaceName="calif4c9827829f" state=""
2026-02-17 02:55:00.896 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif4c9827829f", State:"", Index:160}
2026-02-17 02:55:00.896 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calif4c9827829f"
2026-02-17 02:55:00.896 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif4c9827829f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.896 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif4c9827829f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.945 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=154
2026-02-17 02:55:00.945 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib9004422fd7"
2026-02-17 02:55:00.945 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=154 ifaceName="calib9004422fd7" state="down"
2026-02-17 02:55:00.945 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib9004422fd7", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.945 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib9004422fd7", Addrs:set.Typed[string]{}}
2026-02-17 02:55:00.945 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib9004422fd7", State:"down", Index:154}
2026-02-17 02:55:00.946 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=154 ifaceName="calib9004422fd7" state=""
2026-02-17 02:55:00.946 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calib9004422fd7"
2026-02-17 02:55:00.946 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib9004422fd7", State:"", Index:154}
2026-02-17 02:55:00.946 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib9004422fd7", Addrs:set.Set[string](nil)}
2026-02-17 02:55:00.946 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib9004422fd7", Addrs:set.Set[string](nil)}
2026-02-17 02:55:01.046 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-347"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-347"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-347"}
2026-02-17 02:55:01.059 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=155 ifaceName="cali3aad794b20c" state="down"
2026-02-17 02:55:01.059 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3aad794b20c"
2026-02-17 02:55:01.059 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=155
2026-02-17 02:55:01.060 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3aad794b20c", State:"down", Index:155}
2026-02-17 02:55:01.060 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3aad794b20c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:01.060 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3aad794b20c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:01.062 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=155 ifaceName="cali3aad794b20c" state=""
2026-02-17 02:55:01.062 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3aad794b20c"
2026-02-17 02:55:01.062 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3aad794b20c", State:"", Index:155}
2026-02-17 02:55:01.062 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3aad794b20c", Addrs:set.Set[string](nil)}
2026-02-17 02:55:01.062 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3aad794b20c", Addrs:set.Set[string](nil)}
2026-02-17 02:55:01.074 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-6072"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"job-6072"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-6072"}
2026-02-17 02:55:01.086 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"job-6072" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:01.139 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=156 ifaceName="cali20c3d4da77f" state="down"
2026-02-17 02:55:01.139 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali20c3d4da77f"
2026-02-17 02:55:01.139 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=156
2026-02-17 02:55:01.140 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=156 ifaceName="cali20c3d4da77f" state=""
2026-02-17 02:55:01.140 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali20c3d4da77f"
2026-02-17 02:55:01.148 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali20c3d4da77f", State:"down", Index:156}
2026-02-17 02:55:01.148 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali20c3d4da77f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:01.148 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali20c3d4da77f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:01.148 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali20c3d4da77f", State:"", Index:156}
2026-02-17 02:55:01.148 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali20c3d4da77f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:01.149 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali20c3d4da77f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:01.812 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"affinity-nodeport-transition" namespace:"services-4381" type:"NodePort" cluster_ips:"10.254.185.170" ports:{Protocol:"TCP" Port:80 NodePort:30624}
2026-02-17 02:55:01.812 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:55:01.984 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"deployment-6486" name:"default"}
2026-02-17 02:55:02.139 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-468" name:"default"}
2026-02-17 02:55:02.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"affinity-nodeport-transition" namespace:"services-4381" type:"NodePort" cluster_ips:"10.254.185.170" ports:{Protocol:"TCP" Port:80 NodePort:30624}
2026-02-17 02:55:02.295 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-6486"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-6486"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-6486"}
2026-02-17 02:55:02.325 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"deployment-6486"}
2026-02-17 02:55:02.595 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-4381/affinity-nodeport-transition-wjk4b, name=eth0)
2026-02-17 02:55:02.595 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-4381/affinity-nodeport-transition-wjk4b" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie0ee10d05a9" profile_ids:"kns.services-4381" profile_ids:"ksa.services-4381.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:55:02.595 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:02.595 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:02.595 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:02.595 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie0ee10d05a9"
2026-02-17 02:55:02.595 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:02.595 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:02.622 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:02.622 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"} status="up"
2026-02-17 02:55:02.818 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-468"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-468"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-468"} labels:{key:"webhook-9208-markers" value:"true"}
2026-02-17 02:55:02.848 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-468"}
2026-02-17 02:55:02.872 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-9208" name:"default"}
2026-02-17 02:55:02.996 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-9208"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-9208"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-9208"} labels:{key:"webhook-9208" value:"true"}
2026-02-17 02:55:03.020 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-9208"}
2026-02-17 02:55:04.949 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-4381/affinity-nodeport-transition-wjk4b, name=eth0)
2026-02-17 02:55:04.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-4381/affinity-nodeport-transition-wjk4b" endpoint_id:"eth0"}
2026-02-17 02:55:04.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-4381"}
2026-02-17 02:55:04.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-4381.default"}
2026-02-17 02:55:04.950 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:04.950 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:04.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-4381" ipVersion=0x4 table="filter"
2026-02-17 02:55:04.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_3EHGdYC1zN_hbcjC1E" ipVersion=0x4 table="filter"
2026-02-17 02:55:04.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-4381" ipVersion=0x4 table="filter"
2026-02-17 02:55:04.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_3EHGdYC1zN_hbcjC1E" ipVersion=0x4 table="filter"
2026-02-17 02:55:04.951 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:04.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calie0ee10d05a9" ipVersion=0x4 table="filter"
2026-02-17 02:55:04.951 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calie0ee10d05a9" ipVersion=0x4 table="filter"
2026-02-17 02:55:04.951 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:04.951 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
bird: KIF: Received address message for unknown interface 164
2026-02-17 02:55:04.962 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.155
2026-02-17 02:55:05.008 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4381/affinity-nodeport-transition-wjk4b", EndpointId:"eth0"}
2026-02-17 02:55:05.061 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=164 ifaceName="calie0ee10d05a9" state="down"
2026-02-17 02:55:05.061 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie0ee10d05a9"
2026-02-17 02:55:05.061 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=164 ifaceName="calie0ee10d05a9" state=""
2026-02-17 02:55:05.061 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie0ee10d05a9"
2026-02-17 02:55:05.061 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=164
2026-02-17 02:55:05.061 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie0ee10d05a9", State:"down", Index:164}
2026-02-17 02:55:05.061 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee10d05a9", Addrs:set.Typed[string]{}}
2026-02-17 02:55:05.061 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee10d05a9", Addrs:set.Typed[string]{}}
2026-02-17 02:55:05.061 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie0ee10d05a9", State:"", Index:164}
2026-02-17 02:55:05.061 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee10d05a9", Addrs:set.Set[string](nil)}
2026-02-17 02:55:05.061 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee10d05a9", Addrs:set.Set[string](nil)}
2026-02-17 02:55:05.583 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"affinity-nodeport-transition" namespace:"services-4381"
2026-02-17 02:55:05.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4381"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-4381"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4381"}
2026-02-17 02:55:05.653 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-178"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-178"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-178"}
2026-02-17 02:55:05.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"field-validation-178" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:05.742 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-178"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-178"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-178"}
2026-02-17 02:55:05.769 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-7503"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-7503"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-7503"}
2026-02-17 02:55:05.769 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"gc-7503" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:06.663 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-27gmt, name=eth0)
2026-02-17 02:55:06.663 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.gc-7503"} profile:{inbound_rules:{action:"allow" rule_id:"XzqTP4U-RTfF4n7Y"} outbound_rules:{action:"allow" rule_id:"ZQin5OC74eCadnAY"}}
2026-02-17 02:55:06.663 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.gc-7503.default"} profile:{}
2026-02-17 02:55:06.663 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-27gmt" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali111b71f0ab2" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:55:06.663 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.664 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.664 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.664 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali111b71f0ab2" ipVersion=0x4 table="filter"
2026-02-17 02:55:06.664 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.gc-7503" ipVersion=0x4 table="filter"
2026-02-17 02:55:06.664 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-ksa.gc-7503.default" ipVersion=0x4 table="filter"
2026-02-17 02:55:06.664 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali111b71f0ab2" ipVersion=0x4 table="filter"
2026-02-17 02:55:06.664 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.gc-7503" ipVersion=0x4 table="filter"
2026-02-17 02:55:06.664 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-ksa.gc-7503.default" ipVersion=0x4 table="filter"
2026-02-17 02:55:06.664 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali111b71f0ab2"
2026-02-17 02:55:06.664 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.664 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.698 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:06.698 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"} status="down"
2026-02-17 02:55:06.727 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=165 ifaceName="cali111b71f0ab2" state="down"
2026-02-17 02:55:06.727 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali111b71f0ab2"
2026-02-17 02:55:06.727 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali111b71f0ab2", State:"down", Index:165}
2026-02-17 02:55:06.728 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali111b71f0ab2", Addrs:set.Typed[string]{}}
2026-02-17 02:55:06.728 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali111b71f0ab2", Addrs:set.Typed[string]{}}
2026-02-17 02:55:06.728 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali111b71f0ab2"
2026-02-17 02:55:06.728 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.728 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.733 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=165 ifaceName="cali111b71f0ab2" state="up"
2026-02-17 02:55:06.751 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:06.751 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"} status="down"
2026-02-17 02:55:06.751 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali111b71f0ab2", State:"up", Index:165}
2026-02-17 02:55:06.751 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali111b71f0ab2"
2026-02-17 02:55:06.751 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali111b71f0ab2"
2026-02-17 02:55:06.751 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali111b71f0ab2"
2026-02-17 02:55:06.751 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.751 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:06.768 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:06.768 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"} status="up"
2026-02-17 02:55:06.803 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-d9qff, name=eth0)
2026-02-17 02:55:06.803 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-d9qff" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliddae56bda09" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:55:06.803 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.803 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.803 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.803 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-caliddae56bda09" ipVersion=0x4 table="filter"
2026-02-17 02:55:06.803 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-caliddae56bda09" ipVersion=0x4 table="filter"
2026-02-17 02:55:06.803 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="caliddae56bda09"
2026-02-17 02:55:06.803 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.804 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.849 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:06.849 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"} status="down"
2026-02-17 02:55:06.873 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=166 ifaceName="caliddae56bda09" state="down"
2026-02-17 02:55:06.873 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliddae56bda09"
2026-02-17 02:55:06.873 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliddae56bda09", State:"down", Index:166}
2026-02-17 02:55:06.873 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliddae56bda09", Addrs:set.Typed[string]{}}
2026-02-17 02:55:06.873 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliddae56bda09", Addrs:set.Typed[string]{}}
2026-02-17 02:55:06.873 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliddae56bda09"
2026-02-17 02:55:06.874 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.874 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.876 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=166 ifaceName="caliddae56bda09" state="up"
2026-02-17 02:55:06.893 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:06.893 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"} status="down"
2026-02-17 02:55:06.893 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliddae56bda09", State:"up", Index:166}
2026-02-17 02:55:06.894 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliddae56bda09"
2026-02-17 02:55:06.894 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliddae56bda09"
2026-02-17 02:55:06.894 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliddae56bda09"
2026-02-17 02:55:06.894 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.894 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:06.913 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:06.913 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"} status="up"
2026-02-17 02:55:07.059 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ks54q, name=eth0)
2026-02-17 02:55:07.060 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ks54q" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic1e62ca61a4" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:55:07.060 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.060 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.060 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.060 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calic1e62ca61a4" ipVersion=0x4 table="filter"
2026-02-17 02:55:07.060 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calic1e62ca61a4" ipVersion=0x4 table="filter"
2026-02-17 02:55:07.060 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic1e62ca61a4"
2026-02-17 02:55:07.060 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.060 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.105 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.105 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.129 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=167 ifaceName="calic1e62ca61a4" state="down"
2026-02-17 02:55:07.129 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic1e62ca61a4", State:"down", Index:167}
2026-02-17 02:55:07.129 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic1e62ca61a4"
2026-02-17 02:55:07.130 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic1e62ca61a4"
2026-02-17 02:55:07.130 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.130 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.135 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=167 ifaceName="calic1e62ca61a4" state="up"
2026-02-17 02:55:07.150 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.150 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.150 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic1e62ca61a4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.150 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic1e62ca61a4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.150 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic1e62ca61a4", State:"up", Index:167}
2026-02-17 02:55:07.150 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic1e62ca61a4"
2026-02-17 02:55:07.150 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic1e62ca61a4"
2026-02-17 02:55:07.150 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic1e62ca61a4"
2026-02-17 02:55:07.151 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.151 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:07.170 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:07.170 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"} status="up"
2026-02-17 02:55:07.233 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-snc4c, name=eth0)
2026-02-17 02:55:07.233 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-snc4c" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic0ea2f11ca9" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:55:07.233 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.233 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.233 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.233 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-c" ipVersion=0x4 table="filter"
2026-02-17 02:55:07.233 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calic0ea2f11ca9" ipVersion=0x4 table="filter"
2026-02-17 02:55:07.233 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-c" ipVersion=0x4 nextLog=2026-02-17 02:55:23.010094638 +0000 UTC m=+1204.965783140 table="filter"
2026-02-17 02:55:07.233 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:07.233 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.233 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.277 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.277 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.319 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=168 ifaceName="calic0ea2f11ca9" state="down"
2026-02-17 02:55:07.320 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic0ea2f11ca9", State:"down", Index:168}
2026-02-17 02:55:07.320 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:07.320 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:07.320 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=168 ifaceName="calic0ea2f11ca9" state="up"
2026-02-17 02:55:07.320 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.320 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.344 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.345 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.345 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic0ea2f11ca9", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.345 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic0ea2f11ca9", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.345 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic0ea2f11ca9", State:"up", Index:168}
2026-02-17 02:55:07.345 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:07.345 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:07.345 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:07.345 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.345 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:07.371 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:07.371 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} status="up"
2026-02-17 02:55:07.478 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-qzmj2, name=eth0)
2026-02-17 02:55:07.479 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-qzmj2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali435975a9a6b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.185/32"}
2026-02-17 02:55:07.479 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.479 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.479 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.479 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali435975a9a6b"
2026-02-17 02:55:07.479 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.479 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.509 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.509 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.538 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=169 ifaceName="cali435975a9a6b" state="down"
2026-02-17 02:55:07.538 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali435975a9a6b", State:"down", Index:169}
2026-02-17 02:55:07.539 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali435975a9a6b"
2026-02-17 02:55:07.539 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali435975a9a6b"
2026-02-17 02:55:07.539 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.539 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.542 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=169 ifaceName="cali435975a9a6b" state="up"
2026-02-17 02:55:07.559 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.559 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.559 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali435975a9a6b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.559 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali435975a9a6b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.559 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali435975a9a6b", State:"up", Index:169}
2026-02-17 02:55:07.559 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali435975a9a6b"
2026-02-17 02:55:07.559 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali435975a9a6b"
2026-02-17 02:55:07.559 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali435975a9a6b"
2026-02-17 02:55:07.560 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.560 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:07.580 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:07.580 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} status="up"
2026-02-17 02:55:07.663 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-kqk8d, name=eth0)
2026-02-17 02:55:07.663 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-kqk8d" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib7a41967ed6" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:55:07.663 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.663 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.663 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.664 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calib7a41967ed6"
2026-02-17 02:55:07.664 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.664 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.705 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.705 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.730 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=170 ifaceName="calib7a41967ed6" state="down"
2026-02-17 02:55:07.730 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib7a41967ed6"
2026-02-17 02:55:07.730 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib7a41967ed6", State:"down", Index:170}
2026-02-17 02:55:07.730 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib7a41967ed6", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.730 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib7a41967ed6", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.730 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calib7a41967ed6"
2026-02-17 02:55:07.730 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.730 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.731 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=170 ifaceName="calib7a41967ed6" state="up"
2026-02-17 02:55:07.749 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.749 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.749 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib7a41967ed6", State:"up", Index:170}
2026-02-17 02:55:07.749 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calib7a41967ed6"
2026-02-17 02:55:07.749 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calib7a41967ed6"
2026-02-17 02:55:07.749 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib7a41967ed6"
2026-02-17 02:55:07.749 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.749 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:07.788 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:07.788 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} status="up"
2026-02-17 02:55:07.875 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-768gw, name=eth0)
2026-02-17 02:55:07.875 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-768gw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba3ed70c8e" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:55:07.875 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:07.875 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:07.875 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:07.876 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:07.876 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:07.876 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:07.929 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:07.929 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"} status="down"
2026-02-17 02:55:07.932 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=171 ifaceName="cali4ba3ed70c8e" state="down"
2026-02-17 02:55:07.932 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:07.932 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=171 ifaceName="cali4ba3ed70c8e" state="up"
2026-02-17 02:55:07.932 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba3ed70c8e", State:"down", Index:171}
2026-02-17 02:55:07.933 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba3ed70c8e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.933 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba3ed70c8e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:07.933 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba3ed70c8e", State:"up", Index:171}
2026-02-17 02:55:07.933 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:07.933 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:07.933 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:07.933 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:07.933 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:07.957 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:07.957 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"} status="up"
2026-02-17 02:55:08.060 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-gwld9, name=eth0)
2026-02-17 02:55:08.060 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-gwld9" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif5f9ccfed5c" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:55:08.060 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.060 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.060 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.061 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:08.061 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.061 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.114 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:08.114 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"} status="down"
2026-02-17 02:55:08.130 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=172 ifaceName="calif5f9ccfed5c" state="down"
2026-02-17 02:55:08.130 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:08.130 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif5f9ccfed5c", State:"down", Index:172}
2026-02-17 02:55:08.130 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif5f9ccfed5c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:08.130 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif5f9ccfed5c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:08.130 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:08.130 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.130 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.130 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=172 ifaceName="calif5f9ccfed5c" state="up"
2026-02-17 02:55:08.159 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:08.159 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"} status="down"
2026-02-17 02:55:08.159 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif5f9ccfed5c", State:"up", Index:172}
2026-02-17 02:55:08.159 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:08.159 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:08.159 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:08.159 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.159 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:08.186 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:08.186 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"} status="up"
2026-02-17 02:55:08.307 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-kjx8j, name=eth0)
2026-02-17 02:55:08.307 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-kjx8j" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8ef8d800755" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:55:08.307 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:08.307 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:08.307 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:08.308 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali8ef8d800755"
2026-02-17 02:55:08.308 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:08.308 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:08.318 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-27gmt, name=eth0)
2026-02-17 02:55:08.338 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-d9qff, name=eth0)
2026-02-17 02:55:08.345 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=166
2026-02-17 02:55:08.345 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliddae56bda09"
2026-02-17 02:55:08.361 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:08.361 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"} status="down"
2026-02-17 02:55:08.361 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-27gmt" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali111b71f0ab2" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:55:08.361 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-d9qff" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliddae56bda09" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:55:08.361 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:08.361 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:08.361 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:08.362 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:08.362 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:08.362 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:08.363 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali111b71f0ab2"
2026-02-17 02:55:08.363 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliddae56bda09"
2026-02-17 02:55:08.363 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:08.363 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:08.363 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:08.363 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:08.367 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=173 ifaceName="cali8ef8d800755" state="down"
2026-02-17 02:55:08.367 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali8ef8d800755"
2026-02-17 02:55:08.377 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=173 ifaceName="cali8ef8d800755" state="up"
2026-02-17 02:55:08.387 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:08.388 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"} status="up"
2026-02-17 02:55:08.388 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:08.388 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"} status="up"
2026-02-17 02:55:08.388 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliddae56bda09", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:08.388 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliddae56bda09", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:08.388 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8ef8d800755", State:"down", Index:173}
2026-02-17 02:55:08.388 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8ef8d800755", Addrs:set.Typed[string]{}}
2026-02-17 02:55:08.388 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8ef8d800755", Addrs:set.Typed[string]{}}
2026-02-17 02:55:08.388 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8ef8d800755", State:"up", Index:173}
2026-02-17 02:55:08.388 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:55:08.388 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali8ef8d800755"
2026-02-17 02:55:08.388 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali8ef8d800755"
2026-02-17 02:55:08.388 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali8ef8d800755"
2026-02-17 02:55:08.388 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:08.388 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:08.412 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:08.412 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"} status="up"
2026-02-17 02:55:08.477 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=165
2026-02-17 02:55:08.477 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali111b71f0ab2"
2026-02-17 02:55:08.477 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali111b71f0ab2", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:08.477 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali111b71f0ab2", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:08.508 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"cronjob-347" name:"default"}
2026-02-17 02:55:08.560 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=174 ifaceName="cali40bfc1e5c17" state="down"
2026-02-17 02:55:08.560 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali40bfc1e5c17"
2026-02-17 02:55:08.560 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali40bfc1e5c17", State:"down", Index:174}
2026-02-17 02:55:08.561 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali40bfc1e5c17", Addrs:set.Typed[string]{}}
2026-02-17 02:55:08.561 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali40bfc1e5c17", Addrs:set.Typed[string]{}}
2026-02-17 02:55:08.562 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=174 ifaceName="cali40bfc1e5c17" state="up"
2026-02-17 02:55:08.562 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali40bfc1e5c17", State:"up", Index:174}
2026-02-17 02:55:08.582 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-d2xwz, name=eth0)
2026-02-17 02:55:08.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-d2xwz" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali40bfc1e5c17" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:55:08.639 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali40bfc1e5c17"
2026-02-17 02:55:08.639 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:08.639 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:08.639 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:08.639 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali40bfc1e5c17"
2026-02-17 02:55:08.639 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:08.639 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:08.678 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:08.678 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"} status="up"
2026-02-17 02:55:08.689 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-nq64h, name=eth0)
2026-02-17 02:55:08.690 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-nq64h" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid7bf2fb60c8" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:55:08.741 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:08.741 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:08.741 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:08.741 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:08.741 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:08.741 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:08.757 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=175 ifaceName="calid7bf2fb60c8" state="down"
2026-02-17 02:55:08.758 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:08.770 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=175 ifaceName="calid7bf2fb60c8" state="up"
2026-02-17 02:55:08.792 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:08.792 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"} status="down"
2026-02-17 02:55:08.792 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-347"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-347"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-347"}
2026-02-17 02:55:08.792 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid7bf2fb60c8", State:"down", Index:175}
2026-02-17 02:55:08.792 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid7bf2fb60c8", Addrs:set.Typed[string]{}}
2026-02-17 02:55:08.792 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid7bf2fb60c8", Addrs:set.Typed[string]{}}
2026-02-17 02:55:08.792 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid7bf2fb60c8", State:"up", Index:175}
2026-02-17 02:55:08.797 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=168
2026-02-17 02:55:08.797 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:08.797 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic0ea2f11ca9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:08.797 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic0ea2f11ca9", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:08.842 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:08.842 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:08.842 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:08.843 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:08.843 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:08.878 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:08.878 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"} status="up"
2026-02-17 02:55:08.893 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=169
2026-02-17 02:55:08.893 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali435975a9a6b"
2026-02-17 02:55:08.893 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali435975a9a6b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:08.893 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali435975a9a6b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:08.914 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-k7zsp, name=eth0)
2026-02-17 02:55:08.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-k7zsp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia8a3fe149de" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:55:08.948 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:08.948 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:08.948 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:08.949 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calia8a3fe149de"
2026-02-17 02:55:08.949 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:08.949 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:08.976 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=176 ifaceName="calia8a3fe149de" state="down"
2026-02-17 02:55:08.976 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia8a3fe149de"
2026-02-17 02:55:08.976 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=176 ifaceName="calia8a3fe149de" state="up"
2026-02-17 02:55:08.985 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=167
2026-02-17 02:55:08.985 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic1e62ca61a4"
2026-02-17 02:55:09.004 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:09.004 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"} status="down"
2026-02-17 02:55:09.004 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia8a3fe149de", State:"down", Index:176}
2026-02-17 02:55:09.004 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia8a3fe149de", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.004 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia8a3fe149de", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.004 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia8a3fe149de", State:"up", Index:176}
2026-02-17 02:55:09.004 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic1e62ca61a4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.004 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic1e62ca61a4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.055 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia8a3fe149de"
2026-02-17 02:55:09.055 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calia8a3fe149de"
2026-02-17 02:55:09.055 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia8a3fe149de"
2026-02-17 02:55:09.056 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:09.056 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:09.090 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.090 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.101 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ptgwr, name=eth0)
2026-02-17 02:55:09.101 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ptgwr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic9f81bfdad5" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:55:09.158 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=177 ifaceName="calic9f81bfdad5" state="down"
2026-02-17 02:55:09.158 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic9f81bfdad5"
2026-02-17 02:55:09.158 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic9f81bfdad5", State:"down", Index:177}
2026-02-17 02:55:09.158 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic9f81bfdad5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.158 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic9f81bfdad5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.161 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:09.162 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:09.162 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:09.162 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic9f81bfdad5"
2026-02-17 02:55:09.162 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:09.162 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:09.172 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=177 ifaceName="calic9f81bfdad5" state="up"
2026-02-17 02:55:09.209 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:09.209 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"} status="down"
2026-02-17 02:55:09.209 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic9f81bfdad5", State:"up", Index:177}
2026-02-17 02:55:09.263 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic9f81bfdad5"
2026-02-17 02:55:09.263 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic9f81bfdad5"
2026-02-17 02:55:09.263 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic9f81bfdad5"
2026-02-17 02:55:09.264 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:09.264 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:09.285 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.285 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.317 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-wtq9q, name=eth0)
2026-02-17 02:55:09.317 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-wtq9q" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali83783299454" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:55:09.345 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-gwld9, name=eth0)
2026-02-17 02:55:09.345 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-gwld9" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif5f9ccfed5c" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:55:09.364 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:09.364 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:09.364 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:09.365 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:09.365 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:09.365 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:09.366 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-qzmj2, name=eth0)
2026-02-17 02:55:09.367 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali83783299454"
2026-02-17 02:55:09.367 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:09.367 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:09.367 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:09.367 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:09.367 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:09.397 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=178 ifaceName="cali83783299454" state="down"
2026-02-17 02:55:09.397 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali83783299454"
2026-02-17 02:55:09.397 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=178 ifaceName="cali83783299454" state="up"
2026-02-17 02:55:09.401 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-768gw, name=eth0)
2026-02-17 02:55:09.411 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.411 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.411 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:09.411 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"} status="down"
2026-02-17 02:55:09.411 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali83783299454", State:"down", Index:178}
2026-02-17 02:55:09.412 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali83783299454", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.412 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali83783299454", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.412 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali83783299454", State:"up", Index:178}
2026-02-17 02:55:09.412 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-qzmj2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali435975a9a6b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.185/32"}
2026-02-17 02:55:09.412 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-768gw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba3ed70c8e" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:55:09.425 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-kqk8d, name=eth0)
2026-02-17 02:55:09.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-kqk8d" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib7a41967ed6" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:55:09.465 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-snc4c, name=eth0)
2026-02-17 02:55:09.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-snc4c" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic0ea2f11ca9" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:55:09.465 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=170
2026-02-17 02:55:09.466 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calib7a41967ed6"
2026-02-17 02:55:09.466 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib7a41967ed6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.466 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib7a41967ed6", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.468 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali83783299454"
2026-02-17 02:55:09.468 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali83783299454"
2026-02-17 02:55:09.468 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:09.468 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:09.468 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:09.469 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali83783299454"
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali435975a9a6b"
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib7a41967ed6"
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:09.470 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:09.523 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ks54q, name=eth0)
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.527 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ks54q" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic1e62ca61a4" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:55:09.538 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-bvldh, name=eth0)
2026-02-17 02:55:09.539 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-bvldh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9b28315d0a3" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:55:09.575 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:09.576 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:09.576 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:09.576 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:09.576 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:09.576 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:09.577 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali9b28315d0a3"
2026-02-17 02:55:09.577 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic1e62ca61a4"
2026-02-17 02:55:09.577 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:09.577 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:09.577 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:09.577 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:09.594 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=179 ifaceName="cali9b28315d0a3" state="down"
2026-02-17 02:55:09.594 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9b28315d0a3"
2026-02-17 02:55:09.594 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=179 ifaceName="cali9b28315d0a3" state="up"
2026-02-17 02:55:09.625 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:09.626 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"} status="down"
2026-02-17 02:55:09.626 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.626 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.626 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9b28315d0a3", State:"down", Index:179}
2026-02-17 02:55:09.626 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9b28315d0a3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.626 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9b28315d0a3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.626 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9b28315d0a3", State:"up", Index:179}
2026-02-17 02:55:09.680 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali9b28315d0a3"
2026-02-17 02:55:09.681 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali9b28315d0a3"
2026-02-17 02:55:09.681 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9b28315d0a3"
2026-02-17 02:55:09.681 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:09.681 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:09.689 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=172
2026-02-17 02:55:09.689 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:09.702 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-f89n7, name=eth0)
2026-02-17 02:55:09.703 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.703 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.703 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif5f9ccfed5c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.703 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif5f9ccfed5c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.703 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-f89n7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3e7b0cace68" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:55:09.769 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=180 ifaceName="cali3e7b0cace68" state="down"
2026-02-17 02:55:09.769 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3e7b0cace68"
2026-02-17 02:55:09.769 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3e7b0cace68", State:"down", Index:180}
2026-02-17 02:55:09.770 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3e7b0cace68", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.770 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3e7b0cace68", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.774 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=180 ifaceName="cali3e7b0cace68" state="up"
2026-02-17 02:55:09.775 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3e7b0cace68", State:"up", Index:180}
2026-02-17 02:55:09.788 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3e7b0cace68"
2026-02-17 02:55:09.788 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:09.788 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:09.788 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:09.789 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3e7b0cace68"
2026-02-17 02:55:09.789 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:09.789 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:09.842 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:09.842 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"} status="up"
2026-02-17 02:55:09.881 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=171
2026-02-17 02:55:09.881 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:09.881 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba3ed70c8e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.881 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba3ed70c8e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.889 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-b978k, name=eth0)
2026-02-17 02:55:09.889 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-b978k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b4368dd68d" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:55:09.895 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:09.895 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:09.895 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:09.896 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali1b4368dd68d"
2026-02-17 02:55:09.896 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:09.896 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:09.929 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:09.929 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"} status="down"
2026-02-17 02:55:09.953 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=181 ifaceName="cali1b4368dd68d" state="down"
2026-02-17 02:55:09.953 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b4368dd68d", State:"down", Index:181}
2026-02-17 02:55:09.953 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1b4368dd68d"
2026-02-17 02:55:09.953 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b4368dd68d", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.953 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=181 ifaceName="cali1b4368dd68d" state="up"
2026-02-17 02:55:09.953 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b4368dd68d", Addrs:set.Typed[string]{}}
2026-02-17 02:55:09.953 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b4368dd68d", State:"up", Index:181}
2026-02-17 02:55:09.977 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=173
2026-02-17 02:55:09.977 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali8ef8d800755"
2026-02-17 02:55:09.977 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8ef8d800755", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:09.977 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8ef8d800755", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.004 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali1b4368dd68d"
2026-02-17 02:55:10.004 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali1b4368dd68d"
2026-02-17 02:55:10.004 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1b4368dd68d"
2026-02-17 02:55:10.004 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:10.004 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:10.013 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=175
2026-02-17 02:55:10.013 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:10.050 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.050 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.050 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid7bf2fb60c8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.050 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid7bf2fb60c8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.105 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-58qs8, name=eth0)
2026-02-17 02:55:10.105 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-58qs8" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic03cffbb038" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:55:10.106 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:10.107 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:10.107 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:10.107 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic03cffbb038"
2026-02-17 02:55:10.107 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:10.107 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:10.154 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:10.154 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"} status="down"
2026-02-17 02:55:10.177 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=182 ifaceName="calic03cffbb038" state="down"
2026-02-17 02:55:10.178 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic03cffbb038", State:"down", Index:182}
2026-02-17 02:55:10.178 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic03cffbb038"
2026-02-17 02:55:10.178 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic03cffbb038", Addrs:set.Typed[string]{}}
2026-02-17 02:55:10.178 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic03cffbb038", Addrs:set.Typed[string]{}}
2026-02-17 02:55:10.179 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=182 ifaceName="calic03cffbb038" state="up"
2026-02-17 02:55:10.179 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic03cffbb038", State:"up", Index:182}
2026-02-17 02:55:10.209 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic03cffbb038"
2026-02-17 02:55:10.209 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic03cffbb038"
2026-02-17 02:55:10.209 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic03cffbb038"
2026-02-17 02:55:10.209 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:10.209 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:10.246 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.246 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.315 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-vh82w, name=eth0)
2026-02-17 02:55:10.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-vh82w" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b3ebd3a039" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:55:10.315 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:10.315 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:10.316 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:10.316 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:10.316 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:10.316 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:10.329 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=174
2026-02-17 02:55:10.329 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali40bfc1e5c17"
2026-02-17 02:55:10.387 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:10.387 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"} status="down"
2026-02-17 02:55:10.387 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali40bfc1e5c17", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.387 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali40bfc1e5c17", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.394 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=183 ifaceName="cali1b3ebd3a039" state="down"
2026-02-17 02:55:10.394 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:10.394 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b3ebd3a039", State:"down", Index:183}
2026-02-17 02:55:10.395 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b3ebd3a039", Addrs:set.Typed[string]{}}
2026-02-17 02:55:10.395 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b3ebd3a039", Addrs:set.Typed[string]{}}
2026-02-17 02:55:10.396 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=183 ifaceName="cali1b3ebd3a039" state="up"
2026-02-17 02:55:10.396 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b3ebd3a039", State:"up", Index:183}
2026-02-17 02:55:10.413 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-k7zsp, name=eth0)
2026-02-17 02:55:10.413 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-k7zsp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia8a3fe149de" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:55:10.415 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:10.415 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:10.415 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:10.415 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:10.415 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:10.416 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:10.416 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia8a3fe149de"
2026-02-17 02:55:10.416 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:10.417 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:10.417 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:10.417 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:10.436 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-kjx8j, name=eth0)
2026-02-17 02:55:10.439 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.439 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.439 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.439 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.439 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-kjx8j" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8ef8d800755" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:55:10.455 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-nq64h, name=eth0)
2026-02-17 02:55:10.455 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-nq64h" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid7bf2fb60c8" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:55:10.493 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=176
2026-02-17 02:55:10.493 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia8a3fe149de"
2026-02-17 02:55:10.493 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia8a3fe149de", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.493 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia8a3fe149de", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.514 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-d2xwz, name=eth0)
2026-02-17 02:55:10.514 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-d2xwz" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali40bfc1e5c17" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:55:10.525 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:10.525 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:10.525 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:10.525 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:10.526 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:10.526 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:10.526 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:10.526 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:10.526 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:10.526 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:10.526 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali40bfc1e5c17"
2026-02-17 02:55:10.527 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali8ef8d800755"
2026-02-17 02:55:10.527 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:10.527 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:10.527 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:10.527 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:10.527 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:10.527 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:10.563 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ptgwr, name=eth0)
2026-02-17 02:55:10.565 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.565 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.565 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.565 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.565 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.565 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.565 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ptgwr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic9f81bfdad5" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:55:10.570 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-hcxgt, name=eth0)
2026-02-17 02:55:10.570 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-hcxgt" endpoint_id:"eth0"} endpoint:{state:"active" name:"calica47c2b208b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:55:10.588 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-bvldh, name=eth0)
2026-02-17 02:55:10.588 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-bvldh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9b28315d0a3" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:55:10.589 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=179
2026-02-17 02:55:10.589 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali9b28315d0a3"
2026-02-17 02:55:10.589 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9b28315d0a3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.589 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9b28315d0a3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.620 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-wtq9q, name=eth0)
2026-02-17 02:55:10.621 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-wtq9q" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali83783299454" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:55:10.634 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:10.634 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:10.634 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:10.636 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:10.636 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:10.636 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:10.637 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:10.637 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:10.637 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:10.637 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=184 ifaceName="calica47c2b208b" state="down"
2026-02-17 02:55:10.638 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calica47c2b208b"
2026-02-17 02:55:10.638 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=184 ifaceName="calica47c2b208b" state="up"
2026-02-17 02:55:10.639 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:10.639 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:10.639 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:10.640 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic9f81bfdad5"
2026-02-17 02:55:10.640 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calica47c2b208b"
2026-02-17 02:55:10.640 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9b28315d0a3"
2026-02-17 02:55:10.640 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali83783299454"
2026-02-17 02:55:10.640 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:10.640 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:10.640 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:10.640 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:10.640 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:10.640 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:10.640 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:10.640 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:10.673 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.673 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.673 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.673 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.673 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:10.673 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"} status="down"
2026-02-17 02:55:10.674 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.674 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.674 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calica47c2b208b", State:"down", Index:184}
2026-02-17 02:55:10.674 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calica47c2b208b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:10.674 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calica47c2b208b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:10.674 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calica47c2b208b", State:"up", Index:184}
2026-02-17 02:55:10.742 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calica47c2b208b"
2026-02-17 02:55:10.742 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calica47c2b208b"
2026-02-17 02:55:10.742 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calica47c2b208b"
2026-02-17 02:55:10.742 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:10.742 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:10.754 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-jkvkx, name=eth0)
2026-02-17 02:55:10.762 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.762 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.762 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-jkvkx" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali669d884dcea" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:55:10.825 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=185 ifaceName="cali669d884dcea" state="down"
2026-02-17 02:55:10.826 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali669d884dcea"
2026-02-17 02:55:10.825 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali669d884dcea", State:"down", Index:185}
2026-02-17 02:55:10.826 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali669d884dcea", Addrs:set.Typed[string]{}}
2026-02-17 02:55:10.826 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali669d884dcea", Addrs:set.Typed[string]{}}
2026-02-17 02:55:10.827 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=185 ifaceName="cali669d884dcea" state="up"
2026-02-17 02:55:10.828 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali669d884dcea", State:"up", Index:185}
2026-02-17 02:55:10.846 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali669d884dcea"
2026-02-17 02:55:10.846 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:10.846 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:10.846 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:10.847 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali669d884dcea"
2026-02-17 02:55:10.847 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:10.847 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:10.873 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=177
2026-02-17 02:55:10.873 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic9f81bfdad5"
2026-02-17 02:55:10.893 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:10.893 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"} status="up"
2026-02-17 02:55:10.893 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic9f81bfdad5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.893 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic9f81bfdad5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:10.941 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-mz9ws, name=eth0)
2026-02-17 02:55:10.941 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-mz9ws" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic5f936823fd" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:55:10.949 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:10.949 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:10.949 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:10.950 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic5f936823fd"
2026-02-17 02:55:10.950 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:10.950 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:11.001 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=180
2026-02-17 02:55:11.001 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3e7b0cace68"
2026-02-17 02:55:11.005 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:11.005 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"} status="down"
2026-02-17 02:55:11.005 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3e7b0cace68", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.005 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3e7b0cace68", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.015 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=186 ifaceName="calic5f936823fd" state="down"
2026-02-17 02:55:11.016 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic5f936823fd"
2026-02-17 02:55:11.016 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic5f936823fd", State:"down", Index:186}
2026-02-17 02:55:11.016 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic5f936823fd", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.016 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic5f936823fd", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.017 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=186 ifaceName="calic5f936823fd" state="up"
2026-02-17 02:55:11.017 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic5f936823fd", State:"up", Index:186}
2026-02-17 02:55:11.033 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=178
2026-02-17 02:55:11.033 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali83783299454"
2026-02-17 02:55:11.033 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali83783299454", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.033 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali83783299454", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.057 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic5f936823fd"
2026-02-17 02:55:11.057 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic5f936823fd"
2026-02-17 02:55:11.057 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic5f936823fd"
2026-02-17 02:55:11.057 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:11.057 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:11.078 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.078 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.163 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-4nzx5, name=eth0)
2026-02-17 02:55:11.163 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-4nzx5" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali74249bd14ee" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:55:11.166 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:11.166 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:11.166 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:11.167 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali74249bd14ee"
2026-02-17 02:55:11.167 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:11.167 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:11.205 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:11.206 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"} status="down"
2026-02-17 02:55:11.241 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-4381" name:"default"}
2026-02-17 02:55:11.252 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=187 ifaceName="cali74249bd14ee" state="down"
2026-02-17 02:55:11.252 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali74249bd14ee"
2026-02-17 02:55:11.252 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=187 ifaceName="cali74249bd14ee" state="up"
2026-02-17 02:55:11.252 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali74249bd14ee", State:"down", Index:187}
2026-02-17 02:55:11.252 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali74249bd14ee", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.252 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali74249bd14ee", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.252 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali74249bd14ee", State:"up", Index:187}
2026-02-17 02:55:11.267 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali74249bd14ee"
2026-02-17 02:55:11.268 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali74249bd14ee"
2026-02-17 02:55:11.268 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali74249bd14ee"
2026-02-17 02:55:11.268 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:11.268 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:11.293 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.293 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.373 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-fqgmj, name=eth0)
2026-02-17 02:55:11.373 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-fqgmj" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb134aac7f8" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:55:11.378 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:11.378 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:11.378 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:11.379 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="califb134aac7f8"
2026-02-17 02:55:11.379 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:11.379 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:11.385 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=182
2026-02-17 02:55:11.385 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic03cffbb038"
2026-02-17 02:55:11.418 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:11.418 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"} status="down"
2026-02-17 02:55:11.418 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic03cffbb038", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.418 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic03cffbb038", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.447 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=188 ifaceName="califb134aac7f8" state="down"
2026-02-17 02:55:11.448 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb134aac7f8", State:"down", Index:188}
2026-02-17 02:55:11.448 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califb134aac7f8"
2026-02-17 02:55:11.448 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb134aac7f8", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.448 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb134aac7f8", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.451 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=188 ifaceName="califb134aac7f8" state="up"
2026-02-17 02:55:11.451 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb134aac7f8", State:"up", Index:188}
2026-02-17 02:55:11.481 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-jkvkx, name=eth0)
2026-02-17 02:55:11.481 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-jkvkx" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali669d884dcea" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:55:11.487 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califb134aac7f8"
2026-02-17 02:55:11.487 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="califb134aac7f8"
2026-02-17 02:55:11.487 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:11.487 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:11.487 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:11.488 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali669d884dcea"
2026-02-17 02:55:11.489 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califb134aac7f8"
2026-02-17 02:55:11.489 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:11.489 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:11.489 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:11.489 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:11.512 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.512 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.512 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.512 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.513 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-58qs8, name=eth0)
2026-02-17 02:55:11.513 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-58qs8" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic03cffbb038" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:55:11.544 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-f89n7, name=eth0)
2026-02-17 02:55:11.544 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-f89n7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3e7b0cace68" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:55:11.567 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-hcxgt, name=eth0)
2026-02-17 02:55:11.567 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-hcxgt" endpoint_id:"eth0"} endpoint:{state:"active" name:"calica47c2b208b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:55:11.577 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=181
2026-02-17 02:55:11.577 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali1b4368dd68d"
2026-02-17 02:55:11.577 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b4368dd68d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.577 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b4368dd68d", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.587 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-5hgkl, name=eth0)
2026-02-17 02:55:11.587 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-5hgkl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5956f4ee0e3" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:55:11.594 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:11.594 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:11.595 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:11.596 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:11.596 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:11.596 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:11.597 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:11.597 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:11.597 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:11.597 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:11.598 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:11.598 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:11.599 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali5956f4ee0e3"
2026-02-17 02:55:11.599 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic03cffbb038"
2026-02-17 02:55:11.600 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-mz9ws, name=eth0)
2026-02-17 02:55:11.600 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3e7b0cace68"
2026-02-17 02:55:11.600 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calica47c2b208b"
2026-02-17 02:55:11.601 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:11.601 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:11.601 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:11.601 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:11.601 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:11.601 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:11.601 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:11.601 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:11.648 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-b978k, name=eth0)
2026-02-17 02:55:11.651 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:11.651 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"} status="down"
2026-02-17 02:55:11.651 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.651 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.651 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.651 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.651 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.651 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.651 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-mz9ws" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic5f936823fd" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.137/32"}
2026-02-17 02:55:11.651 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-b978k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b4368dd68d" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:55:11.656 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=189 ifaceName="cali5956f4ee0e3" state="down"
2026-02-17 02:55:11.656 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5956f4ee0e3", State:"down", Index:189}
2026-02-17 02:55:11.657 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5956f4ee0e3"
2026-02-17 02:55:11.657 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5956f4ee0e3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.657 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5956f4ee0e3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.658 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=189 ifaceName="cali5956f4ee0e3" state="up"
2026-02-17 02:55:11.658 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5956f4ee0e3", State:"up", Index:189}
2026-02-17 02:55:11.681 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-vh82w, name=eth0)
2026-02-17 02:55:11.681 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-vh82w" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b3ebd3a039" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:55:11.699 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali5956f4ee0e3"
2026-02-17 02:55:11.699 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali5956f4ee0e3"
2026-02-17 02:55:11.699 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:11.699 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:11.699 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:11.700 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:11.700 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:11.700 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:11.700 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:11.700 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:11.700 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:11.702 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic5f936823fd"
2026-02-17 02:55:11.702 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali5956f4ee0e3"
2026-02-17 02:55:11.702 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1b4368dd68d"
2026-02-17 02:55:11.702 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:11.702 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:11.702 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:11.703 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:11.703 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:11.703 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:11.703 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:11.703 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:11.703 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:11.737 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.737 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.737 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.737 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.737 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.737 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.737 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.737 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.791 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-knn98, name=eth0)
2026-02-17 02:55:11.791 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-knn98" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali214114c4d17" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:55:11.809 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:11.809 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:11.809 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:11.810 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali214114c4d17"
2026-02-17 02:55:11.810 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:11.810 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:11.849 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:11.849 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"} status="down"
2026-02-17 02:55:11.862 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=190 ifaceName="cali214114c4d17" state="down"
2026-02-17 02:55:11.862 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali214114c4d17"
2026-02-17 02:55:11.862 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali214114c4d17", State:"down", Index:190}
2026-02-17 02:55:11.862 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali214114c4d17", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.862 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali214114c4d17", Addrs:set.Typed[string]{}}
2026-02-17 02:55:11.862 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=190 ifaceName="cali214114c4d17" state="up"
2026-02-17 02:55:11.862 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali214114c4d17", State:"up", Index:190}
2026-02-17 02:55:11.865 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=184
2026-02-17 02:55:11.865 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calica47c2b208b"
2026-02-17 02:55:11.865 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calica47c2b208b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.865 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calica47c2b208b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.914 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali214114c4d17"
2026-02-17 02:55:11.914 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali214114c4d17"
2026-02-17 02:55:11.914 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali214114c4d17"
2026-02-17 02:55:11.914 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:11.914 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:11.932 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:11.932 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"} status="up"
2026-02-17 02:55:11.969 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-2kjq6, name=eth0)
2026-02-17 02:55:11.969 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-2kjq6" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibc0e53f3dce" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:55:11.997 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=186
2026-02-17 02:55:11.997 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic5f936823fd"
2026-02-17 02:55:11.997 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=183
2026-02-17 02:55:11.997 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:11.997 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic5f936823fd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.997 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic5f936823fd", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.997 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b3ebd3a039", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:11.997 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b3ebd3a039", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.014 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.015 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.015 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.015 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calibc0e53f3dce"
2026-02-17 02:55:12.016 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.016 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.057 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=191 ifaceName="calibc0e53f3dce" state="down"
2026-02-17 02:55:12.057 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibc0e53f3dce"
2026-02-17 02:55:12.058 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=191 ifaceName="calibc0e53f3dce" state="up"
2026-02-17 02:55:12.061 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:12.061 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"} status="down"
2026-02-17 02:55:12.061 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibc0e53f3dce", State:"down", Index:191}
2026-02-17 02:55:12.061 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibc0e53f3dce", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.061 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibc0e53f3dce", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.061 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibc0e53f3dce", State:"up", Index:191}
2026-02-17 02:55:12.089 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=185
2026-02-17 02:55:12.089 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali669d884dcea"
2026-02-17 02:55:12.089 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali669d884dcea", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.089 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali669d884dcea", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.123 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calibc0e53f3dce"
2026-02-17 02:55:12.123 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calibc0e53f3dce"
2026-02-17 02:55:12.123 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibc0e53f3dce"
2026-02-17 02:55:12.123 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.123 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.150 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:12.151 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"} status="up"
2026-02-17 02:55:12.189 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-d9qff, name=eth0)
2026-02-17 02:55:12.189 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-d9qff" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliddae56bda09" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:55:12.192 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-d9qff, name=eth0)
2026-02-17 02:55:12.192 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-d9qff" endpoint_id:"eth0"}
2026-02-17 02:55:12.215 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-58qs8, name=eth0)
2026-02-17 02:55:12.215 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-58qs8" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic03cffbb038" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.176/32"}
2026-02-17 02:55:12.231 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:12.231 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:12.231 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:12.232 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.232 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.232 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.236 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic03cffbb038"
2026-02-17 02:55:12.236 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.236 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.236 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:12.236 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:12.238 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.152
2026-02-17 02:55:12.238 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ljx54, name=eth0)
2026-02-17 02:55:12.239 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-58qs8, name=eth0)
2026-02-17 02:55:12.285 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=192 ifaceName="caliacaa00bdcd5" state="down"
2026-02-17 02:55:12.286 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliacaa00bdcd5"
2026-02-17 02:55:12.290 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=192 ifaceName="caliacaa00bdcd5" state="up"
2026-02-17 02:55:12.291 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ljx54, name=eth0)
2026-02-17 02:55:12.305 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ljx54, name=eth0)
2026-02-17 02:55:12.316 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ptgwr, name=eth0)
2026-02-17 02:55:12.317 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:12.317 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"} status="up"
2026-02-17 02:55:12.317 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d9qff", EndpointId:"eth0"}
2026-02-17 02:55:12.317 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ljx54" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliacaa00bdcd5" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:55:12.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-58qs8" endpoint_id:"eth0"}
2026-02-17 02:55:12.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ljx54" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliacaa00bdcd5" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.172/32"}
2026-02-17 02:55:12.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ljx54" endpoint_id:"eth0"}
2026-02-17 02:55:12.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ptgwr" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic9f81bfdad5" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:55:12.318 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliacaa00bdcd5", State:"down", Index:192}
2026-02-17 02:55:12.318 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliacaa00bdcd5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.318 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliacaa00bdcd5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.318 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliacaa00bdcd5", State:"up", Index:192}
2026-02-17 02:55:12.329 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ptgwr, name=eth0)
2026-02-17 02:55:12.329 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ptgwr" endpoint_id:"eth0"}
2026-02-17 02:55:12.337 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliacaa00bdcd5"
2026-02-17 02:55:12.337 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.337 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.337 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.337 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:12.337 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:12.337 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:12.338 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ljx54", EndpointId:"eth0"}
2026-02-17 02:55:12.338 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliacaa00bdcd5"
2026-02-17 02:55:12.338 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.338 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.338 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:12.338 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:12.338 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ljx54", EndpointId:"eth0"}
2026-02-17 02:55:12.338 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ljx54", EndpointId:"eth0"}
2026-02-17 02:55:12.339 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.135
2026-02-17 02:55:12.339 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.176
2026-02-17 02:55:12.377 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-knn98, name=eth0)
2026-02-17 02:55:12.383 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-knn98, name=eth0)
2026-02-17 02:55:12.409 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-58qs8", EndpointId:"eth0"}
2026-02-17 02:55:12.409 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ptgwr", EndpointId:"eth0"}
2026-02-17 02:55:12.409 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ljx54", EndpointId:"eth0"}
2026-02-17 02:55:12.409 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-knn98" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali214114c4d17" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.187/32"}
2026-02-17 02:55:12.409 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-knn98" endpoint_id:"eth0"}
2026-02-17 02:55:12.428 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-7jzjz, name=eth0)
2026-02-17 02:55:12.428 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-7jzjz" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliac6b5053f26" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:55:12.444 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:12.444 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:12.444 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:12.447 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:12.447 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:12.448 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:12.449 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="caliac6b5053f26"
2026-02-17 02:55:12.449 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:12.449 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:12.449 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:12.449 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:12.453 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.187
2026-02-17 02:55:12.484 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=193 ifaceName="caliac6b5053f26" state="down"
2026-02-17 02:55:12.485 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliac6b5053f26"
2026-02-17 02:55:12.485 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=193 ifaceName="caliac6b5053f26" state="up"
2026-02-17 02:55:12.525 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-knn98", EndpointId:"eth0"}
2026-02-17 02:55:12.526 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:12.526 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"} status="down"
2026-02-17 02:55:12.526 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"field-validation-178" name:"default"}
2026-02-17 02:55:12.526 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliac6b5053f26", State:"down", Index:193}
2026-02-17 02:55:12.526 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliac6b5053f26", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.526 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliac6b5053f26", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.526 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliac6b5053f26", State:"up", Index:193}
2026-02-17 02:55:12.536 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-5hgkl, name=eth0)
2026-02-17 02:55:12.536 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-5hgkl" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali5956f4ee0e3" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.150/32"}
2026-02-17 02:55:12.537 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=187
2026-02-17 02:55:12.537 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali74249bd14ee"
2026-02-17 02:55:12.537 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali74249bd14ee", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.537 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali74249bd14ee", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.545 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-5hgkl, name=eth0)
2026-02-17 02:55:12.545 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-5hgkl" endpoint_id:"eth0"}
2026-02-17 02:55:12.549 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliac6b5053f26"
2026-02-17 02:55:12.549 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliac6b5053f26"
2026-02-17 02:55:12.549 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:12.549 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:12.549 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:12.550 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliac6b5053f26"
2026-02-17 02:55:12.550 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:12.550 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:12.550 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:12.550 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:12.551 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.150
2026-02-17 02:55:12.592 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-2kjq6, name=eth0)
2026-02-17 02:55:12.592 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-5qknv, name=eth0)
2026-02-17 02:55:12.626 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:12.626 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"} status="up"
2026-02-17 02:55:12.626 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5hgkl", EndpointId:"eth0"}
2026-02-17 02:55:12.626 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-2kjq6" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibc0e53f3dce" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:55:12.626 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-5qknv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3f6a04b4d36" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:55:12.631 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-4nzx5, name=eth0)
2026-02-17 02:55:12.631 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-4nzx5" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali74249bd14ee" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:55:12.657 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:12.657 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:12.657 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:12.661 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.661 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.661 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.662 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:12.662 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:12.662 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:12.663 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali74249bd14ee"
2026-02-17 02:55:12.663 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calibc0e53f3dce"
2026-02-17 02:55:12.663 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:12.663 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:12.663 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:12.663 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.663 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:12.663 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:12.663 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:12.664 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-fqgmj, name=eth0)
2026-02-17 02:55:12.673 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=194 ifaceName="cali3f6a04b4d36" state="down"
2026-02-17 02:55:12.673 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:12.674 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=194 ifaceName="cali3f6a04b4d36" state="up"
2026-02-17 02:55:12.710 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:12.710 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"} status="up"
2026-02-17 02:55:12.710 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:12.710 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"} status="up"
2026-02-17 02:55:12.710 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:12.710 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"} status="down"
2026-02-17 02:55:12.710 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3f6a04b4d36", State:"down", Index:194}
2026-02-17 02:55:12.710 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3f6a04b4d36", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.710 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3f6a04b4d36", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.710 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3f6a04b4d36", State:"up", Index:194}
2026-02-17 02:55:12.710 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-fqgmj" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb134aac7f8" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.184/32"}
2026-02-17 02:55:12.733 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=188
2026-02-17 02:55:12.733 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califb134aac7f8"
2026-02-17 02:55:12.733 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb134aac7f8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.733 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb134aac7f8", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.764 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:12.764 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:12.764 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:12.764 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:12.764 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:12.765 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:12.765 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califb134aac7f8"
2026-02-17 02:55:12.765 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:12.765 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:12.765 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:12.765 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:12.788 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:12.788 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"} status="up"
2026-02-17 02:55:12.788 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:12.788 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"} status="up"
2026-02-17 02:55:12.831 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4381"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"services-4381"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4381"}
2026-02-17 02:55:12.871 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-4381"}
2026-02-17 02:55:12.874 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=195 ifaceName="cali1458ee27e22" state="down"
2026-02-17 02:55:12.874 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1458ee27e22"
2026-02-17 02:55:12.895 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=195 ifaceName="cali1458ee27e22" state="up"
2026-02-17 02:55:12.899 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1458ee27e22", State:"down", Index:195}
2026-02-17 02:55:12.899 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1458ee27e22", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.900 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1458ee27e22", Addrs:set.Typed[string]{}}
2026-02-17 02:55:12.900 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1458ee27e22", State:"up", Index:195}
2026-02-17 02:55:12.922 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=190
2026-02-17 02:55:12.922 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali214114c4d17"
2026-02-17 02:55:12.922 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali214114c4d17", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.922 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali214114c4d17", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:12.975 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali1458ee27e22"
2026-02-17 02:55:12.975 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1458ee27e22"
2026-02-17 02:55:13.019 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-9ztq8, name=eth0)
2026-02-17 02:55:13.019 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-9ztq8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6ac1cf0ae85" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:55:13.037 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=166 ifaceName="caliddae56bda09" state="down"
2026-02-17 02:55:13.037 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliddae56bda09"
2026-02-17 02:55:13.037 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=166
2026-02-17 02:55:13.037 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliddae56bda09", State:"down", Index:166}
2026-02-17 02:55:13.037 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliddae56bda09", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.037 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliddae56bda09", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.039 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=166 ifaceName="caliddae56bda09" state=""
2026-02-17 02:55:13.039 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliddae56bda09"
2026-02-17 02:55:13.039 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliddae56bda09", State:"", Index:166}
2026-02-17 02:55:13.039 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliddae56bda09", Addrs:set.Set[string](nil)}
2026-02-17 02:55:13.039 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliddae56bda09", Addrs:set.Set[string](nil)}
2026-02-17 02:55:13.071 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=196 ifaceName="cali6ac1cf0ae85" state="down"
2026-02-17 02:55:13.071 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6ac1cf0ae85"
2026-02-17 02:55:13.071 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=196 ifaceName="cali6ac1cf0ae85" state="up"
2026-02-17 02:55:13.072 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6ac1cf0ae85", State:"down", Index:196}
2026-02-17 02:55:13.072 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6ac1cf0ae85", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.072 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6ac1cf0ae85", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.072 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6ac1cf0ae85", State:"up", Index:196}
2026-02-17 02:55:13.077 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6ac1cf0ae85"
2026-02-17 02:55:13.077 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.077 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.077 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.078 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6ac1cf0ae85"
2026-02-17 02:55:13.078 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.078 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.125 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:13.125 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"} status="up"
2026-02-17 02:55:13.191 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=177 ifaceName="calic9f81bfdad5" state="down"
2026-02-17 02:55:13.191 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic9f81bfdad5"
2026-02-17 02:55:13.191 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic9f81bfdad5", State:"down", Index:177}
2026-02-17 02:55:13.191 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic9f81bfdad5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.191 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic9f81bfdad5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.202 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=177 ifaceName="calic9f81bfdad5" state=""
2026-02-17 02:55:13.202 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic9f81bfdad5"
2026-02-17 02:55:13.202 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=177
2026-02-17 02:55:13.211 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic9f81bfdad5", State:"", Index:177}
2026-02-17 02:55:13.211 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic9f81bfdad5", Addrs:set.Set[string](nil)}
2026-02-17 02:55:13.211 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic9f81bfdad5", Addrs:set.Set[string](nil)}
2026-02-17 02:55:13.215 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-2pvj4, name=eth0)
2026-02-17 02:55:13.215 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-2pvj4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali32cfe508e73" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:55:13.241 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=189
2026-02-17 02:55:13.241 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali5956f4ee0e3"
2026-02-17 02:55:13.241 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5956f4ee0e3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:13.241 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5956f4ee0e3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:13.272 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-178"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-178"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-178"}
2026-02-17 02:55:13.282 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:13.282 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:13.282 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:13.283 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali32cfe508e73"
2026-02-17 02:55:13.283 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:13.283 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:13.297 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=197 ifaceName="cali32cfe508e73" state="down"
2026-02-17 02:55:13.297 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali32cfe508e73"
2026-02-17 02:55:13.297 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=197 ifaceName="cali32cfe508e73" state="up"
2026-02-17 02:55:13.343 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:13.343 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"} status="down"
2026-02-17 02:55:13.343 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali32cfe508e73", State:"down", Index:197}
2026-02-17 02:55:13.343 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali32cfe508e73", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.343 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali32cfe508e73", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.344 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali32cfe508e73", State:"up", Index:197}
2026-02-17 02:55:13.344 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"field-validation-178"}
2026-02-17 02:55:13.386 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali32cfe508e73"
2026-02-17 02:55:13.386 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali32cfe508e73"
2026-02-17 02:55:13.386 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali32cfe508e73"
2026-02-17 02:55:13.387 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:13.387 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:13.414 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:13.414 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"} status="up"
2026-02-17 02:55:13.437 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=191
2026-02-17 02:55:13.437 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calibc0e53f3dce"
2026-02-17 02:55:13.437 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibc0e53f3dce", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:13.437 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibc0e53f3dce", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:13.438 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-m5j9v, name=eth0)
2026-02-17 02:55:13.438 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-m5j9v" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali16c4570c3bf" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:55:13.492 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:13.492 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:13.492 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:13.493 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali16c4570c3bf"
2026-02-17 02:55:13.493 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:13.493 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:13.504 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=198 ifaceName="cali16c4570c3bf" state="down"
2026-02-17 02:55:13.504 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali16c4570c3bf"
2026-02-17 02:55:13.504 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=198 ifaceName="cali16c4570c3bf" state="up"
2026-02-17 02:55:13.529 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:13.530 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"} status="down"
2026-02-17 02:55:13.530 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali16c4570c3bf", State:"down", Index:198}
2026-02-17 02:55:13.530 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali16c4570c3bf", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.530 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali16c4570c3bf", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.530 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali16c4570c3bf", State:"up", Index:198}
2026-02-17 02:55:13.582 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-n5h2w, name=eth0)
2026-02-17 02:55:13.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-n5h2w" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali313c5ebd4ac" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.177/32"}
2026-02-17 02:55:13.593 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-7jzjz, name=eth0)
2026-02-17 02:55:13.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-7jzjz" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliac6b5053f26" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:55:13.595 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali16c4570c3bf"
2026-02-17 02:55:13.595 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali16c4570c3bf"
2026-02-17 02:55:13.595 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:13.595 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:13.595 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:13.596 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:13.596 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:13.596 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:13.598 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliac6b5053f26"
2026-02-17 02:55:13.598 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali16c4570c3bf"
2026-02-17 02:55:13.598 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali313c5ebd4ac"
2026-02-17 02:55:13.598 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:13.598 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:13.598 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:13.598 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:13.598 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:13.598 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:13.610 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-9ztq8, name=eth0)
2026-02-17 02:55:13.625 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=193
2026-02-17 02:55:13.625 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliac6b5053f26"
2026-02-17 02:55:13.638 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:13.638 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"} status="up"
2026-02-17 02:55:13.638 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:13.638 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"} status="down"
2026-02-17 02:55:13.638 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:13.638 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"} status="up"
2026-02-17 02:55:13.638 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliac6b5053f26", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:13.638 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliac6b5053f26", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:13.638 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-5qknv, name=eth0)
2026-02-17 02:55:13.638 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-9ztq8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6ac1cf0ae85" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:55:13.638 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-5qknv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3f6a04b4d36" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:55:13.660 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=199 ifaceName="cali313c5ebd4ac" state="down"
2026-02-17 02:55:13.660 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali313c5ebd4ac", State:"down", Index:199}
2026-02-17 02:55:13.660 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali313c5ebd4ac"
2026-02-17 02:55:13.660 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali313c5ebd4ac", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.660 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali313c5ebd4ac", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.660 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=199 ifaceName="cali313c5ebd4ac" state="up"
2026-02-17 02:55:13.660 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali313c5ebd4ac", State:"up", Index:199}
2026-02-17 02:55:13.705 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali313c5ebd4ac"
2026-02-17 02:55:13.705 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali313c5ebd4ac"
2026-02-17 02:55:13.706 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.706 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.706 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.706 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:13.706 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:13.706 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:13.707 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali313c5ebd4ac"
2026-02-17 02:55:13.707 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6ac1cf0ae85"
2026-02-17 02:55:13.707 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:13.707 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:13.707 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:13.707 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.707 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:13.707 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:13.707 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:13.734 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:13.734 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"} status="up"
2026-02-17 02:55:13.734 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:13.735 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"} status="up"
2026-02-17 02:55:13.735 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:13.735 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"} status="up"
2026-02-17 02:55:13.760 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-768gw, name=eth0)
2026-02-17 02:55:13.760 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-768gw" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4ba3ed70c8e" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.154/32"}
2026-02-17 02:55:13.772 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-768gw, name=eth0)
2026-02-17 02:55:13.772 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-768gw" endpoint_id:"eth0"}
2026-02-17 02:55:13.809 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:13.809 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:13.811 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:13.817 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:13.817 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:13.818 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.154
2026-02-17 02:55:13.835 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-f89n7, name=eth0)
2026-02-17 02:55:13.872 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-9dfw2, name=eth0)
2026-02-17 02:55:13.872 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-f89n7, name=eth0)
2026-02-17 02:55:13.893 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-jkvkx, name=eth0)
2026-02-17 02:55:13.895 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-jkvkx, name=eth0)
2026-02-17 02:55:13.909 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-768gw", EndpointId:"eth0"}
2026-02-17 02:55:13.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-f89n7" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3e7b0cace68" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.144/32"}
2026-02-17 02:55:13.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-9dfw2" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib8c97f83d7b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:55:13.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-f89n7" endpoint_id:"eth0"}
2026-02-17 02:55:13.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-jkvkx" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali669d884dcea" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.151/32"}
2026-02-17 02:55:13.909 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-jkvkx" endpoint_id:"eth0"}
2026-02-17 02:55:13.913 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:13.913 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:13.914 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:13.914 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:13.914 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:13.914 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:13.914 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:13.914 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:13.914 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:13.915 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calib8c97f83d7b"
2026-02-17 02:55:13.915 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:13.915 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:13.915 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:13.915 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:13.915 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:13.915 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:13.915 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.144
2026-02-17 02:55:13.915 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.151
2026-02-17 02:55:13.926 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-mz9ws, name=eth0)
2026-02-17 02:55:13.928 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=200 ifaceName="calib8c97f83d7b" state="down"
2026-02-17 02:55:13.928 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib8c97f83d7b"
2026-02-17 02:55:13.935 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=200 ifaceName="calib8c97f83d7b" state="up"
2026-02-17 02:55:13.973 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-5qknv, name=eth0)
2026-02-17 02:55:13.981 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-5qknv, name=eth0)
2026-02-17 02:55:13.991 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jkvkx", EndpointId:"eth0"}
2026-02-17 02:55:13.991 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-f89n7", EndpointId:"eth0"}
2026-02-17 02:55:13.991 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:13.991 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"} status="down"
2026-02-17 02:55:13.991 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib8c97f83d7b", State:"down", Index:200}
2026-02-17 02:55:13.991 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib8c97f83d7b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.991 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib8c97f83d7b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:13.991 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib8c97f83d7b", State:"up", Index:200}
2026-02-17 02:55:13.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-mz9ws" endpoint_id:"eth0"}
2026-02-17 02:55:13.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-5qknv" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali3f6a04b4d36" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.182/32"}
2026-02-17 02:55:13.991 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-5qknv" endpoint_id:"eth0"}
2026-02-17 02:55:14.002 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-kqk8d, name=eth0)
2026-02-17 02:55:14.002 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-kqk8d" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib7a41967ed6" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.178/32"}
2026-02-17 02:55:14.009 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=192
2026-02-17 02:55:14.009 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliacaa00bdcd5"
2026-02-17 02:55:14.009 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliacaa00bdcd5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:14.009 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliacaa00bdcd5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:14.017 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calib8c97f83d7b"
2026-02-17 02:55:14.017 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calib8c97f83d7b"
2026-02-17 02:55:14.017 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:14.017 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:14.018 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:14.018 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:14.018 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:14.018 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:14.018 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.018 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.018 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.019 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib7a41967ed6"
2026-02-17 02:55:14.019 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib8c97f83d7b"
2026-02-17 02:55:14.019 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:14.019 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:14.019 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:14.019 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:14.019 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:14.019 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:14.019 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.019 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.020 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.137
2026-02-17 02:55:14.020 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.182
2026-02-17 02:55:14.033 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-kqk8d, name=eth0)
2026-02-17 02:55:14.033 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-fqgmj, name=eth0)
2026-02-17 02:55:14.045 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-n5h2w, name=eth0)
2026-02-17 02:55:14.063 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-n5h2w, name=eth0)
2026-02-17 02:55:14.073 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=194
2026-02-17 02:55:14.073 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:14.093 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:14.093 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"} status="up"
2026-02-17 02:55:14.093 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-mz9ws", EndpointId:"eth0"}
2026-02-17 02:55:14.093 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-5qknv", EndpointId:"eth0"}
2026-02-17 02:55:14.093 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:14.093 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"} status="up"
2026-02-17 02:55:14.093 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3f6a04b4d36", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:14.093 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3f6a04b4d36", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:14.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-fqgmj" endpoint_id:"eth0"}
2026-02-17 02:55:14.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-kqk8d" endpoint_id:"eth0"}
2026-02-17 02:55:14.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-n5h2w" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali313c5ebd4ac" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.177/32"}
2026-02-17 02:55:14.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-n5h2w" endpoint_id:"eth0"}
2026-02-17 02:55:14.099 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=201 ifaceName="cali37163188358" state="down"
2026-02-17 02:55:14.099 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali37163188358"
2026-02-17 02:55:14.100 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=201 ifaceName="cali37163188358" state="up"
2026-02-17 02:55:14.101 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37163188358", State:"down", Index:201}
2026-02-17 02:55:14.101 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37163188358", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.102 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37163188358", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.102 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37163188358", State:"up", Index:201}
2026-02-17 02:55:14.126 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali37163188358"
2026-02-17 02:55:14.126 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:14.126 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:14.126 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:14.126 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.126 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali37163188358"
2026-02-17 02:55:14.127 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:14.127 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:14.129 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.178
2026-02-17 02:55:14.129 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.177
2026-02-17 02:55:14.133 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.184
2026-02-17 02:55:14.154 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=196
2026-02-17 02:55:14.154 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6ac1cf0ae85"
2026-02-17 02:55:14.206 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-n5h2w", EndpointId:"eth0"}
2026-02-17 02:55:14.206 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-fqgmj", EndpointId:"eth0"}
2026-02-17 02:55:14.206 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kqk8d", EndpointId:"eth0"}
2026-02-17 02:55:14.206 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6ac1cf0ae85", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:14.206 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6ac1cf0ae85", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:14.333 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=202 ifaceName="cali9d54af2613f" state="down"
2026-02-17 02:55:14.333 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9d54af2613f"
2026-02-17 02:55:14.333 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9d54af2613f", State:"down", Index:202}
2026-02-17 02:55:14.333 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9d54af2613f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.333 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9d54af2613f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.358 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=202 ifaceName="cali9d54af2613f" state="up"
2026-02-17 02:55:14.367 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9d54af2613f", State:"up", Index:202}
2026-02-17 02:55:14.393 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=195
2026-02-17 02:55:14.393 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali1458ee27e22"
2026-02-17 02:55:14.393 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1458ee27e22", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:14.393 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1458ee27e22", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:14.448 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali9d54af2613f"
2026-02-17 02:55:14.449 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9d54af2613f"
2026-02-17 02:55:14.529 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=203 ifaceName="caliea6937fae9f" state="down"
2026-02-17 02:55:14.529 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliea6937fae9f"
2026-02-17 02:55:14.529 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=203 ifaceName="caliea6937fae9f" state="up"
2026-02-17 02:55:14.529 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliea6937fae9f", State:"down", Index:203}
2026-02-17 02:55:14.529 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliea6937fae9f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.529 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliea6937fae9f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.529 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliea6937fae9f", State:"up", Index:203}
2026-02-17 02:55:14.551 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliea6937fae9f"
2026-02-17 02:55:14.551 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliea6937fae9f"
2026-02-17 02:55:14.551 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=192 ifaceName="caliacaa00bdcd5" state="down"
2026-02-17 02:55:14.552 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliacaa00bdcd5"
2026-02-17 02:55:14.552 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=192
2026-02-17 02:55:14.553 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=192 ifaceName="caliacaa00bdcd5" state=""
2026-02-17 02:55:14.553 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliacaa00bdcd5"
2026-02-17 02:55:14.581 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliacaa00bdcd5", State:"down", Index:192}
2026-02-17 02:55:14.581 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliacaa00bdcd5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.581 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliacaa00bdcd5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.581 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliacaa00bdcd5", State:"", Index:192}
2026-02-17 02:55:14.581 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliacaa00bdcd5", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.581 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliacaa00bdcd5", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.584 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=190 ifaceName="cali214114c4d17" state="down"
2026-02-17 02:55:14.585 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali214114c4d17"
2026-02-17 02:55:14.585 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=190 ifaceName="cali214114c4d17" state=""
2026-02-17 02:55:14.585 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali214114c4d17"
2026-02-17 02:55:14.585 [INFO][60] felix/iface_monitor.go 243: Netlink address update but interface isn't yet known.  Will handle when interface is signalled. addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=190
2026-02-17 02:55:14.585 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali214114c4d17", State:"down", Index:190}
2026-02-17 02:55:14.585 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali214114c4d17", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.585 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali214114c4d17", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.585 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali214114c4d17", State:"", Index:190}
2026-02-17 02:55:14.585 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali214114c4d17", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.585 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali214114c4d17", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.621 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=182 ifaceName="calic03cffbb038" state="down"
2026-02-17 02:55:14.621 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic03cffbb038", State:"down", Index:182}
2026-02-17 02:55:14.621 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic03cffbb038"
2026-02-17 02:55:14.621 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic03cffbb038", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.621 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic03cffbb038", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.624 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=182
2026-02-17 02:55:14.627 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=182 ifaceName="calic03cffbb038" state=""
2026-02-17 02:55:14.627 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic03cffbb038"
2026-02-17 02:55:14.627 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic03cffbb038", State:"", Index:182}
2026-02-17 02:55:14.627 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic03cffbb038", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.627 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic03cffbb038", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.651 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-2pvj4, name=eth0)
2026-02-17 02:55:14.651 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-2pvj4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali32cfe508e73" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:55:14.654 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:14.654 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:14.655 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:14.655 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali32cfe508e73"
2026-02-17 02:55:14.655 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:14.655 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:14.656 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.172
2026-02-17 02:55:14.683 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-m5j9v, name=eth0)
2026-02-17 02:55:14.688 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:14.688 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"} status="up"
2026-02-17 02:55:14.688 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-m5j9v" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali16c4570c3bf" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:55:14.693 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=204 ifaceName="califec054f60c7" state="down"
2026-02-17 02:55:14.693 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califec054f60c7"
2026-02-17 02:55:14.693 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=204 ifaceName="califec054f60c7" state="up"
2026-02-17 02:55:14.693 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califec054f60c7", State:"down", Index:204}
2026-02-17 02:55:14.693 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califec054f60c7", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.693 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califec054f60c7", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.693 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califec054f60c7", State:"up", Index:204}
2026-02-17 02:55:14.764 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califec054f60c7"
2026-02-17 02:55:14.764 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:14.764 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:14.764 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:14.765 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califec054f60c7"
2026-02-17 02:55:14.765 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali16c4570c3bf"
2026-02-17 02:55:14.765 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:14.765 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:14.794 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:14.794 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"} status="up"
2026-02-17 02:55:14.852 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=171 ifaceName="cali4ba3ed70c8e" state="down"
2026-02-17 02:55:14.852 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:14.852 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba3ed70c8e", State:"down", Index:171}
2026-02-17 02:55:14.852 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba3ed70c8e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.852 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba3ed70c8e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.854 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=171
2026-02-17 02:55:14.859 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=171 ifaceName="cali4ba3ed70c8e" state=""
2026-02-17 02:55:14.859 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali4ba3ed70c8e"
2026-02-17 02:55:14.859 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4ba3ed70c8e", State:"", Index:171}
2026-02-17 02:55:14.859 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba3ed70c8e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.859 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4ba3ed70c8e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.906 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=205 ifaceName="cali8a23ecbbf7f" state="down"
2026-02-17 02:55:14.906 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8a23ecbbf7f", State:"down", Index:205}
2026-02-17 02:55:14.918 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali8a23ecbbf7f"
2026-02-17 02:55:14.918 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8a23ecbbf7f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.918 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8a23ecbbf7f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.918 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=205 ifaceName="cali8a23ecbbf7f" state="up"
2026-02-17 02:55:14.918 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8a23ecbbf7f", State:"up", Index:205}
2026-02-17 02:55:14.928 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=180
2026-02-17 02:55:14.928 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3e7b0cace68"
2026-02-17 02:55:14.928 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=180 ifaceName="cali3e7b0cace68" state="down"
2026-02-17 02:55:14.928 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=180 ifaceName="cali3e7b0cace68" state=""
2026-02-17 02:55:14.928 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3e7b0cace68"
2026-02-17 02:55:14.928 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3e7b0cace68", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.928 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3e7b0cace68", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.928 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3e7b0cace68", State:"down", Index:180}
2026-02-17 02:55:14.928 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3e7b0cace68", State:"", Index:180}
2026-02-17 02:55:14.928 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3e7b0cace68", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.928 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3e7b0cace68", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.977 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali8a23ecbbf7f"
2026-02-17 02:55:14.978 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali8a23ecbbf7f"
2026-02-17 02:55:14.989 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=186 ifaceName="calic5f936823fd" state="down"
2026-02-17 02:55:14.989 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic5f936823fd"
2026-02-17 02:55:14.990 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=186
2026-02-17 02:55:14.993 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=186 ifaceName="calic5f936823fd" state=""
2026-02-17 02:55:14.993 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic5f936823fd"
2026-02-17 02:55:14.998 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic5f936823fd", State:"down", Index:186}
2026-02-17 02:55:14.998 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic5f936823fd", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.998 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic5f936823fd", Addrs:set.Typed[string]{}}
2026-02-17 02:55:14.998 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic5f936823fd", State:"", Index:186}
2026-02-17 02:55:14.998 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic5f936823fd", Addrs:set.Set[string](nil)}
2026-02-17 02:55:14.998 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic5f936823fd", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.004 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=185 ifaceName="cali669d884dcea" state="down"
2026-02-17 02:55:15.004 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali669d884dcea"
2026-02-17 02:55:15.004 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali669d884dcea", State:"down", Index:185}
2026-02-17 02:55:15.004 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali669d884dcea", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.004 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali669d884dcea", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.007 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=185
2026-02-17 02:55:15.013 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=185 ifaceName="cali669d884dcea" state=""
2026-02-17 02:55:15.013 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali669d884dcea"
2026-02-17 02:55:15.013 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali669d884dcea", State:"", Index:185}
2026-02-17 02:55:15.013 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali669d884dcea", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.013 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali669d884dcea", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.033 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=197
2026-02-17 02:55:15.033 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali32cfe508e73"
2026-02-17 02:55:15.033 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali32cfe508e73", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.033 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali32cfe508e73", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.036 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=206 ifaceName="cali3daa45c9ce4" state="down"
2026-02-17 02:55:15.036 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3daa45c9ce4", State:"down", Index:206}
2026-02-17 02:55:15.036 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3daa45c9ce4"
2026-02-17 02:55:15.036 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3daa45c9ce4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.036 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3daa45c9ce4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.036 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=206 ifaceName="cali3daa45c9ce4" state="up"
2026-02-17 02:55:15.037 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3daa45c9ce4", State:"up", Index:206}
2026-02-17 02:55:15.066 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=170 ifaceName="calib7a41967ed6" state="down"
2026-02-17 02:55:15.067 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib7a41967ed6"
2026-02-17 02:55:15.067 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib7a41967ed6", State:"down", Index:170}
2026-02-17 02:55:15.067 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib7a41967ed6", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.067 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib7a41967ed6", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.078 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=170
2026-02-17 02:55:15.081 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=170 ifaceName="calib7a41967ed6" state=""
2026-02-17 02:55:15.082 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calib7a41967ed6"
2026-02-17 02:55:15.082 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib7a41967ed6", State:"", Index:170}
2026-02-17 02:55:15.082 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib7a41967ed6", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.082 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib7a41967ed6", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.082 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali3daa45c9ce4"
2026-02-17 02:55:15.082 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali3daa45c9ce4"
2026-02-17 02:55:15.091 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-rzrgj, name=eth0)
2026-02-17 02:55:15.105 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-rzrgj" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb6dedf593c" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:55:15.181 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=207 ifaceName="califb6dedf593c" state="down"
2026-02-17 02:55:15.181 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb6dedf593c", State:"down", Index:207}
2026-02-17 02:55:15.181 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califb6dedf593c"
2026-02-17 02:55:15.181 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb6dedf593c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.181 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=207 ifaceName="califb6dedf593c" state="up"
2026-02-17 02:55:15.181 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb6dedf593c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.181 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb6dedf593c", State:"up", Index:207}
2026-02-17 02:55:15.182 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="califb6dedf593c"
2026-02-17 02:55:15.182 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:15.182 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:15.183 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:15.184 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califb6dedf593c"
2026-02-17 02:55:15.184 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:15.184 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:15.207 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-b978k, name=eth0)
2026-02-17 02:55:15.215 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-b978k, name=eth0)
2026-02-17 02:55:15.230 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:15.230 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"} status="up"
2026-02-17 02:55:15.230 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-b978k" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b4368dd68d" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.148/32"}
2026-02-17 02:55:15.230 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-b978k" endpoint_id:"eth0"}
2026-02-17 02:55:15.230 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=200
2026-02-17 02:55:15.230 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calib8c97f83d7b"
2026-02-17 02:55:15.230 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib8c97f83d7b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.230 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib8c97f83d7b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.273 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-qzmj2, name=eth0)
2026-02-17 02:55:15.273 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-qzmj2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali435975a9a6b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.185/32"}
2026-02-17 02:55:15.287 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:15.287 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:15.287 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:15.287 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.287 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.287 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.288 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali435975a9a6b"
2026-02-17 02:55:15.288 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:15.288 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:15.288 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.288 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.289 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.148
2026-02-17 02:55:15.293 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-qzmj2, name=eth0)
2026-02-17 02:55:15.295 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-gwld9, name=eth0)
2026-02-17 02:55:15.313 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=188
2026-02-17 02:55:15.313 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califb134aac7f8"
2026-02-17 02:55:15.313 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=188 ifaceName="califb134aac7f8" state="down"
2026-02-17 02:55:15.318 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-gwld9, name=eth0)
2026-02-17 02:55:15.329 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=188 ifaceName="califb134aac7f8" state=""
2026-02-17 02:55:15.329 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="califb134aac7f8"
2026-02-17 02:55:15.357 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-b978k", EndpointId:"eth0"}
2026-02-17 02:55:15.357 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:15.357 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"} status="up"
2026-02-17 02:55:15.357 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-qzmj2" endpoint_id:"eth0"}
2026-02-17 02:55:15.357 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-gwld9" endpoint_id:"eth0"} endpoint:{state:"active" name:"calif5f9ccfed5c" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.156/32"}
2026-02-17 02:55:15.357 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-gwld9" endpoint_id:"eth0"}
2026-02-17 02:55:15.357 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb134aac7f8", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.357 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb134aac7f8", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.357 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb134aac7f8", State:"down", Index:188}
2026-02-17 02:55:15.358 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb134aac7f8", State:"", Index:188}
2026-02-17 02:55:15.358 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb134aac7f8", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.358 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb134aac7f8", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.391 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ck64r, name=eth0)
2026-02-17 02:55:15.391 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ck64r" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic59bafb2be1" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:55:15.397 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.397 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.397 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.397 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:15.397 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:15.401 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:15.401 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.401 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.401 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.403 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calic59bafb2be1"
2026-02-17 02:55:15.403 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.403 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.403 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:15.403 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:15.403 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.403 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.405 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.185
2026-02-17 02:55:15.405 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.156
2026-02-17 02:55:15.417 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=198
2026-02-17 02:55:15.417 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali16c4570c3bf"
2026-02-17 02:55:15.425 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=208 ifaceName="calic59bafb2be1" state="down"
2026-02-17 02:55:15.425 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic59bafb2be1"
2026-02-17 02:55:15.435 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=199 ifaceName="cali313c5ebd4ac" state="down"
2026-02-17 02:55:15.457 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=199 ifaceName="cali313c5ebd4ac" state=""
2026-02-17 02:55:15.457 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali313c5ebd4ac"
2026-02-17 02:55:15.463 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=208 ifaceName="calic59bafb2be1" state="up"
2026-02-17 02:55:15.474 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-qzmj2", EndpointId:"eth0"}
2026-02-17 02:55:15.474 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-gwld9", EndpointId:"eth0"}
2026-02-17 02:55:15.474 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:15.474 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"} status="down"
2026-02-17 02:55:15.474 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali16c4570c3bf", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.474 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali16c4570c3bf", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.474 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic59bafb2be1", State:"down", Index:208}
2026-02-17 02:55:15.474 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic59bafb2be1", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.474 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic59bafb2be1", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.474 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali313c5ebd4ac", State:"down", Index:199}
2026-02-17 02:55:15.474 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali313c5ebd4ac", State:"", Index:199}
2026-02-17 02:55:15.474 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali313c5ebd4ac", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.474 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali313c5ebd4ac", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.474 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic59bafb2be1", State:"up", Index:208}
2026-02-17 02:55:15.515 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calic59bafb2be1"
2026-02-17 02:55:15.515 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calic59bafb2be1"
2026-02-17 02:55:15.515 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic59bafb2be1"
2026-02-17 02:55:15.515 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.515 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.535 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:15.535 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"} status="up"
2026-02-17 02:55:15.577 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=203
2026-02-17 02:55:15.577 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliea6937fae9f"
2026-02-17 02:55:15.577 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliea6937fae9f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.577 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliea6937fae9f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.593 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-hcxgt, name=eth0)
2026-02-17 02:55:15.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-hcxgt" endpoint_id:"eth0"} endpoint:{state:"active" name:"calica47c2b208b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.138/32"}
2026-02-17 02:55:15.620 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.620 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.620 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.622 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calica47c2b208b"
2026-02-17 02:55:15.622 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.622 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.647 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-2pvj4, name=eth0)
2026-02-17 02:55:15.649 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-hcxgt, name=eth0)
2026-02-17 02:55:15.649 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ck64r, name=eth0)
2026-02-17 02:55:15.652 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:15.652 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"} status="up"
2026-02-17 02:55:15.652 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-2pvj4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali32cfe508e73" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.157/32"}
2026-02-17 02:55:15.652 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ck64r" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic59bafb2be1" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.179/32"}
2026-02-17 02:55:15.652 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-hcxgt" endpoint_id:"eth0"}
2026-02-17 02:55:15.668 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-2pvj4, name=eth0)
2026-02-17 02:55:15.669 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-2pvj4" endpoint_id:"eth0"}
2026-02-17 02:55:15.672 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ck64r, name=eth0)
2026-02-17 02:55:15.672 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ck64r" endpoint_id:"eth0"}
2026-02-17 02:55:15.707 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=189 ifaceName="cali5956f4ee0e3" state="down"
2026-02-17 02:55:15.707 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali5956f4ee0e3"
2026-02-17 02:55:15.707 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=189
2026-02-17 02:55:15.707 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5956f4ee0e3", State:"down", Index:189}
2026-02-17 02:55:15.707 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5956f4ee0e3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.707 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5956f4ee0e3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.709 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=189 ifaceName="cali5956f4ee0e3" state=""
2026-02-17 02:55:15.709 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali5956f4ee0e3"
2026-02-17 02:55:15.709 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali5956f4ee0e3", State:"", Index:189}
2026-02-17 02:55:15.709 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali5956f4ee0e3", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.709 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali5956f4ee0e3", Addrs:set.Set[string](nil)}
2026-02-17 02:55:15.713 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=209 ifaceName="cali1eacda2d1a5" state="down"
2026-02-17 02:55:15.713 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1eacda2d1a5"
2026-02-17 02:55:15.713 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1eacda2d1a5", State:"down", Index:209}
2026-02-17 02:55:15.713 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1eacda2d1a5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.713 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1eacda2d1a5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.714 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=209 ifaceName="cali1eacda2d1a5" state="up"
2026-02-17 02:55:15.714 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1eacda2d1a5", State:"up", Index:209}
2026-02-17 02:55:15.729 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali1eacda2d1a5"
2026-02-17 02:55:15.729 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:15.730 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:15.730 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:15.730 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.730 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.731 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.731 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.731 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.731 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.732 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali1eacda2d1a5"
2026-02-17 02:55:15.733 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:15.733 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:15.733 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.733 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.733 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.733 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.734 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.157
2026-02-17 02:55:15.734 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.179
2026-02-17 02:55:15.737 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=201
2026-02-17 02:55:15.737 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali37163188358"
2026-02-17 02:55:15.737 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.138
2026-02-17 02:55:15.744 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-9dfw2, name=eth0)
2026-02-17 02:55:15.818 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2pvj4", EndpointId:"eth0"}
2026-02-17 02:55:15.818 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ck64r", EndpointId:"eth0"}
2026-02-17 02:55:15.818 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-hcxgt", EndpointId:"eth0"}
2026-02-17 02:55:15.818 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-9dfw2" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib8c97f83d7b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:55:15.818 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37163188358", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.818 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37163188358", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.833 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:15.833 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:15.833 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:15.834 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calib8c97f83d7b"
2026-02-17 02:55:15.834 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:15.834 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:15.837 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=205
2026-02-17 02:55:15.837 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali8a23ecbbf7f"
2026-02-17 02:55:15.869 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:15.870 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"} status="up"
2026-02-17 02:55:15.870 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8a23ecbbf7f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.870 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8a23ecbbf7f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:15.942 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=210 ifaceName="cali37aabed1a0b" state="down"
2026-02-17 02:55:15.943 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali37aabed1a0b"
2026-02-17 02:55:15.944 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=210 ifaceName="cali37aabed1a0b" state="up"
2026-02-17 02:55:15.953 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37aabed1a0b", State:"down", Index:210}
2026-02-17 02:55:15.953 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37aabed1a0b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.953 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37aabed1a0b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:15.953 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37aabed1a0b", State:"up", Index:210}
2026-02-17 02:55:16.037 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali37aabed1a0b"
2026-02-17 02:55:16.037 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali37aabed1a0b"
2026-02-17 02:55:16.055 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=181 ifaceName="cali1b4368dd68d" state="down"
2026-02-17 02:55:16.055 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1b4368dd68d"
2026-02-17 02:55:16.055 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=181
2026-02-17 02:55:16.059 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=181 ifaceName="cali1b4368dd68d" state=""
2026-02-17 02:55:16.059 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali1b4368dd68d"
2026-02-17 02:55:16.059 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b4368dd68d", State:"down", Index:181}
2026-02-17 02:55:16.059 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b4368dd68d", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.059 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b4368dd68d", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.059 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b4368dd68d", State:"", Index:181}
2026-02-17 02:55:16.059 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b4368dd68d", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.059 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b4368dd68d", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.080 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=172 ifaceName="calif5f9ccfed5c" state="down"
2026-02-17 02:55:16.080 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:16.080 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif5f9ccfed5c", State:"down", Index:172}
2026-02-17 02:55:16.080 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif5f9ccfed5c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.080 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif5f9ccfed5c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.083 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=172
2026-02-17 02:55:16.089 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=172 ifaceName="calif5f9ccfed5c" state=""
2026-02-17 02:55:16.089 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calif5f9ccfed5c"
2026-02-17 02:55:16.089 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calif5f9ccfed5c", State:"", Index:172}
2026-02-17 02:55:16.089 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calif5f9ccfed5c", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.089 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calif5f9ccfed5c", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.132 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=211 ifaceName="calie0ee205897e" state="down"
2026-02-17 02:55:16.132 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie0ee205897e"
2026-02-17 02:55:16.132 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=211 ifaceName="calie0ee205897e" state="up"
2026-02-17 02:55:16.132 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie0ee205897e", State:"down", Index:211}
2026-02-17 02:55:16.133 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee205897e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.133 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee205897e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.133 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie0ee205897e", State:"up", Index:211}
2026-02-17 02:55:16.145 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie0ee205897e"
2026-02-17 02:55:16.145 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie0ee205897e"
2026-02-17 02:55:16.177 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-jthqr, name=eth0)
2026-02-17 02:55:16.177 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-jthqr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2a363519555" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:55:16.225 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=169 ifaceName="cali435975a9a6b" state="down"
2026-02-17 02:55:16.225 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali435975a9a6b"
2026-02-17 02:55:16.225 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=169
2026-02-17 02:55:16.225 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali435975a9a6b", State:"down", Index:169}
2026-02-17 02:55:16.225 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali435975a9a6b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.225 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali435975a9a6b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.227 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=169 ifaceName="cali435975a9a6b" state=""
2026-02-17 02:55:16.227 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali435975a9a6b"
2026-02-17 02:55:16.227 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali435975a9a6b", State:"", Index:169}
2026-02-17 02:55:16.227 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali435975a9a6b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.227 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali435975a9a6b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.244 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=212 ifaceName="cali2a363519555" state="down"
2026-02-17 02:55:16.244 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2a363519555"
2026-02-17 02:55:16.244 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2a363519555", State:"down", Index:212}
2026-02-17 02:55:16.244 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2a363519555", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.244 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2a363519555", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.244 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=212 ifaceName="cali2a363519555" state="up"
2026-02-17 02:55:16.244 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2a363519555", State:"up", Index:212}
2026-02-17 02:55:16.249 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali2a363519555"
2026-02-17 02:55:16.249 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.249 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.249 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.249 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2a363519555"
2026-02-17 02:55:16.250 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.250 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.285 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=204
2026-02-17 02:55:16.285 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califec054f60c7"
2026-02-17 02:55:16.291 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:16.291 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"} status="up"
2026-02-17 02:55:16.291 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califec054f60c7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.291 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califec054f60c7", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.317 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=202
2026-02-17 02:55:16.317 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali9d54af2613f"
2026-02-17 02:55:16.317 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9d54af2613f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.317 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9d54af2613f", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.319 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=184 ifaceName="calica47c2b208b" state="down"
2026-02-17 02:55:16.319 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calica47c2b208b"
2026-02-17 02:55:16.319 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=184
2026-02-17 02:55:16.319 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calica47c2b208b", State:"down", Index:184}
2026-02-17 02:55:16.320 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calica47c2b208b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.320 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calica47c2b208b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.321 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-w6p4s, name=eth0)
2026-02-17 02:55:16.321 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-w6p4s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4a92c72f963" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:55:16.322 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=184 ifaceName="calica47c2b208b" state=""
2026-02-17 02:55:16.322 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calica47c2b208b"
2026-02-17 02:55:16.322 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calica47c2b208b", State:"", Index:184}
2026-02-17 02:55:16.322 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calica47c2b208b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.322 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calica47c2b208b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.353 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.353 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.353 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.353 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali4a92c72f963"
2026-02-17 02:55:16.353 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.353 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.379 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=213 ifaceName="cali4a92c72f963" state="down"
2026-02-17 02:55:16.379 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4a92c72f963"
2026-02-17 02:55:16.388 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=213 ifaceName="cali4a92c72f963" state="up"
2026-02-17 02:55:16.395 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:16.396 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"} status="down"
2026-02-17 02:55:16.396 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4a92c72f963", State:"down", Index:213}
2026-02-17 02:55:16.396 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4a92c72f963", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.396 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4a92c72f963", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.397 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4a92c72f963", State:"up", Index:213}
2026-02-17 02:55:16.442 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=194 ifaceName="cali3f6a04b4d36" state="down"
2026-02-17 02:55:16.442 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:16.442 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=194
2026-02-17 02:55:16.442 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3f6a04b4d36", State:"down", Index:194}
2026-02-17 02:55:16.442 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3f6a04b4d36", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.442 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3f6a04b4d36", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.443 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=194 ifaceName="cali3f6a04b4d36" state=""
2026-02-17 02:55:16.443 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3f6a04b4d36"
2026-02-17 02:55:16.443 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3f6a04b4d36", State:"", Index:194}
2026-02-17 02:55:16.444 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3f6a04b4d36", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.444 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3f6a04b4d36", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.454 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-sgq8f, name=eth0)
2026-02-17 02:55:16.454 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-sgq8f" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidd4c4c0015b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:55:16.454 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali4a92c72f963"
2026-02-17 02:55:16.454 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali4a92c72f963"
2026-02-17 02:55:16.454 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.454 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.454 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.455 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali4a92c72f963"
2026-02-17 02:55:16.455 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calidd4c4c0015b"
2026-02-17 02:55:16.455 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.455 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.455 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.455 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.500 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:16.500 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"} status="up"
2026-02-17 02:55:16.500 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:16.500 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"} status="down"
2026-02-17 02:55:16.515 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=214 ifaceName="calidd4c4c0015b" state="down"
2026-02-17 02:55:16.515 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calidd4c4c0015b"
2026-02-17 02:55:16.515 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidd4c4c0015b", State:"down", Index:214}
2026-02-17 02:55:16.515 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidd4c4c0015b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.515 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidd4c4c0015b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.518 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=214 ifaceName="calidd4c4c0015b" state="up"
2026-02-17 02:55:16.518 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidd4c4c0015b", State:"up", Index:214}
2026-02-17 02:55:16.564 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calidd4c4c0015b"
2026-02-17 02:55:16.564 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calidd4c4c0015b"
2026-02-17 02:55:16.564 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calidd4c4c0015b"
2026-02-17 02:55:16.564 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.564 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.590 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-nq64h, name=eth0)
2026-02-17 02:55:16.603 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:16.603 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"} status="up"
2026-02-17 02:55:16.604 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-nq64h" endpoint_id:"eth0"} endpoint:{state:"active" name:"calid7bf2fb60c8" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.186/32"}
2026-02-17 02:55:16.608 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-nq64h, name=eth0)
2026-02-17 02:55:16.608 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-nq64h" endpoint_id:"eth0"}
2026-02-17 02:55:16.674 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:16.674 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:16.674 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:16.675 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:16.675 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:16.675 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.186
2026-02-17 02:55:16.684 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-vh82w, name=eth0)
2026-02-17 02:55:16.693 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-vh82w, name=eth0)
2026-02-17 02:55:16.701 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=207
2026-02-17 02:55:16.701 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="califb6dedf593c"
2026-02-17 02:55:16.727 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-2kjq6, name=eth0)
2026-02-17 02:55:16.733 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-2kjq6, name=eth0)
2026-02-17 02:55:16.741 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-nq64h", EndpointId:"eth0"}
2026-02-17 02:55:16.741 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-vh82w" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali1b3ebd3a039" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.190/32"}
2026-02-17 02:55:16.741 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-vh82w" endpoint_id:"eth0"}
2026-02-17 02:55:16.741 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-2kjq6" endpoint_id:"eth0"} endpoint:{state:"active" name:"calibc0e53f3dce" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.146/32"}
2026-02-17 02:55:16.741 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-2kjq6" endpoint_id:"eth0"}
2026-02-17 02:55:16.741 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb6dedf593c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.741 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb6dedf593c", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.775 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:16.775 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:16.775 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:16.775 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:16.775 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:16.775 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:16.776 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:16.776 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:16.776 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:16.776 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:16.776 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.190
2026-02-17 02:55:16.776 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.146
2026-02-17 02:55:16.834 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-jthqr, name=eth0)
2026-02-17 02:55:16.857 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-vh82w", EndpointId:"eth0"}
2026-02-17 02:55:16.857 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-2kjq6", EndpointId:"eth0"}
2026-02-17 02:55:16.857 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-jthqr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2a363519555" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:55:16.861 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=206
2026-02-17 02:55:16.861 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali3daa45c9ce4"
2026-02-17 02:55:16.861 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3daa45c9ce4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.861 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3daa45c9ce4", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.868 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-rzrgj, name=eth0)
2026-02-17 02:55:16.868 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-rzrgj" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb6dedf593c" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:55:16.881 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.881 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.881 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.881 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:16.881 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:16.881 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:16.882 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali2a363519555"
2026-02-17 02:55:16.882 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="califb6dedf593c"
2026-02-17 02:55:16.882 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:16.882 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:16.882 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.882 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:16.894 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-w6p4s, name=eth0)
2026-02-17 02:55:16.902 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=195
2026-02-17 02:55:16.902 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1458ee27e22"
2026-02-17 02:55:16.902 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=195 ifaceName="cali1458ee27e22" state="down"
2026-02-17 02:55:16.902 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=195 ifaceName="cali1458ee27e22" state=""
2026-02-17 02:55:16.902 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali1458ee27e22"
2026-02-17 02:55:16.911 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:16.911 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"} status="up"
2026-02-17 02:55:16.911 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:16.911 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"} status="up"
2026-02-17 02:55:16.911 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1458ee27e22", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.911 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1458ee27e22", Addrs:set.Typed[string]{}}
2026-02-17 02:55:16.911 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1458ee27e22", State:"down", Index:195}
2026-02-17 02:55:16.911 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1458ee27e22", State:"", Index:195}
2026-02-17 02:55:16.911 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1458ee27e22", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.911 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1458ee27e22", Addrs:set.Set[string](nil)}
2026-02-17 02:55:16.911 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-w6p4s" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali4a92c72f963" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.142/32"}
2026-02-17 02:55:16.918 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-w6p4s, name=eth0)
2026-02-17 02:55:16.918 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-w6p4s" endpoint_id:"eth0"}
2026-02-17 02:55:16.943 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-sgq8f, name=eth0)
2026-02-17 02:55:16.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-sgq8f" endpoint_id:"eth0"} endpoint:{state:"active" name:"calidd4c4c0015b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.168/32"}
2026-02-17 02:55:16.954 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-sgq8f, name=eth0)
2026-02-17 02:55:16.954 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-sgq8f" endpoint_id:"eth0"}
2026-02-17 02:55:16.957 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=208
2026-02-17 02:55:16.957 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calic59bafb2be1"
2026-02-17 02:55:16.957 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic59bafb2be1", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.957 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic59bafb2be1", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:16.962 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ks54q, name=eth0)
2026-02-17 02:55:16.962 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ks54q" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic1e62ca61a4" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.163/32"}
2026-02-17 02:55:16.969 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-ks54q, name=eth0)
2026-02-17 02:55:16.970 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-ks54q" endpoint_id:"eth0"}
2026-02-17 02:55:16.986 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.986 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.987 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.987 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.987 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.987 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.987 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:16.987 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:16.991 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:16.992 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.992 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:16.992 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.992 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:16.992 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:16.992 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:16.993 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.163
2026-02-17 02:55:16.993 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.188
2026-02-17 02:55:16.997 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.142
2026-02-17 02:55:16.997 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.168
2026-02-17 02:55:17.016 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-kjx8j, name=eth0)
2026-02-17 02:55:17.020 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-4nzx5, name=eth0)
2026-02-17 02:55:17.026 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-kjx8j, name=eth0)
2026-02-17 02:55:17.043 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-4nzx5, name=eth0)
2026-02-17 02:55:17.043 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-9ztq8, name=eth0)
2026-02-17 02:55:17.069 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-rzrgj, name=eth0)
2026-02-17 02:55:17.069 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-9ztq8, name=eth0)
2026-02-17 02:55:17.071 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-w6p4s", EndpointId:"eth0"}
2026-02-17 02:55:17.071 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-sgq8f", EndpointId:"eth0"}
2026-02-17 02:55:17.071 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-ks54q", EndpointId:"eth0"}
2026-02-17 02:55:17.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-kjx8j" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali8ef8d800755" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.147/32"}
2026-02-17 02:55:17.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-4nzx5" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali74249bd14ee" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.162/32"}
2026-02-17 02:55:17.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-kjx8j" endpoint_id:"eth0"}
2026-02-17 02:55:17.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-9ztq8" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6ac1cf0ae85" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.134/32"}
2026-02-17 02:55:17.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-4nzx5" endpoint_id:"eth0"}
2026-02-17 02:55:17.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-rzrgj" endpoint_id:"eth0"} endpoint:{state:"active" name:"califb6dedf593c" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.175/32"}
2026-02-17 02:55:17.071 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-9ztq8" endpoint_id:"eth0"}
2026-02-17 02:55:17.087 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-rzrgj, name=eth0)
2026-02-17 02:55:17.087 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-rzrgj" endpoint_id:"eth0"}
2026-02-17 02:55:17.092 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:17.092 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:17.092 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:17.092 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:17.092 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:17.092 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:17.093 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:17.094 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.147
2026-02-17 02:55:17.094 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.134
2026-02-17 02:55:17.099 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.162
2026-02-17 02:55:17.112 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.175
2026-02-17 02:55:17.164 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-4nzx5", EndpointId:"eth0"}
2026-02-17 02:55:17.164 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9ztq8", EndpointId:"eth0"}
2026-02-17 02:55:17.164 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-rzrgj", EndpointId:"eth0"}
2026-02-17 02:55:17.164 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-kjx8j", EndpointId:"eth0"}
2026-02-17 02:55:17.343 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=201 ifaceName="cali37163188358" state="down"
2026-02-17 02:55:17.343 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37163188358", State:"down", Index:201}
2026-02-17 02:55:17.343 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:55:17.344 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali37163188358"
2026-02-17 02:55:17.344 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=201
2026-02-17 02:55:17.348 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=201 ifaceName="cali37163188358" state=""
2026-02-17 02:55:17.348 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali37163188358"
2026-02-17 02:55:17.365 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37163188358", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.365 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37163188358", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.365 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37163188358", State:"", Index:201}
2026-02-17 02:55:17.365 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37163188358", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.365 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37163188358", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.365 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.183
2026-02-17 02:55:17.437 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=211
2026-02-17 02:55:17.437 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie0ee205897e"
2026-02-17 02:55:17.437 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee205897e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.437 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee205897e", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.497 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=210
2026-02-17 02:55:17.497 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali37aabed1a0b"
2026-02-17 02:55:17.497 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=175 ifaceName="calid7bf2fb60c8" state="down"
2026-02-17 02:55:17.497 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:17.497 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37aabed1a0b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.497 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37aabed1a0b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.497 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid7bf2fb60c8", State:"down", Index:175}
2026-02-17 02:55:17.497 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid7bf2fb60c8", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.497 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid7bf2fb60c8", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.497 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:55:17.497 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=175
2026-02-17 02:55:17.502 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=175 ifaceName="calid7bf2fb60c8" state=""
2026-02-17 02:55:17.502 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calid7bf2fb60c8"
2026-02-17 02:55:17.502 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calid7bf2fb60c8", State:"", Index:175}
2026-02-17 02:55:17.502 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid7bf2fb60c8", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.502 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid7bf2fb60c8", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.521 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=202 ifaceName="cali9d54af2613f" state="down"
2026-02-17 02:55:17.521 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9d54af2613f"
2026-02-17 02:55:17.521 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=202
2026-02-17 02:55:17.525 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=202 ifaceName="cali9d54af2613f" state=""
2026-02-17 02:55:17.525 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali9d54af2613f"
2026-02-17 02:55:17.526 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9d54af2613f", State:"down", Index:202}
2026-02-17 02:55:17.526 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9d54af2613f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.526 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9d54af2613f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.526 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9d54af2613f", State:"", Index:202}
2026-02-17 02:55:17.526 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9d54af2613f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.526 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9d54af2613f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.601 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=209
2026-02-17 02:55:17.601 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali1eacda2d1a5"
2026-02-17 02:55:17.601 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1eacda2d1a5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.601 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1eacda2d1a5", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.615 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.167
2026-02-17 02:55:17.629 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=214
2026-02-17 02:55:17.629 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calidd4c4c0015b"
2026-02-17 02:55:17.632 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidd4c4c0015b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.632 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidd4c4c0015b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.669 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=191 ifaceName="calibc0e53f3dce" state="down"
2026-02-17 02:55:17.669 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calibc0e53f3dce"
2026-02-17 02:55:17.669 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=191
2026-02-17 02:55:17.669 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibc0e53f3dce", State:"down", Index:191}
2026-02-17 02:55:17.669 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibc0e53f3dce", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.669 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibc0e53f3dce", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.670 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=191 ifaceName="calibc0e53f3dce" state=""
2026-02-17 02:55:17.670 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calibc0e53f3dce"
2026-02-17 02:55:17.670 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calibc0e53f3dce", State:"", Index:191}
2026-02-17 02:55:17.670 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calibc0e53f3dce", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.670 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calibc0e53f3dce", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.671 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=197 ifaceName="cali32cfe508e73" state="down"
2026-02-17 02:55:17.672 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali32cfe508e73"
2026-02-17 02:55:17.672 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=197
2026-02-17 02:55:17.672 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali32cfe508e73", State:"down", Index:197}
2026-02-17 02:55:17.672 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali32cfe508e73", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.672 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali32cfe508e73", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.676 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=197 ifaceName="cali32cfe508e73" state=""
2026-02-17 02:55:17.676 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali32cfe508e73"
2026-02-17 02:55:17.676 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali32cfe508e73", State:"", Index:197}
2026-02-17 02:55:17.676 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali32cfe508e73", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.676 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali32cfe508e73", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.690 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=208 ifaceName="calic59bafb2be1" state="down"
2026-02-17 02:55:17.690 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic59bafb2be1"
2026-02-17 02:55:17.690 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic59bafb2be1", State:"down", Index:208}
2026-02-17 02:55:17.690 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic59bafb2be1", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.690 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic59bafb2be1", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.694 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=208
2026-02-17 02:55:17.695 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=208 ifaceName="calic59bafb2be1" state=""
2026-02-17 02:55:17.695 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic59bafb2be1"
2026-02-17 02:55:17.695 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic59bafb2be1", State:"", Index:208}
2026-02-17 02:55:17.695 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic59bafb2be1", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.695 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic59bafb2be1", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.699 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=183
2026-02-17 02:55:17.699 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:17.699 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=183 ifaceName="cali1b3ebd3a039" state="down"
2026-02-17 02:55:17.699 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b3ebd3a039", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.699 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b3ebd3a039", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.699 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b3ebd3a039", State:"down", Index:183}
2026-02-17 02:55:17.701 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=183 ifaceName="cali1b3ebd3a039" state=""
2026-02-17 02:55:17.701 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali1b3ebd3a039"
2026-02-17 02:55:17.701 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1b3ebd3a039", State:"", Index:183}
2026-02-17 02:55:17.701 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1b3ebd3a039", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.701 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1b3ebd3a039", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.735 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=203 ifaceName="caliea6937fae9f" state="down"
2026-02-17 02:55:17.735 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliea6937fae9f"
2026-02-17 02:55:17.735 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=203
2026-02-17 02:55:17.735 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliea6937fae9f", State:"down", Index:203}
2026-02-17 02:55:17.735 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliea6937fae9f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.735 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliea6937fae9f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.739 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=203 ifaceName="caliea6937fae9f" state=""
2026-02-17 02:55:17.739 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliea6937fae9f"
2026-02-17 02:55:17.739 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliea6937fae9f", State:"", Index:203}
2026-02-17 02:55:17.739 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliea6937fae9f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.739 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliea6937fae9f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.822 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.143
2026-02-17 02:55:17.852 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=173
2026-02-17 02:55:17.852 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali8ef8d800755"
2026-02-17 02:55:17.852 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=173 ifaceName="cali8ef8d800755" state="down"
2026-02-17 02:55:17.852 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8ef8d800755", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.852 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8ef8d800755", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.852 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8ef8d800755", State:"down", Index:173}
2026-02-17 02:55:17.853 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=173 ifaceName="cali8ef8d800755" state=""
2026-02-17 02:55:17.853 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali8ef8d800755"
2026-02-17 02:55:17.853 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8ef8d800755", State:"", Index:173}
2026-02-17 02:55:17.853 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8ef8d800755", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.853 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8ef8d800755", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.919 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=187 ifaceName="cali74249bd14ee" state="down"
2026-02-17 02:55:17.919 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali74249bd14ee", State:"down", Index:187}
2026-02-17 02:55:17.919 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali74249bd14ee"
2026-02-17 02:55:17.919 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=187
2026-02-17 02:55:17.919 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali74249bd14ee", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.920 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali74249bd14ee", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.923 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=187 ifaceName="cali74249bd14ee" state=""
2026-02-17 02:55:17.923 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali74249bd14ee"
2026-02-17 02:55:17.923 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali74249bd14ee", State:"", Index:187}
2026-02-17 02:55:17.923 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali74249bd14ee", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.923 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali74249bd14ee", Addrs:set.Set[string](nil)}
2026-02-17 02:55:17.937 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-wtq9q, name=eth0)
2026-02-17 02:55:17.942 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-wtq9q" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali83783299454" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.165/32"}
2026-02-17 02:55:17.961 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-wtq9q, name=eth0)
2026-02-17 02:55:17.962 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-wtq9q" endpoint_id:"eth0"}
2026-02-17 02:55:17.977 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=212
2026-02-17 02:55:17.977 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali2a363519555"
2026-02-17 02:55:17.977 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2a363519555", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.977 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2a363519555", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:17.995 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=167 ifaceName="calic1e62ca61a4" state="down"
2026-02-17 02:55:17.995 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic1e62ca61a4"
2026-02-17 02:55:17.995 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic1e62ca61a4", State:"down", Index:167}
2026-02-17 02:55:17.995 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic1e62ca61a4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.996 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic1e62ca61a4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:17.998 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=167
2026-02-17 02:55:18.005 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=167 ifaceName="calic1e62ca61a4" state=""
2026-02-17 02:55:18.005 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic1e62ca61a4"
2026-02-17 02:55:18.005 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic1e62ca61a4", State:"", Index:167}
2026-02-17 02:55:18.005 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic1e62ca61a4", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.005 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic1e62ca61a4", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.028 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:18.028 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:18.028 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:18.029 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:18.029 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:18.030 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.165
2026-02-17 02:55:18.061 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=196 ifaceName="cali6ac1cf0ae85" state="down"
2026-02-17 02:55:18.061 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6ac1cf0ae85"
2026-02-17 02:55:18.061 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=196
2026-02-17 02:55:18.065 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=196 ifaceName="cali6ac1cf0ae85" state=""
2026-02-17 02:55:18.065 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6ac1cf0ae85"
2026-02-17 02:55:18.086 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-wtq9q", EndpointId:"eth0"}
2026-02-17 02:55:18.086 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6ac1cf0ae85", State:"down", Index:196}
2026-02-17 02:55:18.086 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6ac1cf0ae85", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.086 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6ac1cf0ae85", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.086 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6ac1cf0ae85", State:"", Index:196}
2026-02-17 02:55:18.086 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6ac1cf0ae85", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.086 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6ac1cf0ae85", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.157 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-7jzjz, name=eth0)
2026-02-17 02:55:18.157 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-7jzjz" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliac6b5053f26" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.136/32"}
2026-02-17 02:55:18.167 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-7jzjz, name=eth0)
2026-02-17 02:55:18.167 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-7jzjz" endpoint_id:"eth0"}
2026-02-17 02:55:18.236 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:18.236 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:18.237 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:18.237 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:18.237 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:18.238 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.136
2026-02-17 02:55:18.256 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=204
2026-02-17 02:55:18.256 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califec054f60c7"
2026-02-17 02:55:18.256 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=204 ifaceName="califec054f60c7" state="down"
2026-02-17 02:55:18.256 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=204 ifaceName="califec054f60c7" state=""
2026-02-17 02:55:18.256 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="califec054f60c7"
2026-02-17 02:55:18.260 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-m5j9v, name=eth0)
2026-02-17 02:55:18.266 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-m5j9v, name=eth0)
2026-02-17 02:55:18.269 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=213
2026-02-17 02:55:18.269 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali4a92c72f963"
2026-02-17 02:55:18.289 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-7jzjz", EndpointId:"eth0"}
2026-02-17 02:55:18.290 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-m5j9v" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali16c4570c3bf" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.171/32"}
2026-02-17 02:55:18.290 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-m5j9v" endpoint_id:"eth0"}
2026-02-17 02:55:18.290 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califec054f60c7", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.290 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califec054f60c7", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.290 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califec054f60c7", State:"down", Index:204}
2026-02-17 02:55:18.290 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califec054f60c7", State:"", Index:204}
2026-02-17 02:55:18.290 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califec054f60c7", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.290 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califec054f60c7", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.290 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4a92c72f963", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:18.290 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4a92c72f963", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:18.299 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-27gmt, name=eth0)
2026-02-17 02:55:18.300 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-27gmt" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali111b71f0ab2" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.159/32"}
2026-02-17 02:55:18.313 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-27gmt, name=eth0)
2026-02-17 02:55:18.313 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-27gmt" endpoint_id:"eth0"}
2026-02-17 02:55:18.343 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:18.343 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:18.343 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:18.343 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:18.343 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:18.344 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:18.344 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:18.344 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:18.344 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:18.344 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:18.344 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.159
2026-02-17 02:55:18.345 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.171
2026-02-17 02:55:18.345 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.141
2026-02-17 02:55:18.365 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-d2xwz, name=eth0)
2026-02-17 02:55:18.371 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-d2xwz, name=eth0)
2026-02-17 02:55:18.414 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-27gmt", EndpointId:"eth0"}
2026-02-17 02:55:18.414 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-m5j9v", EndpointId:"eth0"}
2026-02-17 02:55:18.414 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-d2xwz" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali40bfc1e5c17" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.181/32"}
2026-02-17 02:55:18.414 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-d2xwz" endpoint_id:"eth0"}
2026-02-17 02:55:18.444 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-bvldh, name=eth0)
2026-02-17 02:55:18.444 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-bvldh" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali9b28315d0a3" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.153/32"}
2026-02-17 02:55:18.451 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:18.451 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:18.452 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:18.452 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.452 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.452 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.454 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali9b28315d0a3"
2026-02-17 02:55:18.454 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:18.454 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:18.454 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.454 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.455 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-bvldh, name=eth0)
2026-02-17 02:55:18.456 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.181
bird: KIF: Received address message for unknown interface 205
2026-02-17 02:55:18.521 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-d2xwz", EndpointId:"eth0"}
2026-02-17 02:55:18.521 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:18.521 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"} status="up"
2026-02-17 02:55:18.521 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-bvldh" endpoint_id:"eth0"}
2026-02-17 02:55:18.528 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-k7zsp, name=eth0)
2026-02-17 02:55:18.528 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-k7zsp" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia8a3fe149de" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.170/32"}
2026-02-17 02:55:18.553 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-k7zsp, name=eth0)
2026-02-17 02:55:18.553 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-k7zsp" endpoint_id:"eth0"}
2026-02-17 02:55:18.558 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.558 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.558 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.558 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:18.558 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:18.558 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:18.559 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.559 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.559 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:18.559 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:18.559 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.170
2026-02-17 02:55:18.559 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.153
2026-02-17 02:55:18.568 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=205
2026-02-17 02:55:18.568 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali8a23ecbbf7f"
2026-02-17 02:55:18.568 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=205 ifaceName="cali8a23ecbbf7f" state="down"
2026-02-17 02:55:18.570 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=205 ifaceName="cali8a23ecbbf7f" state=""
2026-02-17 02:55:18.570 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali8a23ecbbf7f"
2026-02-17 02:55:18.592 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-9dfw2, name=eth0)
2026-02-17 02:55:18.607 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-9dfw2, name=eth0)
2026-02-17 02:55:18.614 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-bvldh", EndpointId:"eth0"}
2026-02-17 02:55:18.614 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-k7zsp", EndpointId:"eth0"}
2026-02-17 02:55:18.614 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8a23ecbbf7f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.614 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8a23ecbbf7f", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.614 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8a23ecbbf7f", State:"down", Index:205}
2026-02-17 02:55:18.614 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali8a23ecbbf7f", State:"", Index:205}
2026-02-17 02:55:18.614 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8a23ecbbf7f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.614 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8a23ecbbf7f", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-9dfw2" endpoint_id:"eth0"} endpoint:{state:"active" name:"calib8c97f83d7b" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.158/32"}
2026-02-17 02:55:18.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-9dfw2" endpoint_id:"eth0"}
2026-02-17 02:55:18.619 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-jthqr, name=eth0)
2026-02-17 02:55:18.619 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-jthqr" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali2a363519555" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.140/32"}
2026-02-17 02:55:18.647 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-jthqr, name=eth0)
2026-02-17 02:55:18.647 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-jthqr" endpoint_id:"eth0"}
2026-02-17 02:55:18.656 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-snc4c, name=eth0)
2026-02-17 02:55:18.656 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-snc4c" endpoint_id:"eth0"} endpoint:{state:"active" name:"calic0ea2f11ca9" profile_ids:"kns.gc-7503" profile_ids:"ksa.gc-7503.default" ipv4_nets:"10.100.210.139/32"}
2026-02-17 02:55:18.666 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:18.666 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:18.666 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:18.667 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:18.667 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:18.667 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:18.667 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.667 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.667 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.667 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:18.668 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:18.668 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:18.668 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:18.668 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:18.668 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.668 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.668 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.160
2026-02-17 02:55:18.668 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.158
2026-02-17 02:55:18.669 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.140
2026-02-17 02:55:18.673 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=gc-7503/simpletest.rc-snc4c, name=eth0)
2026-02-17 02:55:18.749 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-jthqr", EndpointId:"eth0"}
2026-02-17 02:55:18.749 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:18.749 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"} status="up"
2026-02-17 02:55:18.749 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-9dfw2", EndpointId:"eth0"}
2026-02-17 02:55:18.749 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"gc-7503/simpletest.rc-snc4c" endpoint_id:"eth0"}
2026-02-17 02:55:18.749 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.gc-7503"}
2026-02-17 02:55:18.750 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.gc-7503.default"}
2026-02-17 02:55:18.770 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.770 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.770 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.771 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.771 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.771 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.139
2026-02-17 02:55:18.795 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=214 ifaceName="calidd4c4c0015b" state="down"
2026-02-17 02:55:18.795 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calidd4c4c0015b"
2026-02-17 02:55:18.797 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=214
2026-02-17 02:55:18.800 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=214 ifaceName="calidd4c4c0015b" state=""
2026-02-17 02:55:18.800 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calidd4c4c0015b"
2026-02-17 02:55:18.822 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"gc-7503/simpletest.rc-snc4c", EndpointId:"eth0"}
2026-02-17 02:55:18.822 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidd4c4c0015b", State:"down", Index:214}
2026-02-17 02:55:18.822 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidd4c4c0015b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.822 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidd4c4c0015b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.822 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calidd4c4c0015b", State:"", Index:214}
2026-02-17 02:55:18.822 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calidd4c4c0015b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.822 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calidd4c4c0015b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.850 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:55:18.962 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=178 ifaceName="cali83783299454" state="down"
2026-02-17 02:55:18.962 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali83783299454"
2026-02-17 02:55:18.962 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=178
2026-02-17 02:55:18.962 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali83783299454", State:"down", Index:178}
2026-02-17 02:55:18.962 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali83783299454", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.962 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali83783299454", Addrs:set.Typed[string]{}}
2026-02-17 02:55:18.963 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=178 ifaceName="cali83783299454" state=""
2026-02-17 02:55:18.963 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali83783299454"
2026-02-17 02:55:18.963 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali83783299454", State:"", Index:178}
2026-02-17 02:55:18.963 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali83783299454", Addrs:set.Set[string](nil)}
2026-02-17 02:55:18.963 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali83783299454", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.025 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=213 ifaceName="cali4a92c72f963" state="down"
2026-02-17 02:55:19.025 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali4a92c72f963"
2026-02-17 02:55:19.025 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=213
2026-02-17 02:55:19.025 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4a92c72f963", State:"down", Index:213}
2026-02-17 02:55:19.025 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4a92c72f963", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.025 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4a92c72f963", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.026 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=213 ifaceName="cali4a92c72f963" state=""
2026-02-17 02:55:19.026 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali4a92c72f963"
2026-02-17 02:55:19.026 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali4a92c72f963", State:"", Index:213}
2026-02-17 02:55:19.026 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali4a92c72f963", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.026 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali4a92c72f963", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.079 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-7503"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-7503"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-7503"}
2026-02-17 02:55:19.156 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csiinlinevolumes-4675"} labels:{key:"e2e-framework" value:"csiinlinevolumes"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"csiinlinevolumes-4675"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csiinlinevolumes-4675"}
2026-02-17 02:55:19.156 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"csiinlinevolumes-4675" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:19.166 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=206 ifaceName="cali3daa45c9ce4" state="down"
2026-02-17 02:55:19.166 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali3daa45c9ce4"
2026-02-17 02:55:19.166 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3daa45c9ce4", State:"down", Index:206}
2026-02-17 02:55:19.166 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=206
2026-02-17 02:55:19.166 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3daa45c9ce4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.166 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3daa45c9ce4", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.178 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=206 ifaceName="cali3daa45c9ce4" state=""
2026-02-17 02:55:19.178 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali3daa45c9ce4"
2026-02-17 02:55:19.178 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali3daa45c9ce4", State:"", Index:206}
2026-02-17 02:55:19.178 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali3daa45c9ce4", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.178 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali3daa45c9ce4", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.191 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.169
2026-02-17 02:55:19.255 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=193 ifaceName="caliac6b5053f26" state="down"
2026-02-17 02:55:19.255 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliac6b5053f26"
2026-02-17 02:55:19.255 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=193
2026-02-17 02:55:19.255 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliac6b5053f26", State:"down", Index:193}
2026-02-17 02:55:19.256 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliac6b5053f26", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.256 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliac6b5053f26", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.257 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=193 ifaceName="caliac6b5053f26" state=""
2026-02-17 02:55:19.257 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliac6b5053f26"
2026-02-17 02:55:19.257 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliac6b5053f26", State:"", Index:193}
2026-02-17 02:55:19.257 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliac6b5053f26", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.257 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliac6b5053f26", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.341 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csiinlinevolumes-4675"} labels:{key:"e2e-framework" value:"csiinlinevolumes"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"csiinlinevolumes-4675"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csiinlinevolumes-4675"}
2026-02-17 02:55:19.364 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=174 ifaceName="cali40bfc1e5c17" state="down"
2026-02-17 02:55:19.364 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali40bfc1e5c17", State:"down", Index:174}
2026-02-17 02:55:19.365 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali40bfc1e5c17"
2026-02-17 02:55:19.365 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=174
2026-02-17 02:55:19.365 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=174 ifaceName="cali40bfc1e5c17" state=""
2026-02-17 02:55:19.365 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali40bfc1e5c17"
2026-02-17 02:55:19.365 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali40bfc1e5c17", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.365 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali40bfc1e5c17", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.365 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali40bfc1e5c17", State:"", Index:174}
2026-02-17 02:55:19.365 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali40bfc1e5c17", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.365 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali40bfc1e5c17", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-5364"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-5364"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-5364"}
2026-02-17 02:55:19.422 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=198 ifaceName="cali16c4570c3bf" state="down"
2026-02-17 02:55:19.422 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali16c4570c3bf"
2026-02-17 02:55:19.422 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali16c4570c3bf", State:"down", Index:198}
2026-02-17 02:55:19.423 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali16c4570c3bf", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.423 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali16c4570c3bf", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.429 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=198
2026-02-17 02:55:19.432 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=198 ifaceName="cali16c4570c3bf" state=""
2026-02-17 02:55:19.433 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali16c4570c3bf"
2026-02-17 02:55:19.433 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali16c4570c3bf", State:"", Index:198}
2026-02-17 02:55:19.433 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali16c4570c3bf", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.433 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali16c4570c3bf", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"secrets-5364" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:19.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-6072"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"job-6072"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-6072"}
2026-02-17 02:55:19.557 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-3460"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-3460"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-3460"}
2026-02-17 02:55:19.573 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"endpointslice-3460" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:19.585 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=168
2026-02-17 02:55:19.585 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:19.585 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=168 ifaceName="calic0ea2f11ca9" state="down"
2026-02-17 02:55:19.585 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic0ea2f11ca9", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.585 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic0ea2f11ca9", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.585 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic0ea2f11ca9", State:"down", Index:168}
2026-02-17 02:55:19.588 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=168 ifaceName="calic0ea2f11ca9" state=""
2026-02-17 02:55:19.589 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calic0ea2f11ca9"
2026-02-17 02:55:19.589 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calic0ea2f11ca9", State:"", Index:168}
2026-02-17 02:55:19.589 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calic0ea2f11ca9", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.589 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calic0ea2f11ca9", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.592 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=200
2026-02-17 02:55:19.592 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calib8c97f83d7b"
2026-02-17 02:55:19.592 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=200 ifaceName="calib8c97f83d7b" state="down"
2026-02-17 02:55:19.593 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib8c97f83d7b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.593 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib8c97f83d7b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.593 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib8c97f83d7b", State:"down", Index:200}
2026-02-17 02:55:19.597 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=200 ifaceName="calib8c97f83d7b" state=""
2026-02-17 02:55:19.597 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calib8c97f83d7b"
2026-02-17 02:55:19.597 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calib8c97f83d7b", State:"", Index:200}
2026-02-17 02:55:19.597 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calib8c97f83d7b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.597 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calib8c97f83d7b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.615 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=179
2026-02-17 02:55:19.615 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali9b28315d0a3"
2026-02-17 02:55:19.615 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=179 ifaceName="cali9b28315d0a3" state="down"
2026-02-17 02:55:19.617 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=179 ifaceName="cali9b28315d0a3" state=""
2026-02-17 02:55:19.617 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali9b28315d0a3"
2026-02-17 02:55:19.621 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9b28315d0a3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.621 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9b28315d0a3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.621 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9b28315d0a3", State:"down", Index:179}
2026-02-17 02:55:19.621 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali9b28315d0a3", State:"", Index:179}
2026-02-17 02:55:19.621 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali9b28315d0a3", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.621 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali9b28315d0a3", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.662 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=165
2026-02-17 02:55:19.662 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali111b71f0ab2"
2026-02-17 02:55:19.663 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=165 ifaceName="cali111b71f0ab2" state="down"
2026-02-17 02:55:19.663 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali111b71f0ab2", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.663 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali111b71f0ab2", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.663 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali111b71f0ab2", State:"down", Index:165}
2026-02-17 02:55:19.664 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=165 ifaceName="cali111b71f0ab2" state=""
2026-02-17 02:55:19.664 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali111b71f0ab2"
2026-02-17 02:55:19.664 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali111b71f0ab2", State:"", Index:165}
2026-02-17 02:55:19.664 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali111b71f0ab2", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.664 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali111b71f0ab2", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.693 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=176 ifaceName="calia8a3fe149de" state="down"
2026-02-17 02:55:19.693 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia8a3fe149de"
2026-02-17 02:55:19.693 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=176
2026-02-17 02:55:19.693 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia8a3fe149de", State:"down", Index:176}
2026-02-17 02:55:19.693 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia8a3fe149de", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.693 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia8a3fe149de", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.697 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=176 ifaceName="calia8a3fe149de" state=""
2026-02-17 02:55:19.697 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia8a3fe149de"
2026-02-17 02:55:19.697 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia8a3fe149de", State:"", Index:176}
2026-02-17 02:55:19.697 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia8a3fe149de", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.697 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia8a3fe149de", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.790 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-3460"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-3460"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-3460"}
2026-02-17 02:55:19.814 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-4746"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-4746"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-4746"}
2026-02-17 02:55:19.844 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"deployment-4746" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:19.862 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=207 ifaceName="califb6dedf593c" state="down"
2026-02-17 02:55:19.863 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb6dedf593c", State:"down", Index:207}
2026-02-17 02:55:19.863 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="califb6dedf593c"
2026-02-17 02:55:19.863 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=207
2026-02-17 02:55:19.863 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb6dedf593c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.863 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb6dedf593c", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.863 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=207 ifaceName="califb6dedf593c" state=""
2026-02-17 02:55:19.863 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="califb6dedf593c"
2026-02-17 02:55:19.863 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"califb6dedf593c", State:"", Index:207}
2026-02-17 02:55:19.863 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"califb6dedf593c", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.863 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"califb6dedf593c", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.900 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=212 ifaceName="cali2a363519555" state="down"
2026-02-17 02:55:19.900 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2a363519555", State:"down", Index:212}
2026-02-17 02:55:19.900 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali2a363519555"
2026-02-17 02:55:19.900 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=212
2026-02-17 02:55:19.900 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2a363519555", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.901 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2a363519555", Addrs:set.Typed[string]{}}
2026-02-17 02:55:19.902 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=212 ifaceName="cali2a363519555" state=""
2026-02-17 02:55:19.902 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali2a363519555"
2026-02-17 02:55:19.902 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali2a363519555", State:"", Index:212}
2026-02-17 02:55:19.902 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali2a363519555", Addrs:set.Set[string](nil)}
2026-02-17 02:55:19.902 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali2a363519555", Addrs:set.Set[string](nil)}
2026-02-17 02:55:20.231 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=209 ifaceName="cali1eacda2d1a5" state="down"
2026-02-17 02:55:20.232 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali1eacda2d1a5"
2026-02-17 02:55:20.232 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=209
2026-02-17 02:55:20.232 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1eacda2d1a5", State:"down", Index:209}
2026-02-17 02:55:20.232 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1eacda2d1a5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:20.232 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1eacda2d1a5", Addrs:set.Typed[string]{}}
2026-02-17 02:55:20.232 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:55:20.233 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=209 ifaceName="cali1eacda2d1a5" state=""
2026-02-17 02:55:20.233 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali1eacda2d1a5"
2026-02-17 02:55:20.255 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali1eacda2d1a5", State:"", Index:209}
2026-02-17 02:55:20.255 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali1eacda2d1a5", Addrs:set.Set[string](nil)}
2026-02-17 02:55:20.255 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali1eacda2d1a5", Addrs:set.Set[string](nil)}
2026-02-17 02:55:20.256 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.173
2026-02-17 02:55:20.337 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=210 ifaceName="cali37aabed1a0b" state="down"
2026-02-17 02:55:20.338 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37aabed1a0b", State:"down", Index:210}
2026-02-17 02:55:20.338 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali37aabed1a0b"
2026-02-17 02:55:20.338 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=210
2026-02-17 02:55:20.340 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=210 ifaceName="cali37aabed1a0b" state=""
2026-02-17 02:55:20.340 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali37aabed1a0b"
2026-02-17 02:55:20.363 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37aabed1a0b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:20.363 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37aabed1a0b", Addrs:set.Typed[string]{}}
2026-02-17 02:55:20.363 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali37aabed1a0b", State:"", Index:210}
2026-02-17 02:55:20.363 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali37aabed1a0b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:20.363 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali37aabed1a0b", Addrs:set.Set[string](nil)}
2026-02-17 02:55:20.364 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.180
bird: KIF: Received address message for unknown interface 211
2026-02-17 02:55:20.668 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=211 ifaceName="calie0ee205897e" state="down"
2026-02-17 02:55:20.668 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie0ee205897e", State:"down", Index:211}
2026-02-17 02:55:20.670 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie0ee205897e"
2026-02-17 02:55:20.670 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=211
2026-02-17 02:55:20.670 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=211 ifaceName="calie0ee205897e" state=""
2026-02-17 02:55:20.670 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie0ee205897e"
2026-02-17 02:55:20.670 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee205897e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:20.670 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee205897e", Addrs:set.Typed[string]{}}
2026-02-17 02:55:20.670 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie0ee205897e", State:"", Index:211}
2026-02-17 02:55:20.670 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee205897e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:20.670 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ee205897e", Addrs:set.Set[string](nil)}
2026-02-17 02:55:20.672 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.161
2026-02-17 02:55:25.211 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"job-6072" name:"default"}
2026-02-17 02:55:26.130 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"endpointslice-3460" name:"default"}
2026-02-17 02:55:26.995 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"csiinlinevolumes-4675" name:"default"}
2026-02-17 02:55:27.097 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-4746"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-4746"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-4746"}
2026-02-17 02:55:27.120 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-1695"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"watch-1695"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-1695"}
2026-02-17 02:55:27.137 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"watch-1695" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:27.314 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"endpointslice-3460"} labels:{key:"e2e-framework" value:"endpointslice"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"endpointslice-3460"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"endpointslice-3460"}
2026-02-17 02:55:27.344 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"endpointslice-3460"}
2026-02-17 02:55:27.389 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"job-6072"} labels:{key:"e2e-framework" value:"job"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"job-6072"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"job-6072"}
2026-02-17 02:55:27.415 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csiinlinevolumes-4675"} labels:{key:"e2e-framework" value:"csiinlinevolumes"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"csiinlinevolumes-4675"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"csiinlinevolumes-4675"}
2026-02-17 02:55:27.432 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"job-6072"}
2026-02-17 02:55:27.452 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"csiinlinevolumes-4675"}
2026-02-17 02:55:27.583 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-5364"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-5364"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-5364"}
2026-02-17 02:55:27.611 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-489"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-489"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-489"}
2026-02-17 02:55:27.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"field-validation-489" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:27.785 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"gc-7503" name:"default"}
2026-02-17 02:55:27.889 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"gc-7503"} labels:{key:"e2e-framework" value:"gc"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"gc-7503"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"gc-7503"}
2026-02-17 02:55:27.914 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"gc-7503"}
2026-02-17 02:55:30.790 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-489"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-489"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-489"}
2026-02-17 02:55:30.824 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-6896"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-6896"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-6896"}
2026-02-17 02:55:30.850 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-6896" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:30.875 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-6896"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-6896"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-6896"} labels:{key:"webhook-6896" value:"true"}
2026-02-17 02:55:30.875 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5958"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5958"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5958"} labels:{key:"webhook-6896-markers" value:"true"}
2026-02-17 02:55:30.904 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-5958" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:32.424 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"deployment-4746" name:"default"}
2026-02-17 02:55:32.980 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-347"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-347"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-347"}
2026-02-17 02:55:33.099 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-4746"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-4746"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-4746"}
2026-02-17 02:55:33.128 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"deployment-4746"}
2026-02-17 02:55:33.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-6896" type:"ClusterIP" cluster_ips:"10.254.20.4" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:55:33.382 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"secrets-5364" name:"default"}
2026-02-17 02:55:33.405 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"secrets-5364"} labels:{key:"e2e-framework" value:"secrets"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"secrets-5364"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"secrets-5364"}
2026-02-17 02:55:33.430 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"secrets-5364"}
2026-02-17 02:55:33.957 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-347"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-347"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-347"}
2026-02-17 02:55:33.985 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"cronjob-347"}
2026-02-17 02:55:34.311 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-6896"
2026-02-17 02:55:34.392 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-6896"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-6896"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-6896"} labels:{key:"webhook-6896" value:"true"}
2026-02-17 02:55:34.415 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5958"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5958"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5958"} labels:{key:"webhook-6896-markers" value:"true"}
2026-02-17 02:55:34.447 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-5631"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-5631"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-5631"}
2026-02-17 02:55:34.470 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-5631" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:35.960 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"field-validation-489" name:"default"}
2026-02-17 02:55:36.032 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"field-validation-489"} labels:{key:"e2e-framework" value:"field-validation"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"field-validation-489"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"field-validation-489"}
2026-02-17 02:55:36.061 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"field-validation-489"}
2026-02-17 02:55:36.525 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-5631"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-5631"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-5631"}
2026-02-17 02:55:36.555 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2113"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2113"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-2113"}
2026-02-17 02:55:36.581 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-2113" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:37.269 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-1695"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"watch-1695"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-1695"}
2026-02-17 02:55:37.293 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7945"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7945"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7945"}
2026-02-17 02:55:37.293 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pods-7945" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:39.386 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7945"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7945"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7945"}
2026-02-17 02:55:39.417 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-3518"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-3518"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-3518"}
2026-02-17 02:55:39.440 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-3518" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:39.459 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-3518"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-3518"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-3518"} labels:{key:"webhook-3518" value:"true"}
2026-02-17 02:55:39.460 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3260"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3260"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3260"} labels:{key:"webhook-3518-markers" value:"true"}
2026-02-17 02:55:39.478 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-3260" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:39.682 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-6896" name:"default"}
2026-02-17 02:55:39.710 [INFO][60] felix/summary.go 100: Summarising 361 dataplane reconciliation loops over 1m0.1s: avg=33ms longest=123ms (resync-calico-v4,resync-filter-v4,update-filter-v4)
2026-02-17 02:55:40.013 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-5958" name:"default"}
2026-02-17 02:55:40.038 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-6896"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-6896"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-6896"} labels:{key:"webhook-6896" value:"true"}
2026-02-17 02:55:40.057 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-6896"}
2026-02-17 02:55:40.310 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-5958"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-5958"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-5958"} labels:{key:"webhook-6896-markers" value:"true"}
2026-02-17 02:55:40.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-5958"}
2026-02-17 02:55:40.714 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2113"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2113"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-2113"}
2026-02-17 02:55:40.758 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svc-latency-6198"} labels:{key:"e2e-framework" value:"svc-latency"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svc-latency-6198"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svc-latency-6198"}
2026-02-17 02:55:40.781 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svc-latency-6198" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:41.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-5631" name:"default"}
2026-02-17 02:55:41.890 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-5631"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-5631"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-5631"}
2026-02-17 02:55:41.965 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-3518" type:"ClusterIP" cluster_ips:"10.254.195.168" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:55:42.051 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-6055"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-6055"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-6055"}
2026-02-17 02:55:42.092 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-9022"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-9022"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-9022"}
2026-02-17 02:55:42.120 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"disruption-9022" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:42.345 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"watch-1695" name:"default"}
2026-02-17 02:55:42.484 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"watch-1695"} labels:{key:"e2e-framework" value:"watch"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"watch-1695"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"watch-1695"}
2026-02-17 02:55:42.510 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"watch-1695"}
2026-02-17 02:55:42.965 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-h6whn" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.192.216" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.010 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-qtxtg" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.205.93" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.047 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-np7s4" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.206.1" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.076 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-s2pp7" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.147.193" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.144 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-t5wxt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.82.214" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.178 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-w2f4r" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.133.196" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.201 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-68tg2" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.14.213" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.221 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-5klkv" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.94.9" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.221 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-c7lm7" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.73.56" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-k5phz" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.85.169" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.263 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-mn5vd" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.113.50" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.286 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-48zgr" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.168.74" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.313 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-hcxls" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.32.178" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.314 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-9jbbc" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.99.6" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.339 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-t4gds" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.206.38" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.361 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-pz57b" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.209.9" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.361 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-wpvv4" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.153.43" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.385 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-qs4tt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.198.69" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.386 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:55:43.423 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-bd9np" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.78.200" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.425 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-jclcn" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.99.196" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-s5tq2" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.9.85" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.449 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-nvkv7" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.111.236" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.455 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-rtlj7" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.56.22" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.469 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-h8t7r" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.216.57" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.484 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-2dglr" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.213.68" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.493 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-j9z7h" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.26.152" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.544 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-6c5ff" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.222.190" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.544 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-dtvdj" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.87.119" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.571 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-b8ttl" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.138.211" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-gts64" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.156.93" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.635 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-9rrf4" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.244.202" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.639 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-cwbwp" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.178.180" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.649 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-vcjlg" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.50.175" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.665 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-jslps" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.86.214" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.687 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-lsnj6" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.78.36" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.705 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-wgdsp" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.19.166" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.739 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-4b4hj" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.36.113" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.755 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-95zfz" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.112.135" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.771 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-zg9h6" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.121.210" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.787 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-42bfc" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.24.29" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.788 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-n8prf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.13.86" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.809 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-9p8jj" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.149.57" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.845 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-wjnlh" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.182.116" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.845 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-lft7z" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.158.134" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.869 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-s77js" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.145.18" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.881 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-df25s" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.187.198" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.897 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-2lr7m" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.173.188" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.917 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-g298g" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.22.60" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-tvhq9" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.187.137" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.957 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-sr2cq" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.169.196" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.988 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-8znx5" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.245.31" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:43.996 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-k99tt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.164.19" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.013 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-44zjl" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.34.204" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.027 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-86hxm" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.27.131" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.068 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-vwjzd" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.176.131" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.069 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-8ft4j" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.126.90" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.069 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-d6hhf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.38.253" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.088 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-gkzrf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.70.68" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.097 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-fpqh5" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.70.125" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.124 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-9tvvp" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.146.54" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.171 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-llsrq" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.23.20" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.173 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-5x5cz" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.195.254" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.220 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-jhjsc" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.198.100" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.222 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-b4tmc" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.147.248" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.234 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-h79c6" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.36.145" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.261 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-wz28f" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.255.249" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.285 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-qprl2" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.251.124" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.306 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-564vp" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.94.158" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.366 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-k5crf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.243.23" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.366 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-x6nlp" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.242.123" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.379 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-bt9vz" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.89.112" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.391 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-sqbdn" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.92.171" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.405 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-z46gv" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.63.248" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pods-7945" name:"default"}
2026-02-17 02:55:44.469 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-n4kfb" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.42.37" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.494 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-8qmnx" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.42.63" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.573 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-qqkx6" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.205.237" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.586 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-h7mbf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.54.99" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.641 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-fp4fh" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.186.209" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.696 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-th755" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.218.237" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.744 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-gpk9l" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.104.116" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.803 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=disruption-9022/rs-zs2ct, name=eth0)
2026-02-17 02:55:44.819 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.disruption-9022"} profile:{inbound_rules:{action:"allow" rule_id:"OG_boPVZc8lELgZm"} outbound_rules:{action:"allow" rule_id:"waE5AroCgTMtZ4oZ"}}
2026-02-17 02:55:44.819 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.disruption-9022.default"} profile:{}
2026-02-17 02:55:44.819 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"disruption-9022/rs-zs2ct" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali479a9d3ceb1" profile_ids:"kns.disruption-9022" profile_ids:"ksa.disruption-9022.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:55:44.819 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-ll7ff" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.127.29" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.839 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-jkxfs" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.222.117" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.869 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:44.869 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:44.869 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:44.870 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-4" ipVersion=0x4 logsSkipped=195 table="filter"
2026-02-17 02:55:44.870 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali479a9d3ceb1" ipVersion=0x4 table="filter"
2026-02-17 02:55:44.870 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.disruption-9022" ipVersion=0x4 table="filter"
2026-02-17 02:55:44.870 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_Rp3r4Bnzx1vWyKPH35" ipVersion=0x4 table="filter"
2026-02-17 02:55:44.870 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:55:44.870 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali479a9d3ceb1" ipVersion=0x4 table="filter"
2026-02-17 02:55:44.870 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.disruption-9022" ipVersion=0x4 table="filter"
2026-02-17 02:55:44.870 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_Rp3r4Bnzx1vWyKPH35" ipVersion=0x4 table="filter"
2026-02-17 02:55:44.870 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:44.870 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:44.870 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:44.887 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=215 ifaceName="cali479a9d3ceb1" state="down"
2026-02-17 02:55:44.888 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:44.888 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=215 ifaceName="cali479a9d3ceb1" state="up"
2026-02-17 02:55:44.913 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:44.913 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"} status="down"
2026-02-17 02:55:44.914 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali479a9d3ceb1", State:"down", Index:215}
2026-02-17 02:55:44.914 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali479a9d3ceb1", Addrs:set.Typed[string]{}}
2026-02-17 02:55:44.914 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali479a9d3ceb1", Addrs:set.Typed[string]{}}
2026-02-17 02:55:44.914 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali479a9d3ceb1", State:"up", Index:215}
2026-02-17 02:55:44.914 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-wcctx" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.214.46" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.937 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-v8dbl" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.170.205" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:44.980 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:44.980 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:44.980 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:44.980 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:44.980 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:45.001 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:45.001 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"} status="up"
2026-02-17 02:55:45.002 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-58fdd" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.163.244" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.045 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-w4f69" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.42.186" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-7sssq" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.6.118" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.141 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-kx6xm" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.36.80" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.191 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-7ggtr" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.242.16" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.226 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=disruption-9022/rs-zs2ct, name=eth0)
2026-02-17 02:55:45.231 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"disruption-9022/rs-zs2ct" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali479a9d3ceb1" profile_ids:"kns.disruption-9022" profile_ids:"ksa.disruption-9022.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:55:45.247 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-sf8lz" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.47.114" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.293 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-8vw89" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.35.91" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.296 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:45.297 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:45.297 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:45.298 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:45.298 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:45.298 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:45.323 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:45.323 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"} status="up"
2026-02-17 02:55:45.344 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-dq867" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.40.186" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.396 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-5w6rc" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.86.204" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.461 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-r4wnj" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.24.93" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.494 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-845mt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.157.232" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.556 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-m6rtj" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.136.112" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.592 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-4tf4z" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.42.169" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.634 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-3518"
2026-02-17 02:55:45.747 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-cff2w" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.117.143" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.747 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-kr7wq" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.39.11" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.749 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-jc5xb" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.142.175" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.799 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-2jzvw" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.81.192" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.855 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7945"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7945"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7945"}
2026-02-17 02:55:45.857 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-cv922" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.241.4" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.891 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-4k8vn" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.183.193" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.962 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-n8x82" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.178.255" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:45.997 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-w79q8" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.206.113" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.080 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-gt9vf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.27.89" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.099 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-b9n4c" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.90.118" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-vzc7q" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.230.114" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-f9xk6" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.35.123" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.241 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-6b2mr" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.132.202" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.292 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-dnbwx" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.80.241" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.316 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-3518"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-3518"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-3518"} labels:{key:"webhook-3518" value:"true"}
2026-02-17 02:55:46.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3260"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3260"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3260"} labels:{key:"webhook-3518-markers" value:"true"}
2026-02-17 02:55:46.373 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7161"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7161"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-7161"}
2026-02-17 02:55:46.373 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-7161" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:46.373 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-bfwcg" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.107.137" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.444 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-fcskj" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.68.136" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.510 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-9k79l" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.163.191" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.538 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-j8n4b" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.194.109" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.585 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=215
2026-02-17 02:55:46.585 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:46.587 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali479a9d3ceb1", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:46.587 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali479a9d3ceb1", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:46.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-f89wt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.233.148" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.638 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-bjdlf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.190.166" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.694 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-cq296" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.79.31" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.738 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-2js78" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.225.248" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.797 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-c6wbj" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.141.105" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.839 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-89rhv" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.205.211" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.903 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-tnrvf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.169.92" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:46.950 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-d7k8v" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.109.128" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.033 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-wtv2r" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.176.134" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.043 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-dl2xl" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.171.195" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.114 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-tkh2d" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.5.31" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.144 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-8qqn8" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.53.131" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.190 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-n6s2n" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.54.71" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-l9qcs" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.190.69" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.293 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-dh575" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.185.174" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.346 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-hgwnx" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.117.121" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.394 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-699tn" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.128.228" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.439 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-bwvhz" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.149.58" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.498 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-2113" name:"default"}
2026-02-17 02:55:47.502 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-ftr9s" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.89.20" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.544 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-rkp25" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.246.173" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.596 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-xmfvd" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.37.46" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.645 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-8nzmp" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.249.65" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.696 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-qqsk5" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.35.109" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.769 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-thbwv" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.58.54" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.802 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-785wl" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.17.84" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.850 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-rztpf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.166.98" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.885 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-9srnz" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.200.6" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.898 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-2113"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-2113"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"downward-api-2113"}
2026-02-17 02:55:47.921 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-2113"}
2026-02-17 02:55:47.957 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-6zft5" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.89.101" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:47.986 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-d7t9z" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.231.8" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.042 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-9mtk7" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.107.247" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.101 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-l6xmw" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.172.229" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.149 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-29zn7" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.169.248" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.193 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-b2mzp" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.252.90" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.243 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-hccqb" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.222.72" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.287 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"init-container-6055" name:"default"}
2026-02-17 02:55:48.295 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-5n2jt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.46.205" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.349 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-xq5x2" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.231.140" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.395 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-s94dl" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.118.207" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.448 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-s5v9c" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.141.132" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.505 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-w8w7m" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.122.204" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.541 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-465pp" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.131.132" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.602 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-6sznt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.161.51" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.638 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-g5tcg" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.234.255" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.715 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-m2lzt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.30.236" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.741 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-cphh8" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.55.27" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.816 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-zm5vn" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.228.45" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.838 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-k58r6" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.191.100" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.889 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-drdht" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.172.125" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:48.947 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-46w6l" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.150.131" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-mhwkj" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.198.29" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.054 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-gvqwn" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.217.86" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.139 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-klv46" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.34.9" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.150 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-sjgrr" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.40.51" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.156 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-6055"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-6055"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-6055"}
2026-02-17 02:55:49.195 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-hsx2z" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.98.148" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.252 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-2hfdk" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.36.77" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.296 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-rx88q" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.239.194" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.358 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-8x8rq" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.131.18" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.395 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-bppl9" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.224.95" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.462 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-74gtt" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.227.238" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.494 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-mnp4s" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.144.160" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.569 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-lcrnx" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.88.244" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.592 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-6fkhh" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.202.42" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.672 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-xzfql" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.130.49" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.699 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-q5g2w" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.107.231" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.745 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-wdsfr" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.25.147" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.817 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-r29jd" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.42.209" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.836 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-8vgwc" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.181.109" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.899 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-c557s" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.9.124" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:49.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-q7fck" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.171.206" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.005 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-jfc95" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.38.250" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.045 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-gjv55" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.220.64" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.097 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-cqhlc" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.173.103" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.157 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-l6nc6" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.200.95" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.199 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-rb69t" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.252.228" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.262 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-z5h7c" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.91.175" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.303 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-4gl56" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.72.180" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.349 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-vqm26" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.202.150" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.403 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-qbfhf" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.47.222" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.460 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-tlctc" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.141.138" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.519 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7161"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7161"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-7161"}
2026-02-17 02:55:50.519 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-rxgxs" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.192.194" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.519 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-190"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-190"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-190"}
2026-02-17 02:55:50.519 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-190" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:50.545 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-29k9h" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.181.197" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.585 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-wl5m2" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.155.36" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.645 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-sbp7f" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.213.130" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.755 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-j94xq" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.219.123" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.807 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-q5mt4" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.35.74" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.842 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-vtd8h" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.229.177" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.867 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-9022"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-9022"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-9022"}
2026-02-17 02:55:50.873 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"latency-svc-bjgwx" namespace:"svc-latency-6198" type:"ClusterIP" cluster_ips:"10.254.237.197" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:55:50.907 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pv-6437"} labels:{key:"e2e-framework" value:"pv"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"pv-6437"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pv-6437"}
2026-02-17 02:55:50.946 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pv-6437" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:51.109 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pv-6437"} labels:{key:"e2e-framework" value:"pv"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"pv-6437"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pv-6437"}
2026-02-17 02:55:51.157 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5459"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5459"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5459"}
2026-02-17 02:55:51.157 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-5459" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:51.371 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-190/update-demo-nautilus-klmz5, name=eth0)
2026-02-17 02:55:51.371 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.kubectl-190"} profile:{inbound_rules:{action:"allow" rule_id:"I1HGUbw1fDaVJBPW"} outbound_rules:{action:"allow" rule_id:"-DlZ6HvqxT71u8qg"}}
2026-02-17 02:55:51.372 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.kubectl-190.default"} profile:{}
2026-02-17 02:55:51.372 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-190/update-demo-nautilus-klmz5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia537095fe88" profile_ids:"kns.kubectl-190" profile_ids:"ksa.kubectl-190.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:55:51.372 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:51.372 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:51.372 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:51.372 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calia537095fe88" ipVersion=0x4 table="filter"
2026-02-17 02:55:51.372 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.kubectl-190" ipVersion=0x4 table="filter"
2026-02-17 02:55:51.372 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_iLRR5tKGm43zw6pOW3" ipVersion=0x4 table="filter"
2026-02-17 02:55:51.372 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calia537095fe88" ipVersion=0x4 table="filter"
2026-02-17 02:55:51.372 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.kubectl-190" ipVersion=0x4 table="filter"
2026-02-17 02:55:51.372 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_iLRR5tKGm43zw6pOW3" ipVersion=0x4 table="filter"
2026-02-17 02:55:51.372 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calia537095fe88"
2026-02-17 02:55:51.372 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:51.372 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:51.422 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:51.422 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"} status="down"
2026-02-17 02:55:51.460 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=216 ifaceName="calia537095fe88" state="down"
2026-02-17 02:55:51.460 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia537095fe88"
2026-02-17 02:55:51.460 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia537095fe88", State:"down", Index:216}
2026-02-17 02:55:51.460 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=216 ifaceName="calia537095fe88" state="up"
2026-02-17 02:55:51.460 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia537095fe88", Addrs:set.Typed[string]{}}
2026-02-17 02:55:51.460 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia537095fe88", Addrs:set.Typed[string]{}}
2026-02-17 02:55:51.460 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia537095fe88", State:"up", Index:216}
2026-02-17 02:55:51.460 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia537095fe88"
2026-02-17 02:55:51.461 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calia537095fe88"
2026-02-17 02:55:51.461 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia537095fe88"
2026-02-17 02:55:51.461 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:51.461 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:51.480 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:51.481 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"} status="up"
2026-02-17 02:55:51.594 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svc-latency-6198"} labels:{key:"e2e-framework" value:"svc-latency"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svc-latency-6198"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svc-latency-6198"}
2026-02-17 02:55:51.630 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-3504"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-3504"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-3504"}
2026-02-17 02:55:51.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"events-3504" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:51.753 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-3504"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-3504"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-3504"}
2026-02-17 02:55:51.789 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7166"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7166"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7166"}
2026-02-17 02:55:51.794 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7166" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:51.813 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7166" name:"mount"} labels:{key:"projectcalico.org/name" value:"mount"}
2026-02-17 02:55:51.819 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-7166" name:"nomount"} labels:{key:"projectcalico.org/name" value:"nomount"}
2026-02-17 02:55:51.981 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7166"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7166"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7166"}
2026-02-17 02:55:52.012 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-8327"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-8327"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-8327"}
2026-02-17 02:55:52.017 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"dns-8327" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:52.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-3518" name:"default"}
2026-02-17 02:55:52.284 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-7945"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"pods-7945"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-7945"}
2026-02-17 02:55:52.336 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-7945"}
2026-02-17 02:55:52.345 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=svcaccounts-7166/pod-service-account-mountsa-nomountspec, name=eth0)
2026-02-17 02:55:52.346 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.svcaccounts-7166"} profile:{inbound_rules:{action:"allow" rule_id:"H6rxBHZYsZKGfi2f"} outbound_rules:{action:"allow" rule_id:"CXwDbeyUayG2n__P"}}
2026-02-17 02:55:52.346 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.svcaccounts-7166.mount"} profile:{}
2026-02-17 02:55:52.346 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"svcaccounts-7166/pod-service-account-mountsa-nomountspec" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali35b7954cae3" profile_ids:"kns.svcaccounts-7166" profile_ids:"ksa.svcaccounts-7166.mount" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:55:52.377 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.377 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.377 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali35b7954cae3" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_pKiePByn7dOQu-vpKx" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_eNAG4fi0VR88dPYNkT" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali35b7954cae3" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_pKiePByn7dOQu-vpKx" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.378 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_eNAG4fi0VR88dPYNkT" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.378 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali35b7954cae3"
2026-02-17 02:55:52.378 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.378 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.417 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=217 ifaceName="cali35b7954cae3" state="down"
2026-02-17 02:55:52.417 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali35b7954cae3"
2026-02-17 02:55:52.417 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=217 ifaceName="cali35b7954cae3" state="up"
2026-02-17 02:55:52.426 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=svcaccounts-7166/pod-service-account-nomountsa-nomountspec, name=eth0)
2026-02-17 02:55:52.426 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:52.426 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"} status="down"
2026-02-17 02:55:52.426 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali35b7954cae3", State:"down", Index:217}
2026-02-17 02:55:52.426 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali35b7954cae3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:52.426 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali35b7954cae3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:52.426 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali35b7954cae3", State:"up", Index:217}
2026-02-17 02:55:52.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-3260" name:"default"}
2026-02-17 02:55:52.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.svcaccounts-7166.nomount"} profile:{}
2026-02-17 02:55:52.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali14969735d90" profile_ids:"kns.svcaccounts-7166" profile_ids:"ksa.svcaccounts-7166.nomount" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:55:52.482 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali35b7954cae3"
2026-02-17 02:55:52.483 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali35b7954cae3"
2026-02-17 02:55:52.483 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.483 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.483 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.483 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali14969735d90" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.483 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_EO1Q4vf3Jzpl-6dn9O" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.483 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali14969735d90" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.483 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_EO1Q4vf3Jzpl-6dn9O" ipVersion=0x4 table="filter"
2026-02-17 02:55:52.483 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali35b7954cae3"
2026-02-17 02:55:52.483 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali14969735d90"
2026-02-17 02:55:52.484 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.484 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.484 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.484 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.510 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=218 ifaceName="cali14969735d90" state="down"
2026-02-17 02:55:52.511 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali14969735d90"
2026-02-17 02:55:52.519 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=218 ifaceName="cali14969735d90" state="up"
2026-02-17 02:55:52.530 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:52.531 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"} status="up"
2026-02-17 02:55:52.531 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:52.531 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"} status="down"
2026-02-17 02:55:52.531 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali14969735d90", State:"down", Index:218}
2026-02-17 02:55:52.531 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali14969735d90", Addrs:set.Typed[string]{}}
2026-02-17 02:55:52.531 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali14969735d90", Addrs:set.Typed[string]{}}
2026-02-17 02:55:52.531 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali14969735d90", State:"up", Index:218}
2026-02-17 02:55:52.535 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-3260"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-3260"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-3260"} labels:{key:"webhook-3518-markers" value:"true"}
2026-02-17 02:55:52.550 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-3260"}
2026-02-17 02:55:52.576 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-3518"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-3518"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-3518"} labels:{key:"webhook-3518" value:"true"}
2026-02-17 02:55:52.587 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali14969735d90"
2026-02-17 02:55:52.587 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali14969735d90"
2026-02-17 02:55:52.587 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali14969735d90"
2026-02-17 02:55:52.588 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.588 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:52.610 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:52.610 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"} status="up"
2026-02-17 02:55:52.610 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-3518"}
2026-02-17 02:55:52.733 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=216
2026-02-17 02:55:52.733 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia537095fe88"
2026-02-17 02:55:52.733 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia537095fe88", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:52.733 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia537095fe88", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:53.307 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=svcaccounts-7166/pod-service-account-mountsa-nomountspec, name=eth0)
2026-02-17 02:55:53.308 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"svcaccounts-7166/pod-service-account-mountsa-nomountspec" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali35b7954cae3" profile_ids:"kns.svcaccounts-7166" profile_ids:"ksa.svcaccounts-7166.mount" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:55:53.308 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:55:53.308 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.308 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.308 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.308 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali35b7954cae3"
2026-02-17 02:55:53.308 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.308 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.330 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=svcaccounts-7166/pod-service-account-nomountsa-nomountspec, name=eth0)
2026-02-17 02:55:53.348 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:53.348 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"} status="up"
2026-02-17 02:55:53.348 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali14969735d90" profile_ids:"kns.svcaccounts-7166" profile_ids:"ksa.svcaccounts-7166.nomount" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:55:53.349 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.349 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.349 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.349 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali14969735d90"
2026-02-17 02:55:53.350 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.350 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:53.397 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:53.397 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"} status="up"
2026-02-17 02:55:53.593 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=217
2026-02-17 02:55:53.593 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali35b7954cae3"
2026-02-17 02:55:53.593 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali35b7954cae3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:53.593 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali35b7954cae3", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:54.265 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::48f5:1fff:fe7e:8bf1" exists=true ifIndex=218
2026-02-17 02:55:54.265 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::48f5:1fff:fe7e:8bf1} ifaceName="cali14969735d90"
2026-02-17 02:55:54.265 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali14969735d90", Addrs:set.Typed[string]{"fe80::48f5:1fff:fe7e:8bf1":set.v{}}}
2026-02-17 02:55:54.265 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali14969735d90", Addrs:set.Typed[string]{"fe80::48f5:1fff:fe7e:8bf1":set.v{}}}
2026-02-17 02:55:54.745 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"init-container-6055"} labels:{key:"e2e-framework" value:"init-container"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"init-container-6055"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"init-container-6055"}
2026-02-17 02:55:54.784 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"init-container-6055"}
2026-02-17 02:55:55.281 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5459"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5459"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5459"}
2026-02-17 02:55:55.307 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-190/update-demo-nautilus-klmz5, name=eth0)
2026-02-17 02:55:55.329 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-190/update-demo-nautilus-klmz5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia537095fe88" profile_ids:"kns.kubectl-190" profile_ids:"ksa.kubectl-190.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:55:55.329 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9972"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9972"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9972"}
2026-02-17 02:55:55.329 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-9972" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:55.329 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:55.329 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:55.330 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:55.331 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia537095fe88"
2026-02-17 02:55:55.332 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:55.332 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:55:55.366 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:55.366 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"} status="up"
2026-02-17 02:55:55.471 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9972"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9972"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9972"}
2026-02-17 02:55:55.499 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-5693"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"containers-5693"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-5693"}
2026-02-17 02:55:55.526 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"containers-5693" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:55.865 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-7161" name:"default"}
2026-02-17 02:55:56.088 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166, name=eth0)
2026-02-17 02:55:56.088 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.containers-5693"} profile:{inbound_rules:{action:"allow" rule_id:"uQBsXWcyNcOIVfa7"} outbound_rules:{action:"allow" rule_id:"9YmGe94_IvNY2Bm5"}}
2026-02-17 02:55:56.088 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.containers-5693.default"} profile:{}
2026-02-17 02:55:56.088 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali91e20e65adc" profile_ids:"kns.containers-5693" profile_ids:"ksa.containers-5693.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:55:56.089 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:56.089 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:56.089 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:56.090 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali91e20e65adc" ipVersion=0x4 table="filter"
2026-02-17 02:55:56.090 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.containers-5693" ipVersion=0x4 table="filter"
2026-02-17 02:55:56.090 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_7q3_diqF3Moa_gHHi_" ipVersion=0x4 table="filter"
2026-02-17 02:55:56.090 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali91e20e65adc" ipVersion=0x4 table="filter"
2026-02-17 02:55:56.090 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.containers-5693" ipVersion=0x4 table="filter"
2026-02-17 02:55:56.090 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_7q3_diqF3Moa_gHHi_" ipVersion=0x4 table="filter"
2026-02-17 02:55:56.090 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali91e20e65adc"
2026-02-17 02:55:56.090 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:56.090 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:56.140 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:55:56.140 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"} status="down"
2026-02-17 02:55:56.140 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-7161"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-7161"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-7161"}
2026-02-17 02:55:56.140 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-7161"}
2026-02-17 02:55:56.157 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=219 ifaceName="cali91e20e65adc" state="down"
2026-02-17 02:55:56.157 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali91e20e65adc"
2026-02-17 02:55:56.162 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=219 ifaceName="cali91e20e65adc" state="up"
2026-02-17 02:55:56.165 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali91e20e65adc", State:"down", Index:219}
2026-02-17 02:55:56.165 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali91e20e65adc", Addrs:set.Typed[string]{}}
2026-02-17 02:55:56.165 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali91e20e65adc", Addrs:set.Typed[string]{}}
2026-02-17 02:55:56.165 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali91e20e65adc", State:"up", Index:219}
2026-02-17 02:55:56.165 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali91e20e65adc"
2026-02-17 02:55:56.165 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali91e20e65adc"
2026-02-17 02:55:56.165 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali91e20e65adc"
2026-02-17 02:55:56.165 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:56.165 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:56.187 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:56.187 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"} status="up"
2026-02-17 02:55:56.209 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-8327"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-8327"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-8327"}
2026-02-17 02:55:56.235 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-3330"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-3330"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-3330"}
2026-02-17 02:55:56.235 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-3330" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:56.315 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=disruption-9022/rs-zs2ct, name=eth0)
2026-02-17 02:55:56.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"disruption-9022/rs-zs2ct" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali479a9d3ceb1" profile_ids:"kns.disruption-9022" profile_ids:"ksa.disruption-9022.default" ipv4_nets:"10.100.210.174/32"}
2026-02-17 02:55:56.315 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:56.315 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:56.315 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:56.315 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:56.316 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:56.316 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:56.355 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:56.355 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"} status="up"
2026-02-17 02:55:56.594 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pv-6437" name:"default"}
2026-02-17 02:55:56.703 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.disruption-9022.default"
2026-02-17 02:55:56.703 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.disruption-9022.default"} profile:{inbound_rules:{action:"deny" rule_id:"31HcBCDPZ6UvWLM_"} outbound_rules:{action:"deny" rule_id:"QX7l4uaZum7bGyEN"}}
2026-02-17 02:55:56.703 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"disruption-9022" name:"default"}
2026-02-17 02:55:56.811 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"events-3504" name:"default"}
2026-02-17 02:55:56.949 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pv-6437"} labels:{key:"e2e-framework" value:"pv"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"pv-6437"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pv-6437"}
2026-02-17 02:55:56.984 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pv-6437"}
2026-02-17 02:55:57.107 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svc-latency-6198" name:"default"}
2026-02-17 02:55:57.199 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-9022"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-9022"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-9022"}
2026-02-17 02:55:57.211 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=disruption-9022/rs-zs2ct, name=eth0)
2026-02-17 02:55:57.241 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"disruption-9022/rs-zs2ct" endpoint_id:"eth0"}
2026-02-17 02:55:57.241 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.disruption-9022"}
2026-02-17 02:55:57.241 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.disruption-9022.default"}
2026-02-17 02:55:57.241 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:57.241 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:57.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.disruption-9022" ipVersion=0x4 table="filter"
2026-02-17 02:55:57.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_Rp3r4Bnzx1vWyKPH35" ipVersion=0x4 table="filter"
2026-02-17 02:55:57.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.disruption-9022" ipVersion=0x4 table="filter"
2026-02-17 02:55:57.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_Rp3r4Bnzx1vWyKPH35" ipVersion=0x4 table="filter"
2026-02-17 02:55:57.242 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:57.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:55:57.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali479a9d3ceb1" ipVersion=0x4 table="filter"
2026-02-17 02:55:57.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-4" ipVersion=0x4 table="filter"
2026-02-17 02:55:57.242 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali479a9d3ceb1" ipVersion=0x4 table="filter"
2026-02-17 02:55:57.242 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:57.242 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:57.243 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.174
2026-02-17 02:55:57.309 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"disruption-9022/rs-zs2ct", EndpointId:"eth0"}
2026-02-17 02:55:57.317 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=215 ifaceName="cali479a9d3ceb1" state="down"
2026-02-17 02:55:57.318 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:57.318 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=215
2026-02-17 02:55:57.318 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=215 ifaceName="cali479a9d3ceb1" state=""
2026-02-17 02:55:57.318 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali479a9d3ceb1"
2026-02-17 02:55:57.318 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali479a9d3ceb1", State:"down", Index:215}
2026-02-17 02:55:57.318 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali479a9d3ceb1", Addrs:set.Typed[string]{}}
2026-02-17 02:55:57.318 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali479a9d3ceb1", Addrs:set.Typed[string]{}}
2026-02-17 02:55:57.318 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali479a9d3ceb1", State:"", Index:215}
2026-02-17 02:55:57.318 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali479a9d3ceb1", Addrs:set.Set[string](nil)}
2026-02-17 02:55:57.318 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali479a9d3ceb1", Addrs:set.Set[string](nil)}
2026-02-17 02:55:57.333 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166, name=eth0)
2026-02-17 02:55:57.352 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali91e20e65adc" profile_ids:"kns.containers-5693" profile_ids:"ksa.containers-5693.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:55:57.352 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:57.352 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:57.352 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:57.353 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali91e20e65adc"
2026-02-17 02:55:57.353 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:57.353 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:55:57.393 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:57.393 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"} status="up"
2026-02-17 02:55:57.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-5693"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"containers-5693"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-5693"}
2026-02-17 02:55:57.641 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7166" name:"default"}
2026-02-17 02:55:57.649 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.svcaccounts-7166.mount"
2026-02-17 02:55:57.672 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.svcaccounts-7166.nomount"
2026-02-17 02:55:57.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.svcaccounts-7166.mount"} profile:{inbound_rules:{action:"deny" rule_id:"wt6HPUKcZmepYhyb"} outbound_rules:{action:"deny" rule_id:"X3ZPBXYkqozAVRDO"}}
2026-02-17 02:55:57.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7166" name:"mount"}
2026-02-17 02:55:57.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-7046"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-7046"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-7046"}
2026-02-17 02:55:57.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replication-controller-7046" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:55:57.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.svcaccounts-7166.nomount"} profile:{inbound_rules:{action:"deny" rule_id:"PfAX3p-neM6RDWvw"} outbound_rules:{action:"deny" rule_id:"xuY0XjuD3GBbgBTo"}}
2026-02-17 02:55:57.677 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-7166" name:"nomount"}
2026-02-17 02:55:57.945 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=219
2026-02-17 02:55:57.945 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali91e20e65adc"
2026-02-17 02:55:57.945 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali91e20e65adc", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:57.945 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali91e20e65adc", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:55:59.124 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-3504"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-3504"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-3504"}
2026-02-17 02:55:59.155 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"events-3504"}
2026-02-17 02:55:59.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-29k9h" namespace:"svc-latency-6198"
2026-02-17 02:55:59.231 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-29zn7" namespace:"svc-latency-6198"
2026-02-17 02:55:59.258 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-2dglr" namespace:"svc-latency-6198"
2026-02-17 02:55:59.292 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-2hfdk" namespace:"svc-latency-6198"
2026-02-17 02:55:59.297 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=svcaccounts-7166/pod-service-account-mountsa-nomountspec, name=eth0)
2026-02-17 02:55:59.320 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"svcaccounts-7166/pod-service-account-mountsa-nomountspec" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali35b7954cae3" profile_ids:"kns.svcaccounts-7166" profile_ids:"ksa.svcaccounts-7166.mount" ipv4_nets:"10.100.210.149/32"}
2026-02-17 02:55:59.320 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.321 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.321 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.321 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali35b7954cae3"
2026-02-17 02:55:59.321 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.321 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.342 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=svcaccounts-7166/pod-service-account-nomountsa-nomountspec, name=eth0)
2026-02-17 02:55:59.352 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:59.352 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"} status="up"
2026-02-17 02:55:59.352 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-2js78" namespace:"svc-latency-6198"
2026-02-17 02:55:59.352 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali14969735d90" profile_ids:"kns.svcaccounts-7166" profile_ids:"ksa.svcaccounts-7166.nomount" ipv4_nets:"10.100.210.166/32"}
2026-02-17 02:55:59.352 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.352 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.352 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.353 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali14969735d90"
2026-02-17 02:55:59.353 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.353 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.395 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:55:59.395 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"} status="up"
2026-02-17 02:55:59.395 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-2jzvw" namespace:"svc-latency-6198"
2026-02-17 02:55:59.395 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7166"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7166"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7166"}
2026-02-17 02:55:59.424 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-2lr7m" namespace:"svc-latency-6198"
2026-02-17 02:55:59.462 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-42bfc" namespace:"svc-latency-6198"
2026-02-17 02:55:59.505 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-44zjl" namespace:"svc-latency-6198"
2026-02-17 02:55:59.530 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-465pp" namespace:"svc-latency-6198"
2026-02-17 02:55:59.553 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-46w6l" namespace:"svc-latency-6198"
2026-02-17 02:55:59.582 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-48zgr" namespace:"svc-latency-6198"
2026-02-17 02:55:59.582 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:55:59.630 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-4b4hj" namespace:"svc-latency-6198"
2026-02-17 02:55:59.641 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-4gl56" namespace:"svc-latency-6198"
2026-02-17 02:55:59.672 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-4k8vn" namespace:"svc-latency-6198"
2026-02-17 02:55:59.690 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-4tf4z" namespace:"svc-latency-6198"
2026-02-17 02:55:59.746 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=svcaccounts-7166/pod-service-account-mountsa-nomountspec, name=eth0)
2026-02-17 02:55:59.748 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-564vp" namespace:"svc-latency-6198"
2026-02-17 02:55:59.748 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"svcaccounts-7166/pod-service-account-mountsa-nomountspec" endpoint_id:"eth0"}
2026-02-17 02:55:59.748 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.svcaccounts-7166.mount"}
2026-02-17 02:55:59.752 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-58fdd" namespace:"svc-latency-6198"
2026-02-17 02:55:59.788 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-5klkv" namespace:"svc-latency-6198"
2026-02-17 02:55:59.806 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=svcaccounts-7166/pod-service-account-nomountsa-nomountspec, name=eth0)
2026-02-17 02:55:59.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec" endpoint_id:"eth0"}
2026-02-17 02:55:59.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.svcaccounts-7166"}
2026-02-17 02:55:59.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.svcaccounts-7166.nomount"}
2026-02-17 02:55:59.827 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.827 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.827 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_eNAG4fi0VR88dPYNkT" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.827 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_eNAG4fi0VR88dPYNkT" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.827 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.827 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.828 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.828 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_pKiePByn7dOQu-vpKx" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.828 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_EO1Q4vf3Jzpl-6dn9O" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.828 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_pKiePByn7dOQu-vpKx" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.828 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_EO1Q4vf3Jzpl-6dn9O" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.828 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali14969735d90" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali35b7954cae3" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali14969735d90" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-3" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.830 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali35b7954cae3" ipVersion=0x4 table="filter"
2026-02-17 02:55:59.830 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.830 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.830 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.830 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.833 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.166
2026-02-17 02:55:59.835 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.149
2026-02-17 02:55:59.851 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=217 ifaceName="cali35b7954cae3" state="down"
2026-02-17 02:55:59.851 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali35b7954cae3"
2026-02-17 02:55:59.851 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=217
2026-02-17 02:55:59.851 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=217 ifaceName="cali35b7954cae3" state=""
2026-02-17 02:55:59.851 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali35b7954cae3"
2026-02-17 02:55:59.901 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-mountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.901 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"svcaccounts-7166/pod-service-account-nomountsa-nomountspec", EndpointId:"eth0"}
2026-02-17 02:55:59.901 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-5n2jt" namespace:"svc-latency-6198"
2026-02-17 02:55:59.901 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-5w6rc" namespace:"svc-latency-6198"
2026-02-17 02:55:59.901 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-5x5cz" namespace:"svc-latency-6198"
2026-02-17 02:55:59.901 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali35b7954cae3", State:"down", Index:217}
2026-02-17 02:55:59.901 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali35b7954cae3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:59.901 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali35b7954cae3", Addrs:set.Typed[string]{}}
2026-02-17 02:55:59.901 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali35b7954cae3", State:"", Index:217}
2026-02-17 02:55:59.901 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali35b7954cae3", Addrs:set.Set[string](nil)}
2026-02-17 02:55:59.901 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali35b7954cae3", Addrs:set.Set[string](nil)}
2026-02-17 02:55:59.904 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-68tg2" namespace:"svc-latency-6198"
2026-02-17 02:55:59.909 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=218 ifaceName="cali14969735d90" state="down"
2026-02-17 02:55:59.909 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali14969735d90"
2026-02-17 02:55:59.910 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali14969735d90", State:"down", Index:218}
2026-02-17 02:55:59.910 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali14969735d90", Addrs:set.Typed[string]{}}
2026-02-17 02:55:59.910 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali14969735d90", Addrs:set.Typed[string]{}}
2026-02-17 02:55:59.910 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::48f5:1fff:fe7e:8bf1" exists=false ifIndex=218
2026-02-17 02:55:59.912 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=218 ifaceName="cali14969735d90" state=""
2026-02-17 02:55:59.912 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali14969735d90"
2026-02-17 02:55:59.912 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali14969735d90", State:"", Index:218}
2026-02-17 02:55:59.912 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali14969735d90", Addrs:set.Set[string](nil)}
2026-02-17 02:55:59.912 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali14969735d90", Addrs:set.Set[string](nil)}
2026-02-17 02:55:59.961 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-699tn" namespace:"svc-latency-6198"
2026-02-17 02:55:59.984 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-6b2mr" namespace:"svc-latency-6198"
2026-02-17 02:56:00.004 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-6c5ff" namespace:"svc-latency-6198"
2026-02-17 02:56:00.037 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-6fkhh" namespace:"svc-latency-6198"
2026-02-17 02:56:00.098 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-6sznt" namespace:"svc-latency-6198"
2026-02-17 02:56:00.110 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-6zft5" namespace:"svc-latency-6198"
2026-02-17 02:56:00.131 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-74gtt" namespace:"svc-latency-6198"
2026-02-17 02:56:00.180 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-785wl" namespace:"svc-latency-6198"
2026-02-17 02:56:00.205 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-7ggtr" namespace:"svc-latency-6198"
2026-02-17 02:56:00.239 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-7sssq" namespace:"svc-latency-6198"
2026-02-17 02:56:00.269 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-845mt" namespace:"svc-latency-6198"
2026-02-17 02:56:00.290 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-86hxm" namespace:"svc-latency-6198"
2026-02-17 02:56:00.317 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-89rhv" namespace:"svc-latency-6198"
2026-02-17 02:56:00.374 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-8ft4j" namespace:"svc-latency-6198"
2026-02-17 02:56:00.393 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-7046/rc-test-75tzw, name=eth0)
2026-02-17 02:56:00.393 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.replication-controller-7046"} profile:{inbound_rules:{action:"allow" rule_id:"X6MG7ehFirmrKysL"} outbound_rules:{action:"allow" rule_id:"t5lXw7THYeStOaJP"}}
2026-02-17 02:56:00.393 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replication-controller-7046.default"} profile:{}
2026-02-17 02:56:00.393 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-7046/rc-test-75tzw" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliabb4850665a" profile_ids:"kns.replication-controller-7046" profile_ids:"ksa.replication-controller-7046.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:56:00.398 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-8nzmp" namespace:"svc-latency-6198"
2026-02-17 02:56:00.418 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-3330"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-3330"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-3330"}
2026-02-17 02:56:00.431 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-8qmnx" namespace:"svc-latency-6198"
2026-02-17 02:56:00.433 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-2669"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-2669"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-2669"}
2026-02-17 02:56:00.440 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-2669" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:00.455 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:00.456 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:00.456 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:00.457 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:56:00.457 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-caliabb4850665a" ipVersion=0x4 table="filter"
2026-02-17 02:56:00.457 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_DtPoDBQMH45UNyyO20" ipVersion=0x4 table="filter"
2026-02-17 02:56:00.457 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_nKrB1roNFjTEBHBzkv" ipVersion=0x4 table="filter"
2026-02-17 02:56:00.457 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:56:00.457 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-caliabb4850665a" ipVersion=0x4 table="filter"
2026-02-17 02:56:00.457 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_DtPoDBQMH45UNyyO20" ipVersion=0x4 table="filter"
2026-02-17 02:56:00.457 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_nKrB1roNFjTEBHBzkv" ipVersion=0x4 table="filter"
2026-02-17 02:56:00.457 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="caliabb4850665a"
2026-02-17 02:56:00.457 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:00.457 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:00.465 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=220 ifaceName="caliabb4850665a" state="down"
2026-02-17 02:56:00.465 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliabb4850665a"
2026-02-17 02:56:00.469 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=220 ifaceName="caliabb4850665a" state="up"
2026-02-17 02:56:00.513 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:56:00.514 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} status="down"
2026-02-17 02:56:00.514 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliabb4850665a", State:"down", Index:220}
2026-02-17 02:56:00.514 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliabb4850665a", Addrs:set.Typed[string]{}}
2026-02-17 02:56:00.514 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliabb4850665a", Addrs:set.Typed[string]{}}
2026-02-17 02:56:00.514 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliabb4850665a", State:"up", Index:220}
2026-02-17 02:56:00.514 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-8qqn8" namespace:"svc-latency-6198"
2026-02-17 02:56:00.514 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-8vgwc" namespace:"svc-latency-6198"
2026-02-17 02:56:00.540 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-8vw89" namespace:"svc-latency-6198"
2026-02-17 02:56:00.564 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-8x8rq" namespace:"svc-latency-6198"
2026-02-17 02:56:00.564 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="caliabb4850665a"
2026-02-17 02:56:00.564 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="caliabb4850665a"
2026-02-17 02:56:00.564 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliabb4850665a"
2026-02-17 02:56:00.564 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:00.564 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:00.597 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:00.597 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} status="up"
2026-02-17 02:56:00.597 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-8znx5" namespace:"svc-latency-6198"
2026-02-17 02:56:00.624 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-95zfz" namespace:"svc-latency-6198"
2026-02-17 02:56:00.658 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-9jbbc" namespace:"svc-latency-6198"
2026-02-17 02:56:00.703 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-9k79l" namespace:"svc-latency-6198"
2026-02-17 02:56:00.727 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-9mtk7" namespace:"svc-latency-6198"
2026-02-17 02:56:00.750 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-9p8jj" namespace:"svc-latency-6198"
2026-02-17 02:56:00.765 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-9rrf4" namespace:"svc-latency-6198"
2026-02-17 02:56:00.812 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-9srnz" namespace:"svc-latency-6198"
2026-02-17 02:56:00.864 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-9tvvp" namespace:"svc-latency-6198"
2026-02-17 02:56:00.916 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-b2mzp" namespace:"svc-latency-6198"
2026-02-17 02:56:00.916 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-b4tmc" namespace:"svc-latency-6198"
2026-02-17 02:56:00.931 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-b8ttl" namespace:"svc-latency-6198"
2026-02-17 02:56:00.966 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-b9n4c" namespace:"svc-latency-6198"
2026-02-17 02:56:00.980 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-9972" name:"default"}
2026-02-17 02:56:00.983 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-bd9np" namespace:"svc-latency-6198"
2026-02-17 02:56:01.021 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-bfwcg" namespace:"svc-latency-6198"
2026-02-17 02:56:01.021 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-bjdlf" namespace:"svc-latency-6198"
2026-02-17 02:56:01.029 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-bjgwx" namespace:"svc-latency-6198"
2026-02-17 02:56:01.057 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-bppl9" namespace:"svc-latency-6198"
2026-02-17 02:56:01.082 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-bt9vz" namespace:"svc-latency-6198"
2026-02-17 02:56:01.118 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-bwvhz" namespace:"svc-latency-6198"
2026-02-17 02:56:01.133 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-c557s" namespace:"svc-latency-6198"
2026-02-17 02:56:01.149 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-c6wbj" namespace:"svc-latency-6198"
2026-02-17 02:56:01.171 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-c7lm7" namespace:"svc-latency-6198"
2026-02-17 02:56:01.201 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-cff2w" namespace:"svc-latency-6198"
2026-02-17 02:56:01.230 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-cphh8" namespace:"svc-latency-6198"
2026-02-17 02:56:01.248 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-cq296" namespace:"svc-latency-6198"
2026-02-17 02:56:01.264 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-cqhlc" namespace:"svc-latency-6198"
2026-02-17 02:56:01.282 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-cv922" namespace:"svc-latency-6198"
2026-02-17 02:56:01.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-cwbwp" namespace:"svc-latency-6198"
2026-02-17 02:56:01.332 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-d6hhf" namespace:"svc-latency-6198"
2026-02-17 02:56:01.349 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-d7k8v" namespace:"svc-latency-6198"
2026-02-17 02:56:01.372 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-d7t9z" namespace:"svc-latency-6198"
2026-02-17 02:56:01.386 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-7046/rc-test-75tzw, name=eth0)
2026-02-17 02:56:01.386 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-7046/rc-test-75tzw" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliabb4850665a" profile_ids:"kns.replication-controller-7046" profile_ids:"ksa.replication-controller-7046.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:56:01.411 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.411 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.411 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.412 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliabb4850665a"
2026-02-17 02:56:01.414 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.414 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.435 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:01.435 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} status="up"
2026-02-17 02:56:01.435 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-df25s" namespace:"svc-latency-6198"
2026-02-17 02:56:01.445 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-dh575" namespace:"svc-latency-6198"
2026-02-17 02:56:01.472 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-dl2xl" namespace:"svc-latency-6198"
2026-02-17 02:56:01.487 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-dnbwx" namespace:"svc-latency-6198"
2026-02-17 02:56:01.501 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-dq867" namespace:"svc-latency-6198"
2026-02-17 02:56:01.542 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-drdht" namespace:"svc-latency-6198"
2026-02-17 02:56:01.568 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-7046/rc-test-75tzw, name=eth0)
2026-02-17 02:56:01.568 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-7046/rc-test-75tzw" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliabb4850665a" profile_ids:"kns.replication-controller-7046" profile_ids:"ksa.replication-controller-7046.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:56:01.572 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-dtvdj" namespace:"svc-latency-6198"
2026-02-17 02:56:01.578 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-5459" name:"default"}
2026-02-17 02:56:01.596 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-f89wt" namespace:"svc-latency-6198"
2026-02-17 02:56:01.610 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-f9xk6" namespace:"svc-latency-6198"
2026-02-17 02:56:01.622 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.622 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.622 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.623 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliabb4850665a"
2026-02-17 02:56:01.623 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.623 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:01.647 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:01.647 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} status="up"
2026-02-17 02:56:01.647 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-fcskj" namespace:"svc-latency-6198"
2026-02-17 02:56:01.672 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-7046"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-7046"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-7046"}
2026-02-17 02:56:01.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-fp4fh" namespace:"svc-latency-6198"
2026-02-17 02:56:01.702 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csinodes-4198"} labels:{key:"e2e-framework" value:"csinodes"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"csinodes-4198"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"csinodes-4198"}
2026-02-17 02:56:01.718 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-fpqh5" namespace:"svc-latency-6198"
2026-02-17 02:56:01.722 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"csinodes-4198" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:01.744 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"dns-8327" name:"default"}
2026-02-17 02:56:01.759 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-ftr9s" namespace:"svc-latency-6198"
2026-02-17 02:56:01.790 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-g298g" namespace:"svc-latency-6198"
2026-02-17 02:56:01.816 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-g5tcg" namespace:"svc-latency-6198"
2026-02-17 02:56:01.823 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=220
2026-02-17 02:56:01.823 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="caliabb4850665a"
2026-02-17 02:56:01.823 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliabb4850665a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:01.823 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliabb4850665a", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:01.856 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-gjv55" namespace:"svc-latency-6198"
2026-02-17 02:56:01.874 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-gkzrf" namespace:"svc-latency-6198"
2026-02-17 02:56:01.895 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-190/update-demo-nautilus-klmz5, name=eth0)
2026-02-17 02:56:01.895 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-190/update-demo-nautilus-klmz5" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia537095fe88" profile_ids:"kns.kubectl-190" profile_ids:"ksa.kubectl-190.default" ipv4_nets:"10.100.210.191/32"}
2026-02-17 02:56:01.937 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:01.937 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:01.937 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:01.937 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia537095fe88"
2026-02-17 02:56:01.937 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:01.937 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:01.965 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:01.966 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"} status="up"
2026-02-17 02:56:01.966 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-gpk9l" namespace:"svc-latency-6198"
2026-02-17 02:56:01.973 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-gt9vf" namespace:"svc-latency-6198"
2026-02-17 02:56:01.992 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-gts64" namespace:"svc-latency-6198"
2026-02-17 02:56:02.009 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-gvqwn" namespace:"svc-latency-6198"
2026-02-17 02:56:02.018 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csinodes-4198"} labels:{key:"e2e-framework" value:"csinodes"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"csinodes-4198"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"csinodes-4198"}
2026-02-17 02:56:02.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-h6whn" namespace:"svc-latency-6198"
2026-02-17 02:56:02.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-h79c6" namespace:"svc-latency-6198"
2026-02-17 02:56:02.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-h7mbf" namespace:"svc-latency-6198"
2026-02-17 02:56:02.106 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-4028"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-4028"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-4028"}
2026-02-17 02:56:02.113 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"statefulset-4028" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:02.134 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-h8t7r" namespace:"svc-latency-6198"
2026-02-17 02:56:02.134 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test" namespace:"statefulset-4028" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:56:02.169 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-hccqb" namespace:"svc-latency-6198"
2026-02-17 02:56:02.202 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-hcxls" namespace:"svc-latency-6198"
2026-02-17 02:56:02.225 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-190/update-demo-nautilus-klmz5, name=eth0)
2026-02-17 02:56:02.226 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-190/update-demo-nautilus-klmz5" endpoint_id:"eth0"}
2026-02-17 02:56:02.226 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.kubectl-190"}
2026-02-17 02:56:02.226 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.kubectl-190.default"}
2026-02-17 02:56:02.232 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-hgwnx" namespace:"svc-latency-6198"
2026-02-17 02:56:02.249 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:02.249 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:02.249 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.kubectl-190" ipVersion=0x4 table="filter"
2026-02-17 02:56:02.249 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_iLRR5tKGm43zw6pOW3" ipVersion=0x4 table="filter"
2026-02-17 02:56:02.249 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.kubectl-190" ipVersion=0x4 table="filter"
2026-02-17 02:56:02.249 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_iLRR5tKGm43zw6pOW3" ipVersion=0x4 table="filter"
2026-02-17 02:56:02.249 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:02.249 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:56:02.249 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calia537095fe88" ipVersion=0x4 table="filter"
2026-02-17 02:56:02.249 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-a" ipVersion=0x4 table="filter"
2026-02-17 02:56:02.249 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calia537095fe88" ipVersion=0x4 table="filter"
2026-02-17 02:56:02.249 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:02.249 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:02.251 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.191
2026-02-17 02:56:02.318 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-190/update-demo-nautilus-klmz5", EndpointId:"eth0"}
2026-02-17 02:56:02.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-hsx2z" namespace:"svc-latency-6198"
2026-02-17 02:56:02.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-190"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-190"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-190"}
2026-02-17 02:56:02.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3950"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3950"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3950"}
2026-02-17 02:56:02.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-j8n4b" namespace:"svc-latency-6198"
2026-02-17 02:56:02.318 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-3950" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:02.332 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=216 ifaceName="calia537095fe88" state="down"
2026-02-17 02:56:02.333 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia537095fe88", State:"down", Index:216}
2026-02-17 02:56:02.333 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia537095fe88"
2026-02-17 02:56:02.333 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia537095fe88", Addrs:set.Typed[string]{}}
2026-02-17 02:56:02.333 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia537095fe88", Addrs:set.Typed[string]{}}
2026-02-17 02:56:02.333 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=216
2026-02-17 02:56:02.336 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=216 ifaceName="calia537095fe88" state=""
2026-02-17 02:56:02.336 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia537095fe88"
2026-02-17 02:56:02.336 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia537095fe88", State:"", Index:216}
2026-02-17 02:56:02.336 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia537095fe88", Addrs:set.Set[string](nil)}
2026-02-17 02:56:02.336 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia537095fe88", Addrs:set.Set[string](nil)}
2026-02-17 02:56:02.344 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-j94xq" namespace:"svc-latency-6198"
2026-02-17 02:56:02.387 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-j9z7h" namespace:"svc-latency-6198"
2026-02-17 02:56:02.427 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-jc5xb" namespace:"svc-latency-6198"
2026-02-17 02:56:02.446 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-jclcn" namespace:"svc-latency-6198"
2026-02-17 02:56:02.481 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-jfc95" namespace:"svc-latency-6198"
2026-02-17 02:56:02.489 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-jhjsc" namespace:"svc-latency-6198"
2026-02-17 02:56:02.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-jkxfs" namespace:"svc-latency-6198"
2026-02-17 02:56:02.550 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-jslps" namespace:"svc-latency-6198"
2026-02-17 02:56:02.566 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-k58r6" namespace:"svc-latency-6198"
2026-02-17 02:56:02.594 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-k5crf" namespace:"svc-latency-6198"
2026-02-17 02:56:02.611 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-k5phz" namespace:"svc-latency-6198"
2026-02-17 02:56:02.639 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-k99tt" namespace:"svc-latency-6198"
2026-02-17 02:56:02.700 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-klv46" namespace:"svc-latency-6198"
2026-02-17 02:56:02.700 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-kr7wq" namespace:"svc-latency-6198"
2026-02-17 02:56:02.724 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-kx6xm" namespace:"svc-latency-6198"
2026-02-17 02:56:02.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-l6nc6" namespace:"svc-latency-6198"
2026-02-17 02:56:02.806 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-l6xmw" namespace:"svc-latency-6198"
2026-02-17 02:56:02.820 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-l9qcs" namespace:"svc-latency-6198"
2026-02-17 02:56:02.845 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-lcrnx" namespace:"svc-latency-6198"
2026-02-17 02:56:02.885 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-lft7z" namespace:"svc-latency-6198"
2026-02-17 02:56:02.924 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-ll7ff" namespace:"svc-latency-6198"
2026-02-17 02:56:02.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-llsrq" namespace:"svc-latency-6198"
2026-02-17 02:56:02.988 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-lsnj6" namespace:"svc-latency-6198"
2026-02-17 02:56:03.044 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-m2lzt" namespace:"svc-latency-6198"
2026-02-17 02:56:03.097 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-m6rtj" namespace:"svc-latency-6198"
2026-02-17 02:56:03.129 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-mhwkj" namespace:"svc-latency-6198"
2026-02-17 02:56:03.147 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-mn5vd" namespace:"svc-latency-6198"
2026-02-17 02:56:03.167 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-mnp4s" namespace:"svc-latency-6198"
2026-02-17 02:56:03.187 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-n4kfb" namespace:"svc-latency-6198"
2026-02-17 02:56:03.267 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-n6s2n" namespace:"svc-latency-6198"
2026-02-17 02:56:03.294 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-n8prf" namespace:"svc-latency-6198"
2026-02-17 02:56:03.315 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-n8x82" namespace:"svc-latency-6198"
2026-02-17 02:56:03.381 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-np7s4" namespace:"svc-latency-6198"
2026-02-17 02:56:03.396 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-nvkv7" namespace:"svc-latency-6198"
2026-02-17 02:56:03.425 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-pz57b" namespace:"svc-latency-6198"
2026-02-17 02:56:03.481 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-q5g2w" namespace:"svc-latency-6198"
2026-02-17 02:56:03.496 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-q5mt4" namespace:"svc-latency-6198"
2026-02-17 02:56:03.536 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-q7fck" namespace:"svc-latency-6198"
2026-02-17 02:56:03.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-qbfhf" namespace:"svc-latency-6198"
2026-02-17 02:56:03.606 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-qprl2" namespace:"svc-latency-6198"
2026-02-17 02:56:03.627 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-5459"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-5459"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-5459"}
2026-02-17 02:56:03.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-qqkx6" namespace:"svc-latency-6198"
2026-02-17 02:56:03.648 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-5459"}
2026-02-17 02:56:03.657 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-qqsk5" namespace:"svc-latency-6198"
2026-02-17 02:56:03.693 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-qs4tt" namespace:"svc-latency-6198"
2026-02-17 02:56:03.693 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-qtxtg" namespace:"svc-latency-6198"
2026-02-17 02:56:03.720 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-r29jd" namespace:"svc-latency-6198"
2026-02-17 02:56:03.743 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-r4wnj" namespace:"svc-latency-6198"
2026-02-17 02:56:03.760 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-rb69t" namespace:"svc-latency-6198"
2026-02-17 02:56:03.798 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-rkp25" namespace:"svc-latency-6198"
2026-02-17 02:56:03.798 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-rtlj7" namespace:"svc-latency-6198"
2026-02-17 02:56:03.825 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-rx88q" namespace:"svc-latency-6198"
2026-02-17 02:56:03.835 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-9972"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-9972"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-9972"}
2026-02-17 02:56:03.847 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-rxgxs" namespace:"svc-latency-6198"
2026-02-17 02:56:03.858 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-9972"}
2026-02-17 02:56:03.871 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-rztpf" namespace:"svc-latency-6198"
2026-02-17 02:56:03.908 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-s2pp7" namespace:"svc-latency-6198"
2026-02-17 02:56:03.915 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-s5tq2" namespace:"svc-latency-6198"
2026-02-17 02:56:03.941 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-s5v9c" namespace:"svc-latency-6198"
2026-02-17 02:56:03.965 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-s77js" namespace:"svc-latency-6198"
2026-02-17 02:56:03.986 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-s94dl" namespace:"svc-latency-6198"
2026-02-17 02:56:04.015 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-sbp7f" namespace:"svc-latency-6198"
2026-02-17 02:56:04.054 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-sf8lz" namespace:"svc-latency-6198"
2026-02-17 02:56:04.087 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-sjgrr" namespace:"svc-latency-6198"
2026-02-17 02:56:04.121 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-sqbdn" namespace:"svc-latency-6198"
2026-02-17 02:56:04.163 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-sr2cq" namespace:"svc-latency-6198"
2026-02-17 02:56:04.186 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:04.186 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.statefulset-4028"} profile:{inbound_rules:{action:"allow" rule_id:"SOg3oDo_4TwpttDV"} outbound_rules:{action:"allow" rule_id:"cD3CwV9kjBDOMlJ0"}}
2026-02-17 02:56:04.186 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.statefulset-4028.default"} profile:{}
2026-02-17 02:56:04.186 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:56:04.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-t4gds" namespace:"svc-latency-6198"
2026-02-17 02:56:04.209 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:04.209 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:04.209 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:04.209 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:56:04.209 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:56:04.209 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:56:04.209 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:56:04.209 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:56:04.209 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:56:04.209 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali52d873cae6b"
2026-02-17 02:56:04.209 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:04.210 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:04.261 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:56:04.261 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="down"
2026-02-17 02:56:04.261 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-t5wxt" namespace:"svc-latency-6198"
2026-02-17 02:56:04.261 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-th755" namespace:"svc-latency-6198"
2026-02-17 02:56:04.266 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-thbwv" namespace:"svc-latency-6198"
2026-02-17 02:56:04.268 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=221 ifaceName="cali52d873cae6b" state="down"
2026-02-17 02:56:04.268 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali52d873cae6b"
2026-02-17 02:56:04.269 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"down", Index:221}
2026-02-17 02:56:04.269 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:56:04.269 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:56:04.272 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=221 ifaceName="cali52d873cae6b" state="up"
2026-02-17 02:56:04.272 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"up", Index:221}
2026-02-17 02:56:04.289 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-tkh2d" namespace:"svc-latency-6198"
2026-02-17 02:56:04.307 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-tlctc" namespace:"svc-latency-6198"
2026-02-17 02:56:04.311 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali52d873cae6b"
2026-02-17 02:56:04.311 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali52d873cae6b"
2026-02-17 02:56:04.311 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:04.312 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:04.312 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:04.339 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:04.339 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:04.339 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-tnrvf" namespace:"svc-latency-6198"
2026-02-17 02:56:04.348 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-tvhq9" namespace:"svc-latency-6198"
2026-02-17 02:56:04.363 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-v8dbl" namespace:"svc-latency-6198"
2026-02-17 02:56:04.390 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-vcjlg" namespace:"svc-latency-6198"
2026-02-17 02:56:04.412 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-vqm26" namespace:"svc-latency-6198"
2026-02-17 02:56:04.442 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-vtd8h" namespace:"svc-latency-6198"
2026-02-17 02:56:04.460 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-vwjzd" namespace:"svc-latency-6198"
2026-02-17 02:56:04.494 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-vzc7q" namespace:"svc-latency-6198"
2026-02-17 02:56:04.516 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-w2f4r" namespace:"svc-latency-6198"
2026-02-17 02:56:04.548 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-w4f69" namespace:"svc-latency-6198"
2026-02-17 02:56:04.553 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-w79q8" namespace:"svc-latency-6198"
2026-02-17 02:56:04.571 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-w8w7m" namespace:"svc-latency-6198"
2026-02-17 02:56:04.597 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-wcctx" namespace:"svc-latency-6198"
2026-02-17 02:56:04.625 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-wdsfr" namespace:"svc-latency-6198"
2026-02-17 02:56:04.647 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-8327"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-8327"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-8327"}
2026-02-17 02:56:04.648 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-wgdsp" namespace:"svc-latency-6198"
2026-02-17 02:56:04.660 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"dns-8327"}
2026-02-17 02:56:04.673 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-wjnlh" namespace:"svc-latency-6198"
2026-02-17 02:56:04.691 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-wl5m2" namespace:"svc-latency-6198"
2026-02-17 02:56:04.719 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-wpvv4" namespace:"svc-latency-6198"
2026-02-17 02:56:04.765 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-wtv2r" namespace:"svc-latency-6198"
2026-02-17 02:56:04.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-wz28f" namespace:"svc-latency-6198"
2026-02-17 02:56:04.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-x6nlp" namespace:"svc-latency-6198"
2026-02-17 02:56:04.817 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-xmfvd" namespace:"svc-latency-6198"
2026-02-17 02:56:04.834 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-xq5x2" namespace:"svc-latency-6198"
2026-02-17 02:56:04.865 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-xzfql" namespace:"svc-latency-6198"
2026-02-17 02:56:04.880 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-z46gv" namespace:"svc-latency-6198"
2026-02-17 02:56:04.897 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-z5h7c" namespace:"svc-latency-6198"
2026-02-17 02:56:04.929 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-zg9h6" namespace:"svc-latency-6198"
2026-02-17 02:56:04.976 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"latency-svc-zm5vn" namespace:"svc-latency-6198"
2026-02-17 02:56:05.093 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svc-latency-6198"} labels:{key:"e2e-framework" value:"svc-latency"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svc-latency-6198"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svc-latency-6198"}
2026-02-17 02:56:05.108 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svc-latency-6198"}
2026-02-17 02:56:05.189 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.containers-5693.default"
2026-02-17 02:56:05.189 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.containers-5693.default"} profile:{inbound_rules:{action:"deny" rule_id:"aEOMk7yz5A-Pu7gE"} outbound_rules:{action:"deny" rule_id:"TVw8WEvo05pRBUHE"}}
2026-02-17 02:56:05.190 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"containers-5693" name:"default"}
2026-02-17 02:56:05.203 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"disruption-9022"} labels:{key:"e2e-framework" value:"disruption"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"disruption-9022"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"disruption-9022"}
2026-02-17 02:56:05.213 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"disruption-9022"}
2026-02-17 02:56:05.306 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166, name=eth0)
2026-02-17 02:56:05.307 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali91e20e65adc" profile_ids:"kns.containers-5693" profile_ids:"ksa.containers-5693.default" ipv4_nets:"10.100.210.164/32"}
2026-02-17 02:56:05.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-5693"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"containers-5693"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-5693"}
2026-02-17 02:56:05.358 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.358 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.358 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.359 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali91e20e65adc"
2026-02-17 02:56:05.359 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.359 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.374 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=221
2026-02-17 02:56:05.374 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali52d873cae6b"
2026-02-17 02:56:05.389 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:05.389 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"} status="up"
2026-02-17 02:56:05.389 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:05.389 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:05.424 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:05.424 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:56:05.453 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:05.453 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:56:05.461 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:05.461 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:05.461 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:05.462 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:05.462 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:05.462 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:05.486 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:05.486 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:05.614 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166, name=eth0)
2026-02-17 02:56:05.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166" endpoint_id:"eth0"}
2026-02-17 02:56:05.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.containers-5693"}
2026-02-17 02:56:05.614 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.containers-5693.default"}
2026-02-17 02:56:05.614 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.614 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.615 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.containers-5693" ipVersion=0x4 table="filter"
2026-02-17 02:56:05.615 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_7q3_diqF3Moa_gHHi_" ipVersion=0x4 table="filter"
2026-02-17 02:56:05.615 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.containers-5693" ipVersion=0x4 table="filter"
2026-02-17 02:56:05.615 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_7q3_diqF3Moa_gHHi_" ipVersion=0x4 table="filter"
2026-02-17 02:56:05.615 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.615 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali91e20e65adc" ipVersion=0x4 table="filter"
2026-02-17 02:56:05.615 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali91e20e65adc" ipVersion=0x4 table="filter"
2026-02-17 02:56:05.615 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.615 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.616 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.164
2026-02-17 02:56:05.674 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"containers-5693/client-containers-4bec8eda-c072-4b8b-8955-064788b7e166", EndpointId:"eth0"}
2026-02-17 02:56:05.674 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-3330" name:"default"}
2026-02-17 02:56:05.725 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=219
2026-02-17 02:56:05.725 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali91e20e65adc"
2026-02-17 02:56:05.725 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali91e20e65adc", Addrs:set.Typed[string]{}}
2026-02-17 02:56:05.725 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali91e20e65adc", Addrs:set.Typed[string]{}}
2026-02-17 02:56:05.726 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=219 ifaceName="cali91e20e65adc" state="down"
2026-02-17 02:56:05.727 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=219 ifaceName="cali91e20e65adc" state=""
2026-02-17 02:56:05.727 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali91e20e65adc"
2026-02-17 02:56:05.727 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali91e20e65adc", State:"down", Index:219}
2026-02-17 02:56:05.727 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali91e20e65adc", State:"", Index:219}
2026-02-17 02:56:05.727 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali91e20e65adc", Addrs:set.Set[string](nil)}
2026-02-17 02:56:05.727 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali91e20e65adc", Addrs:set.Set[string](nil)}
2026-02-17 02:56:06.193 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-3330"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-3330"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-3330"}
2026-02-17 02:56:06.193 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:56:06.217 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-3330"}
2026-02-17 02:56:06.267 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-7166"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-7166"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-7166"}
2026-02-17 02:56:06.287 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svcaccounts-7166"}
2026-02-17 02:56:06.444 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3950"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3950"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3950"}
2026-02-17 02:56:06.505 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-4681"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-4681"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-4681"}
2026-02-17 02:56:06.529 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"svcaccounts-4681" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:06.866 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-7046/rc-test-75tzw, name=eth0)
2026-02-17 02:56:06.867 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-7046/rc-test-75tzw" endpoint_id:"eth0"} endpoint:{state:"active" name:"caliabb4850665a" profile_ids:"kns.replication-controller-7046" profile_ids:"ksa.replication-controller-7046.default" ipv4_nets:"10.100.210.189/32"}
2026-02-17 02:56:06.867 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:06.867 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:06.867 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:06.869 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="caliabb4850665a"
2026-02-17 02:56:06.869 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:06.869 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:06.893 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:06.893 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"} status="up"
2026-02-17 02:56:06.967 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.replication-controller-7046.default"
2026-02-17 02:56:06.967 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replication-controller-7046.default"} profile:{inbound_rules:{action:"deny" rule_id:"q2wruP_6LUvg5lS0"} outbound_rules:{action:"deny" rule_id:"5tnBn0Rz4_1GvHaJ"}}
2026-02-17 02:56:06.968 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replication-controller-7046" name:"default"}
2026-02-17 02:56:07.185 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-7046"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-7046"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-7046"}
2026-02-17 02:56:07.213 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-7046/rc-test-75tzw, name=eth0)
2026-02-17 02:56:07.213 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-7046/rc-test-75tzw" endpoint_id:"eth0"}
2026-02-17 02:56:07.213 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.replication-controller-7046"}
2026-02-17 02:56:07.213 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.replication-controller-7046.default"}
2026-02-17 02:56:07.214 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:07.215 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:07.222 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_DtPoDBQMH45UNyyO20" ipVersion=0x4 table="filter"
2026-02-17 02:56:07.222 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_nKrB1roNFjTEBHBzkv" ipVersion=0x4 table="filter"
2026-02-17 02:56:07.222 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_DtPoDBQMH45UNyyO20" ipVersion=0x4 table="filter"
2026-02-17 02:56:07.222 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_nKrB1roNFjTEBHBzkv" ipVersion=0x4 table="filter"
2026-02-17 02:56:07.223 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:07.223 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-caliabb4850665a" ipVersion=0x4 table="filter"
2026-02-17 02:56:07.223 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-caliabb4850665a" ipVersion=0x4 table="filter"
2026-02-17 02:56:07.223 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:07.223 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:07.225 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.189
2026-02-17 02:56:07.284 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-7046/rc-test-75tzw", EndpointId:"eth0"}
2026-02-17 02:56:07.323 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=220
2026-02-17 02:56:07.323 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="caliabb4850665a"
2026-02-17 02:56:07.323 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=220 ifaceName="caliabb4850665a" state="down"
2026-02-17 02:56:07.323 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=220 ifaceName="caliabb4850665a" state=""
2026-02-17 02:56:07.323 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="caliabb4850665a"
2026-02-17 02:56:07.323 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliabb4850665a", Addrs:set.Typed[string]{}}
2026-02-17 02:56:07.323 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliabb4850665a", Addrs:set.Typed[string]{}}
2026-02-17 02:56:07.323 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliabb4850665a", State:"down", Index:220}
2026-02-17 02:56:07.323 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"caliabb4850665a", State:"", Index:220}
2026-02-17 02:56:07.324 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"caliabb4850665a", Addrs:set.Set[string](nil)}
2026-02-17 02:56:07.324 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"caliabb4850665a", Addrs:set.Set[string](nil)}
2026-02-17 02:56:07.457 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"containers-5693"} labels:{key:"e2e-framework" value:"containers"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"containers-5693"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"containers-5693"}
2026-02-17 02:56:07.479 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"containers-5693"}
2026-02-17 02:56:07.589 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-4681"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-4681"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-4681"}
2026-02-17 02:56:07.615 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"csinodes-4198" name:"default"}
2026-02-17 02:56:07.615 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-1832"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-1832"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-1832"}
2026-02-17 02:56:07.635 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-1832" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:07.698 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"csinodes-4198"} labels:{key:"e2e-framework" value:"csinodes"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"csinodes-4198"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"csinodes-4198"}
2026-02-17 02:56:07.727 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"csinodes-4198"}
2026-02-17 02:56:07.727 [INFO][60] felix/int_dataplane.go 2323: Dataplane updates throttled
2026-02-17 02:56:07.818 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-190" name:"default"}
2026-02-17 02:56:08.021 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-190"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-190"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-190"}
2026-02-17 02:56:08.047 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-190"}
2026-02-17 02:56:11.507 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-3950" name:"default"}
2026-02-17 02:56:11.508 [INFO][60] felix/int_dataplane.go 2279: Dataplane updates no longer throttled
2026-02-17 02:56:11.606 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-2669"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-2669"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-2669"}
2026-02-17 02:56:11.631 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-9483"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-9483"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-9483"}
2026-02-17 02:56:11.653 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"events-9483" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:11.740 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-1832"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-1832"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-1832"}
2026-02-17 02:56:11.767 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4270"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-4270"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4270"}
2026-02-17 02:56:11.785 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"services-4270" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:11.815 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"multi-endpoint-test" namespace:"services-4270" type:"ClusterIP" cluster_ips:"10.254.130.12" ports:{Protocol:"TCP" Port:80} ports:{Protocol:"TCP" Port:81}
2026-02-17 02:56:11.862 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-9483"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-9483"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-9483"}
2026-02-17 02:56:11.922 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4155"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4155"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4155"}
2026-02-17 02:56:11.922 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-4155" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:11.922 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4155"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4155"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4155"} labels:{key:"webhook-4155" value:"true"}
2026-02-17 02:56:11.922 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-862"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-862"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-862"} labels:{key:"webhook-4155-markers" value:"true"}
2026-02-17 02:56:11.922 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-862" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:12.056 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-3950"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-3950"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-3950"}
2026-02-17 02:56:12.079 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-3950"}
2026-02-17 02:56:12.611 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"svcaccounts-4681" name:"default"}
2026-02-17 02:56:12.744 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-7046"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-7046"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-7046"}
2026-02-17 02:56:12.772 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replication-controller-7046"}
2026-02-17 02:56:13.080 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"svcaccounts-4681"} labels:{key:"e2e-framework" value:"svcaccounts"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"svcaccounts-4681"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"svcaccounts-4681"}
2026-02-17 02:56:13.107 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"svcaccounts-4681"}
2026-02-17 02:56:13.434 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:13.434 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:56:13.434 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:13.434 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:13.434 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:13.435 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:13.435 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:13.435 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:13.458 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:13.458 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:14.349 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-4155" type:"ClusterIP" cluster_ips:"10.254.172.244" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:56:15.448 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-4270/pod2, name=eth0)
2026-02-17 02:56:15.448 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.services-4270"} profile:{inbound_rules:{action:"allow" rule_id:"HmrjalcK4NadJiwb"} outbound_rules:{action:"allow" rule_id:"7Ph-sQLKfm4gzdhA"}}
2026-02-17 02:56:15.449 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.services-4270.default"} profile:{}
2026-02-17 02:56:15.449 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-4270/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6db4aa8c633" profile_ids:"kns.services-4270" profile_ids:"ksa.services-4270.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:56:15.449 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:15.449 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:15.449 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:15.449 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:56:15.450 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali6db4aa8c633" ipVersion=0x4 table="filter"
2026-02-17 02:56:15.450 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.services-4270" ipVersion=0x4 table="filter"
2026-02-17 02:56:15.450 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_H3xyzCsANtPZvCliKB" ipVersion=0x4 table="filter"
2026-02-17 02:56:15.450 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:56:15.450 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali6db4aa8c633" ipVersion=0x4 table="filter"
2026-02-17 02:56:15.450 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.services-4270" ipVersion=0x4 table="filter"
2026-02-17 02:56:15.450 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_H3xyzCsANtPZvCliKB" ipVersion=0x4 table="filter"
2026-02-17 02:56:15.450 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali6db4aa8c633"
2026-02-17 02:56:15.450 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:15.450 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:15.494 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:56:15.494 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"} status="down"
2026-02-17 02:56:15.503 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-4155"
2026-02-17 02:56:15.516 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=222 ifaceName="cali6db4aa8c633" state="down"
2026-02-17 02:56:15.516 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6db4aa8c633"
2026-02-17 02:56:15.518 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=222 ifaceName="cali6db4aa8c633" state="up"
2026-02-17 02:56:15.561 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6db4aa8c633", State:"down", Index:222}
2026-02-17 02:56:15.561 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6db4aa8c633", Addrs:set.Typed[string]{}}
2026-02-17 02:56:15.561 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6db4aa8c633", Addrs:set.Typed[string]{}}
2026-02-17 02:56:15.561 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6db4aa8c633", State:"up", Index:222}
2026-02-17 02:56:15.561 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali6db4aa8c633"
2026-02-17 02:56:15.561 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali6db4aa8c633"
2026-02-17 02:56:15.561 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6db4aa8c633"
2026-02-17 02:56:15.561 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:15.561 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:15.586 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:15.586 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:56:15.591 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4155"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4155"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4155"} labels:{key:"webhook-4155" value:"true"}
2026-02-17 02:56:15.619 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-862"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-862"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-862"} labels:{key:"webhook-4155-markers" value:"true"}
2026-02-17 02:56:15.642 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"apf-1013"} labels:{key:"e2e-framework" value:"apf"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"apf-1013"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"apf-1013"}
2026-02-17 02:56:15.642 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"apf-1013" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:15.834 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"apf-1013"} labels:{key:"e2e-framework" value:"apf"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"apf-1013"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"apf-1013"}
2026-02-17 02:56:15.865 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-4965"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-4965"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-4965"}
2026-02-17 02:56:15.883 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"dns-4965" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:16.520 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-4270/pod2, name=eth0)
2026-02-17 02:56:16.520 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-4270/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6db4aa8c633" profile_ids:"kns.services-4270" profile_ids:"ksa.services-4270.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:56:16.520 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:16.521 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:16.521 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:16.522 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6db4aa8c633"
2026-02-17 02:56:16.522 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:16.522 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:16.562 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:16.562 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:56:16.798 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-2669" name:"default"}
2026-02-17 02:56:16.880 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-2669"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-2669"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-2669"}
2026-02-17 02:56:16.905 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-2669"}
2026-02-17 02:56:16.968 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"events-9483" name:"default"}
2026-02-17 02:56:17.158 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-1832" name:"default"}
2026-02-17 02:56:17.213 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=222
2026-02-17 02:56:17.213 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali6db4aa8c633"
2026-02-17 02:56:17.213 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6db4aa8c633", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:17.213 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6db4aa8c633", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:17.253 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"events-9483"} labels:{key:"e2e-framework" value:"events"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"events-9483"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"events-9483"}
2026-02-17 02:56:17.289 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"events-9483"}
2026-02-17 02:56:17.573 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-1832"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-1832"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-1832"}
2026-02-17 02:56:17.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-1832"}
2026-02-17 02:56:18.093 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-lpshv-rpzlp" ipv4_addr:"192.168.24.10/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-lpshv-rpzlp"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/control-plane" value:""} labels:{key:"node-role.kubernetes.io/master" value:""} labels:{key:"node.kubernetes.io/exclude-from-external-load-balancers" value:""} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:56:18.094 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:56:18.094 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:56:18.176 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-4965"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-4965"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-4965"}
2026-02-17 02:56:18.200 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-8754"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-8754"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-8754"}
2026-02-17 02:56:18.225 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"custom-resource-definition-8754" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:18.863 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:56:19.274 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-8754"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-8754"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-8754"}
2026-02-17 02:56:19.308 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9414"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9414"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9414"}
2026-02-17 02:56:19.329 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-9414" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:20.749 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-4270/pod2, name=eth0)
2026-02-17 02:56:20.749 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-4270/pod2" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali6db4aa8c633" profile_ids:"kns.services-4270" profile_ids:"ksa.services-4270.default" ipv4_nets:"10.100.210.155/32"}
2026-02-17 02:56:20.750 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.750 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.750 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.752 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali6db4aa8c633"
2026-02-17 02:56:20.752 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.752 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.765 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=services-4270/pod2, name=eth0)
2026-02-17 02:56:20.834 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:20.834 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"} status="up"
2026-02-17 02:56:20.834 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"services-4270/pod2" endpoint_id:"eth0"}
2026-02-17 02:56:20.834 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.services-4270.default"}
2026-02-17 02:56:20.835 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.services-4270"}
2026-02-17 02:56:20.835 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"multi-endpoint-test" namespace:"services-4270"
2026-02-17 02:56:20.835 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.835 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.835 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.services-4270" ipVersion=0x4 table="filter"
2026-02-17 02:56:20.835 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_H3xyzCsANtPZvCliKB" ipVersion=0x4 table="filter"
2026-02-17 02:56:20.835 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.services-4270" ipVersion=0x4 table="filter"
2026-02-17 02:56:20.835 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_H3xyzCsANtPZvCliKB" ipVersion=0x4 table="filter"
2026-02-17 02:56:20.836 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.836 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-from-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:56:20.836 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali6db4aa8c633" ipVersion=0x4 table="filter"
2026-02-17 02:56:20.836 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-to-wl-dispatch-6" ipVersion=0x4 table="filter"
2026-02-17 02:56:20.836 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali6db4aa8c633" ipVersion=0x4 table="filter"
2026-02-17 02:56:20.836 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.836 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.836 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.155
2026-02-17 02:56:20.896 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"services-4270/pod2", EndpointId:"eth0"}
2026-02-17 02:56:20.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4270"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-4270"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4270"}
2026-02-17 02:56:20.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-2965"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-2965"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-2965"}
2026-02-17 02:56:20.896 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-2965" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:20.918 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-862" name:"default"}
2026-02-17 02:56:21.055 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"apf-1013" name:"default"}
bird: KIF: Received address message for unknown interface 222
2026-02-17 02:56:21.157 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=222 ifaceName="cali6db4aa8c633" state="down"
2026-02-17 02:56:21.157 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali6db4aa8c633"
2026-02-17 02:56:21.157 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=222
2026-02-17 02:56:21.157 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6db4aa8c633", State:"down", Index:222}
2026-02-17 02:56:21.157 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6db4aa8c633", Addrs:set.Typed[string]{}}
2026-02-17 02:56:21.157 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6db4aa8c633", Addrs:set.Typed[string]{}}
2026-02-17 02:56:21.160 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=222 ifaceName="cali6db4aa8c633" state=""
2026-02-17 02:56:21.160 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali6db4aa8c633"
2026-02-17 02:56:21.184 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali6db4aa8c633", State:"", Index:222}
2026-02-17 02:56:21.185 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali6db4aa8c633", Addrs:set.Set[string](nil)}
2026-02-17 02:56:21.185 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali6db4aa8c633", Addrs:set.Set[string](nil)}
2026-02-17 02:56:21.568 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-4155" name:"default"}
2026-02-17 02:56:21.609 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-4155"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-4155"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-4155"} labels:{key:"webhook-4155" value:"true"}
2026-02-17 02:56:21.639 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-4155"}
2026-02-17 02:56:21.665 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"apf-1013"} labels:{key:"e2e-framework" value:"apf"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"apf-1013"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"apf-1013"}
2026-02-17 02:56:21.688 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"apf-1013"}
2026-02-17 02:56:21.775 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-862"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-862"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-862"} labels:{key:"webhook-4155-markers" value:"true"}
2026-02-17 02:56:21.799 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-862"}
2026-02-17 02:56:22.233 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pods-5631"} labels:{key:"e2e-framework" value:"pods"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"pods-5631"} labels:{key:"pod-security.kubernetes.io/audit" value:"restricted"} labels:{key:"pod-security.kubernetes.io/enforce" value:"restricted"} labels:{key:"pod-security.kubernetes.io/warn" value:"restricted"} labels:{key:"projectcalico.org/name" value:"pods-5631"}
2026-02-17 02:56:22.261 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pods-5631"}
2026-02-17 02:56:23.239 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"dns-4965" name:"default"}
2026-02-17 02:56:23.288 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:56:23.288 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:56:23.288 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:56:23.424 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9414"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9414"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9414"}
2026-02-17 02:56:23.458 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-1931"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-1931"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-1931"}
2026-02-17 02:56:23.484 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"security-context-test-1931" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:23.515 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4" ipv4_addr:"192.168.24.199/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-8g7k4"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:56:23.515 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:56:23.515 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:56:23.725 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"dns-4965"} labels:{key:"e2e-framework" value:"dns"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"dns-4965"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"dns-4965"}
2026-02-17 02:56:23.752 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"dns-4965"}
2026-02-17 02:56:24.629 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"custom-resource-definition-8754" name:"default"}
2026-02-17 02:56:24.711 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"custom-resource-definition-8754"} labels:{key:"e2e-framework" value:"custom-resource-definition"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"custom-resource-definition-8754"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"custom-resource-definition-8754"}
2026-02-17 02:56:24.732 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"custom-resource-definition-8754"}
2026-02-17 02:56:25.008 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-2965"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-2965"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-2965"}
2026-02-17 02:56:25.040 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5670"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5670"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5670"}
2026-02-17 02:56:25.065 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"projected-5670" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:25.888 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"services-4270" name:"default"}
2026-02-17 02:56:26.298 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"services-4270"} labels:{key:"e2e-framework" value:"services"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"services-4270"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"services-4270"}
2026-02-17 02:56:26.329 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"services-4270"}
2026-02-17 02:56:27.568 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-1931"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-1931"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-1931"}
2026-02-17 02:56:27.595 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-2185"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-2185"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-2185"}
2026-02-17 02:56:27.620 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"deployment-2185" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:28.657 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-9414" name:"default"}
2026-02-17 02:56:28.744 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-9414"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"projected-9414"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-9414"}
2026-02-17 02:56:28.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-9414"}
2026-02-17 02:56:29.150 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5670"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5670"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5670"}
2026-02-17 02:56:29.179 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-3381"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-3381"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-3381"}
2026-02-17 02:56:29.179 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"pod-network-test-3381" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:29.861 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-2185"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-2185"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-2185"}
2026-02-17 02:56:29.894 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-7768"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-7768"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-7768"}
2026-02-17 02:56:29.896 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-3381/netserver-0, name=eth0)
2026-02-17 02:56:29.925 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.pod-network-test-3381"} profile:{inbound_rules:{action:"allow" rule_id:"X-PAHabKSnsH4mqu"} outbound_rules:{action:"allow" rule_id:"wu4Ea_ejo8B6fZ3B"}}
2026-02-17 02:56:29.925 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.pod-network-test-3381.default"} profile:{}
2026-02-17 02:56:29.925 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-3381/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia14fb3f2d23" profile_ids:"kns.pod-network-test-3381" profile_ids:"ksa.pod-network-test-3381.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:56:29.925 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-7768" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:29.925 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:29.926 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:29.926 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:29.927 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calia14fb3f2d23" ipVersion=0x4 table="filter"
2026-02-17 02:56:29.927 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_LNDbAKfwi5AS93XyOe" ipVersion=0x4 table="filter"
2026-02-17 02:56:29.927 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_-KpASFZnGV1U5nEi9e" ipVersion=0x4 table="filter"
2026-02-17 02:56:29.927 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calia14fb3f2d23" ipVersion=0x4 table="filter"
2026-02-17 02:56:29.927 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_LNDbAKfwi5AS93XyOe" ipVersion=0x4 table="filter"
2026-02-17 02:56:29.927 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_-KpASFZnGV1U5nEi9e" ipVersion=0x4 table="filter"
2026-02-17 02:56:29.927 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calia14fb3f2d23"
2026-02-17 02:56:29.927 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:29.927 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:29.957 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=223 ifaceName="calia14fb3f2d23" state="down"
2026-02-17 02:56:29.957 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia14fb3f2d23"
2026-02-17 02:56:29.962 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=223 ifaceName="calia14fb3f2d23" state="up"
2026-02-17 02:56:29.966 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:56:29.966 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} status="down"
2026-02-17 02:56:29.966 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia14fb3f2d23", State:"down", Index:223}
2026-02-17 02:56:29.966 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia14fb3f2d23", Addrs:set.Typed[string]{}}
2026-02-17 02:56:29.966 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia14fb3f2d23", Addrs:set.Typed[string]{}}
2026-02-17 02:56:29.966 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia14fb3f2d23", State:"up", Index:223}
2026-02-17 02:56:29.966 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calia14fb3f2d23"
2026-02-17 02:56:29.966 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calia14fb3f2d23"
2026-02-17 02:56:29.966 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia14fb3f2d23"
2026-02-17 02:56:29.967 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:29.967 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:29.998 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:29.998 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:56:30.465 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-2965" name:"default"}
2026-02-17 02:56:30.584 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-2965"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-2965"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-2965"}
2026-02-17 02:56:30.606 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-2965"}
2026-02-17 02:56:30.718 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-3381/netserver-0, name=eth0)
2026-02-17 02:56:30.718 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-3381/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia14fb3f2d23" profile_ids:"kns.pod-network-test-3381" profile_ids:"ksa.pod-network-test-3381.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:56:30.718 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:30.718 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:30.718 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:30.719 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia14fb3f2d23"
2026-02-17 02:56:30.719 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:30.719 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:30.740 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:30.740 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:56:31.197 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=223
2026-02-17 02:56:31.197 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calia14fb3f2d23"
2026-02-17 02:56:31.197 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia14fb3f2d23", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:31.197 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia14fb3f2d23", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:32.612 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"security-context-test-1931" name:"default"}
2026-02-17 02:56:32.869 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"security-context-test-1931"} labels:{key:"e2e-framework" value:"security-context-test"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"security-context-test-1931"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"security-context-test-1931"}
2026-02-17 02:56:32.892 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"security-context-test-1931"}
2026-02-17 02:56:33.443 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:33.443 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:56:33.443 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:33.443 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:33.443 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:33.444 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:33.445 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:33.445 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:33.468 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:33.468 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:34.027 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-7768"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-7768"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-7768"}
2026-02-17 02:56:34.059 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-6581"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-6581"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-6581"}
2026-02-17 02:56:34.084 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"statefulset-6581" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:34.105 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test" namespace:"statefulset-6581" type:"ClusterIP" cluster_ips:"None" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:56:34.330 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"projected-5670" name:"default"}
2026-02-17 02:56:34.530 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"projected-5670"} labels:{key:"e2e-framework" value:"projected"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"projected-5670"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"projected-5670"}
2026-02-17 02:56:34.555 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"projected-5670"}
2026-02-17 02:56:35.427 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"deployment-2185" name:"default"}
2026-02-17 02:56:35.602 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"deployment-2185"} labels:{key:"e2e-framework" value:"deployment"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"deployment-2185"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"deployment-2185"}
2026-02-17 02:56:35.623 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"deployment-2185"}
2026-02-17 02:56:36.021 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:36.021 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.145/32"}
2026-02-17 02:56:36.021 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.021 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.021 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.022 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:36.022 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.022 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.042 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:36.042 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:36.425 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:36.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"}
2026-02-17 02:56:36.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.statefulset-4028"}
2026-02-17 02:56:36.426 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.statefulset-4028.default"}
2026-02-17 02:56:36.426 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.426 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.426 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:56:36.426 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:56:36.426 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:56:36.426 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:56:36.426 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.426 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:56:36.426 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:56:36.427 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.427 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.427 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.145
bird: KIF: Received address message for unknown interface 221
2026-02-17 02:56:36.493 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:36.539 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=221 ifaceName="cali52d873cae6b" state="down"
2026-02-17 02:56:36.539 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali52d873cae6b"
2026-02-17 02:56:36.539 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"down", Index:221}
2026-02-17 02:56:36.540 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:56:36.540 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:56:36.542 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=221
2026-02-17 02:56:36.547 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=221 ifaceName="cali52d873cae6b" state=""
2026-02-17 02:56:36.547 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali52d873cae6b"
2026-02-17 02:56:36.560 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"", Index:221}
2026-02-17 02:56:36.560 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Set[string](nil)}
2026-02-17 02:56:36.560 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Set[string](nil)}
2026-02-17 02:56:37.323 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:37.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.statefulset-4028"} profile:{inbound_rules:{action:"allow" rule_id:"SOg3oDo_4TwpttDV"} outbound_rules:{action:"allow" rule_id:"cD3CwV9kjBDOMlJ0"}}
2026-02-17 02:56:37.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.statefulset-4028.default"} profile:{}
2026-02-17 02:56:37.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:56:37.324 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.324 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.324 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:56:37.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:56:37.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:56:37.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:56:37.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:56:37.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:56:37.325 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali52d873cae6b"
2026-02-17 02:56:37.325 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.325 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.359 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:56:37.359 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="down"
2026-02-17 02:56:37.405 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=224 ifaceName="cali52d873cae6b" state="down"
2026-02-17 02:56:37.405 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"down", Index:224}
2026-02-17 02:56:37.406 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali52d873cae6b"
2026-02-17 02:56:37.406 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali52d873cae6b"
2026-02-17 02:56:37.406 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.406 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.406 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=224 ifaceName="cali52d873cae6b" state="up"
2026-02-17 02:56:37.426 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:56:37.426 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="down"
2026-02-17 02:56:37.426 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:56:37.426 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:56:37.426 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"up", Index:224}
2026-02-17 02:56:37.426 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali52d873cae6b"
2026-02-17 02:56:37.426 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali52d873cae6b"
2026-02-17 02:56:37.426 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:37.427 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.427 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.447 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:37.447 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:37.756 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:37.757 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:56:37.757 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.757 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.757 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.757 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:37.758 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.758 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.778 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:37.778 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:37.784 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:37.784 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:56:37.784 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.784 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.784 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.786 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:37.786 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.786 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:37.821 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:37.822 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:39.078 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-7768" name:"default"}
2026-02-17 02:56:39.161 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=224
2026-02-17 02:56:39.161 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali52d873cae6b"
2026-02-17 02:56:39.161 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:39.161 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:56:39.384 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-7768"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-7768"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-7768"}
2026-02-17 02:56:39.417 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-7768"}
2026-02-17 02:56:42.415 [INFO][60] felix/summary.go 100: Summarising 376 dataplane reconciliation loops over 1m2.7s: avg=30ms longest=89ms (resync-calico-v4)
2026-02-17 02:56:42.732 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-3381/netserver-0, name=eth0)
2026-02-17 02:56:42.733 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-3381/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia14fb3f2d23" profile_ids:"kns.pod-network-test-3381" profile_ids:"ksa.pod-network-test-3381.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:56:42.733 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:42.733 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:42.733 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:42.734 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia14fb3f2d23"
2026-02-17 02:56:42.734 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:42.734 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:42.755 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:42.756 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:56:43.763 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:56:43.763 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:56:43.763 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:43.763 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:43.763 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:43.764 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:56:43.764 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:43.764 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:56:43.791 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:43.791 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:56:45.649 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-3381"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-3381"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-3381"}
2026-02-17 02:56:45.675 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-9041"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-9041"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-9041"}
2026-02-17 02:56:45.676 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"downward-api-9041" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:48.323 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-6581"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-6581"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-6581"}
2026-02-17 02:56:48.351 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-8479"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-8479"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-8479"}
2026-02-17 02:56:48.351 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-8479" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:49.786 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-9041"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-9041"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-9041"}
2026-02-17 02:56:49.813 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4630"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4630"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4630"}
2026-02-17 02:56:49.813 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-4630" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:50.665 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.pod-network-test-3381.default"
2026-02-17 02:56:50.665 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.pod-network-test-3381.default"} profile:{inbound_rules:{action:"deny" rule_id:"OAYJ-fM9hMgmTnuG"} outbound_rules:{action:"deny" rule_id:"3p1vEoVoB5tUWdzJ"}}
2026-02-17 02:56:50.666 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"pod-network-test-3381" name:"default"}
2026-02-17 02:56:50.712 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-3381/netserver-0, name=eth0)
2026-02-17 02:56:50.712 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-3381/netserver-0" endpoint_id:"eth0"} endpoint:{state:"active" name:"calia14fb3f2d23" profile_ids:"kns.pod-network-test-3381" profile_ids:"ksa.pod-network-test-3381.default" ipv4_nets:"10.100.210.188/32"}
2026-02-17 02:56:50.713 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:50.713 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:50.713 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:50.714 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calia14fb3f2d23"
2026-02-17 02:56:50.714 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:50.714 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:50.743 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:56:50.743 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"} status="up"
2026-02-17 02:56:50.974 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-3381"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-3381"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-3381"}
2026-02-17 02:56:51.164 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=pod-network-test-3381/netserver-0, name=eth0)
2026-02-17 02:56:51.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"pod-network-test-3381/netserver-0" endpoint_id:"eth0"}
2026-02-17 02:56:51.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.pod-network-test-3381.default"}
2026-02-17 02:56:51.165 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.pod-network-test-3381"}
2026-02-17 02:56:51.165 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:51.165 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:51.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_LNDbAKfwi5AS93XyOe" ipVersion=0x4 table="filter"
2026-02-17 02:56:51.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_-KpASFZnGV1U5nEi9e" ipVersion=0x4 table="filter"
2026-02-17 02:56:51.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_LNDbAKfwi5AS93XyOe" ipVersion=0x4 table="filter"
2026-02-17 02:56:51.165 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_-KpASFZnGV1U5nEi9e" ipVersion=0x4 table="filter"
2026-02-17 02:56:51.165 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:51.166 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calia14fb3f2d23" ipVersion=0x4 table="filter"
2026-02-17 02:56:51.166 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calia14fb3f2d23" ipVersion=0x4 table="filter"
2026-02-17 02:56:51.166 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:51.166 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:51.166 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.188
bird: KIF: Received address message for unknown interface 223
2026-02-17 02:56:51.227 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"pod-network-test-3381/netserver-0", EndpointId:"eth0"}
2026-02-17 02:56:51.269 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=223 ifaceName="calia14fb3f2d23" state="down"
2026-02-17 02:56:51.269 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calia14fb3f2d23"
2026-02-17 02:56:51.269 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia14fb3f2d23", State:"down", Index:223}
2026-02-17 02:56:51.269 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia14fb3f2d23", Addrs:set.Typed[string]{}}
2026-02-17 02:56:51.269 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia14fb3f2d23", Addrs:set.Typed[string]{}}
2026-02-17 02:56:51.270 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=223
2026-02-17 02:56:51.273 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=223 ifaceName="calia14fb3f2d23" state=""
2026-02-17 02:56:51.273 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calia14fb3f2d23"
2026-02-17 02:56:51.295 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calia14fb3f2d23", State:"", Index:223}
2026-02-17 02:56:51.295 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calia14fb3f2d23", Addrs:set.Set[string](nil)}
2026-02-17 02:56:51.295 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calia14fb3f2d23", Addrs:set.Set[string](nil)}
2026-02-17 02:56:52.437 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-8479"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-8479"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-8479"}
2026-02-17 02:56:52.461 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-8367"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-8367"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-8367"}
2026-02-17 02:56:52.490 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"podtemplate-8367" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:52.575 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-8367"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-8367"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-8367"}
2026-02-17 02:56:52.593 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-7266"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-7266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-7266"}
2026-02-17 02:56:52.610 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-probe-7266" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:56:53.354 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"statefulset-6581" name:"default"}
2026-02-17 02:56:53.563 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test" namespace:"statefulset-6581"
2026-02-17 02:56:53.863 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-6581"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-6581"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-6581"}
2026-02-17 02:56:53.890 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"statefulset-6581"}
2026-02-17 02:56:54.308 [INFO][60] felix/int_dataplane.go 2357: Received *proto.HostMetadataV4V6Update update from calculation graph. msg=hostname:"kube-965gf-default-worker-c5p85-fm7kc-929vr" ipv4_addr:"192.168.24.111/24" labels:{key:"beta.kubernetes.io/arch" value:"amd64"} labels:{key:"beta.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"beta.kubernetes.io/os" value:"linux"} labels:{key:"failure-domain.beta.kubernetes.io/region" value:"RegionOne"} labels:{key:"failure-domain.beta.kubernetes.io/zone" value:"nova"} labels:{key:"kubernetes.io/arch" value:"amd64"} labels:{key:"kubernetes.io/hostname" value:"kube-965gf-default-worker-c5p85-fm7kc-929vr"} labels:{key:"kubernetes.io/os" value:"linux"} labels:{key:"node-role.kubernetes.io/worker" value:""} labels:{key:"node.cluster.x-k8s.io/nodegroup" value:"default-worker"} labels:{key:"node.kubernetes.io/instance-type" value:"m1.large"} labels:{key:"topology.cinder.csi.openstack.org/zone" value:"nova"} labels:{key:"topology.kubernetes.io/region" value:"RegionOne"} labels:{key:"topology.kubernetes.io/zone" value:"nova"}
2026-02-17 02:56:54.309 [INFO][60] felix/ipset_hosts_mgr.go 118: All-hosts IP set out-of sync, refreshing it. ipVersion=0x4
2026-02-17 02:56:54.309 [INFO][60] felix/ipsets.go 179: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2026-02-17 02:56:54.943 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"downward-api-9041" name:"default"}
2026-02-17 02:56:55.155 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"downward-api-9041"} labels:{key:"e2e-framework" value:"downward-api"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"downward-api-9041"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"downward-api-9041"}
2026-02-17 02:56:55.180 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"downward-api-9041"}
2026-02-17 02:56:56.205 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"pod-network-test-3381"} labels:{key:"e2e-framework" value:"pod-network-test"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"pod-network-test-3381"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"pod-network-test-3381"}
2026-02-17 02:56:56.231 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"pod-network-test-3381"}
2026-02-17 02:56:56.866 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service" namespace:"resourcequota-4630" type:"ClusterIP" cluster_ips:"10.254.140.239" ports:{Protocol:"TCP" Port:80}
2026-02-17 02:56:56.918 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"test-service-np" namespace:"resourcequota-4630" type:"NodePort" cluster_ips:"10.254.187.244" ports:{Protocol:"TCP" Port:80 NodePort:32724}
2026-02-17 02:56:57.487 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-8479" name:"default"}
2026-02-17 02:56:57.598 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"podtemplate-8367" name:"default"}
2026-02-17 02:56:57.911 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-8479"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-8479"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-8479"}
2026-02-17 02:56:57.936 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-8479"}
2026-02-17 02:56:58.039 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"podtemplate-8367"} labels:{key:"e2e-framework" value:"podtemplate"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"podtemplate-8367"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"podtemplate-8367"}
2026-02-17 02:56:58.064 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"podtemplate-8367"}
2026-02-17 02:56:58.952 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test-service" namespace:"resourcequota-4630"
2026-02-17 02:56:59.010 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test-service-np" namespace:"resourcequota-4630"
2026-02-17 02:57:01.020 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4630"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4630"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4630"}
2026-02-17 02:57:01.054 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-5961"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-5961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-5961"}
2026-02-17 02:57:01.073 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"configmap-5961" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:01.153 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-5961"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-5961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-5961"}
2026-02-17 02:57:01.216 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-5662"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-5662"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-5662"}
2026-02-17 02:57:01.242 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"container-runtime-5662" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:03.770 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:57:03.770 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:57:03.770 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:03.770 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:03.770 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:03.771 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:57:03.772 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:03.772 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:03.796 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:03.797 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:57:06.214 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-4630" name:"default"}
2026-02-17 02:57:06.294 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4630"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4630"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4630"}
2026-02-17 02:57:06.326 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-4630"}
2026-02-17 02:57:06.405 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:57:06.405 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.152/32"}
2026-02-17 02:57:06.406 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.406 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.406 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.407 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:57:06.407 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.407 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.436 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:06.436 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:57:06.521 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"configmap-5961" name:"default"}
2026-02-17 02:57:06.723 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:57:06.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"}
2026-02-17 02:57:06.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.statefulset-4028"}
2026-02-17 02:57:06.723 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.statefulset-4028.default"}
2026-02-17 02:57:06.723 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.723 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.724 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:57:06.724 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:57:06.724 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:57:06.724 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:57:06.724 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.724 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:57:06.724 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:57:06.724 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.724 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.725 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.152
bird: KIF: Received address message for unknown interface 224
2026-02-17 02:57:06.787 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:06.829 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=224
2026-02-17 02:57:06.829 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali52d873cae6b"
2026-02-17 02:57:06.829 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=224 ifaceName="cali52d873cae6b" state="down"
2026-02-17 02:57:06.829 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:57:06.829 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:57:06.829 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"down", Index:224}
2026-02-17 02:57:06.833 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=224 ifaceName="cali52d873cae6b" state=""
2026-02-17 02:57:06.833 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali52d873cae6b"
2026-02-17 02:57:06.852 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"", Index:224}
2026-02-17 02:57:06.852 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Set[string](nil)}
2026-02-17 02:57:06.852 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Set[string](nil)}
2026-02-17 02:57:06.913 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"configmap-5961"} labels:{key:"e2e-framework" value:"configmap"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"configmap-5961"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"configmap-5961"}
2026-02-17 02:57:06.942 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"configmap-5961"}
2026-02-17 02:57:08.488 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:57:08.489 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.statefulset-4028.default"} profile:{}
2026-02-17 02:57:08.489 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.statefulset-4028"} profile:{inbound_rules:{action:"allow" rule_id:"SOg3oDo_4TwpttDV"} outbound_rules:{action:"allow" rule_id:"cD3CwV9kjBDOMlJ0"}}
2026-02-17 02:57:08.489 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:57:08.489 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.489 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.489 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.490 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:57:08.490 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:57:08.490 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:57:08.490 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:57:08.490 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:57:08.490 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:57:08.490 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali52d873cae6b"
2026-02-17 02:57:08.490 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.490 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.535 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:57:08.535 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="down"
2026-02-17 02:57:08.554 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=225 ifaceName="cali52d873cae6b" state="down"
2026-02-17 02:57:08.554 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali52d873cae6b"
2026-02-17 02:57:08.554 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"down", Index:225}
2026-02-17 02:57:08.554 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:57:08.555 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:57:08.555 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali52d873cae6b"
2026-02-17 02:57:08.555 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.555 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.558 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=225 ifaceName="cali52d873cae6b" state="up"
2026-02-17 02:57:08.589 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:57:08.589 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="down"
2026-02-17 02:57:08.589 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"up", Index:225}
2026-02-17 02:57:08.590 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali52d873cae6b"
2026-02-17 02:57:08.590 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali52d873cae6b"
2026-02-17 02:57:08.590 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:57:08.590 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.590 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.610 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:08.610 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:57:08.934 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:57:08.934 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:57:08.934 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.934 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.934 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.934 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:57:08.934 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.934 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.952 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:08.953 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:57:08.952 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:57:08.953 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:57:08.954 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.954 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.954 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.955 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:57:08.956 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.956 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:08.980 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:08.980 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:57:10.137 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::6830:13ff:fe9a:5d26" exists=true ifIndex=225
2026-02-17 02:57:10.137 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::6830:13ff:fe9a:5d26} ifaceName="cali52d873cae6b"
2026-02-17 02:57:10.137 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{"fe80::6830:13ff:fe9a:5d26":set.v{}}}
2026-02-17 02:57:10.137 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{"fe80::6830:13ff:fe9a:5d26":set.v{}}}
2026-02-17 02:57:14.443 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:57:14.443 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali52d873cae6b" profile_ids:"kns.statefulset-4028" profile_ids:"ksa.statefulset-4028.default" ipv4_nets:"10.100.210.135/32"}
2026-02-17 02:57:14.443 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.444 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.444 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.449 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali52d873cae6b"
2026-02-17 02:57:14.449 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.449 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.471 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:14.471 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"} status="up"
2026-02-17 02:57:14.792 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=statefulset-4028/ss2-1, name=eth0)
2026-02-17 02:57:14.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"statefulset-4028/ss2-1" endpoint_id:"eth0"}
2026-02-17 02:57:14.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.statefulset-4028"}
2026-02-17 02:57:14.793 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.statefulset-4028.default"}
2026-02-17 02:57:14.794 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.794 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.795 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:57:14.795 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:57:14.795 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_2DEA6zBDgjSMqTLJ__" ipVersion=0x4 table="filter"
2026-02-17 02:57:14.795 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_6NCirrGS2PIFIpdofJ" ipVersion=0x4 table="filter"
2026-02-17 02:57:14.795 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.795 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:57:14.795 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali52d873cae6b" ipVersion=0x4 table="filter"
2026-02-17 02:57:14.795 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.795 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.796 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.135
bird: KIF: Received address message for unknown interface 225
2026-02-17 02:57:14.853 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"statefulset-4028/ss2-1", EndpointId:"eth0"}
2026-02-17 02:57:14.899 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::6830:13ff:fe9a:5d26" exists=false ifIndex=225
2026-02-17 02:57:14.899 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali52d873cae6b"
2026-02-17 02:57:14.899 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=225 ifaceName="cali52d873cae6b" state="down"
2026-02-17 02:57:14.900 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:57:14.900 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Typed[string]{}}
2026-02-17 02:57:14.900 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"down", Index:225}
2026-02-17 02:57:14.903 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=225 ifaceName="cali52d873cae6b" state=""
2026-02-17 02:57:14.903 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali52d873cae6b"
2026-02-17 02:57:14.924 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali52d873cae6b", State:"", Index:225}
2026-02-17 02:57:14.924 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Set[string](nil)}
2026-02-17 02:57:14.924 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali52d873cae6b", Addrs:set.Set[string](nil)}
2026-02-17 02:57:17.713 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-7945"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-7945"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-7945"}
2026-02-17 02:57:17.741 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-6303"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-6303"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-6303"}
2026-02-17 02:57:17.776 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"kubectl-6303" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:18.545 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-6303/update-demo-nautilus-5cln4, name=eth0)
2026-02-17 02:57:18.546 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.kubectl-6303"} profile:{inbound_rules:{action:"allow" rule_id:"GQSq3t23iDlb5pvN"} outbound_rules:{action:"allow" rule_id:"eG5aBIQkb9PrNSy8"}}
2026-02-17 02:57:18.546 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.kubectl-6303.default"} profile:{}
2026-02-17 02:57:18.546 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-6303/update-demo-nautilus-5cln4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali767e82cf474" profile_ids:"kns.kubectl-6303" profile_ids:"ksa.kubectl-6303.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:57:18.546 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:18.546 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:18.546 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:18.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali767e82cf474" ipVersion=0x4 table="filter"
2026-02-17 02:57:18.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.kubectl-6303" ipVersion=0x4 table="filter"
2026-02-17 02:57:18.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_a-30M2M0IAmZ7Ml-u5" ipVersion=0x4 table="filter"
2026-02-17 02:57:18.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali767e82cf474" ipVersion=0x4 table="filter"
2026-02-17 02:57:18.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.kubectl-6303" ipVersion=0x4 table="filter"
2026-02-17 02:57:18.549 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_a-30M2M0IAmZ7Ml-u5" ipVersion=0x4 table="filter"
2026-02-17 02:57:18.549 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali767e82cf474"
2026-02-17 02:57:18.549 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:18.549 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:18.623 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=226 ifaceName="cali767e82cf474" state="down"
2026-02-17 02:57:18.625 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali767e82cf474"
2026-02-17 02:57:18.626 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=226 ifaceName="cali767e82cf474" state="up"
2026-02-17 02:57:18.642 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:57:18.642 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"} status="down"
2026-02-17 02:57:18.642 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali767e82cf474", State:"down", Index:226}
2026-02-17 02:57:18.642 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali767e82cf474", Addrs:set.Typed[string]{}}
2026-02-17 02:57:18.642 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali767e82cf474", Addrs:set.Typed[string]{}}
2026-02-17 02:57:18.642 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali767e82cf474", State:"up", Index:226}
2026-02-17 02:57:18.642 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali767e82cf474"
2026-02-17 02:57:18.642 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali767e82cf474"
2026-02-17 02:57:18.642 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali767e82cf474"
2026-02-17 02:57:18.642 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:18.642 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:18.660 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:18.660 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"} status="up"
2026-02-17 02:57:18.875 [INFO][56] monitor-addresses/autodetection_methods.go 103: Using autodetected IPv4 address on interface ens3: 192.168.24.199/24
2026-02-17 02:57:18.986 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-6303/update-demo-nautilus-5cln4, name=eth0)
2026-02-17 02:57:19.013 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-6303/update-demo-nautilus-5cln4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali767e82cf474" profile_ids:"kns.kubectl-6303" profile_ids:"ksa.kubectl-6303.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:57:19.013 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:19.013 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:19.013 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:19.014 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali767e82cf474"
2026-02-17 02:57:19.014 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:19.014 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:19.048 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:19.049 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"} status="up"
2026-02-17 02:57:20.025 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=226
2026-02-17 02:57:20.025 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali767e82cf474"
2026-02-17 02:57:20.025 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali767e82cf474", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:57:20.025 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali767e82cf474", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:57:22.779 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"cronjob-7945" name:"default"}
2026-02-17 02:57:23.073 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"cronjob-7945"} labels:{key:"e2e-framework" value:"cronjob"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"cronjob-7945"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"cronjob-7945"}
2026-02-17 02:57:23.098 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"cronjob-7945"}
2026-02-17 02:57:23.179 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-4028"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-4028"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-4028"}
2026-02-17 02:57:23.200 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2653"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2653"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2653"}
2026-02-17 02:57:23.228 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-2653" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:23.256 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2653"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2653"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2653"} labels:{key:"webhook-2653" value:"true"}
2026-02-17 02:57:23.257 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2754"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2754"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2754"} labels:{key:"webhook-2653-markers" value:"true"}
2026-02-17 02:57:23.257 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"webhook-markers-2754" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:23.956 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-6303/update-demo-nautilus-5cln4, name=eth0)
2026-02-17 02:57:23.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-6303/update-demo-nautilus-5cln4" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali767e82cf474" profile_ids:"kns.kubectl-6303" profile_ids:"ksa.kubectl-6303.default" ipv4_nets:"10.100.210.183/32"}
2026-02-17 02:57:23.956 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:23.956 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:23.956 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:23.957 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali767e82cf474"
2026-02-17 02:57:23.957 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:23.957 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:24.002 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:24.002 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"} status="up"
2026-02-17 02:57:24.401 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-6303/update-demo-nautilus-5cln4, name=eth0)
2026-02-17 02:57:24.402 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-6303/update-demo-nautilus-5cln4" endpoint_id:"eth0"}
2026-02-17 02:57:24.402 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.kubectl-6303.default"}
2026-02-17 02:57:24.402 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.kubectl-6303"}
2026-02-17 02:57:24.402 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:24.402 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:24.403 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.kubectl-6303" ipVersion=0x4 table="filter"
2026-02-17 02:57:24.403 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_a-30M2M0IAmZ7Ml-u5" ipVersion=0x4 table="filter"
2026-02-17 02:57:24.403 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.kubectl-6303" ipVersion=0x4 table="filter"
2026-02-17 02:57:24.403 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_a-30M2M0IAmZ7Ml-u5" ipVersion=0x4 table="filter"
2026-02-17 02:57:24.403 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:24.403 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali767e82cf474" ipVersion=0x4 table="filter"
2026-02-17 02:57:24.403 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali767e82cf474" ipVersion=0x4 table="filter"
2026-02-17 02:57:24.403 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:24.403 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:24.403 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.183
bird: KIF: Received address message for unknown interface 226
2026-02-17 02:57:24.468 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-5cln4", EndpointId:"eth0"}
2026-02-17 02:57:24.506 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=226 ifaceName="cali767e82cf474" state="down"
2026-02-17 02:57:24.506 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali767e82cf474", State:"down", Index:226}
2026-02-17 02:57:24.507 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali767e82cf474"
2026-02-17 02:57:24.507 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=226
2026-02-17 02:57:24.508 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=226 ifaceName="cali767e82cf474" state=""
2026-02-17 02:57:24.508 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali767e82cf474"
2026-02-17 02:57:24.536 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali767e82cf474", Addrs:set.Typed[string]{}}
2026-02-17 02:57:24.536 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali767e82cf474", Addrs:set.Typed[string]{}}
2026-02-17 02:57:24.536 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali767e82cf474", State:"", Index:226}
2026-02-17 02:57:24.536 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali767e82cf474", Addrs:set.Set[string](nil)}
2026-02-17 02:57:24.536 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali767e82cf474", Addrs:set.Set[string](nil)}
2026-02-17 02:57:25.999 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-6303/update-demo-nautilus-9wllf, name=eth0)
2026-02-17 02:57:25.999 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.kubectl-6303"} profile:{inbound_rules:{action:"allow" rule_id:"GQSq3t23iDlb5pvN"} outbound_rules:{action:"allow" rule_id:"eG5aBIQkb9PrNSy8"}}
2026-02-17 02:57:25.999 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.kubectl-6303.default"} profile:{}
2026-02-17 02:57:26.000 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-6303/update-demo-nautilus-9wllf" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali74b0ffe1135" profile_ids:"kns.kubectl-6303" profile_ids:"ksa.kubectl-6303.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:57:26.000 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.000 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.000 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.000 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-cali74b0ffe1135" ipVersion=0x4 table="filter"
2026-02-17 02:57:26.000 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-kns.kubectl-6303" ipVersion=0x4 table="filter"
2026-02-17 02:57:26.000 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_a-30M2M0IAmZ7Ml-u5" ipVersion=0x4 table="filter"
2026-02-17 02:57:26.000 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-cali74b0ffe1135" ipVersion=0x4 table="filter"
2026-02-17 02:57:26.000 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-kns.kubectl-6303" ipVersion=0x4 table="filter"
2026-02-17 02:57:26.000 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_a-30M2M0IAmZ7Ml-u5" ipVersion=0x4 table="filter"
2026-02-17 02:57:26.000 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="cali74b0ffe1135"
2026-02-17 02:57:26.000 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.001 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.034 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:57:26.034 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} status="down"
2026-02-17 02:57:26.076 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=227 ifaceName="cali74b0ffe1135" state="down"
2026-02-17 02:57:26.077 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali74b0ffe1135", State:"down", Index:227}
2026-02-17 02:57:26.077 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali74b0ffe1135"
2026-02-17 02:57:26.077 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali74b0ffe1135", Addrs:set.Typed[string]{}}
2026-02-17 02:57:26.077 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali74b0ffe1135", Addrs:set.Typed[string]{}}
2026-02-17 02:57:26.077 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali74b0ffe1135"
2026-02-17 02:57:26.077 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.077 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.081 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=227 ifaceName="cali74b0ffe1135" state="up"
2026-02-17 02:57:26.104 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:57:26.104 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} status="down"
2026-02-17 02:57:26.104 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali74b0ffe1135", State:"up", Index:227}
2026-02-17 02:57:26.104 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="cali74b0ffe1135"
2026-02-17 02:57:26.104 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="cali74b0ffe1135"
2026-02-17 02:57:26.104 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali74b0ffe1135"
2026-02-17 02:57:26.104 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.104 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:26.120 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:26.120 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} status="up"
2026-02-17 02:57:26.306 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceUpdate update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-2653" type:"ClusterIP" cluster_ips:"10.254.187.144" ports:{Protocol:"TCP" Port:8443}
2026-02-17 02:57:27.038 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-6303/update-demo-nautilus-9wllf, name=eth0)
2026-02-17 02:57:27.038 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-6303/update-demo-nautilus-9wllf" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali74b0ffe1135" profile_ids:"kns.kubectl-6303" profile_ids:"ksa.kubectl-6303.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:57:27.038 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:27.038 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:27.039 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:27.042 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali74b0ffe1135"
2026-02-17 02:57:27.042 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:27.042 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:27.064 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:27.064 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} status="up"
2026-02-17 02:57:27.594 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"e2e-test-webhook" namespace:"webhook-2653"
2026-02-17 02:57:27.613 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=227
2026-02-17 02:57:27.613 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="cali74b0ffe1135"
2026-02-17 02:57:27.653 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali74b0ffe1135", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:57:27.654 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali74b0ffe1135", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:57:27.683 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-5662"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-5662"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-5662"}
2026-02-17 02:57:27.683 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2653"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2653"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2653"} labels:{key:"webhook-2653" value:"true"}
2026-02-17 02:57:27.683 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4846"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4846"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4846"}
2026-02-17 02:57:27.708 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2754"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2754"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2754"} labels:{key:"webhook-2653-markers" value:"true"}
2026-02-17 02:57:27.708 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"resourcequota-4846" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:27.730 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-9359"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-9359"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-9359"}
2026-02-17 02:57:27.758 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"subpath-9359" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:28.235 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"statefulset-4028" name:"default"}
2026-02-17 02:57:28.872 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceRemove update from calculation graph. msg=name:"test" namespace:"statefulset-4028"
2026-02-17 02:57:28.907 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"statefulset-4028"} labels:{key:"e2e-framework" value:"statefulset"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"statefulset-4028"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"statefulset-4028"}
2026-02-17 02:57:28.936 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"statefulset-4028"}
2026-02-17 02:57:32.364 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-6303/update-demo-nautilus-9wllf, name=eth0)
2026-02-17 02:57:32.364 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-6303/update-demo-nautilus-9wllf" endpoint_id:"eth0"} endpoint:{state:"active" name:"cali74b0ffe1135" profile_ids:"kns.kubectl-6303" profile_ids:"ksa.kubectl-6303.default" ipv4_nets:"10.100.210.167/32"}
2026-02-17 02:57:32.364 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.364 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.364 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.365 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="cali74b0ffe1135"
2026-02-17 02:57:32.365 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.365 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.390 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:32.390 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"} status="up"
2026-02-17 02:57:32.590 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-6303"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-6303"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-6303"}
2026-02-17 02:57:32.610 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"chunking-5729"} labels:{key:"e2e-framework" value:"chunking"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"chunking-5729"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"chunking-5729"}
2026-02-17 02:57:32.633 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"chunking-5729" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:32.689 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=kubectl-6303/update-demo-nautilus-9wllf, name=eth0)
2026-02-17 02:57:32.689 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"kubectl-6303/update-demo-nautilus-9wllf" endpoint_id:"eth0"}
2026-02-17 02:57:32.689 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.kubectl-6303"}
2026-02-17 02:57:32.689 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.kubectl-6303.default"}
2026-02-17 02:57:32.689 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.689 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.689 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-kns.kubectl-6303" ipVersion=0x4 table="filter"
2026-02-17 02:57:32.689 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_a-30M2M0IAmZ7Ml-u5" ipVersion=0x4 table="filter"
2026-02-17 02:57:32.689 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-kns.kubectl-6303" ipVersion=0x4 table="filter"
2026-02-17 02:57:32.689 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_a-30M2M0IAmZ7Ml-u5" ipVersion=0x4 table="filter"
2026-02-17 02:57:32.689 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.689 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-cali74b0ffe1135" ipVersion=0x4 table="filter"
2026-02-17 02:57:32.689 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-cali74b0ffe1135" ipVersion=0x4 table="filter"
2026-02-17 02:57:32.690 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.690 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.690 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.167
2026-02-17 02:57:32.752 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kubectl-6303/update-demo-nautilus-9wllf", EndpointId:"eth0"}
2026-02-17 02:57:32.752 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-markers-2754" name:"default"}
2026-02-17 02:57:32.804 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=227 ifaceName="cali74b0ffe1135" state="down"
2026-02-17 02:57:32.805 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="cali74b0ffe1135"
2026-02-17 02:57:32.805 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=227
2026-02-17 02:57:32.805 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali74b0ffe1135", State:"down", Index:227}
2026-02-17 02:57:32.805 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali74b0ffe1135", Addrs:set.Typed[string]{}}
2026-02-17 02:57:32.805 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali74b0ffe1135", Addrs:set.Typed[string]{}}
2026-02-17 02:57:32.806 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=227 ifaceName="cali74b0ffe1135" state=""
2026-02-17 02:57:32.806 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="cali74b0ffe1135"
2026-02-17 02:57:32.829 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"cali74b0ffe1135", State:"", Index:227}
2026-02-17 02:57:32.829 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali74b0ffe1135", Addrs:set.Set[string](nil)}
2026-02-17 02:57:32.829 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali74b0ffe1135", Addrs:set.Set[string](nil)}
2026-02-17 02:57:33.253 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-runtime-5662" name:"default"}
2026-02-17 02:57:33.479 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"webhook-2653" name:"default"}
2026-02-17 02:57:33.767 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-markers-2754"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-markers-2754"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-markers-2754"} labels:{key:"webhook-2653-markers" value:"true"}
2026-02-17 02:57:33.792 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-markers-2754"}
2026-02-17 02:57:33.897 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-runtime-5662"} labels:{key:"e2e-framework" value:"container-runtime"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"container-runtime-5662"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-runtime-5662"}
2026-02-17 02:57:33.925 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-runtime-5662"}
2026-02-17 02:57:34.166 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"webhook-2653"} labels:{key:"e2e-framework" value:"webhook"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"webhook-2653"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"webhook-2653"} labels:{key:"webhook-2653" value:"true"}
2026-02-17 02:57:34.189 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"webhook-2653"}
2026-02-17 02:57:38.053 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"kubectl-6303" name:"default"}
2026-02-17 02:57:38.230 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"kubectl-6303"} labels:{key:"e2e-framework" value:"kubectl"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"kubectl-6303"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"kubectl-6303"}
2026-02-17 02:57:38.254 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"kubectl-6303"}
2026-02-17 02:57:42.799 [INFO][60] felix/summary.go 100: Summarising 128 dataplane reconciliation loops over 1m0.4s: avg=29ms longest=96ms (resync-calico-v4,resync-filter-v4,update-filter-v4)
2026-02-17 02:57:44.907 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-7266"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-7266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-7266"}
2026-02-17 02:57:44.949 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-769"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-769"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-769"}
2026-02-17 02:57:44.971 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"replication-controller-769" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:46.618 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-769/condition-test-xrlgv, name=eth0)
2026-02-17 02:57:46.618 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"kns.replication-controller-769"} profile:{inbound_rules:{action:"allow" rule_id:"XC512cnpWqIMqAxm"} outbound_rules:{action:"allow" rule_id:"v1zfll_ghm6YBCQz"}}
2026-02-17 02:57:46.619 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replication-controller-769.default"} profile:{}
2026-02-17 02:57:46.619 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-769/condition-test-xrlgv" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie9ac14f1277" profile_ids:"kns.replication-controller-769" profile_ids:"ksa.replication-controller-769.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:57:46.619 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.619 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.619 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.621 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-fw-calie9ac14f1277" ipVersion=0x4 table="filter"
2026-02-17 02:57:46.621 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_sXnMp1Avw1DaiwL8nt" ipVersion=0x4 table="filter"
2026-02-17 02:57:46.621 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pro-_UKpPEfqfJSUfdfmR7H" ipVersion=0x4 table="filter"
2026-02-17 02:57:46.621 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-tw-calie9ac14f1277" ipVersion=0x4 table="filter"
2026-02-17 02:57:46.621 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_sXnMp1Avw1DaiwL8nt" ipVersion=0x4 table="filter"
2026-02-17 02:57:46.621 [INFO][60] felix/ratelimitedlogger.go 216: Chain became referenced, marking it for programming chainName="cali-pri-_UKpPEfqfJSUfdfmR7H" ipVersion=0x4 table="filter"
2026-02-17 02:57:46.621 [INFO][60] felix/endpoint_mgr.go 1521: Skipping configuration of interface because it is oper down. ifaceName="calie9ac14f1277"
2026-02-17 02:57:46.621 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.621 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.660 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:57:46.660 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} status="down"
2026-02-17 02:57:46.689 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=228 ifaceName="calie9ac14f1277" state="down"
2026-02-17 02:57:46.689 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie9ac14f1277"
2026-02-17 02:57:46.689 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie9ac14f1277", State:"down", Index:228}
2026-02-17 02:57:46.689 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie9ac14f1277", Addrs:set.Typed[string]{}}
2026-02-17 02:57:46.689 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie9ac14f1277", Addrs:set.Typed[string]{}}
2026-02-17 02:57:46.689 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie9ac14f1277"
2026-02-17 02:57:46.689 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=false status="down" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.689 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="down" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.691 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=228 ifaceName="calie9ac14f1277" state="up"
2026-02-17 02:57:46.711 [INFO][60] felix/status_combiner.go 92: Endpoint down for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} ipVersion=0x4 status="down"
2026-02-17 02:57:46.711 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} status="down"
2026-02-17 02:57:46.711 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie9ac14f1277", State:"up", Index:228}
2026-02-17 02:57:46.711 [INFO][60] felix/endpoint_mgr.go 460: Workload interface came up, marking for reconfiguration. ifaceName="calie9ac14f1277"
2026-02-17 02:57:46.711 [INFO][60] felix/endpoint_mgr.go 577: Workload interface state changed; marking for status update. ifaceName="calie9ac14f1277"
2026-02-17 02:57:46.711 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie9ac14f1277"
2026-02-17 02:57:46.711 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.711 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:46.734 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:46.734 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} status="up"
2026-02-17 02:57:47.168 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-769/condition-test-xrlgv, name=eth0)
2026-02-17 02:57:47.168 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-769/condition-test-xrlgv" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie9ac14f1277" profile_ids:"kns.replication-controller-769" profile_ids:"ksa.replication-controller-769.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:57:47.168 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:47.169 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:47.169 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:47.170 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie9ac14f1277"
2026-02-17 02:57:47.170 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:47.170 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:47.191 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:47.191 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} status="up"
2026-02-17 02:57:47.901 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=true ifIndex=228
2026-02-17 02:57:47.901 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{fe80::ecee:eeff:feee:eeee} ifaceName="calie9ac14f1277"
2026-02-17 02:57:47.901 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie9ac14f1277", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:57:47.901 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie9ac14f1277", Addrs:set.Typed[string]{"fe80::ecee:eeff:feee:eeee":set.v{}}}
2026-02-17 02:57:48.054 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-769"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-769"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-769"}
2026-02-17 02:57:48.094 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-1818"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-1818"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-1818"}
2026-02-17 02:57:48.122 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountUpdate update from calculation graph. msg=id:{namespace:"emptydir-1818" name:"default"} labels:{key:"projectcalico.org/name" value:"default"}
2026-02-17 02:57:50.138 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"container-probe-7266" name:"default"}
2026-02-17 02:57:50.457 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"container-probe-7266"} labels:{key:"e2e-framework" value:"container-probe"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"container-probe-7266"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"container-probe-7266"}
2026-02-17 02:57:50.480 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"container-probe-7266"}
2026-02-17 02:57:51.956 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-9359"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-9359"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-9359"}
2026-02-17 02:57:52.208 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-1818"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-1818"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-1818"}
2026-02-17 02:57:53.219 [INFO][60] felix/active_rules_calculator.go 412: One or more endpoints uses a profile that doesn't exist; generating default-drop profile. (This can happen transiently when a Kubernetes namespace is deleted.) profileID="ksa.replication-controller-769.default"
2026-02-17 02:57:53.220 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileUpdate update from calculation graph. msg=id:{name:"ksa.replication-controller-769.default"} profile:{inbound_rules:{action:"deny" rule_id:"WHFyArB9-uC986mm"} outbound_rules:{action:"deny" rule_id:"zS8-1qVrhs0PGL2d"}}
2026-02-17 02:57:53.220 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"replication-controller-769" name:"default"}
2026-02-17 02:57:53.280 [INFO][60] felix/calc_graph.go 570: Local endpoint updated id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-769/condition-test-xrlgv, name=eth0)
2026-02-17 02:57:53.280 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointUpdate update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-769/condition-test-xrlgv" endpoint_id:"eth0"} endpoint:{state:"active" name:"calie9ac14f1277" profile_ids:"kns.replication-controller-769" profile_ids:"ksa.replication-controller-769.default" ipv4_nets:"10.100.210.143/32"}
2026-02-17 02:57:53.280 [INFO][60] felix/endpoint_mgr.go 761: Updating per-endpoint chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.281 [INFO][60] felix/endpoint_mgr.go 794: Updating endpoint routes. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.281 [INFO][60] felix/endpoint_mgr.go 848: Updating QoS bandwidth state if changed id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.283 [INFO][60] felix/endpoint_mgr.go 1452: Applying /proc/sys configuration to interface. ifaceName="calie9ac14f1277"
2026-02-17 02:57:53.284 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.285 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="up" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.300 [INFO][60] felix/calc_graph.go 568: Local endpoint deleted id=WorkloadEndpoint(node=kube-965gf-default-worker-c5p85-fm7kc-8g7k4, orchestrator=k8s, workload=replication-controller-769/condition-test-xrlgv, name=eth0)
2026-02-17 02:57:53.323 [INFO][60] felix/status_combiner.go 95: Endpoint up for at least one IP version id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} ipVersion=0x4 status="up"
2026-02-17 02:57:53.323 [INFO][60] felix/status_combiner.go 114: Reporting combined status. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"} status="up"
2026-02-17 02:57:53.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.WorkloadEndpointRemove update from calculation graph. msg=id:{orchestrator_id:"k8s" workload_id:"replication-controller-769/condition-test-xrlgv" endpoint_id:"eth0"}
2026-02-17 02:57:53.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"kns.replication-controller-769"}
2026-02-17 02:57:53.324 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ActiveProfileRemove update from calculation graph. msg=id:{name:"ksa.replication-controller-769.default"}
2026-02-17 02:57:53.324 [INFO][60] felix/endpoint_mgr.go 857: Workload removed, deleting its chains. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.324 [INFO][60] felix/endpoint_mgr.go 700: Deleting QoS bandwidth state if present id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.324 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_sXnMp1Avw1DaiwL8nt" ipVersion=0x4 table="filter"
2026-02-17 02:57:53.324 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pri-_UKpPEfqfJSUfdfmR7H" ipVersion=0x4 table="filter"
2026-02-17 02:57:53.324 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_sXnMp1Avw1DaiwL8nt" ipVersion=0x4 table="filter"
2026-02-17 02:57:53.324 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-pro-_UKpPEfqfJSUfdfmR7H" ipVersion=0x4 table="filter"
2026-02-17 02:57:53.324 [INFO][60] felix/endpoint_mgr.go 714: Workload removed, deleting old state. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-fw-calie9ac14f1277" ipVersion=0x4 table="filter"
2026-02-17 02:57:53.325 [INFO][60] felix/ratelimitedlogger.go 216: Chain no longer referenced, marking it for removal chainName="cali-tw-calie9ac14f1277" ipVersion=0x4 table="filter"
2026-02-17 02:57:53.325 [INFO][60] felix/endpoint_mgr.go 636: Re-evaluated workload endpoint status adminUp=false failed=false known=false operUp=false status="" workloadEndpointID=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.325 [INFO][60] felix/status_combiner.go 62: Storing endpoint status update ipVersion=0x4 status="" workload=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.325 [INFO][60] felix/conntrack.go 90: Removing conntrack flows ip=10.100.210.143
2026-02-17 02:57:53.386 [INFO][60] felix/status_combiner.go 100: Reporting endpoint removed. id=types.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"replication-controller-769/condition-test-xrlgv", EndpointId:"eth0"}
2026-02-17 02:57:53.502 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"replication-controller-769"} labels:{key:"e2e-framework" value:"replication-controller"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"replication-controller-769"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"replication-controller-769"}
2026-02-17 02:57:53.520 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"replication-controller-769"}
2026-02-17 02:57:53.726 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=228 ifaceName="calie9ac14f1277" state="down"
2026-02-17 02:57:53.727 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie9ac14f1277", State:"down", Index:228}
2026-02-17 02:57:53.727 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=set.Set{} ifaceName="calie9ac14f1277"
2026-02-17 02:57:53.727 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie9ac14f1277", Addrs:set.Typed[string]{}}
2026-02-17 02:57:53.727 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie9ac14f1277", Addrs:set.Typed[string]{}}
2026-02-17 02:57:53.727 [INFO][60] felix/iface_monitor.go 246: Netlink address update for known interface.  addr="fe80::ecee:eeff:feee:eeee" exists=false ifIndex=228
2026-02-17 02:57:53.731 [INFO][60] felix/int_dataplane.go 1737: Linux interface state changed. ifIndex=228 ifaceName="calie9ac14f1277" state=""
2026-02-17 02:57:53.731 [INFO][60] felix/int_dataplane.go 1781: Linux interface addrs changed. addrs=<nil> ifaceName="calie9ac14f1277"
2026-02-17 02:57:53.751 [INFO][60] felix/int_dataplane.go 2415: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calie9ac14f1277", State:"", Index:228}
2026-02-17 02:57:53.751 [INFO][60] felix/int_dataplane.go 2442: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie9ac14f1277", Addrs:set.Set[string](nil)}
2026-02-17 02:57:53.751 [INFO][60] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie9ac14f1277", Addrs:set.Set[string](nil)}
2026-02-17 02:57:54.062 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"chunking-5729"} labels:{key:"e2e-framework" value:"chunking"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"chunking-5729"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"chunking-5729"}
2026-02-17 02:57:55.836 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4846"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4846"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4846"}
2026-02-17 02:57:57.038 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"subpath-9359" name:"default"}
2026-02-17 02:57:57.210 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"subpath-9359"} labels:{key:"e2e-framework" value:"subpath"} labels:{key:"e2e-run" value:"e070e10c-77a5-45f0-b5cf-5f9f4f742ee7"} labels:{key:"kubernetes.io/metadata.name" value:"subpath-9359"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"subpath-9359"}
2026-02-17 02:57:57.232 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"subpath-9359"}
2026-02-17 02:57:57.355 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"emptydir-1818" name:"default"}
2026-02-17 02:57:57.504 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"emptydir-1818"} labels:{key:"e2e-framework" value:"emptydir"} labels:{key:"e2e-run" value:"2417e049-53b0-4a78-b7c5-f46a8750dd5d"} labels:{key:"kubernetes.io/metadata.name" value:"emptydir-1818"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"emptydir-1818"}
2026-02-17 02:57:57.533 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"emptydir-1818"}
2026-02-17 02:58:01.248 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"resourcequota-4846" name:"default"}
2026-02-17 02:58:01.348 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"resourcequota-4846"} labels:{key:"e2e-framework" value:"resourcequota"} labels:{key:"e2e-run" value:"d56789c1-1413-4915-8545-ad5c3a8fa17c"} labels:{key:"kubernetes.io/metadata.name" value:"resourcequota-4846"} labels:{key:"pod-security.kubernetes.io/audit" value:"baseline"} labels:{key:"pod-security.kubernetes.io/enforce" value:"baseline"} labels:{key:"pod-security.kubernetes.io/warn" value:"baseline"} labels:{key:"projectcalico.org/name" value:"resourcequota-4846"}
2026-02-17 02:58:01.377 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"resourcequota-4846"}
2026-02-17 02:58:01.406 [INFO][60] felix/int_dataplane.go 2357: Received *proto.ServiceAccountRemove update from calculation graph. msg=id:{namespace:"chunking-5729" name:"default"}
2026-02-17 02:58:01.444 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceUpdate update from calculation graph. msg=id:{name:"chunking-5729"} labels:{key:"e2e-framework" value:"chunking"} labels:{key:"e2e-run" value:"69a15478-0a2f-4003-bbfa-e21b4af7ab96"} labels:{key:"kubernetes.io/metadata.name" value:"chunking-5729"} labels:{key:"pod-security.kubernetes.io/audit" value:"privileged"} labels:{key:"pod-security.kubernetes.io/enforce" value:"privileged"} labels:{key:"pod-security.kubernetes.io/warn" value:"privileged"} labels:{key:"projectcalico.org/name" value:"chunking-5729"}
2026-02-17 02:58:01.471 [INFO][60] felix/int_dataplane.go 2357: Received *proto.NamespaceRemove update from calculation graph. msg=id:{name:"chunking-5729"}
