work_status_controller.go:173] Ignore resource(kind=ConfigMap, default/xxxxx) which is not managed by Karmada.
Why is this needed:
The karmada member clusters have multiple configmap resources, which are used by the respective controllers of the member clusters to select the master. By default, they will be updated every 10 seconds. The karmada work status controller will detect these configmap changes, but because they are not resources controlled by karmada, The following log will always be printed:
work_status_controller.go:173] Ignore resource(kind=ConfigMap, default/xxxxx) which is not managed by Karmada.
What would you like to be added:
Set the level of the following log to level 5
Why is this needed: The karmada member clusters have multiple configmap resources, which are used by the respective controllers of the member clusters to select the master. By default, they will be updated every 10 seconds. The karmada work status controller will detect these configmap changes, but because they are not resources controlled by karmada, The following log will always be printed: