kubernetes-sigs / sig-windows-dev-tools

This is a batteries included local development environment for Kubernetes on Windows.
Apache License 2.0
80 stars 46 forks source link

Networking only partially works #125

Closed lippertmarkus closed 2 years ago

lippertmarkus commented 3 years ago

When running make all on Ubuntu, the script ends successfully including the smoke tests but the calico-kube-controller and calico-node pods are crashing because of failed probes. Logs however don't show any errors:

calico-kube-controllers:

Events:
  Type     Reason     Age                   From     Message
  ----     ------     ----                  ----     -------
  Warning  Unhealthy  54m (x121 over 88m)   kubelet  Readiness probe failed:
  Warning  Unhealthy  29m (x158 over 88m)   kubelet  Liveness probe failed:
  Warning  Unhealthy  14m (x5 over 62m)     kubelet  (combined from similar events): Readiness probe failed:
  Warning  BackOff    4m6s (x191 over 65m)  kubelet  Back-off restarting failed container

Logs:
2021-10-27 06:31:05.185 [INFO][1] main.go 92: Loaded configuration from environment config=&config.Config{LogLevel:"info", WorkloadEndpointWorkers:1, ProfileWorkers:1, PolicyWorkers:1, NodeWorkers:1, Kubeconfig:"", DatastoreType:"kubernetes"}
W1027 06:31:05.204945       1 client_config.go:615] Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
2021-10-27 06:31:05.206 [INFO][1] main.go 113: Ensuring Calico datastore is initialized
2021-10-27 06:31:05.381 [INFO][1] main.go 153: Getting initial config snapshot from datastore
2021-10-27 06:31:05.603 [INFO][1] main.go 156: Got initial config snapshot
2021-10-27 06:31:05.604 [INFO][1] watchersyncer.go 89: Start called
2021-10-27 06:31:05.604 [INFO][1] main.go 173: Starting status report routine
2021-10-27 06:31:05.604 [INFO][1] main.go 182: Starting Prometheus metrics server on port 9094
2021-10-27 06:31:05.604 [INFO][1] main.go 418: Starting controller ControllerType="Node"
2021-10-27 06:31:05.604 [INFO][1] node_controller.go 143: Starting Node controller
2021-10-27 06:31:05.604 [INFO][1] resources.go 349: Main client watcher loop
2021-10-27 06:31:05.608 [INFO][1] watchersyncer.go 127: Sending status update Status=wait-for-ready
2021-10-27 06:31:05.608 [INFO][1] node_syncer.go 65: Node controller syncer status updated: wait-for-ready
2021-10-27 06:31:05.608 [INFO][1] watchersyncer.go 147: Starting main event processing loop
2021-10-27 06:31:05.608 [INFO][1] watchercache.go 174: Full resync is required ListRoot="/calico/ipam/v2/assignment/"
2021-10-27 06:31:05.608 [INFO][1] watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/nodes"
2021-10-27 06:31:05.650 [INFO][1] watchercache.go 271: Sending synced update ListRoot="/calico/ipam/v2/assignment/"
2021-10-27 06:31:05.699 [INFO][1] watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/nodes"
2021-10-27 06:31:05.703 [INFO][1] watchersyncer.go 127: Sending status update Status=resync
2021-10-27 06:31:05.703 [INFO][1] node_syncer.go 65: Node controller syncer status updated: resync
2021-10-27 06:31:05.703 [INFO][1] watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:05.703 [INFO][1] watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:05.703 [INFO][1] watchersyncer.go 221: All watchers have sync'd data - sending data and final sync
2021-10-27 06:31:05.703 [INFO][1] watchersyncer.go 127: Sending status update Status=in-sync
2021-10-27 06:31:05.703 [INFO][1] node_syncer.go 65: Node controller syncer status updated: in-sync
2021-10-27 06:31:05.705 [INFO][1] node_controller.go 159: Node controller is now running
2021-10-27 06:31:05.718 [INFO][1] ipam.go 69: Synchronizing IPAM data
2021-10-27 06:31:05.792 [INFO][1] ipam.go 78: Node and IPAM data is in sync
2021-10-27 06:31:05.797 [INFO][1] hostendpoints.go 90: successfully synced all hostendpoints

calico-node:

Events:
  Type     Reason            Age                    From     Message
  ----     ------            ----                   ----     -------
  Warning  DNSConfigForming  5m14s (x295 over 90m)  kubelet  Nameserver limits were exceeded, some nameservers have been omitted, the applied nameserver line is: 4.2.2.1 4.2.2.2 208.67.220.220
  Warning  Unhealthy         22s (x250 over 88m)    kubelet  Readiness probe failed:

Logs:
2021-10-27 06:31:23.258 [INFO][11] startup/startup.go 390: Early log level set to info
2021-10-27 06:31:23.260 [INFO][11] startup/startup.go 406: Using NODENAME environment for node name controlplane
2021-10-27 06:31:23.260 [INFO][11] startup/startup.go 418: Determined node name: controlplane
2021-10-27 06:31:23.260 [INFO][11] startup/startup.go 103: Starting node controlplane with version v3.19.1
2021-10-27 06:31:23.284 [INFO][11] startup/startup.go 450: Checking datastore connection
2021-10-27 06:31:23.512 [INFO][11] startup/startup.go 474: Datastore connection verified
2021-10-27 06:31:23.513 [INFO][11] startup/startup.go 113: Datastore is ready
2021-10-27 06:31:23.917 [INFO][11] startup/startup.go 774: Using autodetected IPv4 address on interface eth1: 10.20.30.10/24
2021-10-27 06:31:23.917 [INFO][11] startup/startup.go 851: No AS number configured on node resource, using global value
2021-10-27 06:31:23.917 [INFO][11] startup/startup.go 195: Setting NetworkUnavailable to False
2021-10-27 06:31:24.053 [INFO][11] startup/startup.go 896: found v4=100.244.0.0/16 in the kubeadm config map
2021-10-27 06:31:24.053 [INFO][11] startup/startup.go 900: found v6= in the kubeadm config map
2021-10-27 06:31:24.101 [INFO][11] startup/startup.go 706: FELIX_IPV6SUPPORT is false through environment variable
2021-10-27 06:31:24.232 [INFO][11] startup/startup.go 228: Using node name: controlplane
2021-10-27 06:31:24.926 [INFO][21] tunnel-ip-allocator/ipam.go 1410: Releasing all IPs with handle 'wireguard-tunnel-addr-controlplane'
2021-10-27 06:31:25.035 [INFO][21] tunnel-ip-allocator/ipam.go 1410: Releasing all IPs with handle 'ipip-tunnel-addr-controlplane'
2021-10-27 06:31:25.377 [INFO][21] tunnel-ip-allocator/allocateip.go 290: Current address is still valid, do nothing currentAddr="100.244.49.64" type="vxlanTunnelAddress"
CALICO_NETWORKING_BACKEND is vxlan - no need to run a BGP daemon
Calico node started successfully
2021-10-27 06:31:26.918 [INFO][60] tunnel-ip-allocator/watchersyncer.go 89: Start called
2021-10-27 06:31:26.918 [INFO][60] tunnel-ip-allocator/watchersyncer.go 127: Sending status update Status=wait-for-ready
2021-10-27 06:31:26.918 [INFO][60] tunnel-ip-allocator/watchersyncer.go 147: Starting main event processing loop
2021-10-27 06:31:26.918 [INFO][60] tunnel-ip-allocator/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/nodes/controlplane"
2021-10-27 06:31:26.920 [INFO][60] tunnel-ip-allocator/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2021-10-27 06:31:26.930 [INFO][59] monitor-addresses/startup.go 390: Early log level set to info
2021-10-27 06:31:26.933 [INFO][59] monitor-addresses/startup.go 406: Using NODENAME environment for node name controlplane
2021-10-27 06:31:26.933 [INFO][59] monitor-addresses/startup.go 418: Determined node name: controlplane
2021-10-27 06:31:26.995 [INFO][60] tunnel-ip-allocator/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2021-10-27 06:31:26.998 [INFO][60] tunnel-ip-allocator/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/nodes/controlplane"
2021-10-27 06:31:26.998 [INFO][60] tunnel-ip-allocator/watchersyncer.go 127: Sending status update Status=resync
2021-10-27 06:31:26.998 [INFO][60] tunnel-ip-allocator/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:26.998 [INFO][60] tunnel-ip-allocator/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:26.998 [INFO][60] tunnel-ip-allocator/watchersyncer.go 221: All watchers have sync'd data - sending data and final sync
2021-10-27 06:31:26.999 [INFO][60] tunnel-ip-allocator/watchersyncer.go 127: Sending status update Status=in-sync
2021-10-27 06:31:27.048 [INFO][60] tunnel-ip-allocator/ipam.go 1410: Releasing all IPs with handle 'wireguard-tunnel-addr-controlplane'
2021-10-27 06:31:27.285 [INFO][60] tunnel-ip-allocator/ipam.go 1410: Releasing all IPs with handle 'ipip-tunnel-addr-controlplane'
2021-10-27 06:31:27.294 [INFO][61] felix/daemon.go 361: Successfully loaded configuration. GOMAXPROCS=4 builddate="2021-05-19T23:26:46+0000" config=&config.Config{UseInternalDataplaneDriver:true, DataplaneDriver:"calico-iptables-plugin", WireguardEnabled:false, WireguardListeningPort:51820, WireguardRoutingRulePriority:99, WireguardInterfaceName:"wireguard.cali", WireguardMTU:0, BPFEnabled:false, BPFDisableUnprivileged:true, BPFLogLevel:"off", BPFDataIfacePattern:(*regexp.Regexp)(0xc0005e12c0), BPFConnectTimeLoadBalancingEnabled:true, BPFExternalServiceMode:"tunnel", BPFKubeProxyIptablesCleanupEnabled:true, BPFKubeProxyMinSyncPeriod:1000000000, BPFKubeProxyEndpointSlicesEnabled:false, BPFExtToServiceConnmark:0, DebugBPFCgroupV2:"", DebugBPFMapRepinEnabled:true, DatastoreType:"kubernetes", FelixHostname:"controlplane", 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), DeviceRouteProtocol:3, RemoveExternalRoutes:true, IptablesRefreshInterval:90000000000, IptablesPostWriteCheckIntervalSecs:1000000000, IptablesLockFilePath:"/run/xtables.lock", IptablesLockTimeoutSecs:0, IptablesLockProbeIntervalMillis:50000000, FeatureDetectOverride:map[string]string(nil), IpsetsRefreshInterval:10000000000, MaxIpsetSize:1048576, XDPRefreshInterval:90000000000, PolicySyncPathPrefix:"", NetlinkTimeoutSecs:10000000000, MetadataAddr:"", MetadataPort:8775, OpenstackRegion:"", InterfacePrefix:"cali", InterfaceExclude:[]*regexp.Regexp{(*regexp.Regexp)(0xc0005e1540)}, ChainInsertMode:"insert", DefaultEndpointToHostAction:"ACCEPT", IptablesFilterAllowAction:"ACCEPT", IptablesMangleAllowAction:"ACCEPT", LogPrefix:"calico-packet", LogFilePath:"", LogSeverityFile:"", LogSeverityScreen:"INFO", LogSeveritySys:"", VXLANEnabled:true, VXLANPort:4789, VXLANVNI:4096, VXLANMTU:0, IPv4VXLANTunnelAddr:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0x64, 0xf4, 0x31, 0x40}, VXLANTunnelMACAddr:"", IpInIpEnabled:false, IpInIpMtu:0, IpInIpTunnelAddr:net.IP(nil), AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, AWSSrcDstCheck:"DoNothing", ServiceLoopPrevention:"Drop", ReportingIntervalSecs:0, ReportingTTLSecs:90000000000, EndpointReportingEnabled:false, EndpointReportingDelaySecs:1000000000, IptablesMarkMask:0xffff0000, DisableConntrackInvalidCheck:false, HealthEnabled:true, HealthPort:9099, HealthHost:"localhost", PrometheusMetricsEnabled:false, PrometheusMetricsHost:"", PrometheusMetricsPort:9091, PrometheusGoMetricsEnabled:true, PrometheusProcessMetricsEnabled:true, FailsafeInboundHostPorts:[]config.ProtoPort{config.ProtoPort{Net:"", Protocol:"tcp", Port:0x16}, config.ProtoPort{Net:"", Protocol:"udp", Port:0x44}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0xb3}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94c}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1561}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x192b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0a}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0b}}, FailsafeOutboundHostPorts:[]config.ProtoPort{config.ProtoPort{Net:"", Protocol:"udp", Port:0x35}, config.ProtoPort{Net:"", Protocol:"udp", Port:0x43}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0xb3}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94c}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1561}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x192b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0a}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0b}}, KubeNodePortRanges:[]numorstring.Port{numorstring.Port{MinPort:0x7530, MaxPort:0x7fff, PortName:""}}, NATPortRange:numorstring.Port{MinPort:0x0, MaxPort:0x0, PortName:""}, NATOutgoingAddress:net.IP(nil), UsageReportingEnabled:true, UsageReportingInitialDelaySecs:300000000000, UsageReportingIntervalSecs:86400000000000, ClusterGUID:"6f879d97d12f41e0af90c5146cd8f408", ClusterType:"k8s,bgp,kubeadm,kdd,win", CalicoVersion:"v3.19.1", ExternalNodesCIDRList:[]string(nil), DebugMemoryProfilePath:"", DebugCPUProfilePath:"/tmp/felix-cpu-<timestamp>.pprof", DebugDisableLogDropping:false, DebugSimulateCalcGraphHangAfter:0, DebugSimulateDataplaneHangAfter:0, DebugPanicAfter:0, DebugSimulateDataRace:false, RouteSource:"CalicoIPAM", RouteTableRange:idalloc.IndexRange{Min:1, Max:250}, IptablesNATOutgoingInterfaceFilter:"", SidecarAccelerationEnabled:false, XDPEnabled:true, GenericXDPEnabled:false, Variant:"Calico", MTUIfacePattern:(*regexp.Regexp)(0xc0005e1cc0), internalOverrides:map[string]string{}, sourceToRawConfig:map[config.Source]map[string]string{0x1:map[string]string{"CalicoVersion":"v3.19.1", "ClusterGUID":"6f879d97d12f41e0af90c5146cd8f408", "ClusterType":"k8s,bgp,kubeadm,kdd,win", "LogSeverityScreen":"Info", "ReportingIntervalSecs":"0", "VXLANEnabled":"true"}, 0x2:map[string]string{"IPv4VXLANTunnelAddr":"100.244.49.64"}, 0x3:map[string]string{"LogFilePath":"None", "LogSeverityFile":"None", "LogSeveritySys":"None", "MetadataAddr":"None"}, 0x4:map[string]string{"datastoretype":"kubernetes", "defaultendpointtohostaction":"ACCEPT", "felixhostname":"controlplane", "healthenabled":"true", "ipinipmtu":"0", "ipv6support":"false", "vxlanmtu":"0", "wireguardmtu":"0"}}, rawValues:map[string]string{"CalicoVersion":"v3.19.1", "ClusterGUID":"6f879d97d12f41e0af90c5146cd8f408", "ClusterType":"k8s,bgp,kubeadm,kdd,win", "DatastoreType":"kubernetes", "DefaultEndpointToHostAction":"ACCEPT", "FelixHostname":"controlplane", "HealthEnabled":"true", "IPv4VXLANTunnelAddr":"100.244.49.64", "IpInIpMtu":"0", "Ipv6Support":"false", "LogFilePath":"None", "LogSeverityFile":"None", "LogSeverityScreen":"Info", "LogSeveritySys":"None", "MetadataAddr":"None", "ReportingIntervalSecs":"0", "VXLANEnabled":"true", "VXLANMTU":"0", "WireguardMTU":"0"}, Err:error(nil), loadClientConfigFromEnvironment:(func() (*apiconfig.CalicoAPIConfig, error))(0x15af0a0), useNodeResourceUpdates:false} gitcommit="ebb49a9d240e27805ebe8d1c67c340d67c036a1a" version="v3.19.1"
2021-10-27 06:31:27.294 [INFO][61] felix/driver.go 60: Using internal (linux) dataplane driver.
2021-10-27 06:31:27.294 [INFO][61] felix/driver.go 148: Calculated iptables mark bits acceptMark=0x10000 endpointMark=0xfff00000 endpointMarkNonCali=0x0 passMark=0x20000 scratch0Mark=0x40000 scratch1Mark=0x80000
2021-10-27 06:31:27.294 [INFO][61] felix/int_dataplane.go 292: Creating internal dataplane driver. config=intdataplane.Config{Hostname:"controlplane", IPv6Enabled:false, RuleRendererOverride:rules.RuleRenderer(nil), IPIPMTU:0, VXLANMTU:0, VXLANPort:4789, MaxIPSetSize:1048576, IptablesBackend:"auto", IPSetsRefreshInterval:10000000000, RouteRefreshInterval:90000000000, DeviceRouteSourceAddress:net.IP(nil), DeviceRouteProtocol:3, RemoveExternalRoutes:true, IptablesRefreshInterval:90000000000, IptablesPostWriteCheckInterval:1000000000, IptablesInsertMode:"insert", IptablesLockFilePath:"/run/xtables.lock", IptablesLockTimeout:0, IptablesLockProbeInterval:50000000, XDPRefreshInterval:90000000000, Wireguard:wireguard.Config{Enabled:false, ListeningPort:51820, FirewallMark:0, RoutingRulePriority:99, RoutingTableIndex:1, InterfaceName:"wireguard.cali", MTU:0}, NetlinkTimeout:10000000000, RulesConfig:rules.Config{IPSetConfigV4:(*ipsets.IPVersionConfig)(0xc0009b8410), IPSetConfigV6:(*ipsets.IPVersionConfig)(0xc0009b8500), WorkloadIfacePrefixes:[]string{"cali"}, IptablesMarkAccept:0x10000, IptablesMarkPass:0x20000, IptablesMarkScratch0:0x40000, IptablesMarkScratch1:0x80000, IptablesMarkEndpoint:0xfff00000, IptablesMarkNonCaliEndpoint:0x0, KubeNodePortRanges:[]numorstring.Port{numorstring.Port{MinPort:0x7530, MaxPort:0x7fff, PortName:""}}, KubeIPVSSupportEnabled:false, OpenStackMetadataIP:net.IP(nil), OpenStackMetadataPort:0x2247, OpenStackSpecialCasesEnabled:false, VXLANEnabled:true, VXLANPort:4789, VXLANVNI:4096, IPIPEnabled:false, IPIPTunnelAddress:net.IP(nil), VXLANTunnelAddress:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0x64, 0xf4, 0x31, 0x40}, AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, WireguardEnabled:false, WireguardInterfaceName:"wireguard.cali", IptablesLogPrefix:"calico-packet", EndpointToHostAction:"ACCEPT", IptablesFilterAllowAction:"ACCEPT", IptablesMangleAllowAction:"ACCEPT", FailsafeInboundHostPorts:[]config.ProtoPort{config.ProtoPort{Net:"", Protocol:"tcp", Port:0x16}, config.ProtoPort{Net:"", Protocol:"udp", Port:0x44}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0xb3}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94c}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1561}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x192b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0a}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0b}}, FailsafeOutboundHostPorts:[]config.ProtoPort{config.ProtoPort{Net:"", Protocol:"udp", Port:0x35}, config.ProtoPort{Net:"", Protocol:"udp", Port:0x43}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0xb3}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94c}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1561}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x192b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0a}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0b}}, DisableConntrackInvalid:false, NATPortRange:numorstring.Port{MinPort:0x0, MaxPort:0x0, PortName:""}, IptablesNATOutgoingInterfaceFilter:"", NATOutgoingAddress:net.IP(nil), BPFEnabled:false, ServiceLoopPrevention:"Drop"}, IfaceMonitorConfig:ifacemonitor.Config{InterfaceExcludes:[]*regexp.Regexp{(*regexp.Regexp)(0xc0005e1540)}, ResyncInterval:90000000000}, StatusReportingInterval:0, ConfigChangedRestartCallback:(func())(0x211afc0), FatalErrorRestartCallback:(func(error))(0x211b080), PostInSyncCallback:(func())(0x2102320), HealthAggregator:(*health.HealthAggregator)(0xc000427290), RouteTableManager:(*idalloc.IndexAllocator)(0xc00018a018), DebugSimulateDataplaneHangAfter:0, ExternalNodesCidrs:[]string(nil), BPFEnabled:false, BPFDisableUnprivileged:true, BPFKubeProxyIptablesCleanupEnabled:true, BPFLogLevel:"off", BPFExtToServiceConnmark:0, BPFDataIfacePattern:(*regexp.Regexp)(0xc0005e12c0), XDPEnabled:true, XDPAllowGeneric:false, BPFConntrackTimeouts:conntrack.Timeouts{CreationGracePeriod:10000000000, TCPPreEstablished:20000000000, TCPEstablished:3600000000000, TCPFinsSeen:30000000000, TCPResetSeen:40000000000, UDPLastSeen:60000000000, GenericIPLastSeen:600000000000, ICMPLastSeen:5000000000}, BPFCgroupV2:"", BPFConnTimeLBEnabled:true, BPFMapRepin:true, BPFNodePortDSREnabled:false, KubeProxyMinSyncPeriod:1000000000, KubeProxyEndpointSlicesEnabled:false, SidecarAccelerationEnabled:false, LookPathOverride:(func(string) (string, error))(nil), KubeClientSet:(*kubernetes.Clientset)(0xc0009be6e0), FeatureDetectOverrides:map[string]string(nil), hostMTU:0, MTUIfacePattern:(*regexp.Regexp)(0xc0005e1cc0)}
2021-10-27 06:31:27.295 [INFO][61] felix/rule_defs.go 345: Creating rule renderer. config=rules.Config{IPSetConfigV4:(*ipsets.IPVersionConfig)(0xc0009b8410), IPSetConfigV6:(*ipsets.IPVersionConfig)(0xc0009b8500), WorkloadIfacePrefixes:[]string{"cali"}, IptablesMarkAccept:0x10000, IptablesMarkPass:0x20000, IptablesMarkScratch0:0x40000, IptablesMarkScratch1:0x80000, IptablesMarkEndpoint:0xfff00000, IptablesMarkNonCaliEndpoint:0x0, KubeNodePortRanges:[]numorstring.Port{numorstring.Port{MinPort:0x7530, MaxPort:0x7fff, PortName:""}}, KubeIPVSSupportEnabled:false, OpenStackMetadataIP:net.IP(nil), OpenStackMetadataPort:0x2247, OpenStackSpecialCasesEnabled:false, VXLANEnabled:true, VXLANPort:4789, VXLANVNI:4096, IPIPEnabled:false, IPIPTunnelAddress:net.IP(nil), VXLANTunnelAddress:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0x64, 0xf4, 0x31, 0x40}, AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, WireguardEnabled:false, WireguardInterfaceName:"wireguard.cali", IptablesLogPrefix:"calico-packet", EndpointToHostAction:"ACCEPT", IptablesFilterAllowAction:"ACCEPT", IptablesMangleAllowAction:"ACCEPT", FailsafeInboundHostPorts:[]config.ProtoPort{config.ProtoPort{Net:"", Protocol:"tcp", Port:0x16}, config.ProtoPort{Net:"", Protocol:"udp", Port:0x44}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0xb3}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94c}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1561}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x192b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0a}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0b}}, FailsafeOutboundHostPorts:[]config.ProtoPort{config.ProtoPort{Net:"", Protocol:"udp", Port:0x35}, config.ProtoPort{Net:"", Protocol:"udp", Port:0x43}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0xb3}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x94c}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1561}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x192b}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0a}, config.ProtoPort{Net:"", Protocol:"tcp", Port:0x1a0b}}, DisableConntrackInvalid:false, NATPortRange:numorstring.Port{MinPort:0x0, MaxPort:0x0, PortName:""}, IptablesNATOutgoingInterfaceFilter:"", NATOutgoingAddress:net.IP(nil), BPFEnabled:false, ServiceLoopPrevention:"Drop"}
2021-10-27 06:31:27.295 [INFO][61] felix/rule_defs.go 355: Workload to host packets will be accepted.
2021-10-27 06:31:27.295 [INFO][61] felix/rule_defs.go 369: filter table allowed packets will be accepted immediately.
2021-10-27 06:31:27.295 [INFO][61] felix/rule_defs.go 377: mangle table allowed packets will be accepted immediately.
2021-10-27 06:31:27.295 [INFO][61] felix/rule_defs.go 385: Packets to unknown service IPs will be dropped
2021-10-27 06:31:27.301 [INFO][61] felix/int_dataplane.go 930: Determined pod MTU mtu=1450
2021-10-27 06:31:27.307 [INFO][61] felix/iface_monitor.go 74: configured to periodically rescan interfaces. interval=1m30s
2021-10-27 06:31:27.308 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"ip6tables-legacy-save", "ip6tables-save"} command="ip6tables-legacy-save" ipVersion=0x6 saveOrRestore="save"
2021-10-27 06:31:27.309 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-save", "iptables-save"} command="iptables-legacy-save" ipVersion=0x4 saveOrRestore="save"
2021-10-27 06:31:27.537 [INFO][60] tunnel-ip-allocator/allocateip.go 290: Current address is still valid, do nothing currentAddr="100.244.49.64" type="vxlanTunnelAddress"
2021-10-27 06:31:27.612 [INFO][61] felix/feature_detect.go 137: Updating detected iptables features features=iptables.Features{SNATFullyRandom:true, MASQFullyRandom:true, RestoreSupportsLock:true} iptablesVersion=1.8.4 kernelVersion=5.4.0-84
2021-10-27 06:31:27.621 [INFO][61] felix/table.go 334: 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-"
2021-10-27 06:31:27.624 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-restore", "iptables-restore"} command="iptables-legacy-restore" ipVersion=0x4 saveOrRestore="restore"
2021-10-27 06:31:27.625 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-save", "iptables-save"} command="iptables-legacy-save" ipVersion=0x4 saveOrRestore="save"
2021-10-27 06:31:27.625 [INFO][61] felix/table.go 334: 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"
2021-10-27 06:31:27.626 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-restore", "iptables-restore"} command="iptables-legacy-restore" ipVersion=0x4 saveOrRestore="restore"
2021-10-27 06:31:27.626 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-save", "iptables-save"} command="iptables-legacy-save" ipVersion=0x4 saveOrRestore="save"
2021-10-27 06:31:27.626 [INFO][61] felix/table.go 334: 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-"
2021-10-27 06:31:27.628 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-restore", "iptables-restore"} command="iptables-legacy-restore" ipVersion=0x4 saveOrRestore="restore"
2021-10-27 06:31:27.628 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-save", "iptables-save"} command="iptables-legacy-save" ipVersion=0x4 saveOrRestore="save"
2021-10-27 06:31:27.628 [INFO][61] felix/table.go 334: 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-"
2021-10-27 06:31:27.628 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-restore", "iptables-restore"} command="iptables-legacy-restore" ipVersion=0x4 saveOrRestore="restore"
2021-10-27 06:31:27.628 [INFO][61] felix/feature_detect.go 259: Looked up iptables command backendMode="legacy" candidates=[]string{"iptables-legacy-save", "iptables-save"} command="iptables-legacy-save" ipVersion=0x4 saveOrRestore="save"
2021-10-27 06:31:27.628 [INFO][61] felix/route_table.go 249: Calculated interface name regexp regex="^vxlan.calico$"
2021-10-27 06:31:27.641 [INFO][61] felix/int_dataplane.go 466: XDP acceleration enabled.
2021-10-27 06:31:27.643 [INFO][61] felix/vxlan_mgr.go 343: VXLAN tunnel device thread started. mtu=1450
2021-10-27 06:31:27.699 [INFO][61] felix/connecttime.go 51: Running bpftool to look up programs attached to cgroup args=[]string{"bpftool", "-j", "-p", "cgroup", "show", "/run/calico/cgroup"}
2021-10-27 06:31:27.724 [INFO][61] felix/health.go 196: Overall health status changed newStatus=&health.HealthReport{Live:true, Ready:true}
2021-10-27 06:31:27.812 [INFO][61] felix/route_table.go 249: Calculated interface name regexp regex="^cali.*"
2021-10-27 06:31:27.818 [INFO][61] felix/ipsets.go 126: Queueing IP set for creation family="inet" setID="all-ipam-pools" setType="hash:net"
2021-10-27 06:31:27.818 [INFO][61] felix/ipsets.go 126: Queueing IP set for creation family="inet" setID="masq-ipam-pools" setType="hash:net"
2021-10-27 06:31:27.818 [INFO][61] felix/route_table.go 249: Calculated interface name regexp regex="^wireguard.cali$"
2021-10-27 06:31:27.819 [INFO][61] felix/int_dataplane.go 834: Registering to report health.
2021-10-27 06:31:27.832 [INFO][61] felix/int_dataplane.go 1623: attempted to modprobe nf_conntrack_proto_sctp error=exit status 1 output=""
2021-10-27 06:31:27.832 [INFO][61] felix/int_dataplane.go 1625: Making sure IPv4 forwarding is enabled.
2021-10-27 06:31:27.832 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-failsafe-in" ipVersion=0x4 table="raw"
2021-10-27 06:31:27.832 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-failsafe-out" ipVersion=0x4 table="raw"
2021-10-27 06:31:27.832 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-PREROUTING" ipVersion=0x4 table="raw"
2021-10-27 06:31:27.832 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint"
2021-10-27 06:31:27.832 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-OUTPUT" ipVersion=0x4 table="raw"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-PREROUTING"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-OUTPUT"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-FORWARD" ipVersion=0x4 table="filter"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-from-hep-forward"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-to-hep-forward"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-cidr-block"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-INPUT" ipVersion=0x4 table="filter"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-wl-to-host"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-wl-to-host" ipVersion=0x4 table="filter"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-failsafe-in" ipVersion=0x4 table="filter"
2021-10-27 06:31:27.833 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-OUTPUT" ipVersion=0x4 table="filter"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-failsafe-out" ipVersion=0x4 table="filter"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-FORWARD"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-INPUT"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-OUTPUT"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-PREROUTING" ipVersion=0x4 table="nat"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-fip-dnat"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-POSTROUTING" ipVersion=0x4 table="nat"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-fip-snat"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-nat-outgoing"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-OUTPUT" ipVersion=0x4 table="nat"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-PREROUTING"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-POSTROUTING"
2021-10-27 06:31:27.834 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-OUTPUT"
2021-10-27 06:31:27.835 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-failsafe-in" ipVersion=0x4 table="mangle"
2021-10-27 06:31:27.835 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-failsafe-out" ipVersion=0x4 table="mangle"
2021-10-27 06:31:27.835 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-PREROUTING" ipVersion=0x4 table="mangle"
2021-10-27 06:31:27.835 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint"
2021-10-27 06:31:27.835 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-POSTROUTING" ipVersion=0x4 table="mangle"
2021-10-27 06:31:27.835 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint"
2021-10-27 06:31:27.835 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-PREROUTING"
2021-10-27 06:31:27.835 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-POSTROUTING"
2021-10-27 06:31:27.942 [INFO][61] felix/int_dataplane.go 1372: Set XDP failsafe ports: [{Net: 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}]
2021-10-27 06:31:27.942 [INFO][61] felix/int_dataplane.go 1095: IPIP disabled. Not starting tunnel update thread.
2021-10-27 06:31:27.943 [INFO][61] felix/daemon.go 400: Connect to the dataplane driver.
2021-10-27 06:31:27.944 [INFO][61] felix/daemon.go 478: using resource updates where applicable
2021-10-27 06:31:27.944 [INFO][61] felix/daemon.go 481: Created Syncer syncer=&watchersyncer.watcherSyncer{status:0x0, watcherCaches:[]*watchersyncer.watcherCache{(*watchersyncer.watcherCache)(0xc000296500), (*watchersyncer.watcherCache)(0xc000296580), (*watchersyncer.watcherCache)(0xc000296600), (*watchersyncer.watcherCache)(0xc000296680), (*watchersyncer.watcherCache)(0xc000296700), (*watchersyncer.watcherCache)(0xc000296780), (*watchersyncer.watcherCache)(0xc000296800), (*watchersyncer.watcherCache)(0xc000296880), (*watchersyncer.watcherCache)(0xc000296900), (*watchersyncer.watcherCache)(0xc000296980), (*watchersyncer.watcherCache)(0xc000296a00), (*watchersyncer.watcherCache)(0xc000296a80), (*watchersyncer.watcherCache)(0xc000296b00), (*watchersyncer.watcherCache)(0xc000296b80)}, results:(chan interface {})(0xc000341440), numSynced:0, callbacks:(*calc.SyncerCallbacksDecoupler)(0xc000010f68), wgwc:(*sync.WaitGroup)(nil), wgws:(*sync.WaitGroup)(nil), cancel:(context.CancelFunc)(nil)}
2021-10-27 06:31:27.944 [INFO][61] felix/daemon.go 485: Starting the datastore Syncer
2021-10-27 06:31:27.944 [INFO][61] felix/watchersyncer.go 89: Start called
2021-10-27 06:31:27.944 [INFO][61] felix/calc_graph.go 114: Creating calculation graph, filtered to hostname controlplane
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1aa7440)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1aa7440)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1aa7540)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1aa7540)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1aa72e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1aa72e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.PolicyKey: (dispatcher.UpdateHandler)(0x1aa72e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ProfileRulesKey: (dispatcher.UpdateHandler)(0x1aa72e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ProfileLabelsKey: (dispatcher.UpdateHandler)(0x1aa72e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ProfileTagsKey: (dispatcher.UpdateHandler)(0x1aa72e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ProfileTagsKey: (dispatcher.UpdateHandler)(0x19e61c0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ProfileLabelsKey: (dispatcher.UpdateHandler)(0x19e61c0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x19e61c0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x19e61c0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.NetworkSetKey: (dispatcher.UpdateHandler)(0x19e61c0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.PolicyKey: (dispatcher.UpdateHandler)(0x1aa7b00)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1aa7b00)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1aa7b00)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostIPKey: (dispatcher.UpdateHandler)(0x1aa76e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.IPPoolKey: (dispatcher.UpdateHandler)(0x1aa76e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.WireguardKey: (dispatcher.UpdateHandler)(0x1aa76e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1aa76e0)
2021-10-27 06:31:27.945 [INFO][61] felix/l3_route_resolver.go 143: Creating L3 route resolver
2021-10-27 06:31:27.945 [INFO][61] felix/l3_route_resolver.go 162: Registering L3 route resolver (node resources on)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1aa77e0)
2021-10-27 06:31:27.945 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.IPPoolKey: (dispatcher.UpdateHandler)(0x1aa7920)
2021-10-27 06:31:27.945 [INFO][61] felix/l3_route_resolver.go 173: Registering for L3 route updates routeSource="CalicoIPAM"
2021-10-27 06:31:27.946 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.BlockKey: (dispatcher.UpdateHandler)(0x1aa7a60)
2021-10-27 06:31:27.946 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1aa79c0)
2021-10-27 06:31:27.946 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1aa7e80)
2021-10-27 06:31:27.946 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostConfigKey: (dispatcher.UpdateHandler)(0x1aa7fc0)
2021-10-27 06:31:27.946 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.GlobalConfigKey: (dispatcher.UpdateHandler)(0x1aa75e0)
2021-10-27 06:31:27.949 [INFO][61] felix/int_dataplane.go 1854: Started internal status report thread
2021-10-27 06:31:27.953 [INFO][61] felix/int_dataplane.go 1856: Process status reports disabled
2021-10-27 06:31:27.954 [INFO][61] felix/int_dataplane.go 1401: Started internal iptables dataplane driver loop
2021-10-27 06:31:27.955 [INFO][61] felix/int_dataplane.go 1411: Will refresh IP sets on timer interval=1m30s
2021-10-27 06:31:27.951 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostConfigKey: (dispatcher.UpdateHandler)(0x1aa75e0)
2021-10-27 06:31:27.955 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ReadyFlagKey: (dispatcher.UpdateHandler)(0x1aa75e0)
2021-10-27 06:31:27.955 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.ProfileLabelsKey: (dispatcher.UpdateHandler)(0x1aa7c80)
2021-10-27 06:31:27.955 [INFO][61] felix/iface_monitor.go 100: Interface monitoring thread started.
2021-10-27 06:31:27.956 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostIPKey: (dispatcher.UpdateHandler)(0x1aa7d20)
2021-10-27 06:31:27.956 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1aa7d20)
2021-10-27 06:31:27.956 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1aa7d20)
2021-10-27 06:31:27.956 [INFO][61] felix/dispatcher.go 68: Registering listener for type model.HostConfigKey: (dispatcher.UpdateHandler)(0x1aa7d20)
2021-10-27 06:31:27.956 [INFO][61] felix/async_calc_graph.go 255: Starting AsyncCalcGraph
2021-10-27 06:31:27.956 [INFO][61] felix/iface_monitor.go 118: Subscribed to netlink updates.
2021-10-27 06:31:27.956 [INFO][61] felix/daemon.go 592: Started the processing graph
2021-10-27 06:31:27.968 [INFO][61] felix/async_calc_graph.go 137: AsyncCalcGraph running
2021-10-27 06:31:27.970 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=1 ifaceName="lo" state="up"
2021-10-27 06:31:27.970 [INFO][61] felix/daemon.go 970: Reading from dataplane driver pipe...
2021-10-27 06:31:27.981 [INFO][61] felix/int_dataplane.go 1421: Will refresh routes on timer interval=1m30s
2021-10-27 06:31:27.981 [INFO][61] felix/int_dataplane.go 1431: Will refresh XDP on timer interval=1m30s
2021-10-27 06:31:27.981 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"lo", State:"up", Index:1}
2021-10-27 06:31:27.982 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ConfigUpdate update from calculation graph msg=config:<key:"CalicoVersion" value:"v3.19.1" > config:<key:"ClusterGUID" value:"6f879d97d12f41e0af90c5146cd8f408" > config:<key:"ClusterType" value:"k8s,bgp,kubeadm,kdd,win" > config:<key:"DatastoreType" value:"kubernetes" > config:<key:"DefaultEndpointToHostAction" value:"ACCEPT" > config:<key:"FelixHostname" value:"controlplane" > config:<key:"HealthEnabled" value:"true" > config:<key:"IPv4VXLANTunnelAddr" value:"100.244.49.64" > config:<key:"IpInIpMtu" value:"0" > 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:"VXLANEnabled" value:"true" > config:<key:"VXLANMTU" value:"0" > config:<key:"WireguardMTU" value:"0" >
2021-10-27 06:31:27.957 [INFO][61] felix/watchersyncer.go 127: Sending status update Status=wait-for-ready
2021-10-27 06:31:27.982 [INFO][61] felix/watchersyncer.go 147: Starting main event processing loop
2021-10-27 06:31:27.982 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/ipam/v2/assignment/"
2021-10-27 06:31:27.986 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/felixconfigurations"
2021-10-27 06:31:27.987 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/clusterinformations"
2021-10-27 06:31:27.987 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/globalnetworkpolicies"
2021-10-27 06:31:27.987 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/globalnetworksets"
2021-10-27 06:31:27.988 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2021-10-27 06:31:27.988 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/nodes"
2021-10-27 06:31:27.988 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/profiles"
2021-10-27 06:31:27.989 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/workloadendpoints"
2021-10-27 06:31:27.990 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/networkpolicies"
2021-10-27 06:31:27.990 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/networksets"
2021-10-27 06:31:27.991 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/hostendpoints"
2021-10-27 06:31:27.991 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/bgpconfigurations"
2021-10-27 06:31:28.012 [INFO][61] felix/watchercache.go 174: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/kubernetesnetworkpolicies"
2021-10-27 06:31:27.972 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{"127.0.0.0":set.empty{}, "127.0.0.1":set.empty{}} ifaceName="lo"
2021-10-27 06:31:28.013 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=2 ifaceName="eth0" state="up"
2021-10-27 06:31:28.013 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{"10.0.2.15":set.empty{}} ifaceName="eth0"
2021-10-27 06:31:28.013 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=3 ifaceName="eth1" state="up"
2021-10-27 06:31:28.013 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"lo", Addrs:set.mapSet{"127.0.0.0":set.empty{}, "127.0.0.1":set.empty{}}}
2021-10-27 06:31:28.014 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"lo", Addrs:set.mapSet{"127.0.0.0":set.empty{}, "127.0.0.1":set.empty{}}}
2021-10-27 06:31:28.014 [INFO][61] felix/ipsets.go 126: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2021-10-27 06:31:28.014 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{"10.20.30.10":set.empty{}} ifaceName="eth1"
2021-10-27 06:31:28.014 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{"172.17.0.1":set.empty{}} ifaceName="docker0"
2021-10-27 06:31:28.014 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"eth0", Addrs:set.mapSet{"10.0.2.15":set.empty{}}}
2021-10-27 06:31:28.014 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=5 ifaceName="cali08fc94d0196" state="up"
2021-10-27 06:31:28.014 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"eth0", Addrs:set.mapSet{"10.0.2.15":set.empty{}}}
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{} ifaceName="cali08fc94d0196"
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=6 ifaceName="calid6fc5c229b5" state="up"
2021-10-27 06:31:28.015 [INFO][61] felix/ipsets.go 126: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"eth1", Addrs:set.mapSet{"10.20.30.10":set.empty{}}}
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{} ifaceName="calid6fc5c229b5"
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=7 ifaceName="cali8e13c5873d1" state="up"
2021-10-27 06:31:28.015 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"eth1", Addrs:set.mapSet{"10.20.30.10":set.empty{}}}
2021-10-27 06:31:28.015 [INFO][61] felix/ipsets.go 126: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"docker0", Addrs:set.mapSet{"172.17.0.1":set.empty{}}}
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{} ifaceName="cali8e13c5873d1"
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=10 ifaceName="calie0ec8237a49" state="up"
2021-10-27 06:31:28.015 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"docker0", Addrs:set.mapSet{"172.17.0.1":set.empty{}}}
2021-10-27 06:31:28.015 [INFO][61] felix/ipsets.go 126: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali08fc94d0196", Addrs:set.mapSet{}}
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{} ifaceName="calie0ec8237a49"
2021-10-27 06:31:28.015 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali08fc94d0196", Addrs:set.mapSet{}}
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=11 ifaceName="vxlan.calico" state="up"
2021-10-27 06:31:28.015 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calid6fc5c229b5", Addrs:set.mapSet{}}
2021-10-27 06:31:28.016 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calid6fc5c229b5", Addrs:set.mapSet{}}
2021-10-27 06:31:28.016 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"cali8e13c5873d1", Addrs:set.mapSet{}}
2021-10-27 06:31:28.016 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{"100.244.49.64":set.empty{}} ifaceName="vxlan.calico"
2021-10-27 06:31:28.016 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"cali8e13c5873d1", Addrs:set.mapSet{}}
2021-10-27 06:31:28.016 [INFO][61] felix/int_dataplane.go 1004: Linux interface state changed. ifIndex=12 ifaceName="calie348bef9edc" state="up"
2021-10-27 06:31:28.020 [INFO][61] felix/daemon.go 689: No driver process to monitor
2021-10-27 06:31:28.020 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{} ifaceName="calie348bef9edc"
2021-10-27 06:31:28.016 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie0ec8237a49", Addrs:set.mapSet{}}
2021-10-27 06:31:28.023 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie0ec8237a49", Addrs:set.mapSet{}}
2021-10-27 06:31:28.023 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"vxlan.calico", Addrs:set.mapSet{"100.244.49.64":set.empty{}}}
2021-10-27 06:31:28.028 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"vxlan.calico", Addrs:set.mapSet{"100.244.49.64":set.empty{}}}
2021-10-27 06:31:28.029 [INFO][61] felix/ipsets.go 126: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2021-10-27 06:31:28.029 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calie348bef9edc", Addrs:set.mapSet{}}
2021-10-27 06:31:28.029 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calie348bef9edc", Addrs:set.mapSet{}}
2021-10-27 06:31:28.029 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/networksets"
2021-10-27 06:31:28.029 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"eth0", State:"up", Index:2}
2021-10-27 06:31:28.029 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"eth1", State:"up", Index:3}
2021-10-27 06:31:28.029 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"cali08fc94d0196", State:"up", Index:5}
2021-10-27 06:31:28.029 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"calid6fc5c229b5", State:"up", Index:6}
2021-10-27 06:31:28.029 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"cali8e13c5873d1", State:"up", Index:7}
2021-10-27 06:31:28.029 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"calie0ec8237a49", State:"up", Index:10}
2021-10-27 06:31:28.029 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"vxlan.calico", State:"up", Index:11}
2021-10-27 06:31:28.029 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.030 [INFO][61] felix/int_dataplane.go 1462: Received interface update msg=&intdataplane.ifaceUpdate{Name:"calie348bef9edc", State:"up", Index:12}
2021-10-27 06:31:28.030 [INFO][61] felix/watchersyncer.go 127: Sending status update Status=resync
2021-10-27 06:31:28.032 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/globalnetworksets"
2021-10-27 06:31:28.037 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/networkpolicies"
2021-10-27 06:31:28.038 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.038 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.038 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/nodes"
2021-10-27 06:31:28.039 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2021-10-27 06:31:28.041 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/clusterinformations"
2021-10-27 06:31:28.042 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/globalnetworkpolicies"
2021-10-27 06:31:28.042 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.042 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.042 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.042 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.063 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/ipam/v2/assignment/"
2021-10-27 06:31:28.063 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/hostendpoints"
2021-10-27 06:31:28.064 [INFO][61] felix/vxlan_resolver.go 252: Missing IP for node, cannot send VTEP yet node="controlplane"
2021-10-27 06:31:28.064 [INFO][61] felix/config_batcher.go 61: Host config update for this host: {{HostConfig(node=controlplane,name=IPv4VXLANTunnelAddr) 100.244.49.64 8490 <nil> 0s} 1}
2021-10-27 06:31:28.064 [INFO][61] felix/vxlan_resolver.go 252: Missing IP for node, cannot send VTEP yet node="winw1"
2021-10-27 06:31:28.064 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/kubernetesnetworkpolicies"
2021-10-27 06:31:28.064 [INFO][61] felix/l3_route_resolver.go 546: Pool is active newType=VXLAN oldType=NONE
2021-10-27 06:31:28.064 [INFO][61] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ClusterGUID) 6f879d97d12f41e0af90c5146cd8f408 3176 <nil> 0s} 1}
2021-10-27 06:31:28.064 [INFO][61] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ClusterType) k8s,bgp,kubeadm,kdd,win 3176 <nil> 0s} 1}
2021-10-27 06:31:28.064 [INFO][61] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=CalicoVersion) v3.19.1 3176 <nil> 0s} 1}
2021-10-27 06:31:28.064 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.064 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.064 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.064 [WARNING][61] felix/l3_route_resolver.go 583: Unable to create route for IP; the node it belongs to was not recorded in IPAM IP=100.244.206.64
2021-10-27 06:31:28.064 [WARNING][61] felix/l3_route_resolver.go 583: Unable to create route for IP; the node it belongs to was not recorded in IPAM IP=100.244.206.65
2021-10-27 06:31:28.064 [WARNING][61] felix/l3_route_resolver.go 583: Unable to create route for IP; the node it belongs to was not recorded in IPAM IP=100.244.206.66
2021-10-27 06:31:28.064 [WARNING][61] felix/l3_route_resolver.go 583: Unable to create route for IP; the node it belongs to was not recorded in IPAM IP=100.244.206.127
2021-10-27 06:31:28.065 [INFO][61] felix/int_dataplane.go 1447: Received *proto.VXLANTunnelEndpointUpdate update from calculation graph msg=node:"controlplane" mac:"66:a5:cc:c1:86:97" ipv4_addr:"100.244.49.64" parent_device_ip:"10.20.30.10"
2021-10-27 06:31:28.075 [INFO][61] felix/int_dataplane.go 1447: Received *proto.VXLANTunnelEndpointUpdate update from calculation graph msg=node:"winw1" mac:"00:15:5d:36:d4:ff" ipv4_addr:"100.244.206.65" parent_device_ip:"10.20.30.11"
2021-10-27 06:31:28.075 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:REMOTE_TUNNEL ip_pool_type:VXLAN dst:"100.244.206.65/32" dst_node_name:"winw1" dst_node_ip:"10.20.30.11" nat_outgoing:true tunnel_type:<vxlan:true >
2021-10-27 06:31:28.075 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=ip_pool_type:VXLAN dst:"100.244.0.0/16" nat_outgoing:true
2021-10-27 06:31:28.075 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:LOCAL_TUNNEL ip_pool_type:VXLAN dst:"100.244.49.64/32" dst_node_name:"controlplane" dst_node_ip:"10.20.30.10" nat_outgoing:true tunnel_type:<vxlan:true >
2021-10-27 06:31:28.075 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:LOCAL_HOST dst:"10.20.30.10/32" dst_node_name:"controlplane" dst_node_ip:"10.20.30.10"
2021-10-27 06:31:28.075 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:REMOTE_HOST dst:"10.20.30.11/32" dst_node_name:"winw1" dst_node_ip:"10.20.30.11"
2021-10-27 06:31:28.075 [INFO][61] felix/int_dataplane.go 1447: Received *proto.HostMetadataUpdate update from calculation graph msg=hostname:"controlplane" ipv4_addr:"10.20.30.10"
2021-10-27 06:31:28.075 [INFO][61] felix/int_dataplane.go 1447: Received *proto.HostMetadataUpdate update from calculation graph msg=hostname:"winw1" ipv4_addr:"10.20.30.11"
2021-10-27 06:31:28.076 [INFO][61] felix/int_dataplane.go 1447: Received *proto.IPAMPoolUpdate update from calculation graph msg=id:"100.244.0.0-16" pool:<cidr:"100.244.0.0/16" masquerade:true >
2021-10-27 06:31:28.076 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:REMOTE_WORKLOAD ip_pool_type:VXLAN dst:"100.244.206.64/26" dst_node_name:"winw1" dst_node_ip:"10.20.30.11" nat_outgoing:true
2021-10-27 06:31:28.076 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:LOCAL_WORKLOAD ip_pool_type:VXLAN dst:"100.244.49.64/26" dst_node_name:"controlplane" dst_node_ip:"10.20.30.10" nat_outgoing:true
2021-10-27 06:31:28.078 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/felixconfigurations"
2021-10-27 06:31:28.079 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.079 [INFO][61] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=LogSeverityScreen) Info 751 <nil> 0s} 1}
2021-10-27 06:31:28.080 [INFO][61] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=VXLANEnabled) true 751 <nil> 0s} 1}
2021-10-27 06:31:28.080 [INFO][61] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ReportingIntervalSecs) 0 751 <nil> 0s} 1}
2021-10-27 06:31:28.093 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/bgpconfigurations"
2021-10-27 06:31:28.102 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.114 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/profiles"
2021-10-27 06:31:28.115 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.140 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"certificate-controller" > labels:<key:"projectcalico.org/name" value:"certificate-controller" >
2021-10-27 06:31:28.142 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"deployment-controller" > labels:<key:"projectcalico.org/name" value:"deployment-controller" >
2021-10-27 06:31:28.142 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"kube-proxy" > labels:<key:"projectcalico.org/name" value:"kube-proxy" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-public" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"bootstrap-signer" > labels:<key:"projectcalico.org/name" value:"bootstrap-signer" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"endpoint-controller" > labels:<key:"projectcalico.org/name" value:"endpoint-controller" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"statefulset-controller" > labels:<key:"projectcalico.org/name" value:"statefulset-controller" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"cronjob-controller" > labels:<key:"projectcalico.org/name" value:"cronjob-controller" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"expand-controller" > labels:<key:"projectcalico.org/name" value:"expand-controller" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"job-controller" > labels:<key:"projectcalico.org/name" value:"job-controller" >
2021-10-27 06:31:28.148 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"namespace-controller" > labels:<key:"projectcalico.org/name" value:"namespace-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"replicaset-controller" > labels:<key:"projectcalico.org/name" value:"replicaset-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"calico-node" > labels:<key:"projectcalico.org/name" value:"calico-node" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"disruption-controller" > labels:<key:"projectcalico.org/name" value:"disruption-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"service-controller" > labels:<key:"projectcalico.org/name" value:"service-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"ttl-controller" > labels:<key:"projectcalico.org/name" value:"ttl-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"endpointslicemirroring-controller" > labels:<key:"projectcalico.org/name" value:"endpointslicemirroring-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"resourcequota-controller" > labels:<key:"projectcalico.org/name" value:"resourcequota-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"token-cleaner" > labels:<key:"projectcalico.org/name" value:"token-cleaner" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"default" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-node-lease" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"endpointslice-controller" > labels:<key:"projectcalico.org/name" value:"endpointslice-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"node-controller" > labels:<key:"projectcalico.org/name" value:"node-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"replication-controller" > labels:<key:"projectcalico.org/name" value:"replication-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"attachdetach-controller" > labels:<key:"projectcalico.org/name" value:"attachdetach-controller" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"coredns" > labels:<key:"projectcalico.org/name" value:"coredns" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"kube-proxy-windows" > labels:<key:"app" value:"kube-proxy" > labels:<key:"projectcalico.org/name" value:"kube-proxy-windows" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.149 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.150 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.150 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.150 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.150 [INFO][61] felix/int_dataplane.go 1447: 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" >
2021-10-27 06:31:28.153 [INFO][61] felix/watchercache.go 271: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/workloadendpoints"
2021-10-27 06:31:28.154 [INFO][61] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2021-10-27 06:31:28.154 [INFO][61] felix/watchersyncer.go 221: All watchers have sync'd data - sending data and final sync
2021-10-27 06:31:28.154 [INFO][61] felix/watchersyncer.go 127: Sending status update Status=in-sync
2021-10-27 06:31:28.154 [INFO][61] felix/calc_graph.go 413: Local endpoint updated id=WorkloadEndpoint(node=controlplane, orchestrator=k8s, workload=default/netshoot, name=eth0)
2021-10-27 06:31:28.154 [INFO][61] felix/calc_graph.go 413: Local endpoint updated id=WorkloadEndpoint(node=controlplane, orchestrator=k8s, workload=default/nginx-deployment-76d8669c4c-w4k2d, name=eth0)
2021-10-27 06:31:28.154 [INFO][61] felix/calc_graph.go 413: Local endpoint updated id=WorkloadEndpoint(node=controlplane, orchestrator=k8s, workload=kube-system/calico-kube-controllers-78d6f96c7b-4qzmr, name=eth0)
2021-10-27 06:31:28.155 [INFO][61] felix/calc_graph.go 413: Local endpoint updated id=WorkloadEndpoint(node=controlplane, orchestrator=k8s, workload=kube-system/coredns-778f89cbcc-9pf6p, name=eth0)
2021-10-27 06:31:28.155 [INFO][61] felix/calc_graph.go 413: Local endpoint updated id=WorkloadEndpoint(node=controlplane, orchestrator=k8s, workload=kube-system/coredns-778f89cbcc-thh6p, name=eth0)
2021-10-27 06:31:28.155 [INFO][61] felix/config_batcher.go 102: Datamodel in sync, flushing config update
2021-10-27 06:31:28.155 [INFO][61] felix/config_batcher.go 112: Sending config update global: map[CalicoVersion:v3.19.1 ClusterGUID:6f879d97d12f41e0af90c5146cd8f408 ClusterType:k8s,bgp,kubeadm,kdd,win LogSeverityScreen:Info ReportingIntervalSecs:0 VXLANEnabled:true], host: map[IPv4VXLANTunnelAddr:100.244.49.64].
2021-10-27 06:31:28.155 [INFO][61] felix/async_calc_graph.go 166: First time we've been in sync
2021-10-27 06:31:28.155 [INFO][61] felix/health.go 133: Health of component changed lastReport=health.HealthReport{Live:true, Ready:false} name="async_calc_graph" newReport=&health.HealthReport{Live:true, Ready:true}
2021-10-27 06:31:28.155 [INFO][61] felix/event_sequencer.go 234: Possible config update. global=map[string]string{"CalicoVersion":"v3.19.1", "ClusterGUID":"6f879d97d12f41e0af90c5146cd8f408", "ClusterType":"k8s,bgp,kubeadm,kdd,win", "LogSeverityScreen":"Info", "ReportingIntervalSecs":"0", "VXLANEnabled":"true"} host=map[string]string{"IPv4VXLANTunnelAddr":"100.244.49.64"}
2021-10-27 06:31:28.156 [INFO][61] felix/config_params.go 343: Merging in config from datastore (global): map[CalicoVersion:v3.19.1 ClusterGUID:6f879d97d12f41e0af90c5146cd8f408 ClusterType:k8s,bgp,kubeadm,kdd,win LogSeverityScreen:Info ReportingIntervalSecs:0 VXLANEnabled:true]
2021-10-27 06:31:28.162 [INFO][61] felix/config_params.go 432: Parsing value for Ipv6Support: false (from environment variable)
2021-10-27 06:31:28.162 [INFO][61] felix/config_params.go 468: Parsed value for Ipv6Support: false (from environment variable)
2021-10-27 06:31:28.162 [INFO][61] felix/config_params.go 432: Parsing value for DatastoreType: kubernetes (from environment variable)
2021-10-27 06:31:28.162 [INFO][61] felix/config_params.go 468: Parsed value for DatastoreType: kubernetes (from environment variable)
2021-10-27 06:31:28.164 [INFO][61] felix/config_params.go 432: Parsing value for WireguardMTU: 0 (from environment variable)
2021-10-27 06:31:28.164 [INFO][61] felix/config_params.go 468: Parsed value for WireguardMTU: 0 (from environment variable)
2021-10-27 06:31:28.164 [INFO][61] felix/config_params.go 432: Parsing value for HealthEnabled: true (from environment variable)
2021-10-27 06:31:28.164 [INFO][61] felix/config_params.go 468: Parsed value for HealthEnabled: true (from environment variable)
2021-10-27 06:31:28.165 [INFO][61] felix/config_params.go 432: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2021-10-27 06:31:28.165 [INFO][61] felix/config_params.go 468: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2021-10-27 06:31:28.165 [INFO][61] felix/config_params.go 432: Parsing value for IpInIpMtu: 0 (from environment variable)
2021-10-27 06:31:28.165 [INFO][61] felix/config_params.go 468: Parsed value for IpInIpMtu: 0 (from environment variable)
2021-10-27 06:31:28.165 [INFO][61] felix/config_params.go 432: Parsing value for VXLANMTU: 0 (from environment variable)
2021-10-27 06:31:28.166 [INFO][61] felix/config_params.go 468: Parsed value for VXLANMTU: 0 (from environment variable)
2021-10-27 06:31:28.177 [INFO][61] felix/config_params.go 432: Parsing value for FelixHostname: controlplane (from environment variable)
2021-10-27 06:31:28.177 [INFO][61] felix/config_params.go 468: Parsed value for FelixHostname: controlplane (from environment variable)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for LogSeveritySys: None (from config file)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 449: Value set to 'none', replacing with zero-value: "".
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for LogSeveritySys:  (from config file)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for MetadataAddr: None (from config file)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 449: Value set to 'none', replacing with zero-value: "".
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for MetadataAddr:  (from config file)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for LogFilePath: None (from config file)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 449: Value set to 'none', replacing with zero-value: "".
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for LogFilePath:  (from config file)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for LogSeverityFile: None (from config file)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 449: Value set to 'none', replacing with zero-value: "".
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for LogSeverityFile:  (from config file)
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for IPv4VXLANTunnelAddr: 100.244.49.64 (from datastore (per-host))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for IPv4VXLANTunnelAddr: 100.244.49.64 (from datastore (per-host))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for LogSeverityScreen: Info (from datastore (global))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for LogSeverityScreen: INFO (from datastore (global))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for VXLANEnabled: true (from datastore (global))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for VXLANEnabled: true (from datastore (global))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for ReportingIntervalSecs: 0 (from datastore (global))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for ReportingIntervalSecs: 0s (from datastore (global))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 432: Parsing value for ClusterGUID: 6f879d97d12f41e0af90c5146cd8f408 (from datastore (global))
2021-10-27 06:31:28.178 [INFO][61] felix/config_params.go 468: Parsed value for ClusterGUID: 6f879d97d12f41e0af90c5146cd8f408 (from datastore (global))
2021-10-27 06:31:28.179 [INFO][61] felix/config_params.go 432: Parsing value for ClusterType: k8s,bgp,kubeadm,kdd,win (from datastore (global))
2021-10-27 06:31:28.179 [INFO][61] felix/config_params.go 468: Parsed value for ClusterType: k8s,bgp,kubeadm,kdd,win (from datastore (global))
2021-10-27 06:31:28.179 [INFO][61] felix/config_params.go 432: Parsing value for CalicoVersion: v3.19.1 (from datastore (global))
2021-10-27 06:31:28.179 [INFO][61] felix/config_params.go 468: Parsed value for CalicoVersion: v3.19.1 (from datastore (global))
2021-10-27 06:31:28.179 [INFO][61] felix/config_params.go 343: Merging in config from datastore (per-host): map[IPv4VXLANTunnelAddr:100.244.49.64]
2021-10-27 06:31:28.179 [INFO][61] felix/config_params.go 432: Parsing value for WireguardMTU: 0 (from environment variable)
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 468: Parsed value for WireguardMTU: 0 (from environment variable)
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 432: Parsing value for HealthEnabled: true (from environment variable)
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 468: Parsed value for HealthEnabled: true (from environment variable)
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 432: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 468: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2021-10-27 06:31:28.160 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ActiveProfileUpdate update from calculation graph msg=id:<name:"ksa.kube-system.coredns" > profile:<>
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 432: Parsing value for IpInIpMtu: 0 (from environment variable)
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 468: Parsed value for IpInIpMtu: 0 (from environment variable)
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 432: Parsing value for VXLANMTU: 0 (from environment variable)
2021-10-27 06:31:28.181 [INFO][61] felix/config_params.go 468: Parsed value for VXLANMTU: 0 (from environment variable)
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 432: Parsing value for FelixHostname: controlplane (from environment variable)
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 468: Parsed value for FelixHostname: controlplane (from environment variable)
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 432: Parsing value for Ipv6Support: false (from environment variable)
2021-10-27 06:31:28.182 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pri-_u2Tn2rSoAPffvE7JO6" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 468: Parsed value for Ipv6Support: false (from environment variable)
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 432: Parsing value for DatastoreType: kubernetes (from environment variable)
2021-10-27 06:31:28.182 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-_u2Tn2rSoAPffvE7JO6" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.182 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-_u2Tn2rSoAPffvE7JO6" ipVersion=0x4 table="mangle"
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 468: Parsed value for DatastoreType: kubernetes (from environment variable)
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 432: Parsing value for LogSeveritySys: None (from config file)
2021-10-27 06:31:28.182 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ActiveProfileUpdate update from calculation graph msg=id:<name:"kns.default" > profile:<inbound_rules:<action:"allow" rule_id:"aBMQCbsUMESPKGRp" > outbound_rules:<action:"allow" rule_id:"8iYOzpfn3SU3eATK" > >
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 449: Value set to 'none', replacing with zero-value: "".
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 468: Parsed value for LogSeveritySys:  (from config file)
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 432: Parsing value for MetadataAddr: None (from config file)
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 449: Value set to 'none', replacing with zero-value: "".
2021-10-27 06:31:28.182 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pri-kns.default" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 468: Parsed value for MetadataAddr:  (from config file)
2021-10-27 06:31:28.182 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-kns.default" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.182 [INFO][61] felix/config_params.go 432: Parsing value for LogFilePath: None (from config file)
2021-10-27 06:31:28.183 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-kns.default" ipVersion=0x4 table="mangle"
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 449: Value set to 'none', replacing with zero-value: "".
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 468: Parsed value for LogFilePath:  (from config file)
2021-10-27 06:31:28.183 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ActiveProfileUpdate update from calculation graph msg=id:<name:"ksa.default.default" > profile:<>
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 432: Parsing value for LogSeverityFile: None (from config file)
2021-10-27 06:31:28.183 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pri-ksa.default.default" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 449: Value set to 'none', replacing with zero-value: "".
2021-10-27 06:31:28.183 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-ksa.default.default" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 468: Parsed value for LogSeverityFile:  (from config file)
2021-10-27 06:31:28.183 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-ksa.default.default" ipVersion=0x4 table="mangle"
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 432: Parsing value for IPv4VXLANTunnelAddr: 100.244.49.64 (from datastore (per-host))
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 468: Parsed value for IPv4VXLANTunnelAddr: 100.244.49.64 (from datastore (per-host))
2021-10-27 06:31:28.183 [INFO][61] felix/int_dataplane.go 1447: 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" > >
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 432: Parsing value for ClusterGUID: 6f879d97d12f41e0af90c5146cd8f408 (from datastore (global))
2021-10-27 06:31:28.183 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pri-kns.kube-system" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 468: Parsed value for ClusterGUID: 6f879d97d12f41e0af90c5146cd8f408 (from datastore (global))
2021-10-27 06:31:28.183 [INFO][61] felix/config_params.go 432: Parsing value for ClusterType: k8s,bgp,kubeadm,kdd,win (from datastore (global))
2021-10-27 06:31:28.183 [INFO][61] felix/usagerep.go 91: Waiting before first check-in delay=5m1.578s
2021-10-27 06:31:28.183 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-kns.kube-system" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.184 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-kns.kube-system" ipVersion=0x4 table="mangle"
2021-10-27 06:31:28.184 [INFO][61] felix/int_dataplane.go 1447: Received *proto.ActiveProfileUpdate update from calculation graph msg=id:<name:"ksa.kube-system.calico-kube-controllers" > profile:<>
2021-10-27 06:31:28.184 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pri-_PTRGc0U-L5Kz7V6ERW" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.184 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-_PTRGc0U-L5Kz7V6ERW" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.184 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-pro-_PTRGc0U-L5Kz7V6ERW" ipVersion=0x4 table="mangle"
2021-10-27 06:31:28.184 [INFO][61] felix/config_params.go 468: Parsed value for ClusterType: k8s,bgp,kubeadm,kdd,win (from datastore (global))
2021-10-27 06:31:28.185 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:LOCAL_WORKLOAD ip_pool_type:VXLAN dst:"100.244.49.69/32" dst_node_name:"controlplane" dst_node_ip:"10.20.30.10" nat_outgoing:true local_workload:true
2021-10-27 06:31:28.185 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:LOCAL_WORKLOAD ip_pool_type:VXLAN dst:"100.244.49.66/32" dst_node_name:"controlplane" dst_node_ip:"10.20.30.10" nat_outgoing:true local_workload:true
2021-10-27 06:31:28.185 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:LOCAL_WORKLOAD ip_pool_type:VXLAN dst:"100.244.49.65/32" dst_node_name:"controlplane" dst_node_ip:"10.20.30.10" nat_outgoing:true local_workload:true
2021-10-27 06:31:28.184 [INFO][61] felix/config_params.go 432: Parsing value for CalicoVersion: v3.19.1 (from datastore (global))
2021-10-27 06:31:28.185 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:LOCAL_WORKLOAD ip_pool_type:VXLAN dst:"100.244.49.68/32" dst_node_name:"controlplane" dst_node_ip:"10.20.30.10" nat_outgoing:true local_workload:true
2021-10-27 06:31:28.185 [INFO][61] felix/config_params.go 468: Parsed value for CalicoVersion: v3.19.1 (from datastore (global))
2021-10-27 06:31:28.185 [INFO][61] felix/int_dataplane.go 1447: Received *proto.RouteUpdate update from calculation graph msg=type:LOCAL_WORKLOAD ip_pool_type:VXLAN dst:"100.244.49.67/32" dst_node_name:"controlplane" dst_node_ip:"10.20.30.10" nat_outgoing:true local_workload:true
2021-10-27 06:31:28.185 [INFO][61] felix/config_params.go 432: Parsing value for LogSeverityScreen: Info (from datastore (global))
2021-10-27 06:31:28.188 [INFO][61] felix/config_params.go 468: Parsed value for LogSeverityScreen: INFO (from datastore (global))
2021-10-27 06:31:28.190 [INFO][61] felix/config_params.go 432: Parsing value for VXLANEnabled: true (from datastore (global))
2021-10-27 06:31:28.190 [INFO][61] felix/config_params.go 468: Parsed value for VXLANEnabled: true (from datastore (global))
2021-10-27 06:31:28.190 [INFO][61] felix/config_params.go 432: Parsing value for ReportingIntervalSecs: 0 (from datastore (global))
2021-10-27 06:31:28.190 [INFO][61] felix/config_params.go 468: Parsed value for ReportingIntervalSecs: 0s (from datastore (global))
2021-10-27 06:31:28.190 [INFO][61] felix/async_calc_graph.go 220: First flush after becoming in sync, sending InSync message.
2021-10-27 06:31:28.190 [INFO][61] felix/daemon.go 1137: Datastore now in sync.
2021-10-27 06:31:28.191 [INFO][61] felix/daemon.go 1139: Datastore in sync for first time, sending message to status reporter.
2021-10-27 06:31:28.190 [INFO][61] felix/int_dataplane.go 1447: Received *proto.WorkloadEndpointUpdate update from calculation graph msg=id:<orchestrator_id:"k8s" workload_id:"kube-system/coredns-778f89cbcc-9pf6p" endpoint_id:"eth0" > endpoint:<state:"active" name:"calie0ec8237a49" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.coredns" ipv4_nets:"100.244.49.68/32" >
2021-10-27 06:31:28.191 [INFO][61] felix/int_dataplane.go 1447: Received *proto.WorkloadEndpointUpdate update from calculation graph msg=id:<orchestrator_id:"k8s" workload_id:"kube-system/coredns-778f89cbcc-thh6p" endpoint_id:"eth0" > endpoint:<state:"active" name:"cali8e13c5873d1" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.coredns" ipv4_nets:"100.244.49.67/32" >
2021-10-27 06:31:28.191 [INFO][61] felix/int_dataplane.go 1447: Received *proto.WorkloadEndpointUpdate update from calculation graph msg=id:<orchestrator_id:"k8s" workload_id:"default/netshoot" endpoint_id:"eth0" > endpoint:<state:"active" name:"calie348bef9edc" profile_ids:"kns.default" profile_ids:"ksa.default.default" ipv4_nets:"100.244.49.69/32" >
2021-10-27 06:31:28.191 [INFO][61] felix/int_dataplane.go 1447: Received *proto.WorkloadEndpointUpdate update from calculation graph msg=id:<orchestrator_id:"k8s" workload_id:"default/nginx-deployment-76d8669c4c-w4k2d" endpoint_id:"eth0" > endpoint:<state:"active" name:"calid6fc5c229b5" profile_ids:"kns.default" profile_ids:"ksa.default.default" ipv4_nets:"100.244.49.66/32" >
2021-10-27 06:31:28.191 [INFO][61] felix/int_dataplane.go 1447: Received *proto.WorkloadEndpointUpdate update from calculation graph msg=id:<orchestrator_id:"k8s" workload_id:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr" endpoint_id:"eth0" > endpoint:<state:"active" name:"cali08fc94d0196" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.calico-kube-controllers" ipv4_nets:"100.244.49.65/32" >
2021-10-27 06:31:28.191 [INFO][61] felix/int_dataplane.go 1447: Received *proto.InSync update from calculation graph msg=
2021-10-27 06:31:28.191 [INFO][61] felix/int_dataplane.go 1455: Datastore in sync, flushing the dataplane for the first time... timeSinceStart=1.146793025s
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 365: Workload interface came up, marking for reconfiguration. ifaceName="calid6fc5c229b5"
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 365: Workload interface came up, marking for reconfiguration. ifaceName="cali8e13c5873d1"
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 365: Workload interface came up, marking for reconfiguration. ifaceName="cali08fc94d0196"
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 365: Workload interface came up, marking for reconfiguration. ifaceName="calie0ec8237a49"
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 365: Workload interface came up, marking for reconfiguration. ifaceName="calie348bef9edc"
2021-10-27 06:31:28.191 [INFO][61] felix/ipsets.go 126: Queueing IP set for creation family="inet" setID="all-vxlan-net" setType="hash:net"
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 583: Updating per-endpoint chains. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-9pf6p", EndpointId:"eth0"}
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-tw-calie0ec8237a49" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pri-kns.kube-system"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pri-_u2Tn2rSoAPffvE7JO6"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-fw-calie0ec8237a49" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pro-kns.kube-system"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pro-_u2Tn2rSoAPffvE7JO6"
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 614: Updating endpoint routes. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-9pf6p", EndpointId:"eth0"}
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 583: Updating per-endpoint chains. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-thh6p", EndpointId:"eth0"}
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-tw-cali8e13c5873d1" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-fw-cali8e13c5873d1" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 614: Updating endpoint routes. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-thh6p", EndpointId:"eth0"}
2021-10-27 06:31:28.191 [INFO][61] felix/endpoint_mgr.go 583: Updating per-endpoint chains. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/netshoot", EndpointId:"eth0"}
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-tw-calie348bef9edc" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pri-kns.default"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pri-ksa.default.default"
2021-10-27 06:31:28.191 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-fw-calie348bef9edc" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pro-kns.default"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pro-ksa.default.default"
2021-10-27 06:31:28.192 [INFO][61] felix/endpoint_mgr.go 614: Updating endpoint routes. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/netshoot", EndpointId:"eth0"}
2021-10-27 06:31:28.192 [INFO][61] felix/endpoint_mgr.go 583: Updating per-endpoint chains. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/nginx-deployment-76d8669c4c-w4k2d", EndpointId:"eth0"}
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-tw-calid6fc5c229b5" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-fw-calid6fc5c229b5" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.192 [INFO][61] felix/endpoint_mgr.go 614: Updating endpoint routes. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/nginx-deployment-76d8669c4c-w4k2d", EndpointId:"eth0"}
2021-10-27 06:31:28.192 [INFO][61] felix/endpoint_mgr.go 583: Updating per-endpoint chains. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"}
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-tw-cali08fc94d0196" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pri-_PTRGc0U-L5Kz7V6ERW"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-fw-cali08fc94d0196" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-pro-_PTRGc0U-L5Kz7V6ERW"
2021-10-27 06:31:28.192 [INFO][61] felix/endpoint_mgr.go 614: Updating endpoint routes. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"}
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-from-wl-dispatch-e" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-fw-calie0ec8237a49"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-fw-calie348bef9edc"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-from-wl-dispatch" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-fw-cali08fc94d0196"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-fw-cali8e13c5873d1"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-fw-calid6fc5c229b5"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch-e"
2021-10-27 06:31:28.192 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-to-wl-dispatch-e" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.195 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-tw-calie0ec8237a49"
2021-10-27 06:31:28.195 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-tw-calie348bef9edc"
2021-10-27 06:31:28.195 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-to-wl-dispatch" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.199 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-tw-cali08fc94d0196"
2021-10-27 06:31:28.200 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-tw-cali8e13c5873d1"
2021-10-27 06:31:28.200 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-tw-calid6fc5c229b5"
2021-10-27 06:31:28.200 [INFO][61] felix/table.go 580: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch-e"
2021-10-27 06:31:28.200 [INFO][61] felix/endpoint_mgr.go 1145: Applying /proc/sys configuration to interface. ifaceName="calie0ec8237a49"
2021-10-27 06:31:28.200 [INFO][61] felix/endpoint_mgr.go 1145: Applying /proc/sys configuration to interface. ifaceName="calie348bef9edc"
2021-10-27 06:31:28.200 [INFO][61] felix/endpoint_mgr.go 1145: Applying /proc/sys configuration to interface. ifaceName="calid6fc5c229b5"
2021-10-27 06:31:28.200 [INFO][61] felix/endpoint_mgr.go 1145: Applying /proc/sys configuration to interface. ifaceName="cali8e13c5873d1"
2021-10-27 06:31:28.201 [INFO][61] felix/endpoint_mgr.go 1145: Applying /proc/sys configuration to interface. ifaceName="cali08fc94d0196"
2021-10-27 06:31:28.201 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-from-host-endpoint" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.201 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-to-host-endpoint" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.201 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-from-hep-forward" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.201 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-to-hep-forward" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.201 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-from-host-endpoint" ipVersion=0x4 table="mangle"
2021-10-27 06:31:28.201 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-to-host-endpoint" ipVersion=0x4 table="mangle"
2021-10-27 06:31:28.201 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-from-host-endpoint" ipVersion=0x4 table="raw"
2021-10-27 06:31:28.201 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-to-host-endpoint" ipVersion=0x4 table="raw"
2021-10-27 06:31:28.201 [INFO][61] felix/endpoint_mgr.go 476: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-9pf6p", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/status_combiner.go 58: Storing endpoint status update ipVersion=0x4 status="up" workload=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-9pf6p", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/endpoint_mgr.go 476: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-thh6p", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/status_combiner.go 58: Storing endpoint status update ipVersion=0x4 status="up" workload=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-thh6p", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/endpoint_mgr.go 476: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/netshoot", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/status_combiner.go 58: Storing endpoint status update ipVersion=0x4 status="up" workload=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/netshoot", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/endpoint_mgr.go 476: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/nginx-deployment-76d8669c4c-w4k2d", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/status_combiner.go 58: Storing endpoint status update ipVersion=0x4 status="up" workload=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/nginx-deployment-76d8669c4c-w4k2d", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/endpoint_mgr.go 476: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/status_combiner.go 58: Storing endpoint status update ipVersion=0x4 status="up" workload=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"}
2021-10-27 06:31:28.202 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-fip-dnat" ipVersion=0x4 table="nat"
2021-10-27 06:31:28.202 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-fip-snat" ipVersion=0x4 table="nat"
2021-10-27 06:31:28.202 [INFO][61] felix/masq_mgr.go 144: IPAM pools updated, refreshing iptables rule ipVersion=0x4
2021-10-27 06:31:28.202 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-nat-outgoing" ipVersion=0x4 table="nat"
2021-10-27 06:31:28.202 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-cidr-block" ipVersion=0x4 table="filter"
2021-10-27 06:31:28.514 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{} ifaceName="calico_tmp_B"
2021-10-27 06:31:28.515 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=set.mapSet{} ifaceName="calico_tmp_A"
2021-10-27 06:31:28.662 [INFO][61] felix/route_table.go 249: Calculated interface name regexp regex="^eth1$"
2021-10-27 06:31:28.676 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=<nil> ifaceName="calico_tmp_A"
2021-10-27 06:31:28.677 [INFO][61] felix/int_dataplane.go 1039: Linux interface addrs changed. addrs=<nil> ifaceName="calico_tmp_B"
2021-10-27 06:31:28.701 [INFO][61] felix/vxlan_mgr.go 373: VXLAN tunnel device configured
2021-10-27 06:31:28.898 [INFO][61] felix/route_table.go 417: Trying to connect to netlink
2021-10-27 06:31:28.898 [INFO][61] felix/route_table.go 417: Trying to connect to netlink
2021-10-27 06:31:28.901 [INFO][61] felix/wireguard.go 1605: Trying to connect to linkClient
2021-10-27 06:31:28.901 [INFO][61] felix/route_table.go 417: Trying to connect to netlink
2021-10-27 06:31:28.902 [INFO][61] felix/route_table.go 417: Trying to connect to netlink
2021-10-27 06:31:28.905 [INFO][61] felix/route_rule.go 176: Trying to connect to netlink
2021-10-27 06:31:28.906 [INFO][61] felix/wireguard.go 570: Public key out of sync or updated ourPublicKey=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
2021-10-27 06:31:28.908 [INFO][61] felix/ipsets.go 760: Doing full IP set rewrite family="inet" numMembersInPendingReplace=1 setID="masq-ipam-pools"
2021-10-27 06:31:28.908 [INFO][61] felix/ipsets.go 760: Doing full IP set rewrite family="inet" numMembersInPendingReplace=6 setID="this-host"
2021-10-27 06:31:28.908 [INFO][61] felix/ipsets.go 760: Doing full IP set rewrite family="inet" numMembersInPendingReplace=1 setID="all-vxlan-net"
2021-10-27 06:31:28.908 [INFO][61] felix/ipsets.go 760: Doing full IP set rewrite family="inet" numMembersInPendingReplace=1 setID="all-ipam-pools"
2021-10-27 06:31:29.177 [INFO][61] felix/status_combiner.go 81: Endpoint up for at least one IP version id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/netshoot", EndpointId:"eth0"} ipVersion=0x4 status="up"
2021-10-27 06:31:29.185 [INFO][61] felix/status_combiner.go 98: Reporting combined status. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/netshoot", EndpointId:"eth0"} status="up"
2021-10-27 06:31:29.185 [INFO][61] felix/status_combiner.go 81: Endpoint up for at least one IP version id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/nginx-deployment-76d8669c4c-w4k2d", EndpointId:"eth0"} ipVersion=0x4 status="up"
2021-10-27 06:31:29.186 [INFO][61] felix/status_combiner.go 98: Reporting combined status. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"default/nginx-deployment-76d8669c4c-w4k2d", EndpointId:"eth0"} status="up"
2021-10-27 06:31:29.187 [INFO][61] felix/status_combiner.go 81: Endpoint up for at least one IP version id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2021-10-27 06:31:29.205 [INFO][61] felix/status_combiner.go 98: Reporting combined status. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"} status="up"
2021-10-27 06:31:29.206 [INFO][61] felix/status_combiner.go 81: Endpoint up for at least one IP version id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-9pf6p", EndpointId:"eth0"} ipVersion=0x4 status="up"
2021-10-27 06:31:29.206 [INFO][61] felix/status_combiner.go 98: Reporting combined status. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-9pf6p", EndpointId:"eth0"} status="up"
2021-10-27 06:31:29.207 [INFO][61] felix/status_combiner.go 81: Endpoint up for at least one IP version id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-thh6p", EndpointId:"eth0"} ipVersion=0x4 status="up"
2021-10-27 06:31:29.207 [INFO][61] felix/status_combiner.go 98: Reporting combined status. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/coredns-778f89cbcc-thh6p", EndpointId:"eth0"} status="up"
2021-10-27 06:31:29.207 [INFO][61] felix/int_dataplane.go 1595: Completed first update to dataplane. secsSinceStart=2.163004691
2021-10-27 06:31:29.231 [INFO][61] felix/health.go 133: Health of component changed lastReport=health.HealthReport{Live:true, Ready:false} name="int_dataplane" newReport=&health.HealthReport{Live:true, Ready:true}
2021-10-27 06:31:29.232 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.mapSet{}}
2021-10-27 06:31:29.232 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.mapSet{}}
2021-10-27 06:31:29.233 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.mapSet{}}
2021-10-27 06:31:29.233 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.mapSet{}}
2021-10-27 06:31:29.233 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Set(nil)}
2021-10-27 06:31:29.233 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Set(nil)}
2021-10-27 06:31:29.233 [INFO][61] felix/int_dataplane.go 1480: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Set(nil)}
2021-10-27 06:31:29.233 [INFO][61] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Set(nil)}
2021-10-27 06:31:29.234 [INFO][61] felix/vxlan_mgr.go 332: VXLAN Manager completed deferred work
2021-10-27 06:32:00.237 [INFO][61] felix/calc_graph.go 413: Local endpoint updated id=WorkloadEndpoint(node=controlplane, orchestrator=k8s, workload=kube-system/calico-kube-controllers-78d6f96c7b-4qzmr, name=eth0)
2021-10-27 06:32:00.238 [INFO][61] felix/int_dataplane.go 1447: Received *proto.WorkloadEndpointUpdate update from calculation graph msg=id:<orchestrator_id:"k8s" workload_id:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr" endpoint_id:"eth0" > endpoint:<state:"active" name:"cali08fc94d0196" profile_ids:"kns.kube-system" profile_ids:"ksa.kube-system.calico-kube-controllers" ipv4_nets:"100.244.49.65/32" >
2021-10-27 06:32:00.239 [INFO][61] felix/endpoint_mgr.go 583: Updating per-endpoint chains. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"}
2021-10-27 06:32:00.239 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-tw-cali08fc94d0196" ipVersion=0x4 table="filter"
2021-10-27 06:32:00.239 [INFO][61] felix/table.go 506: Queueing update of chain. chainName="cali-fw-cali08fc94d0196" ipVersion=0x4 table="filter"
2021-10-27 06:32:00.239 [INFO][61] felix/endpoint_mgr.go 614: Updating endpoint routes. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"}
2021-10-27 06:32:00.240 [INFO][61] felix/endpoint_mgr.go 1145: Applying /proc/sys configuration to interface. ifaceName="cali08fc94d0196"
2021-10-27 06:32:00.240 [INFO][61] felix/endpoint_mgr.go 476: Re-evaluated workload endpoint status adminUp=true failed=false known=true operUp=true status="up" workloadEndpointID=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"}
2021-10-27 06:32:00.241 [INFO][61] felix/status_combiner.go 58: Storing endpoint status update ipVersion=0x4 status="up" workload=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"}
2021-10-27 06:32:00.415 [INFO][61] felix/status_combiner.go 81: Endpoint up for at least one IP version id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"} ipVersion=0x4 status="up"
2021-10-27 06:32:00.415 [INFO][61] felix/status_combiner.go 98: Reporting combined status. id=proto.WorkloadEndpointID{OrchestratorId:"k8s", WorkloadId:"kube-system/calico-kube-controllers-78d6f96c7b-4qzmr", EndpointId:"eth0"} status="up"
2021-10-27 06:32:27.019 [INFO][59] monitor-addresses/startup.go 774: Using autodetected IPv4 address on interface eth1: 10.20.30.10/24

Maybe a symptom of that is, that the networking only partially works:

Pod-to-Internet

linux pod -> internet works

vagrant@controlplane:~$ kubectl exec netshoot -- curl http://example.org
...
    <title>Example Domain</title>

windows pod -> internet doesn't work (windows node itself does have internet connection)

vagrant@controlplane:~$ kubectl exec whoami-windows-59cd7b4974-8v8q5 -- curl.exe http://example.org
...
curl: (7) Failed to connect to example.org port 80: Timed out

Node-to-service

controlplane -> windows service works controlplane -> linux service works

vagrant@controlplane:~$ k get svc
NAME             TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)   AGE
kubernetes       ClusterIP   10.96.0.1        <none>        443/TCP   61m
nginx            ClusterIP   10.104.118.115   <none>        80/TCP    61m
whoami-windows   ClusterIP   10.108.9.161     <none>        80/TCP    61m

vagrant@controlplane:~$ curl http://10.104.118.115
...
<title>Welcome to nginx!</title>

vagrant@controlplane:~$ curl http://10.108.9.161
I'm whoami-windows-59cd7b4974-5v9q9 running on windows/amd64

Windows node -> windows service doesn't work Windows node -> linux service doesn't work

PS C:\Users\vagrant>  curl.exe http://10.104.118.115
curl: (7) Failed to connect to 10.104.118.115 port 80: Timed out
PS C:\Users\vagrant>  curl.exe http://10.108.9.161
curl: (7) Failed to connect to 10.108.9.161 port 80: Timed out

Pod-to-service

linux pod -> linux service works linux pod -> windows service works windows pod -> linux service works windows pod -> windows service works

Pod-to-Pod

Linux pod -> Linux pod works Linux pod -> Windows pod doesn't work

vagrant@controlplane:~$ k get pod -o wide
NAME                                READY   STATUS    RESTARTS   AGE   IP               NODE           NOMINATED NODE   READINESS GATES
netshoot                            1/1     Running   0          72m   100.244.49.69    controlplane   <none>           <none>
nginx-deployment-76d8669c4c-w4k2d   1/1     Running   0          72m   100.244.49.66    controlplane   <none>           <none>
whoami-windows-59cd7b4974-59k8c     1/1     Running   0          45m   100.244.206.74   winw1          <none>           <none>
whoami-windows-59cd7b4974-5v9q9     1/1     Running   0          45m   100.244.206.75   winw1          <none>           <none>
whoami-windows-59cd7b4974-8v8q5     1/1     Running   0          45m   100.244.206.76   winw1          <none>           <none>

vagrant@controlplane:~$ k exec -it netshoot -- curl http://100.244.49.66
...
<title>Welcome to nginx!</title>

vagrant@controlplane:~$ k exec -it netshoot -- curl http://100.244.206.75
curl: (7) Failed to connect to 100.244.206.75 port 80: Timed out

