Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calico node pod crashes on a new physical worker node #9193

Open
YonatanAugmanity opened this issue Aug 29, 2024 · 4 comments
Open

Calico node pod crashes on a new physical worker node #9193

YonatanAugmanity opened this issue Aug 29, 2024 · 4 comments

Comments

@YonatanAugmanity
Copy link

Expected Behavior

I have a kubernetes cluster running on vcenter, with 1 master and 2 worker nodes (All vm's) and everything is working fine for a year.
Now I want to add another worker node, but this one is a physical server.
I installed it the exact same way I installed the rest of the nodes, set it in the same vlan as the other nodes and joined it to the cluster successfully.

Current Behavior

A new calico node pod is created and deployed on the new worker.
I can see using calicoctl that the connections are being established:

root@kube-worker-02:/etc/cni/net.d# calicoctl node status
Calico process is running.

IPv4 BGP status
+--------------+-------------------+-------+----------+-------------+
| PEER ADDRESS |     PEER TYPE     | STATE |  SINCE   |    INFO     |
+--------------+-------------------+-------+----------+-------------+
| 192.168.0.23 | node-to-node mesh | up    | 11:45:50 | Established |
| 192.168.0.24 | node-to-node mesh | up    | 11:45:50 | Established |
| 192.168.0.26 | node-to-node mesh | up    | 11:45:48 | Established |
+--------------+-------------------+-------+----------+-------------+

IPv6 BGP status
No IPv6 peers found.

After about a minute I see that the pod is restarting and it loses connection and that's it.

Some logs:

(miniconda) yonatan.g@yonatan-playground:~$ kubectl describe pod calico-node-fv4w5  -n kube-system
Name:                 calico-node-fv4w5
Namespace:            kube-system
Priority:             2000001000
Priority Class Name:  system-node-critical
Service Account:      calico-node
Node:                 kube-worker-02/192.168.0.25
Start Time:           Thu, 29 Aug 2024 14:45:41 +0300
Labels:               controller-revision-hash=fdfcc887
                      k8s-app=calico-node
                      pod-template-generation=9
Annotations:          kubectl.kubernetes.io/restartedAt: 2024-08-29T14:45:41+03:00
Status:               Running
IP:                   192.168.0.25
IPs:
  IP:           192.168.0.25
Controlled By:  DaemonSet/calico-node
Init Containers:
  upgrade-ipam:
    Container ID:  containerd://83f3a83e84e04f71f8abe237ed5c05bfa5192682b7a8824f1d32f6b1de2932c2
    Image:         docker.io/calico/cni:v3.28.0
    Image ID:      docker.io/calico/cni@sha256:cef0c907b8f4cadc63701d371e6f24d325795bcf0be84d6a517e33000ff35f70
    Port:          <none>
    Host Port:     <none>
    Command:
      /opt/cni/bin/calico-ipam
      -upgrade
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Thu, 29 Aug 2024 14:49:22 +0300
      Finished:     Thu, 29 Aug 2024 14:49:22 +0300
    Ready:          True
    Restart Count:  2
    Environment Variables from:
      kubernetes-services-endpoint  ConfigMap  Optional: true
    Environment:
      KUBERNETES_NODE_NAME:        (v1:spec.nodeName)
      CALICO_NETWORKING_BACKEND:  <set to the key 'calico_backend' of config map 'calico-config'>  Optional: false
    Mounts:
      /host/opt/cni/bin from cni-bin-dir (rw)
      /var/lib/cni/networks from host-local-net-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fzmc9 (ro)
  install-cni:
    Container ID:  containerd://23a28d288d31868294defa6ddb285fd336de36e32ccebd47c74ff297cbc765cd
    Image:         docker.io/calico/cni:v3.28.0
    Image ID:      docker.io/calico/cni@sha256:cef0c907b8f4cadc63701d371e6f24d325795bcf0be84d6a517e33000ff35f70
    Port:          <none>
    Host Port:     <none>
    Command:
      /opt/cni/bin/install
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Thu, 29 Aug 2024 14:49:23 +0300
      Finished:     Thu, 29 Aug 2024 14:49:24 +0300
    Ready:          True
    Restart Count:  0
    Environment Variables from:
      kubernetes-services-endpoint  ConfigMap  Optional: true
    Environment:
      CNI_CONF_NAME:         10-calico.conflist
      CNI_NETWORK_CONFIG:    <set to the key 'cni_network_config' of config map 'calico-config'>  Optional: false
      KUBERNETES_NODE_NAME:   (v1:spec.nodeName)
      CNI_MTU:               <set to the key 'veth_mtu' of config map 'calico-config'>  Optional: false
      SLEEP:                 false
    Mounts:
      /host/etc/cni/net.d from cni-net-dir (rw)
      /host/opt/cni/bin from cni-bin-dir (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fzmc9 (ro)
  mount-bpffs:
    Container ID:  containerd://989b472fa5a2c4515b6389a6a0cfb6ef2fe5d3f850977424cb73787d24ec9105
    Image:         docker.io/calico/node:v3.28.0
    Image ID:      docker.io/calico/node@sha256:385bf6391fea031649b8575799248762a2caece86e6e3f33ffee19c0c096e6a8
    Port:          <none>
    Host Port:     <none>
    Command:
      calico-node
      -init
      -best-effort
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Thu, 29 Aug 2024 14:49:24 +0300
      Finished:     Thu, 29 Aug 2024 14:49:24 +0300
    Ready:          True
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /nodeproc from nodeproc (ro)
      /sys/fs from sys-fs (rw)
      /var/run/calico from var-run-calico (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fzmc9 (ro)
Containers:
  calico-node:
    Container ID:   containerd://8db029d80917fb7399938a46c7ad051669a884f846d0fc6dcdb1a9fe7d3a9143
    Image:          docker.io/calico/node:v3.28.0
    Image ID:       docker.io/calico/node@sha256:385bf6391fea031649b8575799248762a2caece86e6e3f33ffee19c0c096e6a8
    Port:           <none>
    Host Port:      <none>
    State:          Waiting
      Reason:       CrashLoopBackOff
    Last State:     Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Thu, 29 Aug 2024 14:49:10 +0300
      Finished:     Thu, 29 Aug 2024 14:49:21 +0300
    Ready:          False
    Restart Count:  4
    Requests:
      cpu:      250m
    Liveness:   exec [/bin/calico-node -felix-live -bird-live] delay=10s timeout=10s period=10s #success=1 #failure=6
    Readiness:  exec [/bin/calico-node -felix-ready -bird-ready] delay=0s timeout=10s period=10s #success=1 #failure=3
    Environment Variables from:
      kubernetes-services-endpoint  ConfigMap  Optional: true
    Environment:
      IP_AUTODETECTION_METHOD:            interface=ens160
      DATASTORE_TYPE:                     kubernetes
      WAIT_FOR_DATASTORE:                 true
      NODENAME:                            (v1:spec.nodeName)
      CALICO_NETWORKING_BACKEND:          <set to the key 'calico_backend' of config map 'calico-config'>  Optional: false
      CLUSTER_TYPE:                       k8s,bgp
      IP:                                 autodetect
      CALICO_IPV4POOL_IPIP:               Never
      CALICO_IPV4POOL_VXLAN:              Never
      CALICO_IPV6POOL_VXLAN:              Never
      FELIX_IPINIPMTU:                    <set to the key 'veth_mtu' of config map 'calico-config'>  Optional: false
      FELIX_VXLANMTU:                     <set to the key 'veth_mtu' of config map 'calico-config'>  Optional: false
      FELIX_WIREGUARDMTU:                 <set to the key 'veth_mtu' of config map 'calico-config'>  Optional: false
      CALICO_DISABLE_FILE_LOGGING:        true
      FELIX_DEFAULTENDPOINTTOHOSTACTION:  ACCEPT
      FELIX_IPV6SUPPORT:                  false
      FELIX_HEALTHENABLED:                true
    Mounts:
      /host/etc/cni/net.d from cni-net-dir (rw)
      /lib/modules from lib-modules (ro)
      /run/xtables.lock from xtables-lock (rw)
      /sys/fs/bpf from bpffs (rw)
      /var/lib/calico from var-lib-calico (rw)
      /var/log/calico/cni from cni-log-dir (ro)
      /var/run/calico from var-run-calico (rw)
      /var/run/nodeagent from policysync (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-fzmc9 (ro)
Conditions:
  Type              Status
  Initialized       True
  Ready             False
  ContainersReady   False
  PodScheduled      True
Volumes:
  lib-modules:
    Type:          HostPath (bare host directory volume)
    Path:          /lib/modules
    HostPathType:
  var-run-calico:
    Type:          HostPath (bare host directory volume)
    Path:          /var/run/calico
    HostPathType:
  var-lib-calico:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/calico
    HostPathType:
  xtables-lock:
    Type:          HostPath (bare host directory volume)
    Path:          /run/xtables.lock
    HostPathType:  FileOrCreate
  sys-fs:
    Type:          HostPath (bare host directory volume)
    Path:          /sys/fs/
    HostPathType:  DirectoryOrCreate
  bpffs:
    Type:          HostPath (bare host directory volume)
    Path:          /sys/fs/bpf
    HostPathType:  Directory
  nodeproc:
    Type:          HostPath (bare host directory volume)
    Path:          /proc
    HostPathType:
  cni-bin-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /opt/cni/bin
    HostPathType:
  cni-net-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /etc/cni/net.d
    HostPathType:
  cni-log-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/log/calico/cni
    HostPathType:
  host-local-net-dir:
    Type:          HostPath (bare host directory volume)
    Path:          /var/lib/cni/networks
    HostPathType:
  policysync:
    Type:          HostPath (bare host directory volume)
    Path:          /var/run/nodeagent
    HostPathType:  DirectoryOrCreate
  kube-api-access-fzmc9:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
Tolerations:                 :NoSchedule op=Exists
                             :NoExecute op=Exists
                             CriticalAddonsOnly op=Exists
                             node.kubernetes.io/disk-pressure:NoSchedule op=Exists
                             node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/network-unavailable:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists
                             node.kubernetes.io/pid-pressure:NoSchedule op=Exists
                             node.kubernetes.io/unreachable:NoExecute op=Exists
                             node.kubernetes.io/unschedulable:NoSchedule op=Exists
Events:
  Type     Reason            Age                     From               Message
  ----     ------            ----                    ----               -------
  Normal   Scheduled         3m58s                   default-scheduler  Successfully assigned kube-system/calico-node-fv4w5 to kube-worker-02
  Normal   Pulled            3m58s                   kubelet            Container image "docker.io/calico/cni:v3.28.0" already present on machine
  Normal   Created           3m58s                   kubelet            Created container upgrade-ipam
  Normal   Started           3m58s                   kubelet            Started container upgrade-ipam
  Normal   Started           3m57s                   kubelet            Started container install-cni
  Normal   Pulled            3m57s                   kubelet            Container image "docker.io/calico/cni:v3.28.0" already present on machine
  Normal   Created           3m57s                   kubelet            Created container install-cni
  Normal   Pulled            3m56s                   kubelet            Container image "docker.io/calico/node:v3.28.0" already present on machine
  Normal   Created           3m56s                   kubelet            Created container mount-bpffs
  Normal   Started           3m56s                   kubelet            Started container mount-bpffs
  Normal   Pulled            3m55s                   kubelet            Container image "docker.io/calico/node:v3.28.0" already present on machine
  Normal   Created           3m55s                   kubelet            Created container calico-node
  Normal   Started           3m55s                   kubelet            Started container calico-node
  Warning  Unhealthy         3m53s (x2 over 3m54s)   kubelet            Readiness probe failed: calico/node is not ready: BIRD is not ready: Error querying BIRD: unable to connect to BIRDv4 socket: dial unix /var/run/calico/bird.ctl: connect: connection refused
  Warning  DNSConfigForming  2m24s (x10 over 3m58s)  kubelet            Nameserver limits were exceeded, some nameservers have been omitted, the applied nameserver line is: 192.168.0.1 192.168.0.12 192.168.0.1
  Normal   Killing           2m24s                   kubelet            Stopping container calico-node

Possible Solution

I suspect it is related to the fact this is a physical host...

Steps to Reproduce (for bugs)

Context

workload pods cannot run on this node until I fix it.

Your Environment

  • Calico version: 3.28.0
  • Orchestrator version (e.g. kubernetes, mesos, rkt): kubernetes on prem
  • Operating System and version: linux (Ubuntu)
@YonatanAugmanity
Copy link
Author

calico pod logs:

(miniconda) yonatan.g@yonatan-playground:~$ kubectl logs calico-node-fv4w5  -n kube-system
Defaulted container "calico-node" out of: calico-node, upgrade-ipam (init), install-cni (init), mount-bpffs (init)
2024-08-29 11:49:10.849 [INFO][9] startup/startup.go 431: Early log level set to info
2024-08-29 11:49:10.849 [INFO][9] startup/utils.go 126: Using NODENAME environment for node name kube-worker-02
2024-08-29 11:49:10.849 [INFO][9] startup/utils.go 138: Determined node name: kube-worker-02
2024-08-29 11:49:10.849 [INFO][9] startup/startup.go 95: Starting node kube-worker-02 with version v3.28.0
2024-08-29 11:49:10.850 [INFO][9] startup/startup.go 436: Checking datastore connection
2024-08-29 11:49:10.859 [INFO][9] startup/startup.go 460: Datastore connection verified
2024-08-29 11:49:10.859 [INFO][9] startup/startup.go 105: Datastore is ready
2024-08-29 11:49:10.869 [WARNING][9] startup/winutils.go 150: Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
2024-08-29 11:49:10.881 [INFO][9] startup/autodetection_methods.go 117: Using autodetected IPv4 address 192.168.0.25/24 on matching interface ens160
2024-08-29 11:49:10.881 [INFO][9] startup/startup.go 712: No AS number configured on node resource, using global value
2024-08-29 11:49:10.882 [INFO][9] startup/startup.go 758: found v4= in the kubeadm config map
2024-08-29 11:49:10.882 [INFO][9] startup/startup.go 762: found v6= in the kubeadm config map
2024-08-29 11:49:10.886 [INFO][9] startup/startup.go 830: Selected default IP pool is '172.16.0.0/16'
2024-08-29 11:49:10.886 [INFO][9] startup/startup.go 680: FELIX_IPV6SUPPORT is false through environment variable
2024-08-29 11:49:10.895 [INFO][9] startup/startup.go 215: Using node name: kube-worker-02
2024-08-29 11:49:10.895 [INFO][9] startup/utils.go 190: Setting NetworkUnavailable to false
2024-08-29 11:49:10.965 [INFO][25] tunnel-ip-allocator/param_types.go 718: StringSliceParam StringSliceParam raw="docker+"
2024-08-29 11:49:10.966 [INFO][25] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "wireguardmtu"="0"
2024-08-29 11:49:10.966 [INFO][25] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "vxlanmtu"="0"
2024-08-29 11:49:10.966 [INFO][25] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "healthenabled"="true"
2024-08-29 11:49:10.966 [INFO][25] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "defaultendpointtohostaction"="ACCEPT"
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "ipinipmtu"="0"
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "ipv6support"="false"
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 504: Merging in config from environment variable: map[defaultendpointtohostaction:ACCEPT healthenabled:true ipinipmtu:0 ipv6support:false vxlanmtu:0 wireguardmtu:0]
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 635: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 671: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 635: Parsing value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 671: Parsed value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 635: Parsing value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 671: Parsed value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 635: Parsing value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 671: Parsed value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 635: Parsing value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 671: Parsed value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 635: Parsing value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:10.967 [INFO][25] tunnel-ip-allocator/config_params.go 671: Parsed value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:11.021 [INFO][25] tunnel-ip-allocator/allocateip.go 340: Current address is still valid, do nothing currentAddr="172.17.255.192" type="ipipTunnelAddress"
Calico node started successfully
bird: Unable to open configuration file /etc/calico/confd/config/bird6.cfg: No such file or directory
bird: Unable to open configuration file /etc/calico/confd/config/bird.cfg: No such file or directory
2024-08-29 11:49:12.185 [INFO][121] status-reporter/startup.go 431: Early log level set to info
2024-08-29 11:49:12.185 [INFO][114] confd/config.go 83: Skipping confd config file.
2024-08-29 11:49:12.185 [INFO][114] confd/run.go 18: Starting calico-confd
2024-08-29 11:49:12.186 [INFO][121] status-reporter/watchersyncer.go 89: Start called
2024-08-29 11:49:12.186 [INFO][121] status-reporter/watchersyncer.go 130: Sending status update Status=wait-for-ready
2024-08-29 11:49:12.186 [INFO][121] status-reporter/watchersyncer.go 149: Starting main event processing loop
2024-08-29 11:49:12.186 [INFO][121] status-reporter/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/caliconodestatuses"
2024-08-29 11:49:12.191 [WARNING][120] cni-config-monitor/winutils.go 150: Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
2024-08-29 11:49:12.194 [INFO][117] tunnel-ip-allocator/param_types.go 718: StringSliceParam StringSliceParam raw="docker+"
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "wireguardmtu"="0"
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "vxlanmtu"="0"
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "healthenabled"="true"
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "defaultendpointtohostaction"="ACCEPT"
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "ipinipmtu"="0"
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/env_var_loader.go 40: Found felix environment variable: "ipv6support"="false"
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/config_params.go 504: Merging in config from environment variable: map[defaultendpointtohostaction:ACCEPT healthenabled:true ipinipmtu:0 ipv6support:false vxlanmtu:0 wireguardmtu:0]
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/config_params.go 635: Parsing value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/config_params.go 671: Parsed value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/config_params.go 635: Parsing value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:12.195 [INFO][117] tunnel-ip-allocator/config_params.go 671: Parsed value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:12.195 [INFO][118] monitor-addresses/startup.go 431: Early log level set to info
2024-08-29 11:49:12.196 [INFO][117] tunnel-ip-allocator/config_params.go 635: Parsing value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:12.196 [INFO][117] tunnel-ip-allocator/config_params.go 671: Parsed value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:12.196 [INFO][117] tunnel-ip-allocator/config_params.go 635: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:12.196 [INFO][117] tunnel-ip-allocator/config_params.go 671: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:12.196 [INFO][117] tunnel-ip-allocator/config_params.go 635: Parsing value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:12.196 [INFO][117] tunnel-ip-allocator/config_params.go 671: Parsed value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:12.196 [INFO][117] tunnel-ip-allocator/config_params.go 635: Parsing value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:12.196 [INFO][117] tunnel-ip-allocator/config_params.go 671: Parsed value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:12.197 [INFO][118] monitor-addresses/utils.go 126: Using NODENAME environment for node name kube-worker-02
2024-08-29 11:49:12.197 [INFO][121] status-reporter/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/caliconodestatuses"
2024-08-29 11:49:12.197 [INFO][118] monitor-addresses/utils.go 138: Determined node name: kube-worker-02
2024-08-29 11:49:12.197 [INFO][117] tunnel-ip-allocator/watchersyncer.go 89: Start called
2024-08-29 11:49:12.197 [INFO][117] tunnel-ip-allocator/watchersyncer.go 130: Sending status update Status=wait-for-ready
2024-08-29 11:49:12.197 [INFO][117] tunnel-ip-allocator/watchersyncer.go 149: Starting main event processing loop
2024-08-29 11:49:12.197 [INFO][121] status-reporter/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.197 [INFO][117] tunnel-ip-allocator/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/nodes/kube-worker-02"
2024-08-29 11:49:12.197 [INFO][121] status-reporter/watchersyncer.go 130: Sending status update Status=resync
2024-08-29 11:49:12.197 [INFO][117] tunnel-ip-allocator/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2024-08-29 11:49:12.197 [INFO][121] status-reporter/watchersyncer.go 221: All watchers have sync'd data - sending data and final sync
2024-08-29 11:49:12.197 [INFO][121] status-reporter/watchersyncer.go 130: Sending status update Status=in-sync
2024-08-29 11:49:12.203 [WARNING][114] confd/winutils.go 150: Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
2024-08-29 11:49:12.203 [INFO][114] confd/client.go 1484: Advertise global service ranges from this node
2024-08-29 11:49:12.203 [INFO][114] confd/client.go 1415: Updated with new cluster IP CIDRs: []
2024-08-29 11:49:12.203 [INFO][114] confd/client.go 1484: Advertise global service ranges from this node
2024-08-29 11:49:12.203 [INFO][114] confd/client.go 1406: Updated with new external IP CIDRs: []
2024-08-29 11:49:12.203 [INFO][114] confd/client.go 1484: Advertise global service ranges from this node
2024-08-29 11:49:12.203 [INFO][114] confd/client.go 1439: Updated with new Loadbalancer IP CIDRs: []
2024-08-29 11:49:12.204 [INFO][114] confd/watchersyncer.go 89: Start called
2024-08-29 11:49:12.204 [INFO][114] confd/client.go 422: Source SourceRouteGenerator readiness changed, ready=true
2024-08-29 11:49:12.204 [INFO][114] confd/watchersyncer.go 130: Sending status update Status=wait-for-ready
2024-08-29 11:49:12.204 [INFO][114] confd/watchersyncer.go 149: Starting main event processing loop
2024-08-29 11:49:12.204 [INFO][114] confd/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/bgpfilters"
2024-08-29 11:49:12.204 [INFO][114] confd/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/nodes"
2024-08-29 11:49:12.204 [INFO][114] confd/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/bgpconfigurations"
2024-08-29 11:49:12.204 [INFO][114] confd/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2024-08-29 11:49:12.204 [INFO][114] confd/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/bgppeers"
2024-08-29 11:49:12.204 [INFO][114] confd/watchercache.go 181: Full resync is required ListRoot="/calico/ipam/v2/host/kube-worker-02"
2024-08-29 11:49:12.206 [INFO][114] confd/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/bgpfilters"
2024-08-29 11:49:12.206 [INFO][117] tunnel-ip-allocator/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2024-08-29 11:49:12.206 [INFO][114] confd/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.206 [INFO][114] confd/watchersyncer.go 130: Sending status update Status=resync
2024-08-29 11:49:12.206 [INFO][117] tunnel-ip-allocator/watchersyncer.go 130: Sending status update Status=resync
2024-08-29 11:49:12.206 [INFO][117] tunnel-ip-allocator/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.207 [INFO][114] confd/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/bgppeers"
2024-08-29 11:49:12.207 [INFO][114] confd/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/nodes"
2024-08-29 11:49:12.207 [INFO][114] confd/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.207 [INFO][114] confd/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.208 [INFO][114] confd/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/bgpconfigurations"
2024-08-29 11:49:12.208 [INFO][114] confd/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.208 [INFO][117] tunnel-ip-allocator/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/nodes/kube-worker-02"
2024-08-29 11:49:12.208 [INFO][117] tunnel-ip-allocator/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.208 [INFO][117] tunnel-ip-allocator/watchersyncer.go 221: All watchers have sync'd data - sending data and final sync
2024-08-29 11:49:12.208 [WARNING][118] monitor-addresses/winutils.go 150: Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
2024-08-29 11:49:12.208 [INFO][117] tunnel-ip-allocator/watchersyncer.go 130: Sending status update Status=in-sync
2024-08-29 11:49:12.208 [INFO][114] confd/watchercache.go 294: Sending synced update ListRoot="/calico/ipam/v2/host/kube-worker-02"
2024-08-29 11:49:12.208 [INFO][114] confd/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.209 [INFO][114] confd/client.go 1036: Recompute BGP peerings: HostBGPConfig(node=kube-master-01; name=ip_addr_v4) updated; HostBGPConfig(node=kube-master-01; name=ip_addr_v6) updated; HostBGPConfig(node=kube-master-01; name=network_v4) updated; HostBGPConfig(node=kube-master-01; name=rr_cluster_id) updated; kube-master-01 updated; HostBGPConfig(node=kube-worker-01; name=ip_addr_v4) updated; HostBGPConfig(node=kube-worker-01; name=ip_addr_v6) updated; HostBGPConfig(node=kube-worker-01; name=network_v4) updated; HostBGPConfig(node=kube-worker-01; name=rr_cluster_id) updated; kube-worker-01 updated; HostBGPConfig(node=kube-worker-02; name=ip_addr_v4) updated; HostBGPConfig(node=kube-worker-02; name=ip_addr_v6) updated; HostBGPConfig(node=kube-worker-02; name=network_v4) updated; HostBGPConfig(node=kube-worker-02; name=rr_cluster_id) updated; kube-worker-02 updated; HostBGPConfig(node=kube-worker-03; name=ip_addr_v4) updated; HostBGPConfig(node=kube-worker-03; name=ip_addr_v6) updated; HostBGPConfig(node=kube-worker-03; name=network_v4) updated; HostBGPConfig(node=kube-worker-03; name=rr_cluster_id) updated; kube-worker-03 updated
2024-08-29 11:49:12.210 [INFO][114] confd/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2024-08-29 11:49:12.210 [INFO][114] confd/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.210 [INFO][114] confd/watchersyncer.go 221: All watchers have sync'd data - sending data and final sync
2024-08-29 11:49:12.211 [INFO][120] cni-config-monitor/token_watch.go 226: Update of CNI kubeconfig triggered based on elapsed time.
2024-08-29 11:49:12.211 [WARNING][120] cni-config-monitor/winutils.go 150: Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
2024-08-29 11:49:12.211 [INFO][114] confd/watchersyncer.go 130: Sending status update Status=in-sync
2024-08-29 11:49:12.212 [INFO][114] confd/client.go 422: Source SourceSyncer readiness changed, ready=true
2024-08-29 11:49:12.212 [INFO][114] confd/client.go 442: Data is now syncd, can start rendering templates
2024-08-29 11:49:12.212 [INFO][120] cni-config-monitor/token_watch.go 281: Wrote updated CNI kubeconfig file. path="/host/etc/cni/net.d/calico-kubeconfig"
2024-08-29 11:49:12.216 [INFO][114] confd/resource.go 290: Target config /etc/calico/confd/config/bird6_aggr.cfg has been updated
2024-08-29 11:49:12.217 [INFO][114] confd/resource.go 290: Target config /etc/calico/confd/config/bird6_ipam.cfg has been updated
2024-08-29 11:49:12.217 [INFO][114] confd/resource.go 290: Target config /etc/calico/confd/config/bird_aggr.cfg has been updated
2024-08-29 11:49:12.217 [INFO][114] confd/resource.go 290: Target config /etc/calico/confd/config/bird_ipam.cfg has been updated
2024-08-29 11:49:12.219 [INFO][114] confd/resource.go 290: Target config /etc/calico/confd/config/bird6.cfg has been updated
2024-08-29 11:49:12.220 [INFO][114] confd/resource.go 290: Target config /etc/calico/confd/config/bird.cfg has been updated
2024-08-29 11:49:12.227 [INFO][116] felix/daemon.go 391: Successfully loaded configuration. GOMAXPROCS=16 builddate="2024-05-10T23:09:48+0000" config=&config.Config{UseInternalDataplaneDriver:true, DataplaneDriver:"calico-iptables-plugin", DataplaneWatchdogTimeout:90000000000, WireguardEnabled:false, WireguardEnabledV6:false, WireguardListeningPort:51820, WireguardListeningPortV6:51821, WireguardRoutingRulePriority:99, WireguardInterfaceName:"wireguard.cali", WireguardInterfaceNameV6:"wg-v6.cali", WireguardMTU:0, WireguardMTUV6:0, WireguardHostEncryptionEnabled:false, WireguardPersistentKeepAlive:0, BPFEnabled:false, BPFDisableUnprivileged:true, BPFLogLevel:"off", BPFLogFilters:map[string]string(nil), BPFCTLBLogFilter:"", BPFDataIfacePattern:(*regexp.Regexp)(0xc0009a83c0), BPFL3IfacePattern:(*regexp.Regexp)(nil), BPFConnectTimeLoadBalancingEnabled:false, BPFConnectTimeLoadBalancing:"TCP", BPFHostNetworkedNATWithoutCTLB:"Enabled", BPFExternalServiceMode:"tunnel", BPFDSROptoutCIDRs:[]string(nil), BPFKubeProxyIptablesCleanupEnabled:true, BPFKubeProxyMinSyncPeriod:1000000000, BPFKubeProxyEndpointSlicesEnabled:true, BPFExtToServiceConnmark:0, BPFPSNATPorts:numorstring.Port{MinPort:0x4e20, MaxPort:0x752f, PortName:""}, BPFMapSizeNATFrontend:65536, BPFMapSizeNATBackend:262144, BPFMapSizeNATAffinity:65536, BPFMapSizeRoute:262144, BPFMapSizeConntrack:512000, BPFMapSizeIPSets:1048576, BPFMapSizeIfState:1000, BPFHostConntrackBypass:true, BPFEnforceRPF:"Loose", BPFPolicyDebugEnabled:true, BPFForceTrackPacketsFromIfaces:[]string{"docker+"}, BPFDisableGROForIfaces:(*regexp.Regexp)(nil), BPFExcludeCIDRsFromNAT:[]string(nil), DebugBPFCgroupV2:"", DebugBPFMapRepinEnabled:false, DatastoreType:"kubernetes", FelixHostname:"kube-worker-02", EtcdAddr:"127.0.0.1:2379", EtcdScheme:"http", EtcdKeyFile:"", EtcdCertFile:"", EtcdCaFile:"", EtcdEndpoints:[]string(nil), TyphaAddr:"", TyphaK8sServiceName:"", TyphaK8sNamespace:"kube-system", TyphaReadTimeout:30000000000, TyphaWriteTimeout:10000000000, TyphaKeyFile:"", TyphaCertFile:"", TyphaCAFile:"", TyphaCN:"", TyphaURISAN:"", Ipv6Support:false, IptablesBackend:"auto", RouteRefreshInterval:90000000000, InterfaceRefreshInterval:90000000000, DeviceRouteSourceAddress:net.IP(nil), DeviceRouteSourceAddressIPv6:net.IP(nil), DeviceRouteProtocol:3, RemoveExternalRoutes:true, IptablesRefreshInterval:180000000000, IptablesPostWriteCheckIntervalSecs:5000000000, IptablesLockFilePath:"/run/xtables.lock", IptablesLockTimeoutSecs:0, IptablesLockProbeIntervalMillis:50000000, FeatureDetectOverride:map[string]string(nil), FeatureGates:map[string]string(nil), IpsetsRefreshInterval:10000000000, MaxIpsetSize:1048576, XDPRefreshInterval:90000000000, PolicySyncPathPrefix:"", NetlinkTimeoutSecs:10000000000, MetadataAddr:"", MetadataPort:8775, OpenstackRegion:"", InterfacePrefix:"cali", InterfaceExclude:[]*regexp.Regexp{(*regexp.Regexp)(0xc0009a8500)}, ChainInsertMode:"insert", DefaultEndpointToHostAction:"ACCEPT", IptablesFilterAllowAction:"ACCEPT", IptablesMangleAllowAction:"ACCEPT", IptablesFilterDenyAction:"DROP", LogPrefix:"calico-packet", LogFilePath:"", LogSeverityFile:"", LogSeverityScreen:"INFO", LogSeveritySys:"", LogDebugFilenameRegex:(*regexp.Regexp)(nil), VXLANEnabled:(*bool)(nil), VXLANPort:4789, VXLANVNI:4096, VXLANMTU:0, VXLANMTUV6:0, IPv4VXLANTunnelAddr:net.IP(nil), IPv6VXLANTunnelAddr:net.IP(nil), VXLANTunnelMACAddr:"", VXLANTunnelMACAddrV6:"", IpInIpEnabled:(*bool)(nil), IpInIpMtu:0, IpInIpTunnelAddr:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xac, 0x11, 0xff, 0xc0}, FloatingIPs:"Disabled", WindowsManageFirewallRules:"Disabled", AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, AWSSrcDstCheck:"DoNothing", ServiceLoopPrevention:"Drop", WorkloadSourceSpoofing:"Disabled", ReportingIntervalSecs:0, ReportingTTLSecs:90000000000, EndpointReportingEnabled:false, EndpointReportingDelaySecs:1000000000, EndpointStatusPathPrefix:"", IptablesMarkMask:0xffff0000, DisableConntrackInvalidCheck:false, HealthEnabled:true, HealthPort:9099, HealthHost:"localhost", HealthTimeoutOverrides:map[string]time.Duration(nil), PrometheusMetricsEnabled:false, PrometheusMetricsHost:"", PrometheusMetricsPort:9091, PrometheusGoMetricsEnabled:true, PrometheusProcessMetricsEnabled:true, PrometheusWireGuardMetricsEnabled:true, FailsafeInboundHostPorts:[]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:"96c04500927e4bf5aee7d49140ca68d7", ClusterType:"k8s,bgp,kubeadm,kdd", CalicoVersion:"v3.28.0", ExternalNodesCIDRList:[]string(nil), DebugMemoryProfilePath:"", DebugCPUProfilePath:"/tmp/felix-cpu-<timestamp>.pprof", DebugDisableLogDropping:false, DebugSimulateCalcGraphHangAfter:0, DebugSimulateDataplaneHangAfter:0, DebugSimulateDataplaneApplyDelay:0, DebugPanicAfter:0, DebugSimulateDataRace:false, DebugHost:"localhost", DebugPort:0, RouteSource:"CalicoIPAM", RouteTableRange:idalloc.IndexRange{Min:0, Max:0}, RouteTableRanges:[]idalloc.IndexRange(nil), RouteSyncDisabled:false, IptablesNATOutgoingInterfaceFilter:"", SidecarAccelerationEnabled:false, XDPEnabled:true, GenericXDPEnabled:false, Variant:"Calico", MTUIfacePattern:(*regexp.Regexp)(0xc0009a8780), Encapsulation:config.Encapsulation{IPIPEnabled:true, VXLANEnabled:false, VXLANEnabledV6:false}, internalOverrides:map[string]string{}, sourceToRawConfig:map[config.Source]map[string]string{0x1:map[string]string{"BPFConnectTimeLoadBalancing":"TCP", "BPFHostNetworkedNATWithoutCTLB":"Enabled", "CalicoVersion":"v3.28.0", "ClusterGUID":"96c04500927e4bf5aee7d49140ca68d7", "ClusterType":"k8s,bgp,kubeadm,kdd", "FloatingIPs":"Disabled", "LogSeverityScreen":"Info", "ReportingIntervalSecs":"0"}, 0x2:map[string]string{"IpInIpTunnelAddr":"172.17.255.192"}, 0x3:map[string]string{"LogFilePath":"None", "LogSeverityFile":"None", "LogSeveritySys":"None", "MetadataAddr":"None"}, 0x4:map[string]string{"datastoretype":"kubernetes", "defaultendpointtohostaction":"ACCEPT", "felixhostname":"kube-worker-02", "healthenabled":"true", "ipinipmtu":"0", "ipv6support":"false", "vxlanmtu":"0", "wireguardmtu":"0"}}, rawValues:map[string]string{"BPFConnectTimeLoadBalancing":"TCP", "BPFHostNetworkedNATWithoutCTLB":"Enabled", "CalicoVersion":"v3.28.0", "ClusterGUID":"96c04500927e4bf5aee7d49140ca68d7", "ClusterType":"k8s,bgp,kubeadm,kdd", "DatastoreType":"kubernetes", "DefaultEndpointToHostAction":"ACCEPT", "FelixHostname":"kube-worker-02", "FloatingIPs":"Disabled", "HealthEnabled":"true", "IpInIpMtu":"0", "IpInIpTunnelAddr":"172.17.255.192", "Ipv6Support":"false", "LogFilePath":"None", "LogSeverityFile":"None", "LogSeverityScreen":"Info", "LogSeveritySys":"None", "MetadataAddr":"None", "ReportingIntervalSecs":"0", "VXLANMTU":"0", "WireguardMTU":"0"}, Err:error(nil), loadClientConfigFromEnvironment:(func() (*apiconfig.CalicoAPIConfig, error))(0x16666e0), useNodeResourceUpdates:false} gitcommit="413e6f5593a8e76d34cf5338a642265da52561ce" version="v3.28.0"
2024-08-29 11:49:12.227 [INFO][116] felix/driver.go 68: Using internal (linux) dataplane driver.
2024-08-29 11:49:12.228 [INFO][116] felix/driver.go 153: Calculated iptables mark bits acceptMark=0x10000 endpointMark=0xfff00000 endpointMarkNonCali=0x0 passMark=0x20000 scratch0Mark=0x40000 scratch1Mark=0x80000
2024-08-29 11:49:12.230 [INFO][116] felix/int_dataplane.go 372: Creating internal dataplane driver. config=intdataplane.Config{Hostname:"kube-worker-02", NodeZone:"", IPv6Enabled:false, RuleRendererOverride:rules.RuleRenderer(nil), IPIPMTU:0, VXLANMTU:0, VXLANMTUV6:0, VXLANPort:4789, MaxIPSetSize:1048576, RouteSyncDisabled:false, IptablesBackend:"auto", IPSetsRefreshInterval:10000000000, RouteRefreshInterval:90000000000, DeviceRouteSourceAddress:net.IP(nil), DeviceRouteSourceAddressIPv6:net.IP(nil), DeviceRouteProtocol:3, RemoveExternalRoutes:true, IptablesRefreshInterval:180000000000, IptablesPostWriteCheckInterval:5000000000, IptablesInsertMode:"insert", IptablesLockFilePath:"/run/xtables.lock", IptablesLockTimeout:0, IptablesLockProbeInterval:50000000, XDPRefreshInterval:90000000000, FloatingIPsEnabled:false, Wireguard:wireguard.Config{Enabled:false, EnabledV6:false, ListeningPort:51820, ListeningPortV6:51821, FirewallMark:0, RoutingRulePriority:99, RoutingTableIndex:1, RoutingTableIndexV6:2, InterfaceName:"wireguard.cali", InterfaceNameV6:"wg-v6.cali", MTU:0, MTUV6:0, RouteSource:"CalicoIPAM", EncryptHostTraffic:false, PersistentKeepAlive:0, RouteSyncDisabled:false}, NetlinkTimeout:10000000000, RulesConfig:rules.Config{IPSetConfigV4:(*ipsets.IPVersionConfig)(0xc000784af0), IPSetConfigV6:(*ipsets.IPVersionConfig)(0xc000784c30), 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:false, VXLANEnabledV6:false, VXLANPort:4789, VXLANVNI:4096, IPIPEnabled:true, FelixConfigIPIPEnabled:(*bool)(nil), IPIPTunnelAddress:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xac, 0x11, 0xff, 0xc0}, VXLANTunnelAddress:net.IP(nil), VXLANTunnelAddressV6:net.IP(nil), AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, WireguardEnabled:false, WireguardEnabledV6:false, WireguardInterfaceName:"wireguard.cali", WireguardInterfaceNameV6:"wg-v6.cali", WireguardIptablesMark:0x0, WireguardListeningPort:51820, WireguardListeningPortV6:51821, WireguardEncryptHostTraffic:false, RouteSource:"CalicoIPAM", IptablesLogPrefix:"calico-packet", EndpointToHostAction:"ACCEPT", IptablesFilterAllowAction:"ACCEPT", IptablesMangleAllowAction:"ACCEPT", IptablesFilterDenyAction:"DROP", 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, BPFForceTrackPacketsFromIfaces:[]string{"docker+"}, ServiceLoopPrevention:"Drop"}, IfaceMonitorConfig:ifacemonitor.Config{InterfaceExcludes:[]*regexp.Regexp{(*regexp.Regexp)(0xc0009a8500)}, ResyncInterval:90000000000, NetlinkTimeout:10000000000}, StatusReportingInterval:0, ConfigChangedRestartCallback:(func())(0x2c93c20), FatalErrorRestartCallback:(func(error))(0x2c93b00), PostInSyncCallback:(func())(0x2c5d7e0), HealthAggregator:(*health.HealthAggregator)(0xc00085ad50), WatchdogTimeout:90000000000, RouteTableManager:(*idalloc.IndexAllocator)(0xc000074020), DebugSimulateDataplaneHangAfter:0, DebugSimulateDataplaneApplyDelay:0, ExternalNodesCidrs:[]string(nil), BPFEnabled:false, BPFPolicyDebugEnabled:true, BPFDisableUnprivileged:true, BPFKubeProxyIptablesCleanupEnabled:true, BPFLogLevel:"off", BPFLogFilters:map[string]string(nil), BPFCTLBLogFilter:"", BPFExtToServiceConnmark:0, BPFDataIfacePattern:(*regexp.Regexp)(0xc0009a83c0), BPFL3IfacePattern:(*regexp.Regexp)(nil), 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:false, BPFConnTimeLB:"TCP", BPFHostNetworkedNAT:"Enabled", BPFMapRepin:false, BPFNodePortDSREnabled:false, BPFDSROptoutCIDRs:[]string(nil), BPFPSNATPorts:numorstring.Port{MinPort:0x4e20, MaxPort:0x752f, PortName:""}, BPFMapSizeRoute:262144, BPFMapSizeConntrack:512000, BPFMapSizeNATFrontend:65536, BPFMapSizeNATBackend:262144, BPFMapSizeNATAffinity:65536, BPFMapSizeIPSets:1048576, BPFMapSizeIfState:1000, BPFIpv6Enabled:false, BPFHostConntrackBypass:true, BPFEnforceRPF:"Loose", BPFDisableGROForIfaces:(*regexp.Regexp)(nil), BPFExcludeCIDRsFromNAT:[]string(nil), KubeProxyMinSyncPeriod:1000000000, SidecarAccelerationEnabled:false, LookPathOverride:(func(string) (string, error))(nil), KubeClientSet:(*kubernetes.Clientset)(0xc00069c4e0), FeatureDetectOverrides:map[string]string(nil), FeatureGates:map[string]string(nil), hostMTU:0, MTUIfacePattern:(*regexp.Regexp)(0xc0009a8780), RouteSource:"CalicoIPAM", KubernetesProvider:0x0}
2024-08-29 11:49:12.231 [INFO][116] felix/rule_defs.go 385: Creating rule renderer. config=rules.Config{IPSetConfigV4:(*ipsets.IPVersionConfig)(0xc000784af0), IPSetConfigV6:(*ipsets.IPVersionConfig)(0xc000784c30), 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:false, VXLANEnabledV6:false, VXLANPort:4789, VXLANVNI:4096, IPIPEnabled:true, FelixConfigIPIPEnabled:(*bool)(nil), IPIPTunnelAddress:net.IP{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xac, 0x11, 0xff, 0xc0}, VXLANTunnelAddress:net.IP(nil), VXLANTunnelAddressV6:net.IP(nil), AllowVXLANPacketsFromWorkloads:false, AllowIPIPPacketsFromWorkloads:false, WireguardEnabled:false, WireguardEnabledV6:false, WireguardInterfaceName:"wireguard.cali", WireguardInterfaceNameV6:"wg-v6.cali", WireguardIptablesMark:0x0, WireguardListeningPort:51820, WireguardListeningPortV6:51821, WireguardEncryptHostTraffic:false, RouteSource:"CalicoIPAM", IptablesLogPrefix:"calico-packet", EndpointToHostAction:"ACCEPT", IptablesFilterAllowAction:"ACCEPT", IptablesMangleAllowAction:"ACCEPT", IptablesFilterDenyAction:"DROP", 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, BPFForceTrackPacketsFromIfaces:[]string{"docker+"}, ServiceLoopPrevention:"Drop"}
2024-08-29 11:49:12.231 [INFO][116] felix/rule_defs.go 395: packets that are not passed by any policy or profile will be dropped.
2024-08-29 11:49:12.231 [INFO][116] felix/rule_defs.go 410: Workload to host packets will be accepted.
2024-08-29 11:49:12.231 [INFO][116] felix/rule_defs.go 424: filter table allowed packets will be accepted immediately.
2024-08-29 11:49:12.231 [INFO][116] felix/rule_defs.go 432: mangle table allowed packets will be accepted immediately.
2024-08-29 11:49:12.231 [INFO][116] felix/rule_defs.go 440: Packets to unknown service IPs will be dropped
2024-08-29 11:49:12.231 [INFO][116] felix/int_dataplane.go 1084: Determined pod MTU mtu=1480
2024-08-29 11:49:12.232 [INFO][116] felix/iface_monitor.go 92: configured to periodically rescan interfaces. interval=1m30s
2024-08-29 11:49:12.232 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"ip6tables-nft-save", "ip6tables-save"} command="ip6tables-nft-save" ipVersion=0x6 saveOrRestore="save"
2024-08-29 11:49:12.232 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2024-08-29 11:49:12.238 [INFO][117] tunnel-ip-allocator/allocateip.go 340: Current address is still valid, do nothing currentAddr="172.17.255.192" type="ipipTunnelAddress"
2024-08-29 11:49:12.245 [INFO][116] felix/feature_detect_linux.go 174: Updating detected iptables features features=environment.Features{SNATFullyRandom:true, MASQFullyRandom:true, RestoreSupportsLock:true, ChecksumOffloadBroken:false, IPIPDeviceIsL3:true, KernelSideRouteFiltering:true} iptablesVersion=1.8.8 kernelVersion=5.15.0-119
2024-08-29 11:49:12.245 [INFO][116] felix/table.go 344: 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-"
2024-08-29 11:49:12.245 [INFO][116] felix/table.go 462: Enabling iptables-in-nftables-mode workarounds.
2024-08-29 11:49:12.245 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-restore", "iptables-restore"} command="iptables-nft-restore" ipVersion=0x4 saveOrRestore="restore"
2024-08-29 11:49:12.246 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2024-08-29 11:49:12.246 [INFO][116] felix/table.go 344: 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"
2024-08-29 11:49:12.246 [INFO][116] felix/table.go 462: Enabling iptables-in-nftables-mode workarounds.
2024-08-29 11:49:12.246 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-restore", "iptables-restore"} command="iptables-nft-restore" ipVersion=0x4 saveOrRestore="restore"
2024-08-29 11:49:12.246 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2024-08-29 11:49:12.246 [INFO][116] felix/table.go 344: 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-"
2024-08-29 11:49:12.247 [INFO][116] felix/table.go 462: Enabling iptables-in-nftables-mode workarounds.
2024-08-29 11:49:12.247 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-restore", "iptables-restore"} command="iptables-nft-restore" ipVersion=0x4 saveOrRestore="restore"
2024-08-29 11:49:12.247 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2024-08-29 11:49:12.247 [INFO][116] felix/table.go 344: 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-"
2024-08-29 11:49:12.247 [INFO][116] felix/table.go 462: Enabling iptables-in-nftables-mode workarounds.
2024-08-29 11:49:12.247 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-restore", "iptables-restore"} command="iptables-nft-restore" ipVersion=0x4 saveOrRestore="restore"
2024-08-29 11:49:12.247 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"iptables-nft-save", "iptables-save"} command="iptables-nft-save" ipVersion=0x4 saveOrRestore="save"
2024-08-29 11:49:12.248 [INFO][116] felix/int_dataplane.go 558: XDP acceleration enabled.
2024-08-29 11:49:12.252 [INFO][116] felix/table.go 344: 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-"
2024-08-29 11:49:12.252 [INFO][116] felix/table.go 462: Enabling iptables-in-nftables-mode workarounds.
2024-08-29 11:49:12.252 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"ip6tables-nft-restore", "ip6tables-restore"} command="ip6tables-nft-restore" ipVersion=0x6 saveOrRestore="restore"
2024-08-29 11:49:12.252 [INFO][116] felix/feature_detect_linux.go 414: Looked up iptables command backendMode="nft" candidates=[]string{"ip6tables-nft-save", "ip6tables-save"} command="ip6tables-nft-save" ipVersion=0x6 saveOrRestore="save"
2024-08-29 11:49:12.253 [INFO][116] felix/connecttime.go 82: Running bpftool to look up programs attached to cgroup args=[]string{"bpftool", "-j", "-p", "cgroup", "show", "/run/calico/cgroup"}
2024-08-29 11:49:12.265 [INFO][116] felix/route_table.go 306: Calculated interface name regexp ifaceRegex="^cali.*" ipVersion=0x4 tableIndex=254
2024-08-29 11:49:12.266 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="all-ipam-pools" setType="hash:net"
2024-08-29 11:49:12.268 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="masq-ipam-pools" setType="hash:net"
2024-08-29 11:49:12.269 [INFO][116] felix/route_table.go 306: Calculated interface name regexp ifaceRegex="^wireguard.cali$" ipVersion=0x4 tableIndex=1
2024-08-29 11:49:12.269 [INFO][116] felix/int_dataplane.go 978: Registering to report health.
2024-08-29 11:49:12.273 [INFO][116] felix/int_dataplane.go 2001: attempted to modprobe nf_conntrack_proto_sctp error=exit status 1 output=""
2024-08-29 11:49:12.273 [INFO][116] felix/int_dataplane.go 2003: Making sure IPv4 forwarding is enabled.
2024-08-29 11:49:12.274 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-PREROUTING" ipVersion=0x4 table="raw"
2024-08-29 11:49:12.274 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-rpf-skip" ipVersion=0x4 table="raw"
2024-08-29 11:49:12.274 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint" ipVersion=0x4 table="raw"
2024-08-29 11:49:12.274 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-OUTPUT" ipVersion=0x4 table="raw"
2024-08-29 11:49:12.274 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint" ipVersion=0x4 table="raw"
2024-08-29 11:49:12.275 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-FORWARD" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.275 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-from-hep-forward" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.275 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-from-wl-dispatch" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.275 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-to-wl-dispatch" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.276 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-to-hep-forward" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.276 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-cidr-block" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.276 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-INPUT" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.276 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-wl-to-host" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.276 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.276 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-OUTPUT" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.277 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint" ipVersion=0x4 table="filter"
2024-08-29 11:49:12.277 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-PREROUTING" ipVersion=0x4 table="nat"
2024-08-29 11:49:12.277 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-fip-dnat" ipVersion=0x4 table="nat"
2024-08-29 11:49:12.277 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-POSTROUTING" ipVersion=0x4 table="nat"
2024-08-29 11:49:12.277 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-fip-snat" ipVersion=0x4 table="nat"
2024-08-29 11:49:12.277 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-nat-outgoing" ipVersion=0x4 table="nat"
2024-08-29 11:49:12.278 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-OUTPUT" ipVersion=0x4 table="nat"
2024-08-29 11:49:12.278 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-PREROUTING" ipVersion=0x4 table="mangle"
2024-08-29 11:49:12.278 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-from-host-endpoint" ipVersion=0x4 table="mangle"
2024-08-29 11:49:12.278 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-POSTROUTING" ipVersion=0x4 table="mangle"
2024-08-29 11:49:12.278 [INFO][116] felix/table.go 611: Chain became referenced, marking it for programming chainName="cali-to-host-endpoint" ipVersion=0x4 table="mangle"
2024-08-29 11:49:12.301 [INFO][116] felix/int_dataplane.go 1725: 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}]
2024-08-29 11:49:12.301 [INFO][116] felix/int_dataplane.go 1416: IPIP enabled, starting thread to keep tunnel configuration in sync.
2024-08-29 11:49:12.301 [INFO][116] felix/health.go 206: Health of component changed name="FelixStartup" newReport="live,ready" oldReport="live,non-ready"
2024-08-29 11:49:12.301 [INFO][116] felix/int_dataplane.go 1754: Started internal iptables dataplane driver loop
2024-08-29 11:49:12.301 [INFO][116] felix/int_dataplane.go 2281: Started internal status report thread
2024-08-29 11:49:12.301 [INFO][116] felix/iface_monitor.go 117: Interface monitoring thread started.
2024-08-29 11:49:12.301 [INFO][116] felix/int_dataplane.go 1871: Will refresh IP sets on timer interval=10s
2024-08-29 11:49:12.301 [INFO][116] felix/ipip_mgr.go 84: IPIP thread started.
2024-08-29 11:49:12.301 [INFO][116] felix/int_dataplane.go 2283: Process status reports disabled
2024-08-29 11:49:12.301 [INFO][116] felix/int_dataplane.go 1871: Will refresh routes on timer interval=1m30s
2024-08-29 11:49:12.301 [INFO][116] felix/int_dataplane.go 1871: Will refresh XDP state on timer interval=1m30s
2024-08-29 11:49:12.301 [INFO][116] felix/iface_monitor.go 137: Subscribed to netlink updates.
2024-08-29 11:49:12.301 [INFO][116] felix/daemon.go 442: Connect to the dataplane driver.
2024-08-29 11:49:12.302 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=1 ifaceName="lo" state="up"
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"lo", State:"up", Index:1}
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=set.Set{127.0.0.0,127.0.0.1,::1} ifaceName="lo"
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=2 ifaceName="eno1" state="down"
2024-08-29 11:49:12.302 [INFO][116] felix/daemon.go 521: using resource updates where applicable
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"lo", Addrs:set.Typed[string]{"127.0.0.0":set.v{}, "127.0.0.1":set.v{}, "::1":set.v{}}}
2024-08-29 11:49:12.303 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"lo", Addrs:set.Typed[string]{"127.0.0.0":set.v{}, "127.0.0.1":set.v{}, "::1":set.v{}}}
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=set.Set{} ifaceName="eno1"
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=3 ifaceName="enp101s0f0np0" state="up"
2024-08-29 11:49:12.303 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2024-08-29 11:49:12.303 [INFO][116] felix/daemon.go 524: Created Syncer syncer=&watchersyncer.watcherSyncer{status:0x0, watcherCaches:[]*watchersyncer.watcherCache{(*watchersyncer.watcherCache)(0xc00053cc60), (*watchersyncer.watcherCache)(0xc00053cd80), (*watchersyncer.watcherCache)(0xc00053ce10), (*watchersyncer.watcherCache)(0xc00053cea0), (*watchersyncer.watcherCache)(0xc00053cf30), (*watchersyncer.watcherCache)(0xc00053cfc0), (*watchersyncer.watcherCache)(0xc00053d050), (*watchersyncer.watcherCache)(0xc00053d0e0), (*watchersyncer.watcherCache)(0xc00053d170), (*watchersyncer.watcherCache)(0xc00053d200), (*watchersyncer.watcherCache)(0xc00053d290), (*watchersyncer.watcherCache)(0xc00053d320), (*watchersyncer.watcherCache)(0xc00053d3b0), (*watchersyncer.watcherCache)(0xc00053d440), (*watchersyncer.watcherCache)(0xc00053d4d0), (*watchersyncer.watcherCache)(0xc00053d560)}, results:(chan interface {})(0xc00039f260), numSynced:0, callbacks:(*dedupebuffer.DedupeBuffer)(0xc00039f200), wgwc:(*sync.WaitGroup)(nil), wgws:(*sync.WaitGroup)(nil), cancel:(context.CancelFunc)(nil)}
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"eno1", State:"down", Index:2}
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=set.Set{10.10.10.24,fe80::e63d:1aff:fe8d:b430} ifaceName="enp101s0f0np0"
2024-08-29 11:49:12.303 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"eno1", Addrs:set.Typed[string]{}}
2024-08-29 11:49:12.304 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"eno1", Addrs:set.Typed[string]{}}
2024-08-29 11:49:12.304 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=4 ifaceName="ens160" state="up"
2024-08-29 11:49:12.304 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2024-08-29 11:49:12.304 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"enp101s0f0np0", State:"up", Index:3}
2024-08-29 11:49:12.303 [INFO][116] felix/daemon.go 528: Starting the datastore Syncer
2024-08-29 11:49:12.304 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=set.Set{192.168.0.25,fe80::e63d:1aff:fe8d:b431} ifaceName="ens160"
2024-08-29 11:49:12.304 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"enp101s0f0np0", Addrs:set.Typed[string]{"10.10.10.24":set.v{}, "fe80::e63d:1aff:fe8d:b430":set.v{}}}
2024-08-29 11:49:12.304 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=5 ifaceName="eno2" state="down"
2024-08-29 11:49:12.304 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"enp101s0f0np0", Addrs:set.Typed[string]{"10.10.10.24":set.v{}, "fe80::e63d:1aff:fe8d:b430":set.v{}}}
2024-08-29 11:49:12.304 [INFO][116] felix/watchersyncer.go 89: Start called
2024-08-29 11:49:12.304 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=set.Set{} ifaceName="eno2"
2024-08-29 11:49:12.304 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2024-08-29 11:49:12.304 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=6 ifaceName="tunl0" state="up"
2024-08-29 11:49:12.305 [INFO][116] felix/watchersyncer.go 130: Sending status update Status=wait-for-ready
2024-08-29 11:49:12.304 [INFO][116] felix/calc_graph.go 149: Creating calculation graph, filtered to hostname kube-worker-02
2024-08-29 11:49:12.304 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"ens160", State:"up", Index:4}
2024-08-29 11:49:12.305 [INFO][116] felix/watchersyncer.go 149: Starting main event processing loop
2024-08-29 11:49:12.305 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/ipam/v2/assignment/"
2024-08-29 11:49:12.305 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1b69ea0)
2024-08-29 11:49:12.305 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=set.Set{172.17.255.192} ifaceName="tunl0"
2024-08-29 11:49:12.306 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"ens160", Addrs:set.Typed[string]{"192.168.0.25":set.v{}, "fe80::e63d:1aff:fe8d:b431":set.v{}}}
2024-08-29 11:49:12.306 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/felixconfigurations"
2024-08-29 11:49:12.306 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2024-08-29 11:49:12.307 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/globalnetworkpolicies"
2024-08-29 11:49:12.306 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/clusterinformations"
2024-08-29 11:49:12.307 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/kubernetesnetworkpolicies"
2024-08-29 11:49:12.307 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/networksets"
2024-08-29 11:49:12.307 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/kubernetesendpointslices"
2024-08-29 11:49:12.306 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1b69ea0)
2024-08-29 11:49:12.306 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"ens160", Addrs:set.Typed[string]{"192.168.0.25":set.v{}, "fe80::e63d:1aff:fe8d:b431":set.v{}}}
2024-08-29 11:49:12.308 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/profiles"
2024-08-29 11:49:12.308 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/nodes"
2024-08-29 11:49:12.308 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/globalnetworksets"
2024-08-29 11:49:12.308 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/kubernetesservice"
2024-08-29 11:49:12.308 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/workloadendpoints"
2024-08-29 11:49:12.308 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/networkpolicies"
2024-08-29 11:49:12.308 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/hostendpoints"
2024-08-29 11:49:12.308 [INFO][116] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/bgpconfigurations"
2024-08-29 11:49:12.308 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2024-08-29 11:49:12.308 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1b69d80)
2024-08-29 11:49:12.309 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1b69d80)
2024-08-29 11:49:12.308 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"eno2", State:"down", Index:5}
2024-08-29 11:49:12.310 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1b6b360)
2024-08-29 11:49:12.310 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"eno2", Addrs:set.Typed[string]{}}
2024-08-29 11:49:12.310 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1b6b360)
2024-08-29 11:49:12.310 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"eno2", Addrs:set.Typed[string]{}}
2024-08-29 11:49:12.310 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.PolicyKey: (dispatcher.UpdateHandler)(0x1b6b360)
2024-08-29 11:49:12.310 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2024-08-29 11:49:12.310 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.ProfileRulesKey: (dispatcher.UpdateHandler)(0x1b6b360)
2024-08-29 11:49:12.310 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"tunl0", State:"up", Index:6}
2024-08-29 11:49:12.310 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1b6b360)
2024-08-29 11:49:12.310 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"tunl0", Addrs:set.Typed[string]{"172.17.255.192":set.v{}}}
2024-08-29 11:49:12.310 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"tunl0", Addrs:set.Typed[string]{"172.17.255.192":set.v{}}}
2024-08-29 11:49:12.310 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1b10e00)
2024-08-29 11:49:12.310 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="this-host" setType="hash:ip"
2024-08-29 11:49:12.310 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1aa4100)
2024-08-29 11:49:12.310 [INFO][116] felix/int_dataplane.go 1942: Interface monitor now in sync.
2024-08-29 11:49:12.310 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1aa4100)
2024-08-29 11:49:12.311 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1aa4100)
2024-08-29 11:49:12.311 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.NetworkSetKey: (dispatcher.UpdateHandler)(0x1aa4100)
2024-08-29 11:49:12.311 [INFO][116] felix/watchersyncer.go 130: Sending status update Status=resync
2024-08-29 11:49:12.311 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/globalnetworkpolicies"
2024-08-29 11:49:12.311 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/felixconfigurations"
2024-08-29 11:49:12.311 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.PolicyKey: (dispatcher.UpdateHandler)(0x1b6a280)
2024-08-29 11:49:12.311 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/ippools"
2024-08-29 11:49:12.311 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.311 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1b6a280)
2024-08-29 11:49:12.311 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/networksets"
2024-08-29 11:49:12.311 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.311 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/clusterinformations"
2024-08-29 11:49:12.311 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.312 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.312 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.311 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1b6a280)
2024-08-29 11:49:12.312 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostIPKey: (dispatcher.UpdateHandler)(0x1b6b100)
2024-08-29 11:49:12.313 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.IPPoolKey: (dispatcher.UpdateHandler)(0x1b6b100)
2024-08-29 11:49:12.313 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.WireguardKey: (dispatcher.UpdateHandler)(0x1b6b100)
2024-08-29 11:49:12.313 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/networkpolicies"
2024-08-29 11:49:12.313 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1b6b100)
2024-08-29 11:49:12.314 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.GlobalConfigKey: (dispatcher.UpdateHandler)(0x1b6a680)
2024-08-29 11:49:12.314 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.314 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostConfigKey: (dispatcher.UpdateHandler)(0x1b6a680)
2024-08-29 11:49:12.315 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.ReadyFlagKey: (dispatcher.UpdateHandler)(0x1b6a680)
2024-08-29 11:49:12.315 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.ResourceKey: (dispatcher.UpdateHandler)(0x1b6a560)
2024-08-29 11:49:12.315 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/kubernetesnetworkpolicies"
2024-08-29 11:49:12.315 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.IPPoolKey: (dispatcher.UpdateHandler)(0x1b6a3e0)
2024-08-29 11:49:12.315 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostIPKey: (dispatcher.UpdateHandler)(0x1b69b20)
2024-08-29 11:49:12.316 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.WorkloadEndpointKey: (dispatcher.UpdateHandler)(0x1b69b20)
2024-08-29 11:49:12.317 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.317 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostEndpointKey: (dispatcher.UpdateHandler)(0x1b69b20)
2024-08-29 11:49:12.317 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/hostendpoints"
2024-08-29 11:49:12.318 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/globalnetworksets"
2024-08-29 11:49:12.318 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.318 [INFO][116] felix/dispatcher.go 68: Registering listener for type model.HostConfigKey: (dispatcher.UpdateHandler)(0x1b69b20)
2024-08-29 11:49:12.318 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.318 [INFO][116] felix/async_calc_graph.go 256: Starting AsyncCalcGraph
2024-08-29 11:49:12.319 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/bgpconfigurations"
2024-08-29 11:49:12.318 [INFO][116] felix/daemon.go 641: Started the processing graph
2024-08-29 11:49:12.319 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/ipam/v2/assignment/"
2024-08-29 11:49:12.319 [INFO][116] felix/async_calc_graph.go 137: AsyncCalcGraph running
2024-08-29 11:49:12.320 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/kubernetesendpointslices"
2024-08-29 11:49:12.320 [INFO][116] felix/daemon.go 1038: Reading from dataplane driver pipe...
2024-08-29 11:49:12.320 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.320 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/kubernetesservice"
2024-08-29 11:49:12.320 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/nodes"
2024-08-29 11:49:12.320 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.320 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.320 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.320 [INFO][116] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=LogSeverityScreen) Info 31732469 <nil> 0s} 1}
2024-08-29 11:49:12.320 [INFO][116] felix/daemon.go 727: No driver process to monitor
2024-08-29 11:49:12.320 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.320 [INFO][116] felix/daemon.go 1311: Configuration update from calculation graph. configBySource=map[string]map[string]string{"config file":map[string]string{"LogFilePath":"None", "LogSeverityFile":"None", "LogSeveritySys":"None", "MetadataAddr":"None"}, "datastore (global)":map[string]string{"BPFConnectTimeLoadBalancing":"TCP", "BPFHostNetworkedNATWithoutCTLB":"Enabled", "CalicoVersion":"v3.28.0", "ClusterGUID":"96c04500927e4bf5aee7d49140ca68d7", "ClusterType":"k8s,bgp,kubeadm,kdd", "FloatingIPs":"Disabled", "LogSeverityScreen":"Info", "ReportingIntervalSecs":"0"}, "datastore (per-host)":map[string]string{"IpInIpTunnelAddr":"172.17.255.192"}, "environment variable":map[string]string{"datastoretype":"kubernetes", "defaultendpointtohostaction":"ACCEPT", "felixhostname":"kube-worker-02", "healthenabled":"true", "ipinipmtu":"0", "ipv6support":"false", "vxlanmtu":"0", "wireguardmtu":"0"}} configUpdate=config:<key:"BPFConnectTimeLoadBalancing" value:"TCP" > config:<key:"BPFHostNetworkedNATWithoutCTLB" value:"Enabled" > config:<key:"CalicoVersion" value:"v3.28.0" > config:<key:"ClusterGUID" value:"96c04500927e4bf5aee7d49140ca68d7" > config:<key:"ClusterType" value:"k8s,bgp,kubeadm,kdd" > config:<key:"DatastoreType" value:"kubernetes" > config:<key:"DefaultEndpointToHostAction" value:"ACCEPT" > config:<key:"FelixHostname" value:"kube-worker-02" > config:<key:"FloatingIPs" value:"Disabled" > config:<key:"HealthEnabled" value:"true" > config:<key:"IpInIpMtu" value:"0" > config:<key:"IpInIpTunnelAddr" value:"172.17.255.192" > config:<key:"Ipv6Support" value:"false" > config:<key:"LogFilePath" value:"None" > config:<key:"LogSeverityFile" value:"None" > config:<key:"LogSeverityScreen" value:"Info" > config:<key:"LogSeveritySys" value:"None" > config:<key:"MetadataAddr" value:"None" > config:<key:"ReportingIntervalSecs" value:"0" > config:<key:"VXLANMTU" value:"0" > config:<key:"WireguardMTU" value:"0" > source_to_raw_config:<key:1 value:<source:"datastore (global)" config:<key:"BPFConnectTimeLoadBalancing" value:"TCP" > config:<key:"BPFHostNetworkedNATWithoutCTLB" value:"Enabled" > config:<key:"CalicoVersion" value:"v3.28.0" > config:<key:"ClusterGUID" value:"96c04500927e4bf5aee7d49140ca68d7" > config:<key:"ClusterType" value:"k8s,bgp,kubeadm,kdd" > config:<key:"FloatingIPs" value:"Disabled" > config:<key:"LogSeverityScreen" value:"Info" > config:<key:"ReportingIntervalSecs" value:"0" > > > source_to_raw_config:<key:2 value:<source:"datastore (per-host)" config:<key:"IpInIpTunnelAddr" value:"172.17.255.192" > > > source_to_raw_config:<key:3 value:<source:"config file" config:<key:"LogFilePath" value:"None" > config:<key:"LogSeverityFile" value:"None" > config:<key:"LogSeveritySys" value:"None" > config:<key:"MetadataAddr" value:"None" > > > source_to_raw_config:<key:4 value:<source:"environment variable" config:<key:"datastoretype" value:"kubernetes" > config:<key:"defaultendpointtohostaction" value:"ACCEPT" > config:<key:"felixhostname" value:"kube-worker-02" > config:<key:"healthenabled" value:"true" > config:<key:"ipinipmtu" value:"0" > config:<key:"ipv6support" value:"false" > config:<key:"vxlanmtu" value:"0" > config:<key:"wireguardmtu" value:"0" > > >
2024-08-29 11:49:12.320 [INFO][116] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ReportingIntervalSecs) 0 31732469 <nil> 0s} 1}
2024-08-29 11:49:12.321 [INFO][116] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=BPFConnectTimeLoadBalancing) TCP 31732469 <nil> 0s} 1}
2024-08-29 11:49:12.322 [INFO][116] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=BPFHostNetworkedNATWithoutCTLB) Enabled 31732469 <nil> 0s} 1}
2024-08-29 11:49:12.322 [INFO][116] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=FloatingIPs) Disabled 31732469 <nil> 0s} 1}
2024-08-29 11:49:12.322 [INFO][116] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ClusterGUID) 96c04500927e4bf5aee7d49140ca68d7 31732468 <nil> 0s} 1}
2024-08-29 11:49:12.322 [INFO][116] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=ClusterType) k8s,bgp,kubeadm,kdd 31732468 <nil> 0s} 1}
2024-08-29 11:49:12.322 [INFO][116] felix/config_params.go 635: Parsing value for DatastoreType: kubernetes (from environment variable)
2024-08-29 11:49:12.322 [INFO][116] felix/config_batcher.go 74: Global config update: {{GlobalFelixConfig(name=CalicoVersion) v3.28.0 31732468 <nil> 0s} 1}
2024-08-29 11:49:12.322 [INFO][116] felix/config_params.go 671: Parsed value for DatastoreType: kubernetes (from environment variable)
2024-08-29 11:49:12.322 [INFO][116] felix/config_params.go 635: Parsing value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:12.323 [INFO][116] felix/config_params.go 671: Parsed value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:12.323 [INFO][116] felix/config_batcher.go 61: Host config update for this host: {{HostConfig(node=kube-worker-02,name=IpInIpTunnelAddr) 172.17.255.192 31742444 <nil> 0s} 1}
2024-08-29 11:49:12.323 [INFO][116] felix/config_params.go 635: Parsing value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:12.323 [INFO][116] felix/config_params.go 671: Parsed value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:12.323 [INFO][116] felix/config_params.go 635: Parsing value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:12.324 [INFO][116] felix/config_params.go 671: Parsed value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:12.324 [INFO][116] felix/config_params.go 635: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:12.324 [INFO][116] felix/config_params.go 671: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:12.324 [INFO][116] felix/config_params.go 635: Parsing value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:12.324 [INFO][116] felix/config_params.go 671: Parsed value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:12.325 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/profiles"
2024-08-29 11:49:12.325 [INFO][116] felix/config_params.go 635: Parsing value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:12.325 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.325 [INFO][116] felix/config_params.go 671: Parsed value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:12.325 [INFO][116] felix/config_params.go 635: Parsing value for FelixHostname: kube-worker-02 (from environment variable)
2024-08-29 11:49:12.325 [INFO][116] felix/config_params.go 671: Parsed value for FelixHostname: kube-worker-02 (from environment variable)
2024-08-29 11:49:12.326 [INFO][116] felix/config_params.go 635: Parsing value for LogFilePath: None (from config file)
2024-08-29 11:49:12.326 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.326 [INFO][116] felix/config_params.go 671: Parsed value for LogFilePath:  (from config file)
2024-08-29 11:49:12.327 [INFO][116] felix/config_params.go 635: Parsing value for LogSeverityFile: None (from config file)
2024-08-29 11:49:12.327 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.327 [INFO][116] felix/config_params.go 671: Parsed value for LogSeverityFile:  (from config file)
2024-08-29 11:49:12.327 [INFO][116] felix/config_params.go 635: Parsing value for LogSeveritySys: None (from config file)
2024-08-29 11:49:12.327 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.327 [INFO][116] felix/config_params.go 671: Parsed value for LogSeveritySys:  (from config file)
2024-08-29 11:49:12.328 [INFO][116] felix/config_params.go 635: Parsing value for MetadataAddr: None (from config file)
2024-08-29 11:49:12.328 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.328 [INFO][116] felix/config_params.go 671: Parsed value for MetadataAddr:  (from config file)
2024-08-29 11:49:12.328 [INFO][116] felix/config_params.go 635: Parsing value for IpInIpTunnelAddr: 172.17.255.192 (from datastore (per-host))
2024-08-29 11:49:12.328 [INFO][116] felix/config_params.go 671: Parsed value for IpInIpTunnelAddr: 172.17.255.192 (from datastore (per-host))
2024-08-29 11:49:12.328 [INFO][116] felix/config_params.go 635: Parsing value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 671: Parsed value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 635: Parsing value for FloatingIPs: Disabled (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 671: Parsed value for FloatingIPs: Disabled (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 635: Parsing value for ClusterGUID: 96c04500927e4bf5aee7d49140ca68d7 (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 671: Parsed value for ClusterGUID: 96c04500927e4bf5aee7d49140ca68d7 (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 635: Parsing value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 671: Parsed value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 635: Parsing value for CalicoVersion: v3.28.0 (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/watchercache.go 294: Sending synced update ListRoot="/calico/resources/v3/projectcalico.org/workloadendpoints"
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 671: Parsed value for CalicoVersion: v3.28.0 (from datastore (global))
2024-08-29 11:49:12.329 [INFO][116] felix/config_params.go 635: Parsing value for LogSeverityScreen: Info (from datastore (global))
2024-08-29 11:49:12.330 [INFO][116] felix/watchersyncer.go 209: Received InSync event from one of the watcher caches
2024-08-29 11:49:12.330 [INFO][116] felix/watchersyncer.go 221: All watchers have sync'd data - sending data and final sync
2024-08-29 11:49:12.330 [INFO][116] felix/config_params.go 671: Parsed value for LogSeverityScreen: INFO (from datastore (global))
2024-08-29 11:49:12.330 [INFO][116] felix/watchersyncer.go 130: Sending status update Status=in-sync
2024-08-29 11:49:12.330 [INFO][116] felix/config_params.go 635: Parsing value for ReportingIntervalSecs: 0 (from datastore (global))
2024-08-29 11:49:12.330 [INFO][116] felix/config_params.go 671: Parsed value for ReportingIntervalSecs: 0s (from datastore (global))
2024-08-29 11:49:12.330 [INFO][116] felix/config_params.go 635: Parsing value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2024-08-29 11:49:12.330 [INFO][116] felix/config_params.go 671: Parsed value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2024-08-29 11:49:12.330 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ConfigUpdate update from calculation graph msg=config:<key:"BPFConnectTimeLoadBalancing" value:"TCP" > config:<key:"BPFHostNetworkedNATWithoutCTLB" value:"Enabled" > config:<key:"CalicoVersion" value:"v3.28.0" > config:<key:"ClusterGUID" value:"96c04500927e4bf5aee7d49140ca68d7" > config:<key:"ClusterType" value:"k8s,bgp,kubeadm,kdd" > config:<key:"DatastoreType" value:"kubernetes" > config:<key:"DefaultEndpointToHostAction" value:"ACCEPT" > config:<key:"FelixHostname" value:"kube-worker-02" > config:<key:"FloatingIPs" value:"Disabled" > config:<key:"HealthEnabled" value:"true" > config:<key:"IpInIpMtu" value:"0" > config:<key:"IpInIpTunnelAddr" value:"172.17.255.192" > config:<key:"Ipv6Support" value:"false" > config:<key:"LogFilePath" value:"None" > config:<key:"LogSeverityFile" value:"None" > config:<key:"LogSeverityScreen" value:"Info" > config:<key:"LogSeveritySys" value:"None" > config:<key:"MetadataAddr" value:"None" > config:<key:"ReportingIntervalSecs" value:"0" > config:<key:"VXLANMTU" value:"0" > config:<key:"WireguardMTU" value:"0" > source_to_raw_config:<key:1 value:<source:"datastore (global)" config:<key:"BPFConnectTimeLoadBalancing" value:"TCP" > config:<key:"BPFHostNetworkedNATWithoutCTLB" value:"Enabled" > config:<key:"CalicoVersion" value:"v3.28.0" > config:<key:"ClusterGUID" value:"96c04500927e4bf5aee7d49140ca68d7" > config:<key:"ClusterType" value:"k8s,bgp,kubeadm,kdd" > config:<key:"FloatingIPs" value:"Disabled" > config:<key:"LogSeverityScreen" value:"Info" > config:<key:"ReportingIntervalSecs" value:"0" > > > source_to_raw_config:<key:2 value:<source:"datastore (per-host)" config:<key:"IpInIpTunnelAddr" value:"172.17.255.192" > > > source_to_raw_config:<key:3 value:<source:"config file" config:<key:"LogFilePath" value:"None" > config:<key:"LogSeverityFile" value:"None" > config:<key:"LogSeveritySys" value:"None" > config:<key:"MetadataAddr" value:"None" > > > source_to_raw_config:<key:4 value:<source:"environment variable" config:<key:"datastoretype" value:"kubernetes" > config:<key:"defaultendpointtohostaction" value:"ACCEPT" > config:<key:"felixhostname" value:"kube-worker-02" > config:<key:"healthenabled" value:"true" > config:<key:"ipinipmtu" value:"0" > config:<key:"ipv6support" value:"false" > config:<key:"vxlanmtu" value:"0" > config:<key:"wireguardmtu" value:"0" > > >
2024-08-29 11:49:12.331 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-node-lease" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.331 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"calico-node" > labels:<key:"projectcalico.org/name" value:"calico-node" >
2024-08-29 11:49:12.331 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"coredns" > labels:<key:"projectcalico.org/name" value:"coredns" >
2024-08-29 11:49:12.331 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"expand-controller" > labels:<key:"projectcalico.org/name" value:"expand-controller" >
2024-08-29 11:49:12.331 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"ingress-nginx" name:"ingress-nginx-admission" > labels:<key:"app.kubernetes.io/component" value:"admission-webhook" > labels:<key:"app.kubernetes.io/instance" value:"ingress-nginx" > labels:<key:"app.kubernetes.io/name" value:"ingress-nginx" > labels:<key:"app.kubernetes.io/part-of" value:"ingress-nginx" > labels:<key:"app.kubernetes.io/version" value:"1.1.3" > labels:<key:"projectcalico.org/name" value:"ingress-nginx-admission" >
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.332 [INFO][116] felix/config_batcher.go 102: Datamodel in sync, flushing config update
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"kube-proxy" > labels:<key:"projectcalico.org/name" value:"kube-proxy" >
2024-08-29 11:49:12.332 [INFO][116] felix/config_batcher.go 112: Sending config update global: map[BPFConnectTimeLoadBalancing:TCP BPFHostNetworkedNATWithoutCTLB:Enabled CalicoVersion:v3.28.0 ClusterGUID:96c04500927e4bf5aee7d49140ca68d7 ClusterType:k8s,bgp,kubeadm,kdd FloatingIPs:Disabled LogSeverityScreen:Info ReportingIntervalSecs:0], host: map[IpInIpTunnelAddr:172.17.255.192].
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"namespace-controller" > labels:<key:"projectcalico.org/name" value:"namespace-controller" >
2024-08-29 11:49:12.332 [INFO][116] felix/async_calc_graph.go 166: First time we've been in sync
2024-08-29 11:49:12.332 [INFO][116] felix/health.go 206: Health of component changed name="CalculationGraph" newReport="live,ready" oldReport="live,non-ready"
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.332 [INFO][116] felix/event_sequencer.go 273: Possible config update. global=map[string]string{"BPFConnectTimeLoadBalancing":"TCP", "BPFHostNetworkedNATWithoutCTLB":"Enabled", "CalicoVersion":"v3.28.0", "ClusterGUID":"96c04500927e4bf5aee7d49140ca68d7", "ClusterType":"k8s,bgp,kubeadm,kdd", "FloatingIPs":"Disabled", "LogSeverityScreen":"Info", "ReportingIntervalSecs":"0"} host=map[string]string{"IpInIpTunnelAddr":"172.17.255.192"}
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"replicaset-controller" > labels:<key:"projectcalico.org/name" value:"replicaset-controller" >
2024-08-29 11:49:12.332 [INFO][116] felix/usagerep.go 91: Waiting before first check-in delay=5m1.456s
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"replication-controller" > labels:<key:"projectcalico.org/name" value:"replication-controller" >
2024-08-29 11:49:12.332 [INFO][116] felix/config_params.go 504: Merging in config from datastore (global): map[BPFConnectTimeLoadBalancing:TCP BPFHostNetworkedNATWithoutCTLB:Enabled CalicoVersion:v3.28.0 ClusterGUID:96c04500927e4bf5aee7d49140ca68d7 ClusterType:k8s,bgp,kubeadm,kdd FloatingIPs:Disabled LogSeverityScreen:Info ReportingIntervalSecs:0]
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"service-controller" > labels:<key:"projectcalico.org/name" value:"service-controller" >
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"endpointslicemirroring-controller" > labels:<key:"projectcalico.org/name" value:"endpointslicemirroring-controller" >
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"rstudio" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.332 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"token-cleaner" > labels:<key:"projectcalico.org/name" value:"token-cleaner" >
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"ingress-nginx" name:"ingress-nginx" > labels:<key:"app.kubernetes.io/component" value:"controller" > labels:<key:"app.kubernetes.io/instance" value:"ingress-nginx" > labels:<key:"app.kubernetes.io/name" value:"ingress-nginx" > labels:<key:"app.kubernetes.io/part-of" value:"ingress-nginx" > labels:<key:"app.kubernetes.io/version" value:"1.1.3" > labels:<key:"projectcalico.org/name" value:"ingress-nginx" >
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"cronjob-controller" > labels:<key:"projectcalico.org/name" value:"cronjob-controller" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 635: Parsing value for DatastoreType: kubernetes (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 671: Parsed value for DatastoreType: kubernetes (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"endpointslice-controller" > labels:<key:"projectcalico.org/name" value:"endpointslice-controller" >
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 635: Parsing value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 671: Parsed value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"metallb-system" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 635: Parsing value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"bookstack" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"parking-web-ns" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 671: Parsed value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-public" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"disruption-controller" > labels:<key:"projectcalico.org/name" value:"disruption-controller" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 635: Parsing value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 671: Parsed value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"metallb-system" name:"speaker" > labels:<key:"app" value:"metallb" > labels:<key:"projectcalico.org/name" value:"speaker" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 635: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"calico-system" name:"calico-cni-plugin" > labels:<key:"projectcalico.org/name" value:"calico-cni-plugin" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 671: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"deployment-controller" > labels:<key:"projectcalico.org/name" value:"deployment-controller" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 635: Parsing value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"statefulset-controller" > labels:<key:"projectcalico.org/name" value:"statefulset-controller" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 671: Parsed value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"ingress-nginx" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.333 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"bootstrap-signer" > labels:<key:"projectcalico.org/name" value:"bootstrap-signer" >
2024-08-29 11:49:12.333 [INFO][116] felix/config_params.go 635: Parsing value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 671: Parsed value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"endpoint-controller" > labels:<key:"projectcalico.org/name" value:"endpoint-controller" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 635: Parsing value for FelixHostname: kube-worker-02 (from environment variable)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"job-controller" > labels:<key:"projectcalico.org/name" value:"job-controller" >
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"node-controller" > labels:<key:"projectcalico.org/name" value:"node-controller" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 671: Parsed value for FelixHostname: kube-worker-02 (from environment variable)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"resourcequota-controller" > labels:<key:"projectcalico.org/name" value:"resourcequota-controller" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 635: Parsing value for LogSeveritySys: None (from config file)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"default" name:"default" > labels:<key:"projectcalico.org/name" value:"default" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 671: Parsed value for LogSeveritySys:  (from config file)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"attachdetach-controller" > labels:<key:"projectcalico.org/name" value:"attachdetach-controller" >
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"calico-cni-plugin" > labels:<key:"projectcalico.org/name" value:"calico-cni-plugin" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 635: Parsing value for MetadataAddr: None (from config file)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"certificate-controller" > labels:<key:"projectcalico.org/name" value:"certificate-controller" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 671: Parsed value for MetadataAddr:  (from config file)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"kube-system" name:"ttl-controller" > labels:<key:"projectcalico.org/name" value:"ttl-controller" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 635: Parsing value for LogFilePath: None (from config file)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"metallb-system" name:"controller" > labels:<key:"app" value:"metallb" > labels:<key:"projectcalico.org/name" value:"controller" >
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceAccountUpdate update from calculation graph msg=id:<namespace:"calico-system" name:"calico-node" > labels:<key:"projectcalico.org/name" value:"calico-node" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.NamespaceUpdate update from calculation graph msg=id:<name:"ingress-nginx" > labels:<key:"app.kubernetes.io/instance" value:"ingress-nginx" > labels:<key:"app.kubernetes.io/name" value:"ingress-nginx" > labels:<key:"kubernetes.io/metadata.name" value:"ingress-nginx" > labels:<key:"projectcalico.org/name" value:"ingress-nginx" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 671: Parsed value for LogFilePath:  (from config file)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 635: Parsing value for LogSeverityFile: None (from config file)
2024-08-29 11:49:12.334 [INFO][116] felix/int_dataplane.go 1891: Received *proto.NamespaceUpdate update from calculation graph msg=id:<name:"metallb-system" > labels:<key:"kubernetes.io/metadata.name" value:"metallb-system" > labels:<key:"pod-security.kubernetes.io/audit" value:"privileged" > labels:<key:"pod-security.kubernetes.io/enforce" value:"privileged" > labels:<key:"pod-security.kubernetes.io/warn" value:"privileged" > labels:<key:"projectcalico.org/name" value:"metallb-system" >
2024-08-29 11:49:12.334 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 671: Parsed value for LogSeverityFile:  (from config file)
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: 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" >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 635: Parsing value for IpInIpTunnelAddr: 172.17.255.192 (from datastore (per-host))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.NamespaceUpdate update from calculation graph msg=id:<name:"parking-web-ns" > labels:<key:"kubernetes.io/metadata.name" value:"parking-web-ns" > labels:<key:"projectcalico.org/name" value:"parking-web-ns" >
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.NamespaceUpdate update from calculation graph msg=id:<name:"rstudio" > labels:<key:"kubernetes.io/metadata.name" value:"rstudio" > labels:<key:"projectcalico.org/name" value:"rstudio" >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 671: Parsed value for IpInIpTunnelAddr: 172.17.255.192 (from datastore (per-host))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.NamespaceUpdate update from calculation graph msg=id:<name:"bookstack" > labels:<key:"kubernetes.io/metadata.name" value:"bookstack" > labels:<key:"projectcalico.org/name" value:"bookstack" >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 635: Parsing value for FloatingIPs: Disabled (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.HostMetadataUpdate update from calculation graph msg=hostname:"kube-master-01" ipv4_addr:"192.168.0.23"
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 671: Parsed value for FloatingIPs: Disabled (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.HostMetadataUpdate update from calculation graph msg=hostname:"kube-worker-01" ipv4_addr:"192.168.0.24"
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.HostMetadataUpdate update from calculation graph msg=hostname:"kube-worker-02" ipv4_addr:"192.168.0.25"
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 635: Parsing value for ClusterGUID: 96c04500927e4bf5aee7d49140ca68d7 (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.HostMetadataUpdate update from calculation graph msg=hostname:"kube-worker-03" ipv4_addr:"192.168.0.26"
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 671: Parsed value for ClusterGUID: 96c04500927e4bf5aee7d49140ca68d7 (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.HostMetadataV4V6Update update from calculation graph msg=hostname:"kube-master-01" ipv4_addr:"192.168.0.23/24" labels:<key:"beta.kubernetes.io/arch" value:"amd64" > labels:<key:"beta.kubernetes.io/os" value:"linux" > labels:<key:"kubernetes.io/arch" value:"amd64" > labels:<key:"kubernetes.io/hostname" value:"kube-master-01" > labels:<key:"kubernetes.io/os" value:"linux" > labels:<key:"node-role.kubernetes.io/control-plane" value:"" > labels:<key:"node.kubernetes.io/exclude-from-external-load-balancers" value:"" >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 635: Parsing value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.HostMetadataV4V6Update update from calculation graph msg=hostname:"kube-worker-01" ipv4_addr:"192.168.0.24/24" labels:<key:"beta.kubernetes.io/arch" value:"amd64" > labels:<key:"beta.kubernetes.io/os" value:"linux" > labels:<key:"kubernetes.io/arch" value:"amd64" > labels:<key:"kubernetes.io/hostname" value:"kube-worker-01" > labels:<key:"kubernetes.io/os" value:"linux" > labels:<key:"node-role.kubernetes.io/worker" value:"" >
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.HostMetadataV4V6Update update from calculation graph msg=hostname:"kube-worker-02" ipv4_addr:"192.168.0.25/24" labels:<key:"beta.kubernetes.io/arch" value:"amd64" > labels:<key:"beta.kubernetes.io/os" value:"linux" > labels:<key:"kubernetes.io/arch" value:"amd64" > labels:<key:"kubernetes.io/hostname" value:"kube-worker-02" > labels:<key:"kubernetes.io/os" value:"linux" > labels:<key:"node-role.kubernetes.io/worker" value:"" >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 671: Parsed value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.HostMetadataV4V6Update update from calculation graph msg=hostname:"kube-worker-03" ipv4_addr:"192.168.0.26/24" labels:<key:"beta.kubernetes.io/arch" value:"amd64" > labels:<key:"beta.kubernetes.io/os" value:"linux" > labels:<key:"kubernetes.io/arch" value:"amd64" > labels:<key:"kubernetes.io/hostname" value:"kube-worker-03" > labels:<key:"kubernetes.io/os" value:"linux" > labels:<key:"node-role.kubernetes.io/worker" value:"" > labels:<key:"testnode" value:"true" >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 635: Parsing value for CalicoVersion: v3.28.0 (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.IPAMPoolUpdate update from calculation graph msg=id:"172.17.0.0-16" pool:<cidr:"172.17.0.0/16" masquerade:true ipip_mode:"always" >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 671: Parsed value for CalicoVersion: v3.28.0 (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"frontend-service-1etx" namespace:"default" type:"LoadBalancer" cluster_ip:"10.101.22.67" ports:<Protocol:"TCP" Port:3000 NodePort:32112 >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 635: Parsing value for LogSeverityScreen: Info (from datastore (global))
2024-08-29 11:49:12.335 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"ingress-nginx-controller" namespace:"ingress-nginx" type:"LoadBalancer" cluster_ip:"10.97.91.189" ports:<Protocol:"TCP" Port:80 NodePort:30755 > ports:<Protocol:"TCP" Port:443 NodePort:31820 >
2024-08-29 11:49:12.335 [INFO][116] felix/config_params.go 671: Parsed value for LogSeverityScreen: INFO (from datastore (global))
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"kube-dns" namespace:"kube-system" type:"ClusterIP" cluster_ip:"10.96.0.10" ports:<Protocol:"UDP" Port:53 > ports:<Protocol:"TCP" Port:53 > ports:<Protocol:"TCP" Port:9153 >
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 635: Parsing value for ReportingIntervalSecs: 0 (from datastore (global))
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"webhook-service" namespace:"metallb-system" type:"ClusterIP" cluster_ip:"10.110.155.208" ports:<Protocol:"TCP" Port:443 >
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"bookstack" namespace:"bookstack" type:"LoadBalancer" cluster_ip:"10.109.179.35" ports:<Protocol:"TCP" Port:80 NodePort:30529 >
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 671: Parsed value for ReportingIntervalSecs: 0s (from datastore (global))
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"backend-service" namespace:"default" type:"LoadBalancer" cluster_ip:"10.110.53.194" ports:<Protocol:"TCP" Port:5000 NodePort:31723 >
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 635: Parsing value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"backend-service-1etx" namespace:"default" type:"LoadBalancer" cluster_ip:"10.107.22.50" ports:<Protocol:"TCP" Port:5000 NodePort:31901 >
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"frontend-service" namespace:"default" type:"LoadBalancer" cluster_ip:"10.110.0.229" ports:<Protocol:"TCP" Port:3000 NodePort:32006 >
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 671: Parsed value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"kubernetes" namespace:"default" type:"ClusterIP" cluster_ip:"10.96.0.1" ports:<Protocol:"TCP" Port:443 >
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 635: Parsing value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"bookstack-db" namespace:"bookstack" type:"ClusterIP" cluster_ip:"10.108.27.253" ports:<Protocol:"TCP" Port:3306 >
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 671: Parsed value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"parking-web-service" namespace:"default" type:"LoadBalancer" cluster_ip:"10.108.222.41" ports:<Protocol:"TCP" Port:8001 NodePort:31230 >
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"pipeline-to-disco-service" namespace:"default" type:"NodePort" cluster_ip:"10.99.172.233" ports:<Protocol:"TCP" Port:5002 NodePort:30594 >
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"ingress-nginx-controller-admission" namespace:"ingress-nginx" type:"ClusterIP" cluster_ip:"10.96.46.9" ports:<Protocol:"TCP" Port:443 >
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 504: Merging in config from datastore (per-host): map[IpInIpTunnelAddr:172.17.255.192]
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"rstudio-server" namespace:"rstudio" type:"ClusterIP" cluster_ip:"10.108.182.242" ports:<Protocol:"TCP" Port:8787 >
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"nginx-service" namespace:"default" type:"LoadBalancer" cluster_ip:"10.97.216.33" ports:<Protocol:"TCP" Port:8000 NodePort:31791 >
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"nginx-service-onee" namespace:"default" type:"LoadBalancer" cluster_ip:"10.111.138.146" ports:<Protocol:"TCP" Port:8000 NodePort:30098 >
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"parking-web-service" namespace:"parking-web-ns" type:"ClusterIP" cluster_ip:"10.100.31.208" ports:<Protocol:"TCP" Port:8001 >
2024-08-29 11:49:12.336 [INFO][116] felix/int_dataplane.go 1891: Received *proto.ServiceUpdate update from calculation graph msg=name:"rstudio-server-test" namespace:"rstudio" type:"ClusterIP" cluster_ip:"10.102.76.106" ports:<Protocol:"TCP" Port:8787 >
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 635: Parsing value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:12.336 [INFO][116] felix/config_params.go 671: Parsed value for IpInIpMtu: 0 (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 635: Parsing value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 671: Parsed value for HealthEnabled: true (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 635: Parsing value for FelixHostname: kube-worker-02 (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 671: Parsed value for FelixHostname: kube-worker-02 (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 635: Parsing value for DatastoreType: kubernetes (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 671: Parsed value for DatastoreType: kubernetes (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 635: Parsing value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 671: Parsed value for Ipv6Support: false (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 635: Parsing value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 671: Parsed value for WireguardMTU: 0 (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 635: Parsing value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 671: Parsed value for VXLANMTU: 0 (from environment variable)
2024-08-29 11:49:12.337 [INFO][116] felix/config_params.go 635: Parsing value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 671: Parsed value for DefaultEndpointToHostAction: ACCEPT (from environment variable)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 635: Parsing value for LogSeveritySys: None (from config file)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 671: Parsed value for LogSeveritySys:  (from config file)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 635: Parsing value for MetadataAddr: None (from config file)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 671: Parsed value for MetadataAddr:  (from config file)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 635: Parsing value for LogFilePath: None (from config file)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 671: Parsed value for LogFilePath:  (from config file)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 635: Parsing value for LogSeverityFile: None (from config file)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 652: Value set to 'none', replacing with zero-value: "".
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 671: Parsed value for LogSeverityFile:  (from config file)
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 635: Parsing value for IpInIpTunnelAddr: 172.17.255.192 (from datastore (per-host))
2024-08-29 11:49:12.338 [INFO][116] felix/config_params.go 671: Parsed value for IpInIpTunnelAddr: 172.17.255.192 (from datastore (per-host))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 635: Parsing value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 671: Parsed value for BPFConnectTimeLoadBalancing: TCP (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 635: Parsing value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 671: Parsed value for BPFHostNetworkedNATWithoutCTLB: Enabled (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 635: Parsing value for FloatingIPs: Disabled (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 671: Parsed value for FloatingIPs: Disabled (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 635: Parsing value for ClusterGUID: 96c04500927e4bf5aee7d49140ca68d7 (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 671: Parsed value for ClusterGUID: 96c04500927e4bf5aee7d49140ca68d7 (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 635: Parsing value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 671: Parsed value for ClusterType: k8s,bgp,kubeadm,kdd (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 635: Parsing value for CalicoVersion: v3.28.0 (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 671: Parsed value for CalicoVersion: v3.28.0 (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 635: Parsing value for LogSeverityScreen: Info (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 671: Parsed value for LogSeverityScreen: INFO (from datastore (global))
2024-08-29 11:49:12.339 [INFO][116] felix/config_params.go 635: Parsing value for ReportingIntervalSecs: 0 (from datastore (global))
2024-08-29 11:49:12.340 [INFO][116] felix/config_params.go 671: Parsed value for ReportingIntervalSecs: 0s (from datastore (global))
2024-08-29 11:49:12.340 [INFO][116] felix/async_calc_graph.go 221: First flush after becoming in sync, sending InSync message.
2024-08-29 11:49:12.340 [INFO][116] felix/daemon.go 1243: Datastore now in sync.
2024-08-29 11:49:12.340 [INFO][116] felix/int_dataplane.go 1891: Received *proto.Encapsulation update from calculation graph msg=ipip_enabled:true
2024-08-29 11:49:12.340 [INFO][116] felix/int_dataplane.go 1891: Received *proto.InSync update from calculation graph msg=
2024-08-29 11:49:12.340 [INFO][116] felix/int_dataplane.go 1900: Datastore in sync, flushing the dataplane for the first time... timeSinceStart=145.200653ms
2024-08-29 11:49:12.340 [INFO][116] felix/masq_mgr.go 145: IPAM pools updated, refreshing iptables rule ipVersion=0x4
2024-08-29 11:49:12.340 [INFO][116] felix/ipip_mgr.go 221: All-hosts IP set out-of sync, refreshing it.
2024-08-29 11:49:12.340 [INFO][116] felix/ipsets.go 172: Queueing IP set for creation family="inet" setID="all-hosts-net" setType="hash:net"
2024-08-29 11:49:12.459 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=352 ifaceName="calico_tmp_B" state="down"
2024-08-29 11:49:12.460 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=set.Set{} ifaceName="calico_tmp_B"
2024-08-29 11:49:12.460 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=353 ifaceName="calico_tmp_A" state="down"
2024-08-29 11:49:12.461 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=set.Set{} ifaceName="calico_tmp_A"
2024-08-29 11:49:12.471 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=353 ifaceName="calico_tmp_A" state=""
2024-08-29 11:49:12.472 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=<nil> ifaceName="calico_tmp_A"
2024-08-29 11:49:12.489 [INFO][116] felix/int_dataplane.go 1314: Linux interface state changed. ifIndex=352 ifaceName="calico_tmp_B" state=""
2024-08-29 11:49:12.489 [INFO][116] felix/int_dataplane.go 1358: Linux interface addrs changed. addrs=<nil> ifaceName="calico_tmp_B"
2024-08-29 11:49:12.494 [INFO][116] felix/wireguard.go 1704: Trying to connect to linkClient ipVersion=0x4
2024-08-29 11:49:12.494 [INFO][116] felix/route_rule.go 189: Trying to connect to netlink
2024-08-29 11:49:12.495 [INFO][116] felix/wireguard.go 635: Public key out of sync or updated ipVersion=0x4 ourPublicKey=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
2024-08-29 11:49:12.536 [INFO][116] felix/int_dataplane.go 1848: Completed first update to dataplane. secsSinceStart=0.341425527
2024-08-29 11:49:12.540 [INFO][116] felix/health.go 206: Health of component changed name="InternalDataplaneMainLoop" newReport="live,ready" oldReport="live,non-ready"
2024-08-29 11:49:12.540 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calico_tmp_B", State:"down", Index:352}
2024-08-29 11:49:12.540 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Typed[string]{}}
2024-08-29 11:49:12.540 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Typed[string]{}}
2024-08-29 11:49:12.540 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calico_tmp_A", State:"down", Index:353}
2024-08-29 11:49:12.540 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Typed[string]{}}
2024-08-29 11:49:12.540 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Typed[string]{}}
2024-08-29 11:49:12.540 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calico_tmp_A", State:"", Index:353}
2024-08-29 11:49:12.540 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Set[string](nil)}
2024-08-29 11:49:12.541 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_A", Addrs:set.Set[string](nil)}
2024-08-29 11:49:12.541 [INFO][116] felix/int_dataplane.go 1948: Received interface update msg=&intdataplane.ifaceStateUpdate{Name:"calico_tmp_B", State:"", Index:352}
2024-08-29 11:49:12.541 [INFO][116] felix/int_dataplane.go 1972: Received interface addresses update msg=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Set[string](nil)}
2024-08-29 11:49:12.541 [INFO][116] felix/hostip_mgr.go 84: Interface addrs changed. update=&intdataplane.ifaceAddrsUpdate{Name:"calico_tmp_B", Addrs:set.Set[string](nil)}
2024-08-29 11:49:12.541 [INFO][116] felix/int_dataplane.go 1858: Dataplane updates throttled
bird: device1: Initializing
bird: direct1: Initializing
bird: device1: Starting
bird: device1: Connected to table master
bird: device1: State changed to feed
bird: direct1: Starting
bird: direct1: Connected to table master
bird: direct1: State changed to feed
bird: Graceful restart started
bird: Graceful restart done
bird: Started
bird: device1: State changed to up
bird: direct1: State changed to up
bird: device1: Initializing
bird: direct1: Initializing
bird: Mesh_192_168_0_23: Initializing
bird: Mesh_192_168_0_24: Initializing
bird: Mesh_192_168_0_26: Initializing
bird: device1: Starting
bird: device1: Connected to table master
bird: device1: State changed to feed
bird: direct1: Starting
bird: direct1: Connected to table master
bird: direct1: State changed to feed
bird: Mesh_192_168_0_23: Starting
bird: Mesh_192_168_0_23: State changed to start
bird: Mesh_192_168_0_24: Starting
bird: Mesh_192_168_0_24: State changed to start
bird: Mesh_192_168_0_26: Starting
bird: Mesh_192_168_0_26: State changed to start
bird: Graceful restart started
bird: Started
bird: device1: State changed to up
bird: direct1: State changed to up
bird: Mesh_192_168_0_26: Connected to table master
bird: Mesh_192_168_0_26: State changed to wait
bird: Mesh_192_168_0_23: Connected to table master
bird: Mesh_192_168_0_23: State changed to wait
bird: Mesh_192_168_0_24: Connected to table master
bird: Mesh_192_168_0_24: State changed to wait
bird: Graceful restart done
bird: Mesh_192_168_0_23: State changed to feed
bird: Mesh_192_168_0_24: State changed to feed
bird: Mesh_192_168_0_26: State changed to feed
bird: Mesh_192_168_0_23: State changed to up
bird: Mesh_192_168_0_24: State changed to up
bird: Mesh_192_168_0_26: State changed to up
2024-08-29 11:49:17.524 [INFO][116] felix/int_dataplane.go 1817: Dataplane updates no longer throttled
2024-08-29 11:49:21.658 [INFO][116] felix/health.go 336: Overall health status changed: live=true ready=true
+---------------------------+---------+----------------+-----------------+--------+
|         COMPONENT         | TIMEOUT |    LIVENESS    |    READINESS    | DETAIL |
+---------------------------+---------+----------------+-----------------+--------+
| CalculationGraph          | 30s     | reporting live | reporting ready |        |
| FelixStartup              | -       | reporting live | reporting ready |        |
| InternalDataplaneMainLoop | 1m30s   | reporting live | reporting ready |        |
+---------------------------+---------+----------------+-----------------+--------+

@fasaxc
Copy link
Member

fasaxc commented Aug 29, 2024

Not obvious to me why the pod is getting killed, it looks healthy in the logs

    Last State:     Terminated
      Reason:       Completed
      Exit Code:    0

doesn't sound right, the init daemon in the pod is never supposed to exit

@YonatanAugmanity
Copy link
Author

Not obvious to me why the pod is getting killed, it looks healthy in the logs

    Last State:     Terminated
      Reason:       Completed
      Exit Code:    0

doesn't sound right, the init daemon in the pod is never supposed to exit

I am trying to make it work for a week now. Even tried to change calico with flannel to the whole cluster, same behavior when trying to use flannel. I guess the problem is related to the physical host, but not sure what else I can check.

@tomastigera
Copy link
Contributor

Are there any more logs from calico-node (after the container terminates) or the ipam?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants