Mohamed Chiheb Ben Jemaa
Mohamed Chiheb Ben Jemaa
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)
you're right, This feature is not yet released, We will have the next release in the upcoming days.
v0.2.0 is now released https://github.com/ionos-cloud/cluster-api-provider-proxmox/releases/tag/v0.2.0
@chengleqi did it work for you
You should upgrade to latest version, And it will work.
Try clusterctl init --ipam in-cluster --infrastructure proxmox:v0.4.0 Or v0.3.0 Both should work.
Thanks for the issue, you're right; we will take this into our next release.
Oh yes, of course, that would be great. Thank you 💯
`go-proxmox+cloud-init` is needed to make sure, we unmount the cloudinit iso and destroy it, before deleting the machine. we can probably remove it: https://github.com/ionos-cloud/cluster-api-provider-proxmox/issues/73
The unmount of cloud-init iso is done.