All time i see this error in Kibana:
2023-07-01 10:21:08.415 [INFO][71] felix/vxlan_mgr.go 645: Failed to get VXLAN tunnel device, assuming it isn't present error=Link not found ipVersion=0x4
How to fix the error in microk8s?
OS: ubuntu server 20.04 Pod: calico-node
microk8s addons list: addons: enabled: fluentd # (community) Elasticsearch-Fluentd-Kibana logging and monitoring jaeger # (community) Kubernetes Jaeger operator with its simple config cert-manager # (core) Cloud native certificate management community # (core) The community addons repository dns # (core) CoreDNS ha-cluster # (core) Configure high availability on the current node helm # (core) Helm - the package manager for Kubernetes helm3 # (core) Helm 3 - the package manager for Kubernetes hostpath-storage # (core) Storage class; allocates storage from host directory ingress # (core) Ingress controller for external access observability # (core) A lightweight observability stack for logs, traces and metrics storage # (core) Alias to hostpath-storage add-on, deprecated disabled: argocd # (community) Argo CD is a declarative continuous deployment for Kubernetes. cilium # (community) SDN, fast with full network policy dashboard-ingress # (community) Ingress definition for Kubernetes dashboard easyhaproxy # (community) EasyHAProxy can configure HAProxy automatically based on ingress labels gopaddle-lite # (community) Cheapest, fastest and simplest way to modernize your applications inaccel # (community) Simplifying FPGA management in Kubernetes istio # (community) Core Istio service mesh services kata # (community) Kata Containers is a secure runtime with lightweight VMS keda # (community) Kubernetes-based Event Driven Autoscaling knative # (community) Knative Serverless and Event Driven Applications kwasm # (community) WebAssembly support for WasmEdge (Docker Wasm) and Spin (Azure AKS WASI) linkerd # (community) Linkerd is a service mesh for Kubernetes and other frameworks multus # (community) Multus CNI enables attaching multiple network interfaces to pods nfs # (community) NFS Server Provisioner ondat # (community) Ondat is a software-defined, cloud native storage platform for Kubernetes. openebs # (community) OpenEBS is the open-source storage solution for Kubernetes openfaas # (community) OpenFaaS serverless framework osm-edge # (community) osm-edge is a lightweight SMI compatible service mesh for the edge-computing. parking # (community) Static webserver to park a domain. Works with EasyHAProxy. portainer # (community) Portainer UI for your Kubernetes cluster shifu # (community) Kubernetes native IoT software development framework. sosivio # (community) Kubernetes Predictive Troubleshooting, Observability, and Resource Optimization traefik # (community) traefik Ingress controller trivy # (community) Kubernetes-native security scanner dashboard # (core) The Kubernetes dashboard gpu # (core) Automatic enablement of Nvidia CUDA host-access # (core) Allow Pods connecting to Host services smoothly kube-ovn # (core) An advanced network fabric for Kubernetes mayastor # (core) OpenEBS MayaStor metallb # (core) Loadbalancer for your Kubernetes cluster metrics-server # (core) K8s Metrics Server for API access to service metrics minio # (core) MinIO object storage prometheus # (core) Prometheus operator for monitoring and logging rbac # (core) Role-Based Access Control for authorisation registry # (core) Private image registry exposed on localhost:32000
I found information on which services used Calico https://microk8s.io/docs/configuring-services Also, recommendations to solve the problem https://github.com/projectcalico/calico/issues/3271 but a don't have experience with calico.