Tiecheng Shen
Tiecheng Shen
Signed-off-by: Poor12 **What type of PR is this?** /kind feature **What this PR does / why we need it**: This pr import gen-docs script to automatically generate documentation for karmadactl...
**What would you like to be added**: We are going to implememt cluster resource modeling according to #772. I'd like to list all the iterated tasks here, anyone wants to...
Signed-off-by: Poor12 **What type of PR is this?** /kind feature **What this PR does / why we need it**: Provides metrics to reflect the status of Karmada resources and performance...
Signed-off-by: Poor12 **What type of PR is this?** /kind feature **What this PR does / why we need it**: Add metrics for cluster status, metrics name according to https://prometheus.io/docs/practices/naming/#metric-and-label-naming. ```...
**What would you like to be added**: - [ ] karmada-scheduler: introduce more metrics for Key Steps in Scheduling. #2087 - [ ] karmada-controller-manager: introduce more metrics for Key Steps...
Signed-off-by: Poor12 **What type of PR is this?** /kind feature **What this PR does / why we need it**: Add metrics_recorder for scheduler framework so we can measure the performance...
Signed-off-by: Poor12 **What type of PR is this?** /kind api-change **What this PR does / why we need it**: Now taintManager gets placement from annotations of Binding, mainly for `clusterToleration`...
Signed-off-by: Poor12 **What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Refactor: 1. Now the former `UpdateClusterControllerTaint` is an unclear naming. Changed...
Signed-off-by: Poor12 **What type of PR is this?** /kind feature **What this PR does / why we need it**: Add the CreateExecutionSpaceSucceed and RemoveExecutionSpaceSucceed event. ``` Events: Type Reason Age...
At present, the description format of karmadactl subcommands is not uniform, some do not have Long descriptions, some descriptions are sentences and some are not. From the next version, we...