Tiecheng Shen
Tiecheng Shen
> https://github.com/karmada-io/karmada/blob/1d2028b10f9b9d9ca30fe8e963b4557d347c8f51/pkg/controllers/cluster/taint_manager.go#L219-L248 > > Are you trying to optimize this piece of code? Not quite. Mainly to make calls simpler and make the API clearer.
/cc @RainbowMango
I guess PVC is not applied before. You can use `kubectl --kubeconfig ~/.kube/karmada.config --context karmada-apiserver get work -A` to check whether resources are applied successfully to member clusters.
> The warning should be because I did not manually delete the PVC of the member cluster, After the new pvc is successfully created, the application can be accessed normally...
> > Increase the success event of cluster object > > What do you mean `increase`? So confused. Edit. For the observational optimization of the cluster, on the one hand,...
/help /kind cleanup /cc @lonelyCZ
I'd like to share my opinion about the above several questions: 1. I think the `livenessProbe` is the enhancement of original health check. It's a process of calling the chain....
Thanks @chaunceyjiang. Please let me know if you are ok and I will adjust the logic of hpa-controller.
> This is more like a issue of json-patch using, how about testing with the below op: > > ```yaml > apiVersion: policy.karmada.io/v1alpha1 > kind: OverridePolicy > spec: > overrideRules:...