Skip to content

Commit fa831ee

Browse files
authored
Merge pull request #12893 from chrischdi/pr-contract-cp-label
📖 Update control-plane contract to mention the label cluster.x-k8s.io/control-plane
2 parents 490f76e + 75a44aa commit fa831ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/book/src/developer/providers/contracts/control-plane.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,9 @@ policies when a Cluster derived from a ClusterClass is managed by the Topology c
420420
### ControlPlane: machines
421421

422422
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
423+
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
424426
the ControlPlane `spec`.
425427

426428
```go

0 commit comments

Comments
 (0)