You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Provider | Implementations | Status | MachinePool Machines support |
35
+
| --- | --- | --- | --- |
36
+
|[AWS](https://cluster-api-aws.sigs.k8s.io/topics/machinepools.html)|`AWSManagedMachinePool`<br> `AWSMachinePool`<br>`ROSAMachinePool`| Implemented | Yes; has support for deletion of single machine |
37
+
|[Azure](https://capz.sigs.k8s.io/self-managed/machinepools)|`AzureASOManagedMachinePool`<br> `AzureManagedMachinePool`<br> `AzureMachinePool`| Implemented | Yes; unknown support for deletion of single machine |
38
+
|[GCP](https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/1506)|`GCPMachinePool`| In Progress | Unknown |
39
+
|[OCI](https://oracle.github.io/cluster-api-provider-oci/managed/managedcluster.html)|`OCIManagedMachinePool`<br> `OCIMachinePool`| Implemented | Yes; unknown support for deletion of single machine |
40
+
|[Scaleway](https://github.com/scaleway/cluster-api-provider-scaleway/blob/main/docs/scalewaymanagedmachinepool.md)|`ScalewayManagedMachinePool`| Implemented | No |
41
+
42
+
Providers may support the deletion of single machine pool `Machine` objects. That allows, for example, using `MachineHealthCheck` to remediate machines that became unhealthy.
0 commit comments