machine-controller
machine-controller copied to clipboard
Cluster Autoscaler added support for "Scaling from/to 0". Talking with @xmudrii I open this issue to verify if this is feasible. https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/clusterapi#scale-from-zero-support
Add support for setting the EC2 instance `CpuOptions` in the AWS provider. We can set `ami`, `instanceType`, etc, but some workloads need cpu features turned on in the instance that...
In some environments, you might need to run some shell commands on node boot. For example, with Hetzner, you need to enable [Receive Packet Steering](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Performance_Tuning_Guide/network-rps.html) on your Cloud servers if...
Currently, some files in https://github.com/kubermatic/machine-controller/tree/main/examples are used for e2e tests and are also presented as user-facing examples [in our README](https://github.com/kubermatic/machine-controller#deploy-machine-controller). This causes problems because we tend to update examples to...
hey guys, I'm wondering if there's a way to create machines with machine-controller with 2 ephemeral disks attached. I'd need to create a zfs pool on the second disk for...
What it says on the title. I'm not sure exactly what is required since I haven't checked what has changed in RHEL 9, but we should work on supporting it...
What it says on the title. I'm not sure exactly what is required since I haven't checked what has changed in Rocky Linux 9, but we should work on supporting...
As a Microsoft-based IT manager, I would like to run Windows based worker nodes on my Azure Kubernetes clusters.
Use-case: We are deploying machines on Hetzner, and sometimes its not possible to create the machine due to account limit on resources: ``` machine_controller.go:383] Failed to reconcile machine "xxx-m-1-68c6cd6957-6hk94": failed...
Hi. more like a question: Is there a specific reason this is hard-coded to RunOnce for the kubevirt probvider? [ RunStrategy: &runStrategyOnce,](https://github.com/kubermatic/machine-controller/blob/8f3166ae03b0a555bd518382ff668518a694ff44/pkg/cloudprovider/provider/kubevirt/provider.go#L665) There's other strategies available: https://pkg.go.dev/kubevirt.io/api/core/v1#VirtualMachineRunStrategy I guess it...