Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions modules/ts-capi-migrate-unsupported-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Attempting to use the following configurations might cause a migration to fail o
This list might not be exhaustive.
====

.General limitations
[id="ts-capi-migrate-unsupported-features-general_{context}"]
== General limitations

The following limitations apply to all clusters:

* Machine API compute machines cannot migrate to the Cluster API unless the `NodeDeletionTimeout` field uses the Cluster API default value of `10s`.

Expand All @@ -37,9 +40,12 @@ This list might not be exhaustive.
* The Cluster API does not support propagating labels or taints from machines to nodes.
//OCPCLOUD-2861

.{aws-first} limitations
[id="ts-capi-migrate-unsupported-features-aws_{context}"]
== {aws-first} limitations

The following limitations apply to {aws-short} clusters:

* Machine API compute machines cannot use {aws-short} load balancers.
* Machine API compute machines cannot use {aws-short} load balancers.
//OCPCLOUD-2709

* The Machine API does not support using the following Amazon EC2 Instance Metadata Service (IMDS) configuration options:
Expand All @@ -53,8 +59,8 @@ This list might not be exhaustive.
If you migrate a Cluster API machine template that uses IMDS configuration options to a Machine API compute machine set, expect the following behaviors:
+
--
** Any machines that the migrated Machine API machine set creates will not have these fields.
The underlying instances will not use these settings.
** Any machines that the migrated Machine API machine set creates will not have these fields.
The underlying instances will not use these settings.
** Any existing machines that the migrated machine set manages will retain these fields.
The underlying instances will continue to use these settings.
--
Expand Down