We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 490f76e + 75a44aa commit fa831eeCopy full SHA for fa831ee
docs/book/src/developer/providers/contracts/control-plane.md
@@ -420,7 +420,9 @@ policies when a Cluster derived from a ClusterClass is managed by the Topology c
420
### ControlPlane: machines
421
422
In case you are developing a control plane provider which uses a Cluster API Machine object to represent each
423
-control plane instance, following fields MUST be implemented in
+control plane instance, the providers MUST set the `cluster.x-k8s.io/control-plane` label with an empty value on the created Machines.
424
+
425
+Additionally following the fields MUST be implemented in
426
the ControlPlane `spec`.
427
428
```go
0 commit comments