machine-controller
machine-controller copied to clipboard
vSphere Datastore Cluster Support Fails with "spec.host" Error When Using Multiple Compute Clusters
## Issue Customers attempting to provision VMs using vSphere datastore clusters encounter provisioning failures. When a MachineDeployment is configured to use a datastore cluster instead of a specific datastore path,...
Azure v6-series VMs fail to provision: missing DiskControllerType configuration for NVMe controllers
## Issue The machine-controller fails to provision Azure v6-series VMs (e.g., Standard_D4s_v6, Standard_D8s_v6) because it does not set the DiskControllerType field during VM creation. Azure v6-series VMs require NVMe disk...
## What happened? When implementing Project Quotas, we're running into a problem where rolling restarts of machine deployments fail due to quota validation. The issue occurs because during a rolling...
Through https://github.com/kubermatic/machine-controller/pull/1844, we disabled vSphere e2e tests for all operating systems other than Ubuntu. All the other testing jobs for vSphere that we have other than `pull-machine-controller-e2e-vsphere` the standard are...
This pull request updates the OWNERS_ALIASES file based on the GitHub team associations. /kind chore **Release Notes:** ```release-note NONE ``` **Documentation:** ```documentation NONE ```
Post Go controller-runtime package bump `go get -v sigs.k8s.io/[email protected]` which bumped the Go k8s.io packages dependencies to `v0.34.0`, following staticcheck issues are reported via golangci-lint which are now deferred (by...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
If you create a VMware Cloud Director (VCD) based Machine with a SSH key, the Machine/VM never gets fully-provisioned. The VM is created, it has an IP address assigned, but...
I'm following the getting KubeOne tutorial, adapted for Hetzner with private-only networking and using an existing private network, which requires a cloud-init config for the machines. I'm trying to create...
**What this PR does / why we need it**: Sister PR of https://github.com/kubermatic/kubeone/pull/3842 **Which issue(s) this PR fixes**: Fixes # **What type of PR is this?** /kind cleanup /kind api-change...