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
Copy file name to clipboardExpand all lines: docs/book/src/clusterctl/commands/alpha-topology-plan.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,6 +424,17 @@ or validation on these objects. Defaulting and validation is only run on Cluster
424
424
425
425
</aside>
426
426
427
+
<asideclass="note warning">
428
+
429
+
<h1>API Versions and Contract compatibility</h1>
430
+
431
+
All the objects in the input of the same `Group.Kind` should have the same `apiVersion`.
432
+
Example: Two `InfraMachineTemplate`s with `apiVersion`s `infrastructure.cluster.x-k8s.io/v1beta1` and `infrastructure.cluster.x-k8s.io/v1alpha4` are not allowed.
433
+
434
+
The API version of resource in the input should be compatible with the current version of Cluster API contract.
435
+
436
+
</aside>
437
+
427
438
### `--output-directory`, `-o` (REQUIRED)
428
439
429
440
Information about the objects that are created and updated is written to this directory.
0 commit comments