Wei
Wei
> does FederatedHPA compute new replicas by treating the pod on the disconnected cluster as missing? Yes, like native K8s, when some pods' metrics are missing in a specific node,...
Do you have any preliminary ideas about this issue? We welcome any suggestions.
I tried it in my env and it works fine: https://github.com/jwcesign/kubectl-proxy-demo/pull/3 My config: ```yaml apiVersion: v1 kind: ConfigMap metadata: namespace: prow name: plugins data: plugins.yaml: | triggers: - repos: -...
Hi, there are a few updates recently(bug fix related), can you try with the latest version(master branch). I try the following yaml, and it works fine: ```yaml apiVersion: v1 kind:...
Can you show me the result of the following commands, with karmada-apiserver context? `kubectl get mcs -oyaml` `kubectl get work -A`
> 你用的是什么网络 I tested with kind, so the container network is kind-net(https://github.com/aojea/kindnet) Could you assist by executing the following command? ```sh kubectl explain mcs.spec --kubeconfig ~/kube-karmada ``` Also, are you...
Can you show me the component log by running(xxx is determined by the specific environment): ```sh kubectl logs -nkarmada-system karmada-controller-manager-xxx | grep "mcs_controller.go" ``` also, show me the output of...
Hi @realnumber666 , thanks for your great proposal, can u give more details about the following question. 1. What's the scenario, like ML which needs to care about the GPU...