machine-controller
machine-controller copied to clipboard
Signed-off-by: Luca Kuendig **What this PR does / why we need it**: I noticed, that during the first boot of a Flatcar node custom configurations, like containerd custom registry endpoint...
Hetzner Cloud recently started supporting servers without a public ("primary" in their lingo) IP address, i.e. private-network-only servers. It would be nice if it were possible to create these using...
**What this PR does / why we need it**: This PR adds support to [Vultr](vultr.com/) cloud provider, for both their Bare Metal and Cloud Instance products. For now, is only...
**What this PR does / why we need it**: For https://github.com/kubermatic/kubermatic/issues/10923 we need to add cluster labels to KubeVirt VMs on creation. **Does this PR introduce a user-facing change? Then...
Signed-off-by: Waleed Malik **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **What type of PR is this?** **Special notes for your reviewer**:...
**What this PR does / why we need it**: This PR introduces `PrimarDiskImageSource` for the KubeVirt provider. The source can be `HTTP` or `PVC-Clone`. If the source is `HTTP` with...
**What this PR does / why we need it**: This is the first part of implementing proxmox as a new cloud provider in KKP. Reference: https://github.com/kubermatic/kubermatic/issues/9406 **Which issue(s) this PR...
* Split logic into multiple files * GetCloudConfig is not used anywhere * Add unit tests
As a cluster admin I would like to have a mechanism that will allow me to safely drain bare metal nodes with respect to user cluster nodes running on top...