Skip to content

Commit 9e1b9fb

Browse files
committed
doc: review changes
Changes after the first review by Fabrizio. Signed-off-by: Richard Case <[email protected]>
1 parent 22f729e commit 9e1b9fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/src/developer/providers/contracts/infra-machinepool.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ type FooMachinePoolStatus struct {
254254
}
255255
```
256256

257+
Note: not all InfraMachinePool implementations support MPM as it depends on whether the infrastructure service underpinning the InfraMachinePool supports operations being performed against single machines. For example, in CAPA `AWSManagedMachinePool` is used to represent an "EKS managed node group" and as a "managed" service you are expected to NOT perform operations against single nodes.
258+
257259
For further information see the [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20220209-machinepool-machines.md).
258260

259261
### InfraMachinePool: providerID

0 commit comments

Comments
 (0)