chengleqi

Results 57 comments of chengleqi

> Hi @chengleqi, @qiankunli We just finished the [multi-affinity-group](https://github.com/karmada-io/karmada/tree/master/docs/proposals/scheduling/multi-scheduling-group) feature in the latest v1.5.0. With this feature, we can declare the cluster preference now, for example, we prefer to the...

I cannot add a connection on Ubuntu 20.04 ```txt Version: 1.59.0 Commit: 379476f0e13988d90fab105c5c19e7abc8b1dea8 Date: 2021-08-04T23:13:20.182Z Electron: 13.1.7 Chrome: 91.0.4472.124 Node.js: 14.16.0 V8: 9.1.269.36-electron.0 OS: Linux x64 5.11.0-25-generic ```

> Did you set the Variable MEMORY_MIB ? I tried setting the MEMORY_MIB variable as well as commenting out the MEMORY_MIB variable, and both methods resulted in an error with...

```go for _, vm := range vms { // Ignore VM Templates, as they can't be started. if vm.Template { continue } if reservableMemory < vm.MaxMem { reservableMemory = 0...

> Try to add `ProxmoxCluster.spec.schedulerHints.memoryAdjustment: 300` note that you can also disable scheduling by setting it to 0. > > Please read more about this here [node-over--underprovisioning](https://github.com/ionos-cloud/cluster-api-provider-proxmox/blob/main/docs/advanced-setups.md#node-over--underprovisioning) Thank you, I'll...

I added `spec.schedulerHints` to the ProxmoxCluster as follows: ```yaml apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1 kind: ProxmoxCluster metadata: name: proxmox-quickstart namespace: default spec: schedulerHints: memoryAdjustment: 0 ``` But I got an error: ```shell Error...

> you're right, This feature is not yet released, We will have the next release in the upcoming days. Thank you for your kind help, looking forward to the next...