Windows pod -> Linux pod works Windows pod -> Windows pod doesn't work

vagrant@controlplane:~$ k exec whoami-windows-59cd7b4974-59k8c -- curl http://100.244.49.66
..
<title>Welcome to nginx!</title>

vagrant@controlplane:~$ k exec whoami-windows-59cd7b4974-59k8c -- curl http://100.244.206.76
curl: (7) Failed to connect to 100.244.206.76 port 80: Timed out

Node-to-Pod

controlplane -> linux pod works controlplane -> windows pod doesn't work

windows node -> linux pod doesn't work windows node -> windows pod doesn't work

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

k8s-ci-robot commented 2 years ago

@k8s-triage-robot: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/sig-windows-dev-tools/issues/125#issuecomment-1079634989): >The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. > >This bot triages issues and PRs according to the following rules: >- After 90d of inactivity, `lifecycle/stale` is applied >- After 30d of inactivity since `lifecycle/stale` was applied, `lifecycle/rotten` is applied >- After 30d of inactivity since `lifecycle/rotten` was applied, the issue is closed > >You can: >- Reopen this issue or PR with `/reopen` >- Mark this issue or PR as fresh with `/remove-lifecycle rotten` >- Offer to help out with [Issue Triage][1] > >Please send feedback to sig-contributor-experience at [kubernetes/community](https://github.com/kubernetes/community). > >/close > >[1]: https://www.kubernetes.dev/docs/guide/issue-triage/ Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.