kubectl get nodes显示所有节点均ready,但是calico一直未ready
查看三个节点上calico-node日志均报同样的错:
2022-09-04T19:02:32.168232257-04:00 stdout F 2022-09-04 23:02:32.168 [WARNING][71] felix/health.go 211: Reporter is not ready. name=“int_dataplane"
2022-09-04T19:02:32.168254516-04:00 stdout F 2022-09-04 23:02:32.168 [WARNING][71] felix/health.go 211: Reporter is not ready. name=“async_calc_graph"
2022-09-04T19:02:32.168607283-04:00 stdout F 2022-09-04 23:02:32.168 [WARNING][71] felix/health.go 173: Health: not ready
2022-09-04T19:02:32.994393376-04:00 stdout F 2022-09-04 23:02:32.994 [INFO][71] felix/watchercache.go 181: Full resync is required ListRoot=”/calico/resources/v3/projectcalico.org/kubernetesendpointslices"
2022-09-04T19:02:32.996688022-04:00 stdout F 2022-09-04 23:02:32.996 [INFO][71] felix/watchercache.go 194: Failed to perform list of current data during resync ListRoot=”/calico/resources/v3/projectcalico.org/kubernetesendpointslices" error=resource does not exist: KubernetesEndpointSlice with error: the server could not find the requested resource
2022-09-04T19:02:33.891831774-04:00 stdout F 2022-09-04 23:02:33.891 [WARNING][71] felix/health.go 211: Reporter is not ready. name=“async_calc_graph"
2022-09-04T19:02:33.891848839-04:00 stdout F 2022-09-04 23:02:33.891 [WARNING][71] felix/health.go 211: Reporter is not ready. name=“int_dataplane"
2022-09-04T19:02:33.997615658-04:00 stdout F 2022-09-04 23:02:33.997 [INFO][71] felix/watchercache.go 181: Full resync is required ListRoot=”/calico/resources/v3/projectcalico.org/kubernetesendpointslices"
2022-09-04T19:02:33.999164488-04:00 stdout F 2022-09-04 23:02:33.998 [INFO][71] felix/watchercache.go 194: Failed to perform list of current data during resync ListRoot=”/calico/resources/v3/projectcalico.org/kubernetesendpointslices" error=resource does not exist: KubernetesEndpointSlice with error: the server could not find the requested resource
2022-09-04T19:02:34.99974699-04:00 stdout F 2022-09-04 23:02:34.999 [INFO][71] felix/watchercache.go 181: Full resync is required ListRoot="/calico/resources/v3/projectcalico.org/kubernetesendpointslices"
请老师帮忙看看,不胜感激!