machine-controller
machine-controller copied to clipboard
Kubernetes maintainers have long been discouraging the usage of In-tree cloud controller manager(CCM) in favor of external CCM. In-tree providers are planned to be removed from the Kubernetes core and...
We need metrics to track `MachineDeployments` managed by this machine-controller over time. Primarily, the MachineDeployments' status information wrapped in metrics would be helpful, so something like: - `machine_deployment_available_replicas` - `machine_deployment_ready_replicas`...
When the Node is in NotReady condition, machine-controller should avoid trying to drain it on the deletion.
Unless I'm very confused right now, this code in defaultAndValidateMachineSpec() (part the of the mutating webhooks) https://github.com/kubermatic/machine-controller/blob/94e2005cbd847a05e72d04ce97dc2d3bab59fa1c/pkg/admission/machines.go#L185 ...only updates the passed-in pointer to the to-be-defaulted MachineSpec, but doesn't update the...
## Bug Report **Describe the bug** When setting macAddress on the bridge of the VM, not every CNI implementation supports a deterministic MAC as they assign a MAC themself. The...
We have observed an issue with one of our customers where with anti-affinity enabled, one VM comes up but the second one keeps getting deleted and re-created.
VCD e2e tests are currently failing with > Error: 400: [ a0acf93e-1c9e-4543-87ba-2e9a4585ebfa ] The entity Ref: com.vmware.vcloud.entity.vapp:6602ebbd-4b07-4aad-9909-022fad2e8efe is busy completing an operation VDC_RECOMPOSE_VAPP."} 2023-04-19T18:29:11.592Z error machine-controller machine/controller.go:402 Reconciling failed {"machine":...
There are two ways OpenStack VMs can access metadata: 1) metadata service, 2) config drive. The former is network/http based, the latter, as the name suggest, is a pseudo-volume attached...
We've been asked to provide a way to configure the disk provisioning type (thick vs thin provisioning) in vSphere when creating Machines. Please take a look at what that actually...
Just installed OSM creates a secret `cloud-init-settings/kube-system-hetzner-kubelet-bootstrap-config`, all working fine, but after an hour cloud machines cant add to cluster due to token in `/etc/kubernetes/bootstrap-kubelet.conf` is wrong I found that...