cluster-api-provider-proxmox icon indicating copy to clipboard operation
cluster-api-provider-proxmox copied to clipboard

Cluster API provider implementation for Proxmox VE

Results 25 cluster-api-provider-proxmox issues
Sort by recently updated
recently updated
newest added

/kind bug **What steps did you take and what happened:** When i apply the cappx-test.yaml then 2 vm's get created and resized. The master starts, and seam to run all...

Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.5.3 to 1.6.2. Release notes Sourced from sigs.k8s.io/cluster-api's releases. v1.6.2 Highlights :warning: Warning: This release fixes a bug (#10051) that was introduced in v1.6.0, which caused a...

ok-to-test

This adds a warning message to the README about development continuing on the IONOS Proxmox provider to help others avoid confusion between the two. I spent a day going back...

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.30.0 to 1.31.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.31.1 1.31.1 Fixes Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999] Update test in case keeping msg is...

ok-to-test

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.13.2 to 2.15.0. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.15.0 2.15.0 Features JUnit reports now interpret Label(owner:X) and set owner to X. [8f3bd70] include cancellation reason when...

ok-to-test

Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.3.0 to 1.4.1. Release notes Sourced from github.com/go-logr/logr's releases. v1.4.1 What's Changed slogr: fix unintended API break in v1.4.0 by @​pohly in go-logr/logr#253 Full Changelog: https://github.com/go-logr/logr/compare/v1.4.0...v1.4.1 v1.4.0...

ok-to-test

Bumps [github.com/k8s-proxmox/proxmox-go](https://github.com/k8s-proxmox/proxmox-go) from 0.0.0-alpha25 to 0.0.0-alpha27. Commits 328eed9 add Clone() 1d590a6 add vm clone/config See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/k8s-proxmox/proxmox-go&package-manager=go_modules&previous-version=0.0.0-alpha25&new-version=0.0.0-alpha27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

ok-to-test

/kind bug **What steps did you take and what happened:** I use a old SSD (About 250MB r/w) if i use this storage, CAPPX creates identical VMs. **What did you...

Hi @sp-yduck, this adds a MachineHealthCheck for all Machines of a new cluster. This can help if the node does not go into a running state. E.g. #145 or network...