From 42de5ee17a7760c3d15d27be7daad09fa937649c Mon Sep 17 00:00:00 2001 From: Andreas Sommer Date: Wed, 24 Sep 2025 10:20:27 +0200 Subject: [PATCH] List ROSAMachinePool implementation in docs, improve implementation docs links --- .../tasks/experimental-features/machine-pools.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/book/src/tasks/experimental-features/machine-pools.md b/docs/book/src/tasks/experimental-features/machine-pools.md index 2c42937a35bb..95c5059d7394 100644 --- a/docs/book/src/tasks/experimental-features/machine-pools.md +++ b/docs/book/src/tasks/experimental-features/machine-pools.md @@ -31,10 +31,10 @@ Although MachinePools provide a similar feature to MachineDeployments, MachinePo The following Cluster API infrastructure providers have implemented support for MachinePools: -| Provider | Implementations | Status | Documentation | -| --- | --- | --- | --- | -| AWS | `AWSManagedMachinePool`
`AWSMachinePool` | Implemented, MachinePoolMachines supported | https://cluster-api-aws.sigs.k8s.io/topics/machinepools.html| -| Azure | `AzureASOManagedMachinePool`
`AzureManagedMachinePool`
`AzureMachinePool` | Implemented, MachinePoolMachines supported | https://capz.sigs.k8s.io/self-managed/machinepools | -| GCP | `GCPMachinePool` | In Progress | https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/1506 | -| OCI | `OCIManagedMachinePool`
`OCIMachinePool` | Implemented, MachinePoolMachines supported | https://oracle.github.io/cluster-api-provider-oci/managed/managedcluster.html | -| Scaleway | `ScalewayManagedMachinePool` | Implemented | https://github.com/scaleway/cluster-api-provider-scaleway/blob/main/docs/scalewaymanagedmachinepool.md | +| Provider | Implementations | Status | +| --- | --- | --- | +| [AWS](https://cluster-api-aws.sigs.k8s.io/topics/machinepools.html) | `AWSManagedMachinePool`
`AWSMachinePool`
`ROSAMachinePool` | Implemented, MachinePoolMachines supported | +| [Azure](https://capz.sigs.k8s.io/self-managed/machinepools) | `AzureASOManagedMachinePool`
`AzureManagedMachinePool`
`AzureMachinePool` | Implemented, MachinePoolMachines supported | +| [GCP](https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/1506) | `GCPMachinePool` | In Progress | +| [OCI](https://oracle.github.io/cluster-api-provider-oci/managed/managedcluster.html) | `OCIManagedMachinePool`
`OCIMachinePool` | Implemented, MachinePoolMachines supported | +| [Scaleway](https://github.com/scaleway/cluster-api-provider-scaleway/blob/main/docs/scalewaymanagedmachinepool.md) | `ScalewayManagedMachinePool` | Implemented |