From c579b37f9eec16a5553590ca577b5b94fc41cc33 Mon Sep 17 00:00:00 2001 From: elmiko <msm@opbstudios.com> Date: Wed, 28 May 2025 10:44:50 -0400 Subject: [PATCH] update wording in clusterapi readme on machinepools removing the notes about it being an experimental feature. --- cluster-autoscaler/cloudprovider/clusterapi/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cluster-autoscaler/cloudprovider/clusterapi/README.md b/cluster-autoscaler/cloudprovider/clusterapi/README.md index 9083237897..e764ff5330 100644 --- a/cluster-autoscaler/cloudprovider/clusterapi/README.md +++ b/cluster-autoscaler/cloudprovider/clusterapi/README.md @@ -194,8 +194,7 @@ both of these annotations. > for more information. > Note: `MachinePool` support in cluster-autoscaler requires a provider implementation -> that supports the new "MachinePool Machines" feature. MachinePools in Cluster API are -> considered an [experimental feature](https://cluster-api.sigs.k8s.io/tasks/experimental-features/experimental-features.html#active-experimental-features) and are not enabled by default. +> that supports the "MachinePool Machines" feature. ### Scale from zero support -- GitLab