Garry Fang
Garry Fang
Signed-off-by: Garrybest Now we only get local IP from `eth0` and `ib0`. However, in my cloud environment, all containers are using `eth1` as their network interface. So I think we'd...
**What would you like to be added**: Now when using `karmadactl unjoin`, we delete the cluster directly. The scheduling result in resource binding still remains. I would like to make...
Signed-off-by: Garrybest **What type of PR is this?** /kind feature **What this PR does / why we need it**: Remove cluster scheduling result in spec.clusters when the cluster is terminating....
**What would you like to be added**: According to https://github.com/karmada-io/karmada/issues/1640#issuecomment-1119377312, I'd like to enhance cluster lifecycle management. Here is the todo-list. - [x] Add a taint for the clusters which...
Signed-off-by: Garrybest **What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Stop publish duplicated event when there is nothing to change. **Which...
Signed-off-by: Garrybest **What type of PR is this?** /kind cleanup **What this PR does / why we need it**: The APIVersion `autoscalingv2` is the default version now. **Which issue(s) this...
Signed-off-by: Garrybest **What type of PR is this?** /kind feature **What this PR does / why we need it**: If more than one PP matches the object, we shuold choose...
Signed-off-by: Garrybest **What type of PR is this?** /kind feature **What this PR does / why we need it**: Add scheduling diagnosis when no clusters fit. Here is the example....
**What happened**: 1. Create a deployment and wait it until running. ```bash # kubectl create -f samples/nginx/ ``` ```bash # kubectl get deployments.apps NAME READY UP-TO-DATE AVAILABLE AGE nginx 2/2...
Signed-off-by: Garrybest **What type of PR is this?** /kind api-change /kind feature **What this PR does / why we need it**: According to #780, I think we could add a...