machine-controller icon indicating copy to clipboard operation
machine-controller copied to clipboard

Results 59 machine-controller issues
Sort by recently updated
recently updated
newest added

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

sig/cluster-management
kind/feature
customer-request

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...

help wanted
sig/cluster-management

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...

lifecycle/frozen
kind/chore

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...

kind/feature

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...

kind/feature

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...

kind/feature

As a Microsoft-based IT manager, I would like to run Windows based worker nodes on my Azure Kubernetes clusters.

sig/cluster-management
kind/feature

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...

kind/feature

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...

lifecycle/rotten